Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial
Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under
vendor's standard commercial license. The information contained herein is subject to change without notice. The only warranties for HP products
and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as
constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. UNIX is a registered
trademark of The Open Group.
Acknowledgments
Microsoft Windows is U.S. registered trademarks of Microsoft Corporation.
This section provides information about the utilities supported on VMware vSphere 5.1 and updates.
The following utilities are supported on VMware vSphere 5.1 and updates host:
•HPONCFG — Command line utility used for obtaining and setting ProLiant iLO configurations.
•HPBOOTCFG — Command line utility used for configuring ProLiant server boot order.
•HPSSACLI – Command line utility used for configuration and diagnostics of ProLiant server
SmartArrays.
Installing offline bundles on an vSphere 5.1 and updates host using vSphere
CLI 5.0 esxcli utility
This section provides information about installing the VMware vSphere 5.1 updates offline bundles
on the vSphere host. You can use the esxcli utility in conjunction with offline bundles or with a
depot.
Prerequisites
Install VMware vSphere Command-Line Interface 5.0(vSphere CLI) on Microsoft
Windows or Linux system. For information about importing or installing the vSphere CLI 5.0,
see the VMware vSphere Command-Line Interface Installation and Reference Guide available at:
•Install from vSphere host, with offline bundle available on vSphere host
~# esxcli software vib install -d <vSphere local path><bundle.zip>
4.After the bundle is installed, reboot the vSphere host to initialize the utilities.
Installing offline bundles on an vSphere 5.1 and updates host using
VMware vCenter Update Manager
The offline bundle can also be installed from VMware vCenter Update Manager as a patch. For
more information and detailed instructions, see the VMware vCenter Update Manager AdministrationGuide available at:
The HPONFCG utility only supports HP ProLiant 300/500/700/900 Server series, 100 Series
Gen8 servers, and HP ProLiant BL Servers that are listed in the vSphere Server Support Matrix. To
visit the vSphere Server Matrix page, go to www.hp.com/go/vmware and select Certified ProLiants
under Tools/Resource section.
HP offers support for the iLO 2, iLO 3 and iLO 4 features available on ProLiant servers with the
HPONCFG utility.
HPONCFG is an online configuration tool used to set up and reconfigure iLO 2, iLO3 and iLO 4
without requiring a reboot of the server operating system. The utility runs in a command-line mode
and must be executed from an operating system command-line.
Observe the following requirements before using HPONCFG:
•The iLO 2, iLO 3 or iLO 4 Management Interface Driver must be loaded on the server. HPONCFG
displays a warning if the driver is not installed.
•HPONCFG requires minimum iLO 2, iLO 3 and iLO 4 firmware versions. To determine the
minimum firmware version required, see the HP SmartStart Scripting Toolkit Linux and WindowsEditions Support Matrix.
For more information, see the Remote Management website:http://www.hp.com/servers/lights-out
The HPONCFG utility can be accessed from the location: /opt/hp/tools.
IMPORTANT:Because the-w argument does not capture certain types of information, such as
the administrator password, data files created with HPONCFG using the-w argument cannot then
be used as input files for HPONCFG, unless they are modified first.
Table 1 hponcfg Command Line Arguments
FunctionArgument
-a, --all
-i --input
-s,--substitute
-f, - -file=filename
-m, - -minfwlevel
This argument captures complete Management Processor configuration to the
file. This option should be used along with the "-w" option.
This argument Get/Set Management Processor Configuration from the XML
input received through the standard input stream.
This argument substitutes variables present in the input configuration file with
the values specified in "namevaluepairs".
This argument sets the iLO 2, iLO 3 or iLO 4 configuration based on the
information in the XML input file named filename.
This argument logs replies to the text log file named filename.-l, - -log=filename
Writes all the responses from iLO 2, iLO 3 or iLO 4.-v, - -xmlverbose
This argument returns the host server name and serial number.-g, - -get_hostinfo
This argument indicates to HPONCFG the minimum firmware level that must be
present in the management device to execute the RIBCL script. If the minimum
level is not met, HPONCFG returns an error without performing any additional
actions.
-w, - -writeconfig=filename
This argument writes the iLO 2, iLO 3 or iLO 4 configuration obtained from the
device to the XML output file named filename.
HPONCFG utility5
Table 1 hponcfg Command Line Arguments (continued)
HPONCFG return codes
This section provides description about the return code after running the command.
Table 2 hponcfg return codes
FunctionArgument
This argument resets the iLO 2, iLO 3 or iLO 4 to factory defaults.-r, - -reset
These arguments display simple help messages.-h, - -help, - -?
MeaningValue
ERROR: A general system error detected while running HPONCFG-1
Script succeeded.0
Script failed1
ERROR : Unable to shutdown the iLo Channel Interface2
Firmware flash is in progress. Please wait for a while.3
General error detected while checking firmware flash.4
iLO Lights-Out functionality is Disabled.5
Please enable Lights-Out functionality before using this software.
To Enable Lights-Out functionality:
Set iLO Security Override Switch to ON and
Use iLO ROM-based Setup Utility or iLO Browser interface to enable lights-out
functionality.
You are not a root/superuser. Only root/superuser can access the utility.7
ERROR: Please specify firmware level as numeric input9
Could not get status of the Lights-Out Functionality10
ERROR: Failed to capture the configuration13 - 20
If the script itself fails, errors are reported in the log file created by HPONCFG.
HPONCFG command file contents
The hponcfg command can be used to perform the following tasks:
•Obtain an entire configuration
•Obtain a specific configuration
•Set a configuration
Obtaining an entire configuration
The hponcfg command can be used to obtain an entire configuration from an iLO 2, iLO 3 or
iLO 4. In this case, the utility executes from the command line without specification of an input file.
The name of the output file is given on the command line. For example:
/opt/hp/tools # ./hponcfg -w config.xml
In this example, the utility indicated that it obtained the data successfully and wrote it to the output
file as requested. The following is a typical example of the contents of the output file:
For security reasons, the user passwords are not returned.
Obtaining a specific configuration
A specific configuration can be obtained using the appropriate XML input file. For example, here
are the contents of a typical XML input file, get_global.xml:
<!-- Sample file for Get Global command -->
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="x" PASSWORD="x">
<RIB_INFO MODE="read">
<GET_GLOBAL_SETTINGS />
</RIB_INFO>
</LOGIN>
</RIBCL>
The XML commands are read from the input file get_global.xml and are processed by the
device:
<!–Add user with minimal privileges to test default setting of assigned privileges to 'N'—>
<RIBCL version="1.2"/>
<LOGIN USER_LOGIN="x" PASSWORD="x">
<USER_INFO MODE="write">
<ADD_USER USER_NAME="Landy9" USER_LOGIN="mandy9"
PASSWORD="floppyshoes">
<RESET_SERVER_PRIV value="Y" />
<ADMIN_PRIV value="Y" />
</ADD_USER>
</USER_INFO>
</LOGIN>
</RIBCL>
The specified user will be added to the device.
HPONCFG command-line examples
This section provides sample examples to run the utility.
Table 3 hponcfg command-line examples
To view the command usage options, run the following command:
/opt/hp/tools # ./hponcfg —h
All options supported by the command are listed in the output.
To get the host server name and serial number, run the following command:
/opt/hp/tools # ./hponcfg —g
The following output is displayed:
HP Lights-Out Online Configuration utility
Version 4.0-12 (c) Hewlett-Packard Company, 2011
Firmware Revision = 1.30 Device type = iLO 4 Driver name = hpilo
iLO IP Address: x.x.x.x
Host Information:
Server Name: localhost.usa.hp.com
DescriptionCommand-line argument
This argument displays help information.hponcfg -h
This argument returns the host server name and serial number.hponcfg -g
8Introduction
Server Serial Number: x.x.x.x
x.x.x.x – As per customer’s environment.
To set the minimum firmware level, run the following command:
/opt/hp/tools # ./hponcfg —m 2
The following output is displayed:
Firmware Revision = 2.05 Device type = iLO 2 Driver name = hpilo
HPBOOTCFG utility
The hpbootcfg utility only supports HP ProLiant 300/500/700/900 Server series, 100 Series
Gen8 servers, and HP ProLiant BL Servers that are listed in the vSphere Server Support Matrix. To
visit the vSphere Server Matrix page, go to www.hp.com/go/vmware and select Certified ProLiants
under Tools/Resource section. HPBBOTCFG is also supported when the system is booted in UEFI
boot mode or Legacy BIOS.
This utility allows an application to set the device for the next subsequent boot of the system except
where the option states it is persistent.
Sets the persistent boot mode to legacy bios boot mode.
CAUTION:Installed OS is boot-mode sensitive. It cannot boot an OS installed in UEFI boot mode in
legacy mode and or visa-versa.
Sets the persistent boot mode to UEFI bios boot mode.
CAUTION:Installed OS is boot-mode sensitive. It cannot boot an OS installed in UEFI boot mode in
legacy mode and or visa-versa.
Sets default device as the boot option-D
Sets Floppy Drive as the first boot device for the system boot-F
Sets CD-ROM Drive as the first boot device for the system boot-C
Sets Hard Drive as the first boot device for the system boot-H
Sets USB as the first boot device for the system boot-U
Sets system configuration utility as the boot device for the current boot-S
Sets quick configuration utility as the boot device for the current boot-Q
Sets ROM-Based Setup Utility (RBSU) as the boot device for the current boot-R
Sets PXE client as the boot device for the current boot-P
Bypasses F1 / F2 prompts-b
HPBOOTCFG ESXCLI syntax
The hpbootcfg utility is supported by the ESXCLI utility.
To view the command usage options, run the following command:
# esxcli hpbootcfg
HPBOOTCFG utility9
The following output is displayed:
Usage: esxcli hpbootcfg {cmd} [cmd options]
Available Commands:
execute execute — hpbootcfg command with options parameter
help — show hpbootcfg help
show — show current hpbootcfg settings
To view the current boot settings, run the following command:
# esxcli hpbootcfg show
This System only support BIOS/Legacy boot.
Boot mode: 00 00 Legacy BIOS boot mode
Boot order: 00 00: Normal Device first, normal boot process
For UEFI enabled boot mode, following output is displayed:
Boot mode: 01 01 UEFI BIOS boot mode, UEFI optimized boot mode enabled
Boot order: 00 00: Normal Device first, normal boot process
To set the command parameter values, use the "execute" cmd and one of the options listed in
Table 4. The following is an example of the command to set the defaults:
# esxcli hpbootcfg execute -D
The following output is displayed:
This System only support BIOS/Legacy boot.
Boot mode: 00 00 Legacy BIOS boot mode
Boot order: 00 00: Normal Device first, normal boot process
HPBOOTCFG return codes
This section provides description about the return code after running the command.
Table 5 hpbootcfg return codes
MeaningValue
Indicates success0
Indicates failureNon zero
HPBOOTCFG command-line examples
This section provides sample examples to run the utility.
Table 6 hpbootcfg command-line examples
HPSSACLI utility
DescriptionCommand-line argument
This argument displays help information./opt/hp/tools/hpbootcfg -h
This argument sets the default values./opt/hp/tools/hpbootcfg -D
The HPSSACLI utility supports HP ProLiant 300/500/700 and Blade servers with integrated
SmartArray controllers and option controllers. The utility supports reporting and configuration of
the SmartArray. Configuration includes the ability to create arrays; create, expand, and delete
logical drives and many other advanced operations. The information provided in the guide is
introductory and example focused . For more information, see Configuring Arrays on HP SmartArray Controllers Reference Guide available at:http://h20000.www2.hp.com/bc/docs/support/
SupportManual/c00729544/c00729544.pdf.
10Introduction
Additional references to HP Smart Storage Administrator guides and white papers are available
at:
Using VMware esxcli requires knowledge about the CLI usage. The VMware vSphere command
line documentation is available at: http://www.vmware.com/support/developer/vcli/.
The following is an overview of the ESXCLI command-line format:
Each plugin must have an associated namespace which defines any environment or other system
variables required by the application.
A plugin must have one or more associated objects which defines a single operation.object
Prepares the esxcli target to accept a command-line string.command
Additional switches associated with the command itself (if necessary).cmd options
This is the string which dictates the operation that should be executed by the target application itself.“command-string”
The current namespace and command names are: hpssacli and cmd respectively. The {cmd
options} parameter can be cmdopts or -q. There is no need for an {object} type for
hpssacli since the application operates on internal commands supplied in the command-string.
HPSSACLI ESXCLI syntax
The HPSSACLI utility is supported by the ESXCLI utility.
Use the following command syntax for all commands:
physicaldrive 1I:1:1
Port: 1I
Box: 1
Bay: 1
Status: OK
Drive Type: Data Drive
Interface Type: SAS
Size: 146 GB
Rotational Speed: 10000
Firmware Revision: HPDE
Serial Number: 6SD3FJVL0000B145MFXB
Model: HP EG0146FAWHU
Current Temperature (C): 36
Maximum Temperature (C): 46
PHY Count: 2
PHY Transfer Rate: 6.0GBPS, Unknown
physicaldrive 1I:1:2
Port: 1I
Box: 1
Bay: 2
Status: OK
Drive Type: Data Drive
Interface Type: SAS
Size: 146 GB
Rotational Speed: 10000
Firmware Revision: HPDE
Serial Number: 6SD3EVBH0000B144Q7RD
Model: HP EG0146FAWHU
Current Temperature (C): 37
Maximum Temperature (C): 49
PHY Count: 2
PHY Transfer Rate: 6.0GBPS, Unknown
unassigned
physicaldrive 1I:1:3
Port: 1I
Box: 1
Bay: 3
Status: OK
Drive Type: Unassigned Drive
Interface Type: SAS
Size: 146 GB
Rotational Speed: 10000
Firmware Revision: HPDE
Serial Number: 6SD3FK4A0000B145J6JK
Model: HP EG0146FAWHU
Current Temperature (C): 37
Maximum Temperature (C): 48
PHY Count: 2
PHY Transfer Rate: 6.0GBPS, Unknown
...
These examples are not inclusive of all the capabilities of the HPSSACLI command. Commands
and options for additional operations using the HPSSACLI, such as creating a logical drive, are
documented in the Configuring Arrays on HP Smart Array Controllers Reference Guide.
HPSSACLI utility13
HPTESTEVENT utility
The hptestevent utility allows an application to request, so that the HP Insight Management
WBEM Providers generate the Informational Test Indication with ProviderName “HP Test” and
EventID 1, and the CPQ SNMP test trap with OID 1.3.6.1.4.1.232.11.2.8.1.0.11003.
The HP Insight Management WBEM Providers must be installed, enabled and running on the system
where this utility is executed. The WBEM Providers must be configured to send indications to the
listener. VMware SNMP traps must be enabled and configured to use WBEM indications as a
source for SNMP traps.
The Informational Test Indication and the CPQ Test SNMP trap will be sent to any listener configured
to receive indications from the system.
See the HP Insight Management WBEM Provider Datasheets for information on the test indication,
and the SNMP Data Migration Guide for information on the test SNMP trap on the BSC (Business
Support Center).
HPTESTEVENT command-line syntax
Use the following format at the command line:
hptestevent
There are no command options for the hptestevent utility.
HPTESTEVENT ESXCLI syntax
The hptestevent utility is supported by the ESXCLI utility.
To view the command usage options, run the following command:
# esxcli hptestevent
The following output is displayed:
Usage: esxcli hptestevent {cmd} [cmd options]
Available Commands:
execute execute the hptestevent command
To request a test indication and test SNMP trap to be generated, run the following command:
# esxcli hptestevent execute
The following output is displayed:
Request successful. Test event will be generated.
HPTESTEVENT return codes
This section provides description about the return code after running the command.
Table 8 hptestevent return codes
MeaningValue
Indicates success0
3
4
14Introduction
Request failed. No test event will be generated.1
Request failed, must be root. No test event will be generated.2
Request failed, couldn't determine if HP WBEM Providers are installed and running. No test
event will be generated.
Request failed, HP WBEM Providers are not installed and running. No test event will be
generated.
HPTESTEVENT command-line examples
This section provides sample examples to run the utility.
Table 9 hptestevent command-line examples
HP CONREP utility
The conrep utility reads the state of the system environment settings to determine an HP Proliant
server configuration and writes the results to an XML data file. You can edit this file and use it to
reset the system configuration on the same server or to duplicate the hardware configuration on
another HP ProLiant server.
The utility uses the XML file called hardware definition file to determine what information to retrieve
from and restore to the server. You can make a copy of this file and edit the copy to update new
features or restrict features when capturing server configurations. The default conrep.xml file contains
common hardware configuration settings for the supported HP ProLiant series servers. You can
change the default using –x file option.
CAUTION:Improper modification of the conrep.xml file can result in the loss of critical data.
Only experienced users should attempt to modify the file.
DescriptionCommand-line
Run command directly on the ESXi host/opt/hp/tools/hptestevent
Use esxcli to run the commandesxcli hptestevent execute
The server configuration information is captured in the default conrep.dat data file. This file is an
XML data file which contains the actual system configuration retrieved from the ROM-Based Setup
Utility (RBSU). You can edit this data file to restore the settings or use –f file option to change the
default.
CAUTION:Improper modification of the conrep.dat file can result in the loss of critical data.
Only experienced users should attempt to modify the data files. Because of the potential risk of
data loss, take all necessary precautions to ensure that mission-critical systems remain online if a
failure occurs.
The utility runs in a command-line mode and must be executed from an operating system
command-line and can be accessed from the location: /opt/hp/tools. You can also find the
default conrep.xml file here.
The conrep utility only supports HP ProLiant 300/400/500/700/800/900 and Blade servers. In
addition, all of Proliant 100 series Gen8, Gen9 that are listed in the vSphere Server Support Matrix
are supported. To visit the vSphere Server Matrix page, go to www.hp.com/go/vmwareand select
Certified ProLiant’s under Tools/Resource section.
This argument saves the system configuration to a file.-s
-l
This argument loads the system configuration from a file
and writes it to the target server. If no file specified, default
conrep.dat is used.
HP CONREP utility15
Table 10 CONREP command line arguments (continued)
DescriptionCommand-line Argument
-x filename
-f filename
Table 11 CONREP return codes
2
5
This argument defines the name and location of the XML
hardware definition file. . The default file is /op/hp/
tools/conrep.xml. If conrep is not run from directory
/opt/hp/tools, this option must be used.
This argument defines the name and location of the system
configuration data file. The default file is conrep.dat.
This argument displays help information.-h
MeaningValue
The command was completed successfully.0
The hardware definition file (conrep.xml) is not found.1
The system configuration data file (conrep.dat) is corrupt
or not found.
The XML hardware definition file (conrep.xml) is corrupt
or not appropriate for the current platform.
No XML tag defined in hardware definition file.6
Invalid command line or usage error.7
General error. See error message for details.255
CONREP -s (Store to Data file)
This is an example of usage for HP Proliant servers to extract BIOS settings using the default
conrep.xml file and configuration stored in default conrep.dat file.
/opt/hp/tools # ./conrep –s
conrep 4.0.0.0 - HP Configuration Replication Utility
Copyright (c) 2007-2014 Hewlett-Packard Development Company, L.P.
System Type:ProLiant BL465c Gen8
ROM Date: 11/02/2013
ROM Family : A26
Processor Manufacturer: AMD
XML System Configuration: conrep.xml
Hardware Configuration: conrep.dat
Global Restriction: [3.40]
OK
Platform check:
[ProLiant BL ]match
Saving configuration data to conrep.dat
Conrep Return Code:0
Following is an example of usage of conrep tool when run from directory other than /op/hp/tools,
using the default files:
/vmfs/volumes/mytoolsdir# /opt/hp/tools/conrep –x /opt/hp/tools/conrep.xml –s
conrep 4.0.0.0 - HP Configuration Replication Utility
Copyright (c) 2007-2014 Hewlett-Packard Development Company, L.P.
System Type: ProLiant BL465c Gen8
ROM Date: 11/02/2013
ROM Family : A26
Processor Manufacturer: AMD
XML System Configuration: /op/hp/tools/conrep.xml
Hardware Configuration: conrep.dat
Global Restriction: [3.40 ]
OK
Platform check:
16Introduction
[ProLiant BL] match
Saving configuration data to conrep.dat
Conrep Return Code: 0
The conrep.dat is created in /vmfs/volumes/mytoolsdir.
Following is an example of usage for HP ProLiant servers to extract the BIOS settings from a BL465
Gen8 server and save the configuration to a "BL465conrep.dat" data file:
NOTE:BL465conrep.xml is a copy of /opt/hp/tools/conrep.xml. Following example
shows how to pass non-default file names.
/opt/hp/tools # ./conrep -s -x BL465conrep.xml -f BL465conrep.dat
conrep 4.0.0.0 - HP Configuration Replication Utility
Copyright (c) 2007-2014 Hewlett-Packard Development Company, L.P.
System Type: ProLiant BL465c Gen8
ROM Date :11/02/2013
ROM Family : A26
Processor Manufacturer: AMD
XML System Configuration: BL465conrep.xml
Hardware Configuration: BL465conrep.dat
Global Restriction: [3.40]
OK
Platform check:
[ProLiant BL ] match
Saving configuration data to BL465conrep.dat
Conrep Return Code: 0
CONREP –l (Load from Data File)
This is a simple example of usage for HP ProLiant servers to load the BIOS configuration settings
from a previously captured/edited default conrep.dat data file to a BL465 Gen8 server.
/opt/hp/tools # ./conrep -l
conrep 4.0.0.0 - HP Configuration Replication Utility
Copyright (c) 2007-2014 Hewlett-Packard Development Company, L.P.
System Type: ProLiant BL465c Gen8
ROM Date: 11/02/2013
ROM Family : A26
Processor Manufacturer: AMD
XML System Configuration: conrep.xml
Hardware Configuration: conrep.dat
Global Restriction: [3.40 ]
OK
Platform check:
[ProLiant BL] match
Loading configuration data from conrep.dat
Conrep Return Code: 0
Following is an example of usage for HP ProLiant servers to load the BIOS configuration settings
from a previously captured/edited data file (in this case BL465conrep.dat ) to a BL465 Gen8
server:
/opt/hp/tools # ./conrep -l –x BL465conrep.xml -f BL465conrep.dat
conrep 4.0.0.0 - HP Configuration Replication Utility
Copyright (c) 2007-2014 Hewlett-Packard Development Company, L.P.
System Type:ProLiant BL465c Gen8
ROM Date:11/02/2013
ROM Family :A26
Processor Manufacturer:AMD
XML System Configuration: BL465conrep.xml
Hardware Configuration: BL465conrep.dat
Global Restriction: [3.40]
OK
Platform check:
[ProLiant BL] match
HP CONREP utility17
Loading configuration data from BL465conrep.dat
Conrep Return Code: 0
CONREP data file sample contents for HP ProLiant servers
The conrep.dat file contents the ROM section tags and values. You can view this file using the
ROM Based Setup Utility (RBSU). See the ROM Based Setup Utility User Guide available at http://
www.hp.com.
A sample content of the data file generated by conrep is similar to the following:
<Section name="IPL_Order_Size" helptext="Current Initial ProgramLoad
device boot order size."><Size0>06</Size0></Section>
<Section name="PCI_Devices" helptext="Lists of PCI devices and their
interrupts - not displayed if default values are
set.">EMPTY_DELETE</Section>
Generating an ADU report (diagnostics) from within HPSSACLI for vSphere
5.1 and updates
The HPSSACLI application contains the ability to generate a diagnostic report of the system and
its Smart Array storage configuration. The following steps are required in order to obtain an ADU
report from a remote machine running vSphere 5.1 and updates.
1.Obtain and install the HP Smart Storage Administrator Diagnostics Utility (HP SSADU) CLI:
1.Browse to http://www.hp.com
2.Click on Support & Drivers
3.Select Drivers & Software
4.In the search box, type HP Smart Storage Administrator Utility
5.Select the operating system of the client machine that will be used to remotely access the
machine running vSphere 5.1 and updates.
6.Under the Software – System Management menu, proceed to download the HP Smart
Storage Administrator Diagnostics Utility (HP SSADU) CLI by clicking on the link.
2.The location where the package has installed the included applications and then update your
18Introduction
NOTE:The desired version is 9.x or newer.
7.Install the Windows component or Linux RPM package onto the client machine.
system path to include this location.
3.The client machine used to access the remote vSphere 5.1 and updates machine must also
have the vSphere CLI esxcli command line tool installed and must be accessible through
the system path. Ensure that the client machine location is included in the path.
4.Use the following tool and associated command-line parameters to perform the creation and
retrieval of the report:
The hpssaduesxi application uses the supplied parameters to remotely obtain the report from your
target vSphere 5.1 and updates machine and saves the data into the target zip file. The zip file
can then be opened with any third-party zip application or with the unzip command under Linux.
The hpssaduesxi application also contains onboard help which can be obtained by typing
hpssaduesxi with no parameters.
Generating an ADU report (diagnostics) from within HPSSACLI for vSphere 5.1 and updates19
2 Support and other resources
This chapter provides information about the contact details and reference documents.
Contacting HP
This section provides information about the prerequisites to be verified before contacting HP and
mechanism supported by the organization for sharing the feedback.
Before you contact HP
Be sure to have the following information available before you call contact HP:
•Technical support registration number (if applicable)
•Product serial number
•Product model name and number
•Product identification number
•Applicable error message
•Add-on boards or hardware
•Third-party hardware or software
•Operating system type and revision level
HP contact information
For the name of the nearest HP authorized reseller:
•See the Contact HP worldwide (in English) webpage (http://welcome.hp.com/country/us/
en/wwcontact.html).
For HP technical support:
•In the United States, for contact options see the Contact HP United States webpage (http://
welcome.hp.com/country/us/en/contact_us.html). To contact HP by phone:
◦Call 1-800-HP-INVENT (1-800-474-6836). This service is available 24 hours a day, 7
days a week. For continuous quality improvement, calls may be recorded or monitored.
◦If you have purchased a Care Pack (service upgrade), call 1-800-633-3600. For more
information about Care Packs, refer to the HP website (http://www.hp.com/hps).
◦In other locations, see the Contact HP worldwide (in English) webpage (http://
welcome.hp.com/country/us/en/wwcontact.html).
Subscription service
HP recommends that you register your product at the Subscriber's Choice for Business website:
http://www.hp.com/country/us/en/contact_us.html After registering, you will receive email
notification of product enhancements, new driver versions, firmware updates, and other product
resources.
Documentation feedback
HP welcomes your feedback. To make comments and suggestions about product documentation,
send a message to docsfeedback@hp.com. Include the document title and manufacturing part
number. All submissions become the property of HP.
20Support and other resources
New and changed information in this edition
•Wording added for hponcfg and hpbootcfg to identify both tools support execution on
ProLiant Series 100 Gen 8.
•Additional arguments for hponcfg command line.
Related information
Following documents and websites provide related information:
Documents
Following documents are supported for the product:
•HP VMware vSphere 5.1 Release Notes
•HP VMware vSphere 5.1 and updates Getting Started Guide
Websites
HP documents regarding VMware are available at the following location:
This document uses the following typographical conventions:
%, $, or #A percent sign represents the C shell system prompt. A dollar sign
represents the system prompt for the Bourne, Korn, and POSIX
shells. A number sign represents the superuser prompt.
audit(5)A manpage. The manpage name is audit, and it is located in
Section 5.
CommandA command name or qualified command phrase.
Computer outputText displayed by the computer.
Ctrl+xA key sequence. A sequence such as Ctrl+x indicates that you
must hold down the key labeled Ctrl while you press another key
or mouse button.
ENVIRONMENT VARIABLEThe name of an environment variable, for example, PATH.
ERROR NAMEThe name of an error, usually returned in the errno variable.
KeyThe name of a keyboard key. Return and Enter both refer to the
same key.
TermThe defined use of an important word or phrase.
User inputCommands and other text that you type.
VariableThe name of a placeholder in a command, function, or other
syntax display that you replace with an actual value.
[]The contents are optional in syntax. If the contents are a list
separated by |, you must choose one of the items.
{}The contents are required in syntax. If the contents are a list
separated by |, you must choose one of the items.
...The preceding element can be repeated an arbitrary number of
times.
Indicates the continuation of a code example.
|Separates items in a list of choices.
New and changed information in this edition21
WARNINGA warning calls attention to important information that if not
understood or followed will result in personal injury or
nonrecoverable system problems.
CAUTIONA caution calls attention to important information that if not
understood or followed will result in data loss, data corruption,
or damage to hardware or software.
IMPORTANTThis alert provides essential information to explain a concept or
to complete a task
NOTEA note contains additional information to emphasize or supplement
important points of the main text.
22Support and other resources
Index
D
document
related documentation, 21
R
related documentation, 21
23
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.