Quantcast
Channel: GoLinuxHub
Viewing all articles
Browse latest Browse all 392

How to collect/generate "Show All" report for HP c-Class Blade Enclosures

$
0
0
There are multiple methods to generate "SHOW ALL" report of Onboard Administrator and Virtual Connect of a HP C-Class Enclosure.


A Show All report would be the first thing requested by HPE engineers to debug a case or issue observed on the enclosure or blades.

How to collect OA Show All report using OA GUI?

Login to Onboard Administration GUI using a browser having java.

Next navigate to "Enclosure Settings"->"Configuration Scripts" under "Systems and Devices" as shown below

Click on "SHOW ALL" which will generate the report on a new TAB of the browser.
NOTE: It may take some time for the complete report to get generated


How to collect OA Show All report using vcsu?

VCSU stands for virtual connect support utility. This can be used to collect OA as well as Virtual Conect (VC) Show All report and the same can be used on Linux as well as Windows platform.

Download vcsu using the below link for Windows Platform
vcsu-1.12.0

NOTE: This link takes you to a third party website.

Install the vcsu utility on your laptop/desktop and navigate to the below folder.
C:\Program Files (x86)\Hewlett Packard Enterprise\Virtual Connect Support Utility

The above location may vary depending upon the vcsu version and architecture.

Here click "VCSU-CommandPrompt.cmd" or open a "command prompt" by clicking "Shift + Right mouse (touchpad) button" and select "Open command window here" as shown below

And type the below command in the provided syntax on the command window

Syntax:
vcsu -a  collect -i <OA_IP> -u HPadmin -p <OA_HPadmin_Password> -vcu HPadmin -vcp <VC_HPadmin_Password>
For eg:
vcsu -a  collect -i 192.168.0.100 -u HPadmin -p Passw0rd -vcu HPadmin -vcp Passw0rd

C:\Program Files (x86)\Hewlett Packard Enterprise\Virtual Connect Support Utility>vcsu -a  collect -i 192.168.0.100 -u HPadmin -p Passw0rd -vcu HPadmin -vcp Passw0rd

-------------------------------------------------------------------------------
 HPE BladeSystem c-Class Virtual Connect Support Utility
 Version 1.12.0 (Build 16)
 Build Date: Mar 29 2016 07:18:21
 Copyright (C) 2006-2016 Hewlett Packard Enterprise Development LP
 All Rights Reserved
-------------------------------------------------------------------------------

SUCCESS: Collect information saved

Total execution time: 00:04:53

VCSU log file is available at the following location:
C:\Users\deeprasa\AppData\Local\Temp\

The logs are stored inside "C:\Users\deepak\AppData\Local\Temp\" with below names
vcmShowAll.txt
oaShowAll.txt

NOTE: Using this tool you can generate both OA and VC Show All reports and using the same commands the reports can be generated using a Linux platform.

I hope the article was useful.

Related Articles:
How to downgrade HP Emluex CNA NIC card firmware version

Follow the below links for more tutorials

Configure Red Hat Cluster using VMware, Quorum Disk, GFS2, Openfiler
Tutorial for Monitoring Tools SAR and KSAR with examples in Linux
How to configure Samba 4 Secondary Domain Controller
How to secure Apache web server in Linux using password (.htaccess)
How to register Red Hat Linux with RHN (Red Hat Network )
Red hat Enterprise Linux 5.5 Installation Guide (Screenshots)
15 tips to enhance security of your Linux machine
Why is Linux more secure than windows and any other OS
What is the difference between "su" and "su -" in Linux?
What is kernel-PAE in Linux?
What is swappiness and how do we change its value?
How to log iptables messages in different log file
What are the s and k scripts in the etc rcx.d directories
What is virtual memory, paging and swap space?
10 examples to help you understand top command usage in Unix/Linux



Viewing all articles
Browse latest Browse all 392

Trending Articles