HP Smart Update Manager CLI Help ---------------------------------------------------------------------- Copyright (c) 2009, 2015 Hewlett-Packard Development Company, L.P. ---------------------------------------------------------------------- Chapter 1 Running commands outside the GUI HP SUM provides three ways to run system commands outside the GUI. These include CLI, CLI with Input Files, and interactive CLI. The HP SUM CLI allows you to add all parameters in one command line, and then use the silent switch to execute the entire sequence on multiple nodes without any user interaction. This method requires the use of the silent switch and requires no user interaction. You can update one or more nodes using this method. Using the HP SUM CLI with Input Files allows you to add all parameters to a text file, and then call HP SUM using the inputfile command with the text filename as the parameter. This method requires the use of the silent switch and requires no user interaction. Using the input file method allows you to provide a larger number of nodes to update. The HP SUM iCLI provides an interactive method for each step of a process. You can run each command individually to add a baseline, add a node, start inventory, and so on. This method is similar to using the GUI but you provide individual commands instead. HP SUM iCLI takes a single command at a time. Using this method allows you to have nodes a different stages of update. For example, you can have one node in the inventory phase, one node in the deployment phase, and another node that you are just adding. The HP SUM binary executable maintains state information as needed on a per-session basis. HP SUM saves this information in the hpsum.ini file. This file is in the %tmp%\HPSUM\ location in Windows and /tmp/HPSUM/ in Linux. HP SUM stores the user, session ID, host, and port information. This information enables you to log in and run HP SUM using different credentials. For more information on using HP SUM or editing the hpsum.ini file, see HP Smart Update Manager User Guide on the HP SUM documentation website at http://www.hp.com/go/hpsum/documentation. 1.1 Scheduling CLI or input file updates You can use standard operating system tools to schedule HP SUM to run an input file or CLI command. On a Windows system, use the Task Scheduler application and on a Linux system you can use the cron function. When you create the scheduled tasks, be sure to include hpsum /s on a Windows system, or hpsum --s on a Linux system. See the documentation for these applications for more information. 1.2 Using the command line interface (CLI) to deploy updates The HP SUM CLI allows you to add all parameters in one command line, and requires use of the silent switch to execute the entire sequence on multiple nodes without any user interaction. 1.2.1 Command-line syntax The general command-line syntax for HP SUM is as follows: hpsum [--s] [--h] [--f]:bundle] [--r[eboot] On Windows, use a slash before each argument. On Linux, use a two hyphens before each argument. For example: hpsum /s /h (Windows) hpsum --s --h (Linux) Use the --s[ilent] argument for all commands, except when you use --express_install. --------------------------------------------------------------------- NOTE: HP SUM with OA requires a user ID and password to log in. The user ID must be an administrator equivalent ID and not an operator or user equivalent level ID. --------------------------------------------------------------------- --------------------------------------------------------------------- IMPORTANT: Command-line syntax does not support double-byte character sets. Any messages entered through the command line using a double-byte character set do not display correctly. --------------------------------------------------------------------- 1.2.1.1 Switch update commands G7 and earlier servers do not support AMS agents. The following tables show which updates occur when you use the switch agent commands. To find out if you have any switches installed, use HP SUM to create the Firmware Details Report. The following table shows what updates occur if no switches are currently installed. +------------------------------------------------------------------------+ | Command | G7 and earlier | Gen8 servers | | | servers | | |--------------------------------------+----------------+----------------| | no switches (Linux) | SNMP | AMS | |--------------------------------------+----------------+----------------| | --no_mgmt (Linux) | | | | | Nothing | Nothing | | /no_mgmt (Windows) | | | |--------------------------------------+----------------+----------------| | --use_ams (Linux) | | | | | SNMP | AMS | | /use_ams (Windows) | | | |--------------------------------------+----------------+----------------| | --use_snmp (Linux) | | | | | SNMP | SNMP | | /use_snmp (Windows) | | | |--------------------------------------+----------------+----------------| | --use_wmi (Linux) | | | | | WBEM | WBEM | | /use_wmi (Windows) | | | |--------------------------------------+----------------+----------------| | --use_ams --use_snmp (Linux) | | | | | SNMP | AMS and SNMP | | /use_ams /use_snmp (Windows) | | | |--------------------------------------+----------------+----------------| | --use_ams --use_wmi (Linux) | | | | | SNMP and WBEM | AMS and WBEM | | /use_ams /use_wmi (Windows) | | | |--------------------------------------+----------------+----------------| | --use_wmi --use_snmp (Linux) | | | | | WBEM and SNMP | WBEM and SNMP | | /use_wmi /use_snmp (Windows) | | | |--------------------------------------+----------------+----------------| | --use_ams --use_wmi --use_snmp | | | | (Linux) | | AMS, SNMP, and | | | WBEM and SNMP | WBEM | | /use_ams /use_wmi /use_snmp | | | | (Windows) | | | +------------------------------------------------------------------------+ 1.2.2 Command-line arguments HP SUM recognizes the command-line arguments listed in the table below. You cannot use some arguments, such as --romonly and --softwareonly, together. 1.2.2.1 Help commands You can view the help for the CLI by typing hpsum --s --h. +-------------------------------------------------------------------+ | Help | Description | |-------------------------+-----------------------------------------| | --h[elp] or --? (Linux) | | | | Displays command line help information. | | /h[elp] or /? (Windows) | | +-------------------------------------------------------------------+ 1.2.2.2 Installation commands The following table lists attributes you can use while installing updates. +------------------------------------------------------------------------+ | Installation options | Description | |-----------------------------------+------------------------------------| |--f[orce] (Linux) |Overrides or downgrades an existing | | |component installation. This | |/f[orce] (Windows) |produces the same results as | | |f:software. | |-----------------------------------+------------------------------------| |--f[orce]:bundle (Linux) |Overrides or downgrades the existing| | |installation of components in the | |/f[orce]:bundle (Windows) |selected bundle. | |-----------------------------------+------------------------------------| |--f[orce]:rom (Linux) |Overrides or downgrades the existing| | |installation of the selected | |/f[orce]:rom (Windows) |firmware components (applies to | | |firmware only). | |-----------------------------------+------------------------------------| |--f[orce]:software (Linux) |Overrides or downgrades the existing| | |installation of the selected | |/f[orce]:software (Windows) |software components. | |-----------------------------------+------------------------------------| |--f[orce]:all (Linux) |Overrides or downgrades the existing| | |installation of the selected | |/f[orce]:all (Windows) |software components, firmware | | |components, and bundles. | |-----------------------------------+------------------------------------| | |Selects components for installation | |--g or --downgrade (Linux) |that have an available version below| | |the currently installed | |/g or /downgrade (Windows) |version. This is in addition to | | |upgrades. Can be combined with | | |rewrite. | |-----------------------------------+------------------------------------| | |Selects components for installation | |--e or --rewrite (Linux) |that have an available version below| | |the same as the installed | |/e or /rewrite (Windows) |version. This is in addition to | | |upgrades. Can be combined with | | |downgrade. | |-----------------------------------+------------------------------------| | |Limits components considered for | | |installation to only firmware | |--romonly (Linux) |components. Cannot be used with | | |softwareonly. If neither | |/romonly (Windows) |softwareonly or romonly are used, | | |all components are considered for | | |possible installation. | |-----------------------------------+------------------------------------| | |Limits components considered for | |--softwareonly (Linux) |installation to only software | | |components. Cannot be used with | |/softwareonly (Windows) |romonly. If neither softwareonly or | | |romonly are used, all components are| | |considered for installation. | |-----------------------------------+------------------------------------| |--port (Linux) |Changes the port HP SUM uses for the| | |internal HTTP server from 63001 to | |/port (Windows) |the selected port. | |-----------------------------------+------------------------------------| |--ssl_port (Linux) |Changes the port HP SUM uses for the| | |internal HTTPS server from 63002 to | |/ssl_port (Windows) |the selected port. | |-----------------------------------+------------------------------------| | |Allows HP SUM to open the HTTP and | | |HTTPS ports used by HP SUM for | | |external access. Also used to open | | |the ports for remote node | |--open_firewall (Linux) |functionality and for remote browser| | |access. | |/open_firewall (Windows) | | | |HP SUM deploys updates to nodes even| | |when ip_tables include DROP | | |commands. Use open_firewall to | | |bypass the DROP rules. | |-----------------------------------+------------------------------------| | |Causes the installation to run | | |silently with no GUI or interactive | | |CLI output. All data writes to the | | |log file. Do not use the | |--s[ilent] (Linux) |express_install parameter with the | | |silent parameter. | |/s[ilent] (Windows) | | | | ------------------------------- | | | IMPORTANT: HP SUM requires the | | | silent parameter for CLI commands. | | | ------------------------------- | |-----------------------------------+------------------------------------| | |Specifies which components to | | |install. You can specify components | | |to install with or without the | | |c[omponent] argument. | | | | | |If you use the c[omponent] argument,| | |you can specify only one component. | | |per argument, but you can specify | | |multiple c arguments with individual| | |components on the same command line.| | | | | |If you do not use the --c[omponent] | | |argument, you can specify multiple | | |components separated by a blank | | |space, and listed after all other | | |arguments on the command line. | | | | | |The utility installs components in | |--c[omponent]|the order provided unless | |or |dependencies between components | | (Linux) |require installation in a different | | |order. If so, the utility changes | |/c[omponent] |the installation order based on the | |or |component dependencies to ensure the| | (Windows) |successful installation of as many | | |components as possible. | | | | | |You can specify multiple components | | |(see | | |--c[omponent])| | |and bundles on the same command | | |line. When you mix components and | | |bundles on the command line, the | | |filter switches control what | | |components and bundles are | | |installed. | | | | | |HP SUM only uses the component name.| | |If you type the entire directory | | |path, HP SUM ignores the path. If | | |you use --use_location and c, HP SUM| | |checks both the default repository | | |and the directory provided. | |-----------------------------------+------------------------------------| |--group "group_name" (Linux) |This argument specifies an already | | |defined group name in the HP SUM | |/group "group_name" (Windows) |GUI. | |-----------------------------------+------------------------------------| | |This argument specifies bundles to | | |install. You can specify bundles to | | |install with or without the b[undle]| | |argument. | | | | |--b[undle] (Linux) |You can specify multiple components | | |and bundles (see b[undle] | |/b[undle] (Windows) |) on the same command | | |line. When you mix components and | | |bundles on the command line, the | | |filter switches control which | | |components and bundles are | | |installed. | |-----------------------------------+------------------------------------| | |This argument is a filter switch. | | |Installs newer versions of | | |components defined in a PSP, ISP, or| |--allow_update_to_bundle (Linux) |firmware bundle, and replaces the | | |older versions of the same component| |/allow_update_to_bundle (Windows) |that might have shipped with the | | |bundles. | | | | | |Defaults to TRUE. | |-----------------------------------+------------------------------------| | |This argument is a filter switch. | |--allow_non_bundle_components |Installs components that are not | |(Linux) |included in the bundle but reside in| | |the directory with the components in| |/allow_non_bundle_components |the bundle. | |(Windows) | | | |Defaults to TRUE. | |-----------------------------------+------------------------------------| | |This argument is a filter switch for| | |use with bundles. Uses the latest | | |version of the bundle when you list | |--use_latest (Linux) |multiple versions of bundles on the | | |command line. When using this | |/use_latest (Windows) |command with no bundles specified, | | |and multiple bundles in the | | |directory, HP SUM installs the | | |latest available version of the | | |bundle. | |-----------------------------------+------------------------------------| | |Specifies a directory or file share | | |that contains the SPP, HP Integrity | | |Smart Update Firmware Bundles, and | | |components for use with HP SUM. HP | | |SUM expects that the targeted | | |file_share is a mapped file share or| | |UNC format. | | | | |--use_location "file_share" (Linux)|Without this argument, HP SUM | | |defaults to the directory that | |/use_location "file_share" |contains hpsum.exe or HP SUM. | |(Windows) | | | |Make sure the logged-in account has | | |access to this location. If the | | |location is a UNC file share, you | | |must provide credentials to the file| | |share using the unc_username and | | |unc_password. If you do not provide | | |these credentials, HP SUM uses the | | |current credentials to access the | | |share. | |-----------------------------------+------------------------------------| | |This specifies directory that | |--import_configuration |contains component configuration | | (Linux) |settings for components in the | | |specified baseline. Imported | |/import_configuration |component configurations override | | (Windows) |components configurations in the | | |baseline. | |-----------------------------------+------------------------------------| |--export_configuration |This specifies directory where HP | | (Linux) |SUM saves the component | | |configuration settings for | |/export_configuration |components in the specified | | (Windows) |baseline. | |-----------------------------------+------------------------------------| |--unc_username (Linux) |Username credentials for accessing | | |the file share. | |/unc_username (Windows) | | |-----------------------------------+------------------------------------| |--unc_password (Linux) |Password credentials for accessing | | |the file share. | |/unc_password (Windows) | | |-----------------------------------+------------------------------------| | |Indicates that management components| |--no_mgmt (Linux) |for AMS, SNMP, and WBEM Providers | | |are optional on the Components | |/no_mgmt (Windows) |Selection screen. In silent mode, HP| | |SUM does not update any management | | |components. | |-----------------------------------+------------------------------------| | |Specifies that components using the | | |SNMP protocol and the AMS components| |--use_snmp (Linux) |are available for installation by | | |default. Using the --use_snmp | |/use_snmp (Windows) |argument means that the AMS | | |components are required, but the WMI| | |components are optional. | |-----------------------------------+------------------------------------| | |Specifies that components using the | | |WMI protocol are available for | | |installation. These components are | | |optional and are not installed | |--use_wmi (Linux) |unless you use this argument. When | | |you use the use_wmi argument without| |/use_wmi (Windows) |using the use_snmp and use_ams | | |arguments, the SNMP and AMS | | |components are optional. This | | |argument does not apply to HP | | |Integrity servers. | |-----------------------------------+------------------------------------| | |Specifies which AMS components to | | |install along with SNMP components. | |--use_ams (Linux) |Default selections include AMS and | | |SNMP components. Using the --use_ams| |/use_ams (Windows) |argument means that the SNMP | | |components are required, and the WMI| | |components are optional. | |-----------------------------------+------------------------------------| |--express_install (Linux) |Do not use the silent parameter when| | |you use express_install. | |/express_install (Windows) | | +------------------------------------------------------------------------+ 1.2.2.3 Override error commands The following table lists attributes you can use to override errors HP SUM encounters. +------------------------------------------------------------------------+ | Overriding errors | Description | |----------------------------------------+-------------------------------| | | If you have enabled TPM, you | | | can ignore the warning | | --tpmbypass or --ignore_tpm (Linux) | message and continue with | | | component installation. For | | /tpmbypass or /ignore_tpm (Windows) | more information about TPM, | | | see the HP Smart Update | | | Manager User Guide. | |----------------------------------------+-------------------------------| | | Allows the installation to | | | proceed on a Linux or HP-UX | | | node that is an active member | | | of a Serviceguard cluster. If | | | you do not specify this | | | option and the node is an | | | active member of a | | | Serviceguard cluster, the | | | node does not enter the | | | installation or deploy | | --ignore_warnings (Linux) | phases. | | | | | /ignore_warnings (Windows) | Allows installation to | | | proceed after HP SUM receives | | | warnings on nodes. Some | | | warnings include: | | | | | | Active member of a | | | Serviceguard cluster | | | | | | HP-UX boot disk | | | | | | Superdome 2/X OA | |----------------------------------------+-------------------------------| | | Causes the installation to | | | continue and ignore errors. | | | Valid values are as follows: | | | | | | * =ServerNotFound and | | | | | | * =BadPassword. | | | | | | * =FailedDependencies | | | | | | Use the ServerNotFound option | | | to bypass inactive or | | | unavailable remote hosts when | | | you deploy firmware or | | --continue_on_error (Linux) | software to multiple remote | | | hosts at the same time. | | /continue_on_error (Windows) | | | | Use the BadPassword option to | | | bypass remote nodes that | | | report incorrect credentials | | | provided and continue with | | | other nodes. Use the | | | FailedDependencies option to | | | bypass remote nodes with | | | failed dependencies and | | | continue with other nodes | | | that are ready to be | | | installed. This can be | | | overridden by using | | | on_failed_dependency:Force or | | | :OmitComponent. | |----------------------------------------+-------------------------------| | | Defines the behavior when a | | --override_existing_connection (Linux) | remote node has an existing | | | HP SUM session in progress. | | /override_existing_connection | Overrides the session in | | (Windows) | progress and re-initializes | | | the installation framework on | | | the remote host. | |----------------------------------------+-------------------------------| | | The default is OmitHost. This | | --on_failed_dependency (Linux) | parameter puts the host into | | | a failure state, and HP SUM | | /on_failed_dependency (Windows) | does not attempt an | | | installation. | |----------------------------------------+-------------------------------| | --on_failed_dependency:OmitHost | | | (Linux) | Puts the host into a failure | | | state, and no installation is | | /on_failed_dependency:OmitHost | attempted. | | (Windows) | | |----------------------------------------+-------------------------------| | --on_failed_dependency:OmitComponent | Deselects the affected | | (Linux) | components and proceeds with | | | any updates that do not have | | /on_failed_dependency:OmitComponent | dependency failures. | | (Windows) | | |----------------------------------------+-------------------------------| | --on_failed_dependency:Force (Linux) | Attempts all updates, even | | | with dependency failures. | | /on_failed_dependency:Force (Windows) | | +------------------------------------------------------------------------+ 1.2.2.4 Reboot commands The following table lists attributes you can use for rebooting the nodes. +------------------------------------------------------------------------+ | Reboot options | Description | |---------------------------+--------------------------------------------| | | Under the following conditions, causes the | | | server (or host server in a remote | | | installation) to reboot: | | | | | | When you select the reboot option or use | | --r[eboot] (Linux) | it in a command-line argument. | | | | | /r[eboot] (Windows) | When all components selected for | | | installation are successfully installed. | | | | | | When at least one of the installed | | | components requires a reboot to complete | | | its installation. | |---------------------------+--------------------------------------------| | --reboot_message "reboot | Displays the specified reboot message on | | message" (Linux) | remote consoles connected to the server | | | that you want to reboot. You must use this | | /reboot_message "reboot | argument with the reboot option, or the | | message" (Windows) | argument is ignored | |---------------------------+--------------------------------------------| | | Delays the reboot of the server for the | | | length of time that the timeout_in_seconds | | | variable specifies. You must use this | | | argument with the reboot option, or the | | | argument is ignored. Acceptable values are | | --reboot_delay | between 15 and 3600. | | timeout_in_secs (Linux) | | | | Defaults to 15 seconds for Microsoft | | /reboot_delay | Windows operating systems and 60 seconds | | timeout_in_secs (Windows) | for Linux. | | | | | | Linux systems convert the reboot delay | | | time from seconds to minutes, and any | | | value under a full minute (59 seconds or | | | less) rounds to the next minute. | |---------------------------+--------------------------------------------| | | Forces the server to reboot under the | | | following conditions: | | --reboot_always (Linux) | | | | You select the reboot_always option or | | /reboot_always (Windows) | provide it as a command line argument. | | | | | | All components selected for installation | | | are successfully installed. | +------------------------------------------------------------------------+ 1.2.2.5 Test run commands Use this attribute along with other attributes in order to have HP SUM run through all processes in the command, except the actual deployment. Use this to verify connections and configurations for remote nodes and to see what HP SUM will update. +------------------------------------------------------------------------+ | Simulating HP SUM | Description | |-------------------+----------------------------------------------------| | --dryrun (Linux) | This argument simulates the installation for a | | | test run. Nothing is installed. | | /dryrun (Windows) | | +------------------------------------------------------------------------+ 1.2.2.6 Node commands The following table lists attributes for nodes you update. These attributes are related to each node, and can be used multiple times in a CLI command. +------------------------------------------------------------------------+ | Nodes | Description | |---------------------------+--------------------------------------------| | --user or | | | --username | Use this argument to log in to the remote | | (Linux) | nodes with the user ID. | | | | | /user or | Make sure the user name belongs to the | | /username | root or administrator group. | | (Windows) | | |---------------------------+--------------------------------------------| | --password | | | (Linux) | Password for the user ID specified in the | | | user parameter (except for the OA node). | | /password | The system uses the password to log in to | | | remote nodes. | | HP SUM also supports | | | passwd and pwd (Windows) | | |---------------------------+--------------------------------------------| | --su_username (Linux) | You cannot use su_username with use_sudo | | | access level. | | /su_username (Windows) | | | | Do not use this command on the local host. | |---------------------------+--------------------------------------------| | | You cannot use su_password with use_sudo | | | access level. | | | | | --su_password (Linux) | Do not use this command on the local host. | | | To launch HP SUM on the local host using | | /su_password (Windows) | su, use the following example: | | | | | | su root | | | | | | hpsum --s --f --use_location /mnt/spp | |---------------------------+--------------------------------------------| | | When used with username and passwd, | | --use_sudo (Linux) | indicates that both are sudo user | | | credentials. | | /use_sudo (Windows) | | | | You cannot use use_sudo with su_username | | | and su_password. | |---------------------------+--------------------------------------------| | | This is the IP address or the DNS name of | | | a remote host, which can be a remote | | | server, remote iLO NIC port, Virtual | | | Connect Ethernet or Fibre Channel Module | | --target "netAddress" | for c-Class BladeSystem, or BladeSystem | | (Linux) | OA. | | | | | /target "netAddress" | When two OAs are in an enclosure, use the | | (Windows) | active OA as the argument. When specifying | | | the IP address, use either the IPv4 or | | | IPv6 format. | | | | | | If you are adding a VC node, use the IP | | | address of the primary Enet module. | |---------------------------+--------------------------------------------| | | Reduces inventory time for scripted | | | deployments. This is an optional command | | | line argument. | | | | | | Valid node types | | | | | | Server | | | | | | Windows | | | | | | Linux | | | | | | HPUX | | | | | | | | | fc_switch | | | | | --targettype "type" | OA | | (Linux) | | | | SD2 | | /targettype "type" | | | (Windows) | | | | iLO | | | | | | virtual_connect | | | | | | Use the IP address of the primary VC Enet | | | module. | | | | | | sas_switch | | | | | | VMware | | | | | | Moonshot | | | | | | Use targettype with the target parameter. | | | You can interchange the sequence of | | | targettype and target. If the node name | | | includes spaces, make sure you enclose the | | | name in quotation marks, " ". | |---------------------------+--------------------------------------------| | | Enables the use of the local host | | --current_credential | credential to access the nodes instead of | | (Linux) | providing the user name and password | | | explicitly for each node. Assumes that the | | /current_credential | current credential is valid for the nodes | | (Windows) | you are processing. (Applies to Windows | | | only.) | |---------------------------+--------------------------------------------| | | Provides the user name credential for the | | | VC target specified using the target | | | command. You can specify only one set of | | | OA credentials using command-line | | | parameters, so if you need to add multiple | | | VC nodes using the target parameter, make | | --oa_username (Linux) | sure that the OA credentials for each | | | specified VC are the same. You do not need | | /oa_username (Windows) | to provide an OA network address | | | associated with the VC. HP SUM queries it | | | from a specified VC node. | | | | | | To update multiple VCs with different user | | | names and passwords, or VCs with OAs that | | | have different credentials, use the | | | corresponding input files OAUID and OAPWD. | |---------------------------+--------------------------------------------| | | Provides the password credential for OA | | | associated with VC specified with the | | | "node" command-line parameter. Only one | | | set of OA credentials can be specified | | | with command-line parameters. You can add | | | multiple VC nodes to command-line | | | parameters with the "node" parameter only | | --oa_password (Linux) | if the credentials of OAs associated with | | | specified VCs are the same. You do not | | /oa_password (Windows) | need to provide an OA network address | | | associated with VC. HP SUM queries it from | | | a specified VC node. | | | | | | To update multiple VCs with different user | | | names and passwords, or VCs with OAs that | | | have different credentials, use the | | | corresponding input files OAUID and OAPWD | | | . | |---------------------------+--------------------------------------------| | --switch_username (Linux) | | | | Use this command to specify Moonshot | | /switch_username | switch credentials. | | (Windows) | | |---------------------------+--------------------------------------------| | --switch_password (Linux) | | | | Use this command to specify Moonshot | | /switch_password | switch passwords. | | (Windows) | | |---------------------------+--------------------------------------------| | --switch_enable (Linux) | Use this command to enable a Moonshot | | | node. | | /switch_enable (Windows) | | |---------------------------+--------------------------------------------| | | This command is required to enable VC in | | --encryption_key (Linux) | FIPS mode. | | | | | /encryption_key (Windows) | Possible value: | | | | | | String of a minimum 8 characters. | |---------------------------+--------------------------------------------| | | Use this command to determine VC-Enet | | | module activation order. | | --ethactorder (Linux) | | | | Possible value: | | /ethactorder (Windows) | | | | ODDEVEN/PARALLEL/SERIAL/MANUAL, the | | | default is ODDEVEN. | |---------------------------+--------------------------------------------| | | Use this command to determine VC-FC | | | activation order. | | --fcactorder (Linux) | | | | Possible value: | | /fcactorder (Windows) | | | | ODDEVEN/PARALLEL/SERIAL/MANUAL, the | | | default is ODDEVEN. | |---------------------------+--------------------------------------------| | | Use this command to determine the time, in | | | minutes, between activating or rebooting | | --ethactdelay (Linux) | VC-Enet modules | | | | | /ethactdelay (Windows) | Possible value: | | | | | | Max 60 minutes, the default is 0 minutes. | |---------------------------+--------------------------------------------| | | Use this command to determine the time to | | | wait between activating or rebooting VC-FC | | --fcactdelay (Linux) | modules. | | | | | /fcactdelay (Windows) | Possible value: | | | | | | Max 60 minutes, the default is 0 minutes. | +------------------------------------------------------------------------+ 1.2.2.7 Log file commands The following table lists attributes for logging details. +------------------------------------------------------------------------+ | Log files | Description | |-----------------+------------------------------------------------------| | | Redirects the output from HP SUM or the HP | | | BladeSystem c-Class OA flash utility to a directory | | | other than the default location. | | --logdir "path" | | | (Linux) | For Windows components, the default location is | | | %SYSTEMDRIVE%\CPQSYSTEM\hp\log and the | | /logdir "path" | redirected location is \hp\log\. | | (Windows) | | | | For Linux components, the default location is | | | /var/hp/log/ and the redirected location | | | is /hp/log/. | |-----------------+------------------------------------------------------| | --v[erbose] or | | | --veryv[erbose] | Sets the verbosity level for the HP SUM execution | | (Linux) | log file, hpsum_execution_log__