VMware Cloud Community
KrishnaBSR
Contributor
Contributor

Hardware info from ESX / ESXi hosts

HI All,

How to o identify  devices  (DOM/HPSIM/ HP SMH/CISCO UCS/ IBM)  installed  and  Hardware vendor applications from ESX 4.x/ ESXi 4.x & 5.x



Advance Thanks

0 Kudos
3 Replies
vmroyale
Immortal
Immortal

Typically you will install an offline bundle or VIB from the hardware manufacturer to achieve this. Check with the specific vendor for this functionality.

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
0 Kudos
admin
Immortal
Immortal

Obtaining Diagnostic Information for ESXi 5.x hosts using the vSphere Client

ESXi 5.x host diagnostic information can be gathered using the vSphere Client connected to the ESXi host or to vCenter Server.

To gather diagnostic data using the VMware vSphere Client:

  1. Open the vSphere Client and connect to vCenter Server or directly to an ESXi 5.x host.
  2. Log in using an account with administrative privileges or with the Global.Diagnostics permission.
  3. Select an ESXi host, cluster, or datacenter in the inventory.
  4. Click the File > Export > Export System Logs.
  5. If a group of ESXi hosts are available in the selected context, select the host or group of hosts from the Source list.
  6. Click Next.
  7. In the System Logs pane, select the components for which the diagnostic information must be obtained. To collect diagnostic information for all the components, click Select All.
  8. If required, select the Gather performance data option and specify a duration and interval.



  9. Click Next.
  10. In the Download Location pane, click Browse and select a location on the client's disk where you want to to save the support bundle.
  11. Click Next.
  12. In the Ready to Complete pane, review the summary and click Finish. The Downloading System Logs Bundles dialog appears and provides progress status for the creation and downloading of the support bundle from each source. A Generate system logs bundles task is created.
  13. When complete, upload the logs to the FTP site. For more information, see Uploading diagnostic information for VMware (1008525)

http://knova-prod-kcc-vip.vmware.com:8080/contactcenter/authoring/nullObtaining Diagnostic Information for ESX/ESXi 4.x hosts using the vSphere Client

ESX/ESXi 4.x host diagnostic information can be gathered using the vSphere Client connected to the ESX/ESXi host or vCenter Server.

To gather diagnostic data using the VMware vSphere Client:

  1. Open the vSphere Client and connect to vCenter Server or directly to an ESXi 4.x host.
  2. Login with an administrative user or other account with the Global.Diagnostics permission.
  3. Click the File menu, and select Export, Export System Logs.
  4. In the Export System Logs dialog, select the host or group of hosts to collect diagnostic information from.

    Notes:
    • The list of hosts is not displayed when the vSphere Client is directly connected to an ESX/ESXi host.
    • Selecting Include information from vCenter Server and vSphere Client includes logs from vCenter Server and the Client in the same export.


  5. Specify a location on the client's disk to save the support bundle. Click the Browse button and select a directory. Click OK.

  6. A Generate system logs task is created. When complete, the logs will be downloaded by the client. At this stage, it is common to receive a Certificate Security Warning similar to:



    Optionally view the certificate and install it to prevent future warnings. Click Ignore to download the log bundle.

  7. The log bundle(s) from the selected host(s) appear in the specified directory. When complete, upload the logs to the FTP site. For more information, see Uploading diagnostic information to VMware (1008525).

http://knova-prod-kcc-vip.vmware.com:8080/contactcenter/authoring/nullObtaining Diagnostic Information For ESX 2.x and 3.x hosts using the Virtual Infrastructure Client

ESX/ESXi 3.x and ESX 2.x host diagnostic information can be gathered using the VMware Virtual Infrastructure (VI) Client connected to the ESX/ESXi host or to the VirtualCenter Server.

To gather diagnostic data using the VMware VI Client:

  1. Open the VI Client and connect to VirtualCenter Server or directly to an ESX/ESXi host.
  2. Login with an administrative user or other account with the Global.Diagnostics permission.
  3. Click the File menu, and select Export, Export Diagnostic Datas.
  4. In the Save Diagnostic Data dialog, select the host or group of hosts to collect diagnostic information from.

    Note:
    • The list of hosts is not displayed when the VI Client is directly connected to an ESX/ESXi host.
    • Selecting Include information from VirtualCenter Server includes logs from vCenter Server in the same export.


  5. Specify a location on the client's disk to save the support bundle. Click the Browse button and select a directory. Click OK.

  6. A Generate System Logs task is created. When complete, the logs will be downloaded by the client. At this stage, it is common to receive a Certificate Problem Warning similar to:



    Optionally select to ignore certificate errors. Click Ignore to download the log bundle.

  7. The log bundle(s) from the selected host(s) appear in the specified directory. When complete, upload the logs to the FTP site. For more information, see

    Uploading diagnostic information to VMware (1008525).

0 Kudos
admin
Immortal
Immortal

Hello Krishna,

SSH into the Host and run the command below to find out all the applications that are Installed from Vendor.

#esxcli software vib list


you could run the below command to find out all the Different PCI devices connected


esxcfg-info -l



Thanks,

Avinash





0 Kudos