VMware Cloud Community
Addagats
Contributor
Contributor

ESX commands help

Hi,

I am in need of few commands in ESX 3.x that helps me to findout below details. I am extremlely sorry to ask such questions become i know nothing about LINUX Smiley Sad

1.how to find the total number of physical disks in ESX 3.x Host machine and each disks capacity?

2.List of patches currently installed on ESX 3.x server?

Thanks

0 Kudos
4 Replies
wila
Immortal
Immortal

Hi,

1. df

If you want to see the vmfs partition info too then try vdf

2. esxupdate query

| Author of Vimalin. The virtual machine Backup app for VMware Fusion, VMware Workstation and Player |
| More info at vimalin.com | Twitter @wilva
0 Kudos
Addagats
Contributor
Contributor

Hi Wila,

Thanks for the commands, they were really helpful to me. But for the 1st one, all i get is partition info. I would like to get the exact physical disk details. Is it possible only if we have the Server Manufacturer's tools ?? or possible through commands also??

0 Kudos
wila
Immortal
Immortal

Sure.. my bad, you asked for disks, not partitions.

Using fdisk:

fdisk -l

Using proc:

cat /proc/scsi/scsi

cat /proc/ide/piix

also try

ls /proc/scsi

ls /proc/ide

| Author of Vimalin. The virtual machine Backup app for VMware Fusion, VMware Workstation and Player |
| More info at vimalin.com | Twitter @wilva