Front Cover NEC Command Line Interface Document Rev.1.
NEC ESMPRO Manager Ver.5 Command Line Interface Contents Front Cover ....................................................................................................................................................... 1 Contents............................................................................................................................................................. 2 Trademarks..............................................................................................................
NEC ESMPRO Manager Ver.5 Command Line Interface 2.3 2.4 2.5 2.6 2.7 2.2.25 setAuthKey .......................................................................................................................... 44 2.2.26 setSensorLevel..................................................................................................................... 44 2.2.27 getSensorLevel .................................................................................................................... 46 2.2.
NEC ESMPRO Manager Ver.5 Command Line Interface getUserList .......................................................................................................................... 75 2.7.3 2.7.4 setUserProperty ................................................................................................................... 76 2.7.5 getUserProperty ................................................................................................................... 77 2.8 Other Commands...................
NEC ESMPRO Manager Ver.5 Command Line Interface Trademarks NEC EXPRESSBUILDER and NEC ESMPRO are registered trademarks of NEC Corporation. Microsoft, Windows, Windows Vista, Windows Server are registered trademarks or trademarks of Microsoft Corporation in the United States and other countries. NetWare is a registered trademark of Novell, Inc. of the United States. All other company, or product names used in this document are registered trademarks or trademarks of their respective trademark owners.
NEC ESMPRO Manager Ver.5 Command Line Interface About This Document This document introduces command line interface of the component management utility "NEC ESMPRO Manager". Before attempting to operate the command line interface, read this document so as to gain an adequate understanding of the contents. Attention This document is intended for persons who are familiar with the operating system's functions and operations and the network's functions and setup.
NEC ESMPRO Manager Ver.5 Command Line Interface Chapter1 About Command Line Interface The NEC ESMPRO Manager command line interface provides a set of commands that can control managed components through the command line from the management PC. The set of commands covers a part of functions that can be executed by using the web browser. CHECK: The set of commands mainly enables to execute functions by communication with BMC or NEC ESMPRO Agent Extension on the managed component.
NEC ESMPRO Manager Ver.5 Command Line Interface 1.2 How to Execute Commands To execute a command, enter the command following the command prompt as shown below. dscli CommandName [Option, …] dscli : CommandName : Option : Indicates the NEC ESMPRO Manager command line interface command Enter the name of the command you want to execute. Enter the option parameters defined for each command 1.2.
NEC ESMPRO Manager Ver.5 Command Line Interface 1.3 Execution Results All the commands return the end status. If an error has occurred, they return an error message. The end status of all the commands is as follows: 0 Non Zero value Normal end Error end If a command error occurs, a non-zero value will be returned as the end status and the error message will be displayed.
NEC ESMPRO Manager Ver.5 Command Line Interface Chapter2 Command Summary 2.1 Group management Commands 2.1.1 getList Syntax: dscli getList GroupName [/g] [/x] Description: Displays the list of groups and components registered under the specified group. If no appending option is specified, displays the groups and components just under the specified group. Options: GroupName Specify the name of the group. If you want to display the groups and components under root, specify “root”. /g Display only groups.
NEC ESMPRO Manager Ver.5 Command Line Interface Displays the list of groups and components. The following shows an example. >dscli getList root group1 group2 component1 group3 component2 component3 Displays the case specified “/g” option. The following shows an example. >dscli getList root /g group1 group2 group3 Displays the case specified “/x” option. The following shows an example.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.1.2 createGroup Syntax: dscli createGroup GroupName [ParentGroupName] Description: Creates a new component group. Options: GroupName Specify the group name to create. You can input up to 63 characters. ParentGroupName Specify the name of the parent group when the group is made under the group. If you create a group under root, specify “root” or omit this option. TIP: The name of group that is already registered cannot be specified to GroupName 2.1.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.1.5 setGroupProperty Syntax: dscli setGroupProperty GroupName PropertyName Value Description: Sets the property of a group. Options: GroupName Specify the name of group. PropertyName Specify the name of the group property. PropertyName GROUP_NAME GROUP_COMMENT The following is group property list: Contents Specify the name of the group. Enter the comments of the group. Value Up to characters. Up to characters.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.1.7 getGroupStatus Syntax: dscli getGroupStatus GroupName Description: Displays the status of a specified component group. Among all component condition under the group, displays the worst condition as a status of the group. Confirms the condition of component by component monitoring function. Options: GroupName Specify the name of group. Output: Displays the status of the specified component group. There are following types of status.
NEC ESMPRO Manager Ver.5 Command Line Interface TIPS: See 2.2.9 setServerProperty for server properties. /exs When you specify “/exs” option and the component name after it, the command is not executed on the specified component. You can specify plural component names. /exg When you specify “/exg” option and the group name after it, the command is not executed on the component under the specified group. You can specify plural group names.
NEC ESMPRO Manager Ver.5 Command Line Interface Output: If error has occurred, the name and the error message about each error-occurred managed component is displayed. The following shows an example. Component1 : Connection to the server could not be made. (Timeout) Component2 : Connection to the server could not be made. (Authentication error) 2.1.10 groupReset Syntax: dscli groupReset GroupName [/p] [/exs ComponentName1 ComponentName2 ... ComponentNameN] [/exg GroupName1 GroupName2 ...
NEC ESMPRO Manager Ver.5 Command Line Interface Output: If error has occurred, the name and the error message about each error-occurred managed component is displayed. The following shows an example. Component1 : Connection to the server could not be made. (Timeout) Component2 : Connection to the server could not be made. (Authentication error) 2.1.11 groupPowerCycle Syntax: dscli groupPowerCycle GroupName [/p] [/exs ComponentName1 ComponentName2 ... ComponentNameN] [/exg GroupName1 GroupName2 ...
NEC ESMPRO Manager Ver.5 Command Line Interface Output: If error has occurred, the name and the error message about each error-occurred managed component is displayed. The following shows an example. Component1 : Connection to the server could not be made. (Timeout) Component2 : Connection to the server could not be made. (Authentication error) 2.1.12 groupShutdownOs Syntax: dscli groupShutdownOs GroupName [/force] [/exs ComponentName1 ComponentName2 ... ComponentNameN] [/exg GroupName1 GroupName2 ...
NEC ESMPRO Manager Ver.5 Command Line Interface 2.1.13 groupSetPowerRestoreDelay Syntax: dscli groupSetPowerRestoreDelay GroupName DelayTime [/x Policy] [/exs ComponentName1 ComponentName2 ... ComponentNameN] [/exg GroupName1 GroupName2 ... GroupNameN] Description: Changes the power option that specifies working of managed components in a specified group when they are turned AC ON. The managed components in the sub-group are also controlled.
NEC ESMPRO Manager Ver.5 Command Line Interface : Connection to the component could not be made. (Timeout) Component2 : Connection to the component could not be made. (Authentication error) 2.1.14 getGroupRemoteKvmLicense Syntax: dscli getGroupRemoteKvmLicense GroupName Description: Displays the state of “Remote KVM and Media License” for each managed components in a specified group. The managed components in the sub-group are also displayed. Options: GroupName Specify the name of group.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2 Component Management Commands 2.2.1 getServerList Syntax: dscli getServerList [/d] Description: Displays the name list of all managed components registered on NEC ESMPRO Manager. Options: /d If you specify “/d” option, the managed components list will indicate component name, GUID and MAC address of LAN port that BMC uses of each component. Added information below is also indicated. EXPRESSSCOPE Engine series BMC is EXPRESSSCOPE Engine series.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.2 getServerNameByMacAddr Syntax: dscli getServerNameByMacAddr MacAddress Description: Displays the name of the managed component that has the specified MAC address. Options: MacAddress Specify a MAC address of LAN port that BMC uses on the managed component. The following shows an example. dscli getServerNameByMacAddr 00:30:13:f1:00:5a Output: Displays the name of the managed component. The following shows an example. Component1 2.2.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.4 findNewServer Syntax: dscli findNewServer StartIpAddr EndIpAddr Description: Finds BMC on managed components that are not registered on NEC ESMPRO Manager according to IP address range specification. TIP: To register the managed component that is found using findNewServer command or findNewServerNetAddr command, you can use createServer command. See 2.2.6 createServer. Options: StartIpAddr Specify the start address of IP address range.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.5 findNewServerNetAddr Syntax: dscli findNewServerNetAddr NetAddr NetMask Description: Finds BMC on managed components that are not registered on NEC ESMPRO Manager according to Network address specification. TIP: To register the managed component that is found using findNewComponent command or findNewServerNetAddr command, you can use createServer command. See 2.2.6 createServer. Options: NetAddr Specify network address. NetMask Specify network mask.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.7 deleteServer Syntax: dscli deleteServer Component [/force] Description: Deletes the specified managed component that is registered on the NEC ESMPRO Manager. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component. /force When you delete the managed component that has been set schedule running, the schedule is deleted from NEC ESMPRO Agent Extension.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.9 setServerProperty Syntax: dscli setComponentProperty Component PropertyName Value Description: Sets the property of a managed component. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component. PropertyName Specify the name of the property.
NEC ESMPRO Manager Ver.5 Command Line Interface PropertyName SERVER_SUBNETMASK_2 SERVER_PHONE_NUMBER Contents Specify subnet mask of the extra BMC IP address. Specify the phone number to communicate via modem. Value IP address format Up to 19 characters Default 255.255 .255.0 (Blank) Specify the alias of the managed component. Up to 255 bytes (Same as compon ent name) SERVER_ALIAS *1 *1 The property can be also set for an EM card. Value Specify new value to be set.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.11 getServerGroup Syntax: dscli getServerGroup Component Description: Display the name of group that a managed component belongs to. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component. Output: Display the name of group that the managed component belongs to. If it belongs to root, displays “root”. 2.2.
NEC ESMPRO Manager Ver.5 Command Line Interface setServerProperty command. Output: Displays the specified property of a managed component. 2.2.14 getServerInfo Syntax: dscli getComponentInfo Component Description: Displays the managed component information that includes main component properties. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component. Output: Displays the managed component information.
NEC ESMPRO Manager Ver.5 Command Line Interface Blade Height Blade Name Blade Height with the occupied slot count. This item is shown If the managed component is CPU blade or switch blade. Blade name. This item is shown if the managed component has the name.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.15 getDeviceId Syntax: dscli getDeviceId Component Description: Obtains management controller information of the managed component. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component. Output: Displays management controller information. The following shows an example. Device ID : 20H Device Rev. : 1 Fw Rev. : 00.08 Manufacturer ID : 119 Product ID : 2c3H 2.2.
NEC ESMPRO Manager Ver.5 Command Line Interface ProductName SerialNumber product name of the managed component. serial number of the managed component. 2.2.18 getSoftwareInfo Syntax: dscli getSoftwareInfo Component Description: Obtains version information about NEC ESMPRO Agent Extension, operating system, BIOS and LAN driver on the managed component. This command can be used via LAN when NEC ESMPRO Agent Extension service is running on the managed component.
NEC ESMPRO Manager Ver.5 Command Line Interface KeyName SCH_ACLINK_STAYON_ENABLE SCH_AC_LINK SCH_DC_OFF_ENABLE SCH_DC_OFF_DELAY SCH_SHUTDOWN_ENABLE SCH_SHUTDOWN_WAIT Contents Determine whether to enable/disable the function that changes AC-LINK policy to ”Always Power On” when “OS shutdown” is executed through “scheduled running” Specify AC-LINK Policy. (This setting works like as setPowerRestoreDelay command.) * Display only. Cannot be set.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.20 getShutdownPolicy Syntax: dscli getShutdownPolicy Component Description: Obtains shutdown policy of NEC ESMPRO Agent Extension on a managed component. This command can be used via LAN when NEC ESMPRO Agent Extension service is running on the managed component. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component. Output: Displays shutdown policy. For details, see 2.2.19.
NEC ESMPRO Manager Ver.5 Command Line Interface LAST_STATE POWER_ON If the managed component is OFF when AC power is lost, the managed component remains OFF when AC power is restored. If the managed component is turned AC OFF during it is in DC ON, the managed component is turned DC ON after the delay time when it is turned AC ON. The managed component is turned DC ON after the delay time when it is turned AC ON. 2.2.
NEC ESMPRO Manager Ver.
NEC ESMPRO Manager Ver.
NEC ESMPRO Manager Ver.
NEC ESMPRO Manager Ver.
NEC ESMPRO Manager Ver.
NEC ESMPRO Manager Ver.
NEC ESMPRO Manager Ver.
NEC ESMPRO Manager Ver.5 Command Line Interface The following shows an example. CFG_COMPUTER_NAME=Component1 CFG_COMMUNITY=public CFG_ALERT_ALL=1 CFG_POLICY=1 CFG_ALERT_ACKNOWLEDGE=1 CFG_ALERT_LEVEL=4 CFG_LAN_REDIRECTION=1 CFG_LAN_CONTROL_LAN1=1 CFG_SERIAL_REDIRECTION=1 CFG_SERIAL_CONTROL=1 CFG_LAN_IP_LAN1=192.168.14.14 CFG_LAN_SUBNET_LAN1=255.255.255.0 CFG_LAN_GATEWAY_LAN1=192.168.14.1 CFG_LAN_MANAGE1_ALERT_LAN1=0 CFG_LAN_MANAGE1_IP_LAN1=0.0.0.0 CFG_LAN_MANAGE2_ALERT_LAN1=0 CFG_LAN_MANAGE2_IP_LAN1=0.0.0.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.25 setAuthKey Syntax: dscli setAuthKey Component OldPassword NewPassword SelectAuthKey Description: Changes the authentication key, PPP server’s password or SMTP server’s password of a BMC configuration. The parameter supported according to the kind of BMC is different. TIP: After you succeed to change authentication key, you should change the authentication key registered on NEC ESMPRO Manager using setComponentProperty command. See 2.2.
NEC ESMPRO Manager Ver.5 Command Line Interface Target Specify an alert type. SNMP: MAIL: SNMP alert MAIL alert SensorName Specify the key name of sensor. See the following list. Level1 Specify the alert level of error. Level2 Specify the alert level of warning. Level3 Specify the alert level of information.
NEC ESMPRO Manager Ver.
NEC ESMPRO Manager Ver.5 Command Line Interface Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component. Target Specify an alert type. SNMP: MAIL: SNMP alert MAIL alert Output: Displays alert level of BMC configuration information. See 2.2.26 setSensorLevel for details. The following shows an example.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.28 getAgentExtensionLog Syntax: dscli getAgentExtensionLog Component Description: Obtains the application logs of the NEC ESMPRO Agent Extension on a managed component. This command can be used via LAN when NEC ESMPRO Agent Extension service is running on the managed component. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component.
NEC ESMPRO Manager Ver.5 Command Line Interface MAIL1 or 17: MAIL2 or 18: MAIL3 or 19: MAIL alert receiver (1) MAIL alert receiver (2) MAIL alert receiver (3) 2.2.30 getTestAlertStatus Syntax: dscli getTestAlertStatus Component Target Description: Obtains the state of an alert test. The parameter supported according to the kind of BMC is different. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component. Target Specify an alert receiver..
NEC ESMPRO Manager Ver.5 Command Line Interface NORMAL: NO_MONITORING: Normal Out of monitoring 2.2.32 getPowerStatus Syntax: dscli getPowerStatus Component Description: Obtains the power state of a specified managed component. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component. Output: Displays the power state of a specified managed component.. There are the following power states: DC-ON DC-OFF Power-ON Power-OFF 2.2.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.34 getPanelInfo Syntax: dscli getPanelInfo Component [/x ModuleNo] Description: Obtains the following state as the front panel information of a managed component: power state, the STATUS lamp state, the displays of LCD, the system monitoring state of the watchdog timer, the counter of power-on hours. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.35 powerOn Syntax: dscli powerOn Component [/p] Description: Turns on a specified managed component. If the POWER switch needs to be pressed to recover the managed component from the sleep state, it can also be recovered by executing this command. IMPORTANT: In case that the managed component does not support a force network-boot function which boots the component from network regardless of boot order, a force network-boot function cannot be executed.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.37 reset Syntax: dscli reset Component [/p] Description: Forcibly resets a specified managed component. IMPORTANT: Since remote power control using NEC ESMPRO Manager is provided by hardware regardless of the condition of operating system on the managed component, the system may be damaged. Be careful when you perform remote power control. Reconfirm the status of the managed component before power controls.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.38 powerCycle Syntax: dscli powerCycle Component [/p] Description: Forcibly turns off a specified managed component and then turns it on. IMPORTANT: Since remote power control using NEC ESMPRO Manager is provided by hardware regardless of the condition of operating system on the managed component, the system may be damaged. Be careful when you perform remote power control. Reconfirm the status of the managed component before power controls.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.39 shutdownOs Syntax: dscli shutdownOs Component [/force] Description: Shut downs the operating system on a managed component. This command via LAN instructs the NEC ESMPRO Agent Extension service to shutdown the operating system. The command via modem or with direct connection instructs the NEC ESMPRO Agent.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.41 clearSel Syntax: dscli clearSel Component [/force] Description: Clears the System Event Log (SEL) area on a managed component. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component.. /force If you specify “/force” option, this command clears the SEL area even while the automatic backup service of NEC ESMPRO Agent is active on the managed component. 2.2.
NEC ESMPRO Manager Ver.5 Command Line Interface FileName Specify the filename with path name for saving the IPMI information. 2.2.44 getSensorList Syntax: dscli getSensorList Component Description: Creates a sensor list from the previously collected SDR of IPMI information through 2.2.43 getIpmiInfo command and displays the list. The SDR record ID indicating each sensor is also displayed. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component.
NEC ESMPRO Manager Ver.5 Command Line Interface Output: Displays the status of the sensor. The following shows an example. Current Value: 30.00 degrees C Current Status: Normal Upper non-recoverable Threshold: --Upper critical Threshold: 46.00 degrees C (Hysteresis:44.00 degrees C) Upper non-critical Threshold: 43.00 degrees C (Hysteresis:41.00 degrees C) Lower non-critical Threshold: 3.00 degrees C (Hysteresis:5.00 degrees C) Lower critical Threshold: 0.00 degrees C (Hysteresis:2.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.47 setBmcIpSync Syntax: dscli setBmcIpSync Component Value Description: Changes BMC IP Address Synchronization of NEC ESMPRO Agent Extension on a managed component. BMC IP Address Synchronization means the function that the NEC ESMPRO Agent Extension corrects the IP address in the BMC configuration information periodically to the IP address set on the operating system if the managed component contains the BMC that use standard LAN port.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.49 getBladeSlotId Syntax: dscli getBladeSlotId Component Description: Execute 2.2.41 getIpmiInfo command previously. Obtains enclosure ID and slot ID of a managed component if the managed server is a blade. The enclosure ID is for identifying the blade assembly unit where the blade is installed. The slot ID shows the installation position inside the blade assembly unit where the slot is installed.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.2.51 setBmcIpAddressLan2 Syntax: dscli setBmcIpAddressLan2 Component IpAddress [/force] Description: Changes the LAN2 IP address for BMC on the managed component. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component. IpAddress Specify the IP address of LAN2 for BMP. /force If you specify “/force” option, this command changes the IP address even while an OS is running.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.3 EM Card Management Commands The following component management commands can be used for an EM card. However, the MAC address cannot be specified for the option "Server". 2.2.4 findNewServer 2.2.4 findNewServer 2.2.5 findNewServerNetAddr 2.2.6 createServer 2.2.7 deleteServer 2.2.8 checkConnection 2.2.9 setServerProperty 2.2.13 getServerProperty 2.2.14 getServerInfo 2.2.4 findNewServer 2.2.16 getGuid 2.2.31 getServerStatus 2.3.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.3.2 getEmActiveState Syntax: dscli getEmActiveState EmCard Description: Displays state of active/standby of the specified EM card. Options: EmCard Specify the name of EM card. Output: There are the following states of EM card Active Standby active standby 2.3.3 identifyEm Syntax: dscli identifyEm EmCard [/x SwmSlotNumber] Description: Turns on the Unit ID lamp of specified EM card or the switch module that is managed by the EM card for 15 seconds.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.3.4 getEmStatusLamp Syntax: dscli getEmStatusLamp EmCard [/x SwmSlotNumber] Description: Obtains the state of a specified EM card or the switch module that is managed by the EM card. Only when the EM card is active, this command is available. Options: EmCard Specify the name of the EM card. /x SwmSlotNumber Specify the slot number of the switch module, when you want to obtain Status lamp of switch module that is managed by the EM card.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.4 Chassis Management Commands 2.4.1 getBladeEnclosureList Syntax: dscli getBladeEnclosureList Description: Displays the list of the blade enclosure in which the managed component or the EM card registered on NEC ESMPRO Manager is installed. Output: Displays the list of the blade enclosure with the component or the EM card registered on NEC ESMPRO Manager. 2.4.
NEC ESMPRO Manager Ver.5 Command Line Interface The following shows an example. CPU Blade: 1: SERVER_0001 2: SERVER_0002 3,4: SERVER_0003 (Double-wide) 5: Not installed 6: Not registered 7: Not installed 8: Not registered EM Card: 1.EM0001 2.EM0002 Switch Module: 1: Installed 2: Installed 3: Not installed 4: Not installed 5: Not installed 6: Not installed 2.4.3 getChassisInfo Syntax: dscli getChassisInfo ChassisName Description: Displays information on the specified chassis.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.4.4 setChassisProperty Syntax: dscli setChassisProperty ChassisName PropertyName Value Description: Sets the chassis property of a chassis. Options: ChassisName Specify the chassis name. PropertyName Specify the name of the chassis property. Value Specify a new value to be set. PropertyName CHASSIS_NAME CHASSIS COMMENT Contents Specify the name of the chassis. Enter the comments of the chassis. Value Up to 32 characters. Up to 100 characters.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.4.6 setBladeAutoSetting Syntax: dscli setBladeAutoSetting ChassisName SlotNumber PropertyName Value Description: This command is effective only to the chassis in which EM card can be installed. If NEC ESMPRO Manger detects new CPU blade installed on the chassis, NEC ESMPRO Manager configures BMC on the CPU blade (managed component) through the EM card to control the managed component remotely.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.4.7 getBladeAutoSetting Syntax: dscli getBladeAutoSetting ChassisName SlotNumber Description: This command is effective only to the chassis that can install the EM card. Display information to perform configuration of BMC of a CPU blade and component registration automatically when NEC ESMPRO Manager detects new CPU blade installed on the chassis. See 2.4.6 setBladeAutoSetting for each information details. Options: ChassisName Specify the chassis name.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.5 Communication Management Commands 2.5.1 connect Syntax: dscli connect Component Description: Connects to a managed component with via modem or with direct connection according to the connection type of the component property. Options: Component Specify the name, the MAC address of LAN port that BMC uses, or the GUID of the managed component. 2.5.2 disconnect Syntax: dscli disconnect Description: Disconnects the currently connected line. 2.5.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.6 Environment Setting Commands 2.6.1 setOption Syntax: dscli setOption OptionName Value Description: Sets an option of the NEC ESMPRO Manager. Options: OptionName Specify a name of the NEC ESMPRO Manager option. See the following list.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.6.2 getOption Syntax: dscli getOption OptionName Description: Displays an option of the NEC ESMPRO Manager. Options: OptionName Specify a name of the NEC ESMPRO Manager option. See 2.6.1 setOption for option list. Output: Display the value of the specified option. 2.6.3 getPermitIpAddrList Syntax: dscli getPermitIpAddrList Description: Displays the IP address ranges in which login to NEC ESMPRO Manager is permitted.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.6.4 isPermitIpAddr Syntax: dscli isPermitIpAddr CheckIpAddr Description: Checks whether a specified IP address is permitted for login from a Web client and displays the check result. Options: CheckIpAddr Specify IP address. Output: Displays the result of IP address check. OK NG means this IP address is permitted means this IP address is not permitted. 2.6.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.6.7 clearPermitIpAddr Syntax: dscli clearPermitIpAddr Description: Removes all IP address ranges in which login from a Web client is permitted.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.7 User Management Commands 2.7.1 createUser Syntax: dscli createUser UserName Password Description: Registers a new user that can login to the NEC ESMPRO Manager from web browser. user to be registered is “operator”. Up to 30 users can be created. The user level of the Options: UserName Specify a new user name. Up to 16 characters. Password Specify a login password for the new user. You can input the password with 6 - 16 letters.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.7.4 setUserProperty Syntax: dscli setUserProperty UserName PropertyName Value Description: Sets a property of a specified user. Options: UserName Specify a user name. PropertyName Specify a property name. See the following list. It is valid for “Operator” level user to change the executable authority.
NEC ESMPRO Manager Ver.5 Command Line Interface 0 Administrator NG Operator OK 0 NG OK 0 NG OK 0 NG OK 0 NG OK 0 NG OK PropertyName Contents Value Default UL_SET_AGENT_SETTI NG UL_SET_CONSOLE_LO G UL_SET_ENVIRONMEN T_OPTION UL_SET_BLADE_AUTO_ SETTING UL_ELECTRIC_POWER _MONITORING UL_SET_SERVER_DOW N_MONITORING Specify the enable/disable of Change Agent Setting.. Specify the enable/disable of Change Console log Setting. Specify the enable/disable of Change Environment Setting.
NEC ESMPRO Manager Ver.5 Command Line Interface 2.8 Other Commands 2.8.1 getApplicationLog Syntax: dscli getApplicationLog [Number] Description: Displays the latest application logs up to the number that is specified by Number option. Options: Number Specify the number of logs to be displayed. If this option is omitted, the latest 10 logs are displayed. Output: Displays the application logs.
NEC ESMPRO Manager Ver.5 Command Line Interface Revision History 1.00 1.02 1.03 1.04 1.05 1.06 1.07 2009/01/16 2009/10/22 2009/11/24 2010/03/10 2010/04/19 2010/08/31 2011/03/28 1.08 2011/06/22 Initial edition. Modifies about Trademarks. Adds a configuration key for set/getBmcInfo command. Corrects writing errors. Adds the note of the remote power control command for the PowerBay. Modifies the note of the setUserProperty command. Modifies the note of the groupSetPowerRestoreDelay command.