Lars
From: stu_m...@hotmail.com
To: vmktree [mailto:vmk...@googlegroups.com]
Sent: Wed, 09 Jul 2008 09:27:28 +0100
Subject: [vmktree] Using vmktree with ESX 3.5
I am having trouble configuring VMKTree for ESX 3.5. On the last
paragraph of the quick start guide is says to edit the Crond file and
add the line "username ALL = NOPASSWD: /usr/sbin/esxcfg-info, /usr/bin/
esxtop". I have done this but after restarting the machine there is
an error in the boot up sequence that say something like "username,
command not found".
Hi,
You shouldn't update the cron file at all on the ESX server. The line
you have is to go into the sudoers file on the esx console, but since
you're allowing the root user (you've modified /etc/ssh/sshd_config?) you
don't really need that one either.
Lars
From: stu_m...@hotmail.com
To: vmktree [mailto:vmk...@googlegroups.com]
Sent: Wed, 09 Jul 2008 12:07:46 +0100
Subject: [vmktree] Re: Using vmktree with ESX 3.5
I'm confused now. The line I have added at the top of my Crond file
is
"root ALL = NOPASSWD: /usr/sbin/esxcfg-info, /usr/bin/esxtop"
Is this correct command line as when the system boot's it looks like
it try's run a command which start's with 'root'. Is that correct?
On Jul 9, 10:15 am, "Ian Cumbers" <i...@lennington.co.uk> wrote:
> Stu,
>
> The crond entry should be something like:
>
> * * * * root /usr/bin/vmktree-esx3-collector <esx-servername> root
>
> Whilst the line you you've got in your email:
>
> unnoc ALL = NOPASSWD: /usr/sbin/esxcfg-info, /usr/bin/esxtop