VMware Cloud Community
Newbie009
Contributor
Contributor
Jump to solution

Command not found in service console ESX 4.0 u2

Hi all,

I have a very simple question.

I haven´t accessed the service console of ESX 4.0 for a little while and today I needed to run some commands to verify information about some HBAs.

I logged in as a user then used "su root" to change to the ROOT user.

I am using Putty to connect to the Service Console.

But when I try to run the following commands it says "Command Not Found":

vmkload_mod

esxcfg-module

I have read VMware KBs that say to use these commands for this version of ESX but I can´t get it to run.

I think the answer is something very simple but I can´t find it.

Anyone have any ideas?

Thanks

Mark

Reply
0 Kudos
1 Solution

Accepted Solutions
vmroyale
Immortal
Immortal
Jump to solution

Try this command:

su -

as documented in http://kb.vmware.com/kb/1006573

Brian Atkinson | vExpert | VMTN Moderator | Author of "VCP5-DCV VMware Certified Professional-Data Center Virtualization on vSphere 5.5 Study Guide: VCP-550" | @vmroyale | http://vmroyale.com

View solution in original post

Reply
0 Kudos
3 Replies
vmroyale
Immortal
Immortal
Jump to solution

Try this command:

su -

as documented in http://kb.vmware.com/kb/1006573

Brian Atkinson | vExpert | VMTN Moderator | Author of "VCP5-DCV VMware Certified Professional-Data Center Virtualization on vSphere 5.5 Study Guide: VCP-550" | @vmroyale | http://vmroyale.com
Reply
0 Kudos
krishna_v78
Enthusiast
Enthusiast
Jump to solution

Hi,

you can also use command #su -l root (lowercase L)

Newbie009
Contributor
Contributor
Jump to solution

Thankyou very much vmroyale and krishna_v78.

I actually used the su - method and managed to run what I needed.

I feel a bit silly but now at least I will remember.

Regards

Reply
0 Kudos