hp ilo

HP iLO使用指南 
/by pupil 
2010.06.19 

iLO(Integrated Lights-Out)、iLO2、iLO3卡是HP系列设备上的的服务处理 
器(Sun公司称服务处理器为系统服务处理器SSP),一般集成在主板上,可以 
通过它管理和控制HP设备. 

什么是服务处理器? 

服务处理器是一种独立、专用的内部处理器,安装在服务器主板、PCI 卡、 
通信平台上,或刀片服务器机箱中。它独立运行于服务器 CPU 和操作系统, 
即使 CPU 或操作系统被锁定或出现其他不能访问的情况,它也可照常工作。  

服务处理器用于监控服务器板载检测设备(温度传感器、CPU 状态、风扇 
速度和电压),实现远程重置或重启功能,远程访问基本输入/输出系统  
(BIOS) 配置或操作系统控制台信息,并且在某些情况下还可用来控制键盘 
和鼠标。 

根据制造商的设计而定,服务处理器还可提供控制台重定向功能以查看服务 
器进程或配置服务器参数,以及提供所安装组件的系统信息,包括使用的 
端口、连接的设备,以及事件日志、通知和警告。  

iLO卡集成在HP机器主板上,缺省使用机器的串口(对在HP机器而言是DB9串行母口), 
通过按逸出键Esc(进入iLO串口。 

iLO缺省终端设置是9600,8,n,1,-) 
建议使用iLO终端设置是115200,8,n,1,-) 
原因是iLO卡引导时候使用了115200的波特率 

iLO上相关的逸出键(escape key,两个相邻逸出键最大间隔为1秒)的含义 
ESC ( invokes the serial CLI connection.  
ESC Q stops the CLI session and terminates the SSH or telnet connection. 
ESC R ESC r ESC R resets the system. 
ESC ^ powers on the system. 
ESC ESC erases the current line. 

HP系列iLO的特点有: 
1. 不支持串口,命令行操作不方便。这点比Sun差不少,Sun设备每款SP都支持串口。 
2. WEB管理比较丰富,从IE升级Firmware很方便,对WEB客户端IE比较依赖。 
3. 支持Web Console以及程虚拟光驱软驱。这些功能有当然好,但不是必需的。 
4. iLO的串口与物理机器串口混用,对外屏蔽了不少iLO技术细节。 

HP系列iLO的设置技巧: 

1。开机启动时,可以按F8进入iLO设置,进行网络、用户密码等设置。 
2。机器安装不同操作系统,可以到HP网站下载相应的iLO设备驱动以及管理工具, 
在操作系统里面管理设置iLO卡。 
3。如果是HP的刀片,可以在Onboard Administrator卡里通过connect server X登录 
iLO卡。当然是在iLO集成了OA Administrator用户的情况下。 
4。配置好网络后,通过telnet、SSH、HTTP/HTTPS等方法管理设置iLO,有下列常用方法: 

4.1 查看iLO版本:show -l all /map1/firmware1 
4.2 重启iLO:reset /map1 
4.3 查看BIOS版本show -l all /system1/firmware1 
4.4 重启物理机器:reset /system1 
4.5 进入物理机器控制台:VSP 
4.6 查看用户并设置用户Administrator的密码 
show -l all /map1/accounts1 
cd /map1/accounts1/Administrator 
set password=1234qwer 

4.7 查看iLO2网络配置,禁用DHCP 
show -l all /map1/enetport1 
show -l all /map1/settings1 
cd /map1/dhcpendpt1 
set EnabledState=no 
4.8 查看iLO2网络服务并启用telnet服务(设置完要重启iLo2才会生效),缺省只开启SSH服务。 
show -l all /map1/config1   
cd /map1/config1 
set oemhp_telnetenable=yes 

以下是一个ilO2的详细设置步骤 
OA-D8D3855D8F6D> connect server 12 

Connecting to bay 12 ... 
User:OA Administrator logged-in to suse9-64-hp.(10.42.103.8) 
iLO 2 Standard Blade Edition 1.82 at 13:44:57 Mar 31 2010 
Server Name: SUSE10-220 
Server Power: On 

hpiLO->  

hpiLO-> show -l all /map1/firmware1 
status=0 
status_tag=COMMAND COMPLETED 


/map1/firmware1 
  Targets 
  Properties 
    version=1.82 
    date=03/31/2010 
  Verbs 
    cd version exit show load set 


hpiLO->  


hpiLO-> show -l all /system1/firmware1 
status=0 
status_tag=COMMAND COMPLETED 


/system1/firmware1 
  Targets 
  Properties 
    version=I24 
    date=07/25/2009 
  Verbs 
    cd version exit show set 


hpiLO-> set /map1/config1/emhp_telnetenable=yes  
status=2 
status_tag=COMMAND PROCESSING FAILED 
error_tag=COMMAND ERROR-UNSPECIFIED 
Invalid target. 



hpiLO-> cd /map1/config1 
status=0 
status_tag=COMMAND COMPLETED 


/map1/config1 


hpiLO-> set oemhp_telnetenable=yes 
status=0 
status_tag=COMMAND COMPLETED 

Global settings modified. 



hpiLO-> show -l all /map1/enetport1 
status=0 
status_tag=COMMAND COMPLETED 


/map1/enetport1 
  Targets 
    lanendpt1 
      Targets 
        ipendpt1 
          Properties 
            IPv4Address=10.42.103.131 
            SubnetMask=255.255.255.0 
            AddressOrigin=DHCP 
      Properties 
        EnabledState=2 
        MACAddress=00:24:81:fd:b8:58 

  Properties 
    Autosense=yes 
    PermanentAddress=00:24:81:fd:b8:58 
    LinkTechnology=Ethernet 
    Speed=100 Mbits/s 
    SystemName=ILOCNG936S223 
    FullDuplex=yes 
  Verbs 
    cd version exit show set 


hpiLO->  show -l all /map1/accounts1 
status=0 
status_tag=COMMAND COMPLETED 


/map1/accounts1 
  Targets 
    Administrator 
      Properties 
        username=Administrator 
        password=******** 
        name=Administrator 
        group=admin,config,oemhp_rc,oemhp_power,oemhp_vm 
    OA Administrator 
      Properties 
        username=OAtmp1276374960 
        password=******** 
        name=OA Administrator 
        group=admin,config,oemhp_rc,oemhp_power,oemhp_vm 
  Properties 
  Verbs 
    cd version exit show create delete set 


hpiLO-> set /map1/accounts1/Administrator/password=1234qwer 
status=2 
status_tag=COMMAND PROCESSING FAILED 
error_tag=COMMAND ERROR-UNSPECIFIED 
Invalid target. 



hpiLO-> cd /map1/accounts1/Administrator                    
status=0 
status_tag=COMMAND COMPLETED 


/map1/accounts1/Administrator 


hpiLO-> set password=1234qwer 
status=0 
status_tag=COMMAND COMPLETED 



hpiLO-> reset /map1 
status=0 
status_tag=COMMAND COMPLETED 
Resetting iLO. 

CLI session stopped  

hpiLO-> reset /system1 
status=0 
status_tag=COMMAND COMPLETED 
Resetting server. 



hpiLO->  set /map1/enetport1/lanendpt1/ipendpt1/AddressOrigin=static 
status=2 
status_tag=COMMAND PROCESSING FAILED 
error_tag=COMMAND ERROR-UNSPECIFIED 
Invalid target. 



hpiLO-> cd /map1/enetport1/lanendpt1/ipendpt1 
status=0 
status_tag=COMMAND COMPLETED 


/map1/enetport1/lanendpt1/ipendpt1 


hpiLO-> set AddressOrigin=static 
status=2 
status_tag=COMMAND PROCESSING FAILED 
error_tag=COMMAND SYNTAX ERROR 
Can't Change ReadOnly Property. 



hpiLO-> show -l all /map1/dhcpendpt1 
status=0 
status_tag=COMMAND COMPLETED 


/map1/dhcpendpt1 
  Targets 
  Properties 
    EnabledState=yes 
    OtherTypeDescription=DHCP 
  Verbs 
    cd version exit show set 


hpiLO-> set /map1/dhcpendpt1/EnabledState=no  
status=2 
status_tag=COMMAND PROCESSING FAILED 
error_tag=COMMAND ERROR-UNSPECIFIED 
Invalid target. 



hpiLO-> cd /map1/dhcpendpt1 
status=0 
status_tag=COMMAND COMPLETED 


/map1/dhcpendpt1 


hpiLO-> set EnabledState=no 
status=0 
status_tag=COMMAND COMPLETED 
Network settings change applied, iLO needs to be reset. 

CLI session stopped 

Connection terminated by server. 


OA-D8D3855D8F6D>  

以下是一个ilO的详细设置步骤 
hpiLO-> reset /map1 
status=0 
status_tag=COMMAND COMPLETED 
Resetting iLO. 

CLI session stopped 

main_init: MAIN of Mar 19 2009 12:11:27 
main_init: version 1.94 Pass 2 
main_init: Copyright 2000,2009 Compaq Computer Corporation 
Copyright 2002,2009 Compaq Information Technologies Group, L.P. 

Compaq and the Compaq logo are trademarks of Compaq Information Technologies 
Group, L.P. in the U.S. and/or other countries. 

HW: Archer detected 
HW: Proto 0 
HW: CPLD version 0x13 
count    Pr Th  Name                    Sta Stkstr  Ssiz  Sfre  Stkptr  Stkend 
00001627 00/00  System Timer Th(7d7904) SUS 7D8BB0  0400  0364  7D8F4C  7D8FAF  
00000047 01/01  main_init(44cd08)       RDY 44CDA0  0600  03C4  44D1BC  44D39F  
00000001 05/05  sysevt isr(44daf8)      EVT 44D8F8  0200  0174  44DA6C  44DAF7  
00000001 09/09  sysint_periph(44d840)   EVT 44D640  0200  0170  44D7B0  44D83F  
00000028 08/08  ns16550(44ff74)         RDY 44FD74  0200  00F4  44FEE8  44FF73  
00000006 31/31  heartbeat(44d3a0)       SLP 44D438  0200  017C  44D5DC  44D637  
00000008 09/09  i2c: isr(462788)        EVT 461F88  0800  0768  4626F0  462787  
00000041 24/24  ircvid_main(4f1c38)     SEM 4F1308  0800  073C  4F1A54  4F1B07  
00000001 24/24  ircvid_read(4f1ba0)     SEM 4F1008  0300  027C  4F1298  4F1307  
00000001 23/23  ircvid_mtrap(4f1b08)    SEM 4F0CF0  0318  0294  4F0F98  4F1007  
00000004 01/01  irckbd_traffic(4ee6fc)  SEM 4EE794  0300  0268  4EEA0C  4EEA93  
00000068 04/04  mouse(4fb0ac)           EVT 4FACAC  0400  0298  4FAFF4  4FB0AB  
00000061 03/03  mouse_hw(4fac14)        QUE 4FA814  0400  037C  4FAB98  4FAC13  
00000005 03/03  mouse_fw(4fa77c)        QUE 4FA37C  0400  037C  4FA700  4FA77B  
00000004 15/15  irc_pwrmon(4ee0e4)      EVT 4EDCE4  0400  0368  4EE04C  4EE0E3  
00000052 02/02  irc_rundown(4edc4c)     EVT 4ED84C  0400  035C  4EDBBC  4EDC4B  
00000008 31/31  randomizer(4532a0)      SLP 452F84  0300  017C  45320C  453283  
00000001 20/20  chif interrupt(5b407c)  EVT 5B307C  1000  0E78  5B3FB4  5B407B  
00000001 19/19  smif daemon(47f3e4)     QUE 47D3E4  2000  1F3C  47F320  47F3E3  
00000001 07/07  chifnet(48ff24)         QUE 48F724  0800  070C  48FE30  48FF23  
00000001 10/10  hostpwr: monito(453fa0) EVT 4533A0  0C00  0B6C  453F0C  453F9F  
00000001 20/20  snmpmain finalA(51c48c) QUE 51C524  0800  071C  51CC40  51CD23  
00000001 20/20  snmptrap_host_r(52823c) QUE 529404  1040  0E20  52A224  52A443  
00000001 20/20  snmptrap_ilo_al(5281a4) QUE 528404  1000  0F7C  529384  529403  
00000001 20/20  snmptrap final (52836c) QUE 52AAC4  0680  05CC  52B090  52B143  
00000001 11/11  ipmi router(6834a4)     QUE 6830A4  0400  0374  683418  6834A3  
00000001 11/11  ipmi iop rtr(685980)    QUE 685180  0800  077C  685900  68597F  
00000001 11/11  ipmi_i2c rtr(684b38)    QUE 684538  0600  0574  684AAC  684B37  
00000001 11/11  ipmi_chif_daemo(684bec) QUE 684C84  0400  0364  684FE8  685083  
00000004 20/20  diag(45058c)            SEM 450640  0800  0578  450DC8  450E3F  
00000001 08/08  nec98431_phy_bg(7d576c) EVT 7D536C  0400  0370  7D56DC  7D576B  
00000007 06/06  NetTask(486078)         EVT 7888E8  0C00  0B60  789448  7894E7  
00000008 31/31  net_link(489e8c)        SLP 489F24  0480  0240  48A338  48A3A3  
00000001 20/20  telnet0 (IDLE)(48b444)  SEM 48C3B8  0640  02BC  48C6CC  48C9F7  
00000001 20/20  telnet1 (IDLE)(48b5b8)  SEM 48C9F8  0640  02BC  48CD0C  48D037  
00000001 20/20  telnet2 (IDLE)(48b72c)  SEM 48D038  0640  02BC  48D34C  48D677  
00000001 14/14  telnet_server(48c320)   SEM 48BE20  0500  03C0  48C1E0  48C31F  
00000001 15/15  telnet_port_tas(48bd88) QUE 48B888  0500  047C  48BD10  48BD87  
00000003 14/14  http_main(496b30)       EVT 496730  0400  0308  496A38  496B2F  
00000002 13/13  http_session(496698)    EVT 494E98  1800  1680  496534  496697  
00000001 13/13  http_flash(494e00)      SEM 493600  1800  1758  494D58  494DFF  
00000638 31/31  keygen(5c35c8)          RDY 5BF1C8  4400  40F4  5C32E8  5C35C7  
00000726 14/14  ssl_main(5bf0bc)        EVT 5BC0BC  3000  1F64  5BEE7C  5BF0BB  
00000002 13/13  ssl_session(5bc024)     EVT 5B6B24  5500  53DC  5BBF1C  5BC023  
00000007 31/31  USB Floppy Conn(6982c0) EVT 698358  2000  1EFC  69A254  69A357  
00000002 20/20  snmptrap_send_t(5282d4) EVT 52A444  0680  05CC  52AA10  52AAC3  
00000001 20/20  snmpmain send t(51bbf4) EVT 51BC8C  0800  0760  51C3EC  51C48B  
00000002 20/20  snmpmain recv t(51cd24) EVT 51CDBC  1400  021C  51D078  51E1BB  
00000001 20/20  Serial CLI Read(694eb4) QUE 695010  07D0  0738  695748  6957DF  
00000002 20/20  CLI_SER_MON(6957e0)     SEM 695878  0400  0378  695BF0  695C77  

00000001 10/10  conapp_f0(4d294c)       QUE 4D2BA8  0300  0278  4D2E20  4D2EA7  
00000001 20/20  conapp 0(4cbed0)        QUE 4CC130  19F8  1864  4CD994  4CDB27  
00000001 10/10  conapp_f1(4d2ee4)       QUE 4D3140  0300  0278  4D33B8  4D343F  
00000001 20/20  conapp 1(4cbf68)        QUE 4CDB28  19F8  1864  4CF38C  4CF51F  
00000001 10/10  conapp_f2(4d347c)       QUE 4D36D8  0300  0278  4D3950  4D39D7  
00000001 20/20  conapp 2(4cc000)        QUE 4CF520  19F8  1864  4D0D84  4D0F17  
00000001 10/10  conapp_f3(4d3a14)       QUE 4D3C70  0300  0278  4D3EE8  4D3F6F  
00000001 20/20  conapp 3(4cc098)        QUE 4D0F18  19F8  1864  4D277C  4D290F  
00000001 12/12  http_queue_bloc(497460) QUE 497060  0400  037C  4973EC  49745F  
00000001 12/12  ssl_queue_block(5b6a8c) QUE 5B668C  0400  037C  5B6A18  5B6A8B  
00000001 30/30  video_watch(4ca6e8)     EVT 4CA0E8  0600  056C  4CA654  4CA6E7  
00000001 31/31  video_scan(4b603c)      EVT 4B593C  0700  0664  4B5FA0  4B603B  
00000001 29/29  video_mtrap(4cab80)     SUS 4CA780  0400  037C  4CAB14  4CAB7F  
00000075 31/31  video_main(4cbd18)      RDY 4CAC18  1100  1030  4CBCB8  4CBD17  
00000001 10/10  port84 isr(5a3f78)      EVT 5A3B78  0400  0368  5A3EE0  5A3F77  
00000001 10/10  port84 power mo(5a3ac4) EVT 5A36C4  0400  0368  5A3A2C  5A3AC3  
00000001 10/10  usb_main(696f54)        EVT 697084  0800  06F0  697774  697883  
00000006 11/11  the MAN (sm)(67f1a8)    SLP 67E98C  0800  077C  67F12C  67F18B  
00000001 29/29  vcom rundown(50114c)    EVT 50094C  0800  0714  501060  50114B  
00000002 29/29  ems(4fc5c8)             SLP 4FBDC8  0800  0694  4FC45C  4FC5C7  
00000001 30/30  ems power(4fbd30)       EVT 4FB830  0500  046C  4FBC9C  4FBD2F  
00000001 11/11  romchf_daemon(452838)   QUE 4528D0  0500  0474  452D44  452DCF  
00000012 12/12  uid(472be8)             SLP 4718E8  1300  1274  472B90  472BE7  
00000001 20/20  pwr_report_task(476ca4) SLP 475CA4  1000  0F7C  476C20  476CA3  
00000001 09/09  stackmon(44fc68)        SLP 44F468  0800  077C  44FC10  44FC67  
00000001 15/15  LDAP tests(6b251c)      EVT 6B10FC  1400  1048  6B2144  6B24FB  
00000003 31/31  ssh_main_thread(449e08) TER 689B14  3E80  3BA0  68D900  68D993  
00000001 20/20  ssh_listener_th(449d70) EVT 4496FC  05DC  04DC  449BD8  449CD7  







































User:Unknown logged-in to ILOB84AAMQRQOOO.(0.0.0.0) 
iLO  1.94 at 12:11:27 Mar 19 2009 

Server Name: host is unnamed 
Server Power: On 

hpiLO-> ? 

status=0 
status_tag=COMMAND COMPLETED 



DMTF SMASH CLP Commands: 

help    : Used to get context sensitive help. 
show    : Used to show values of a property or contents of a collection target. 
create  : Used to create new instances in the name space of the MAP. 
delete  : Used to destroy instances in the name space of the MAP. 
load    : Used to move a binary image from an URI to the MAP  
Example : load -source http://188.188.188.55/images/fw/iLO170.bin 
reset   : Used to cause a target to cycle from enabled to disabled and back to  
          enabled. 
set     : Used to set a property or set of properties to a specific value. 
start   : Used to cause a target to change state to a higher run level. 
stop    : Used to cause a target to change state to a lower run level. 
cd      : Used to set the current default target. 
exit    : Used to terminate the CLP session. 
version : Used to query the version of the CLP implementation or other CLP  
          elements. 

HP CLI Commands: 

POWER  : Control server power. 
UID    : Control Unit-ID light. 
NMI    : Generate an NMI. 
VM     : Virtual media commands. 
REMCONS: Invoke remote console. 
VSP    : Invoke virtual serial port. 


hpiLO-> POWER 

power: server power is currently: On 

hpiLO-> POWER help 
POWER  : Control server power. 
power          - Display the current server power state 
CLP COMMAND    - show /system1 enabledstate 
power on       - Turn the server on 
CLP COMMAND    - start /system1 
power off      - Turn the server off 
CLP COMMAND    - stop /system1 
power reset    - Reset the server 
CLP COMMAND    - reset /system1 
power warm     - Warm boot the server 
CLP COMMAND    - reset /system1 soft 

hpiLO-> UID 
The UID light is currently: On 

hpiLO-> UID help 
UID    : Control Unit-ID light. 
uid          - Display the current Unit-ID state on the server 
CLP COMMAND  - show /system1/led1 enabledstate 
uid on       - Turn Unit-ID light on 
CLP COMMAND  - start /system1/led1 
uid off      - Turn Unit-ID light off 
CLP COMMAND  - stop /system1/led1 

hpiLO-> NMI  
You must specify an NMI target. 

hpiLO-> NMI help 
NMI    : Generate an NMI. 
nmi server   - Generate an NMI signal to the server 

hpiLO-> VM 
Virtual media support requires installation of Advanced Pack license. 

hpiLO-> VM help 
Virtual media support requires installation of Advanced Pack license. 

hpiLO-> REMCONS 

Starting remote console 
Press 'ESC (' to return to the CLI Session 

hpiLO->  

The Server is in Graphics Mode - Use the iLO Advanced Web Interface for Access. 

hpiLO-> REMCONS help 
REMCONS: Invoke remote console. 
Press 'ESC (' to return to the CLI Session 

CLP COMMAND - start /system1/console1 

hpiLO-> VSP 

Starting virtual serial port 
Press 'ESC (' to return to the CLI Session 

hpiLO->  

Virtual Serial Port active: IO=0x02F8 INT=3 

hpiLO->  

hpiLO-> VSP help 
VSP    : Invoke virtual serial port. 
Press 'ESC (' to return to the CLI Session 

CLP COMMAND - start /system1/oemhp_vsp1 

hpiLO-> show 
status=0 
status_tag=COMMAND COMPLETED 




  Targets 
    system1 
    map1 
  Properties 
  Verbs 
    cd version exit show 


hpiLO-> show -l /system1/firmware 
status=0 
status_tag=COMMAND COMPLETED 



  Properties 
  Verbs 
    cd version exit show 


hpiLO-> cd system1 
status=0 
status_tag=COMMAND COMPLETED 


/system1 


hpiLO-> show   
status=0 
status_tag=COMMAND COMPLETED 


/system1 
  Targets 
    firmware 
    bootconfig1 
    log1 
    led1 
    console1 
    oemhp_vsp1 
    cpu1 
    cpu2 
    memory1 
    memory2 
    memory3 
    memory4 
    memory5 
    memory6 
    slot1 
    slot2 
    slot3 
    powerreg_data 
  Properties 
    name=ProLiant DL380 G4 
    number=none 
    enabledstate=enabled 
    oemhp_powerreg=auto 
  Verbs 
    cd version exit show reset start stop 


hpiLO-> show -l all firmware 
status=0 
status_tag=COMMAND COMPLETED 


/system1/firmware 
  Targets 
  Properties 
    version=P51 
    date=10/10/2005 
  Verbs 
    cd version exit show 


hpiLO-> show -l all bootconfig1 
status=0 
status_tag=COMMAND COMPLETED 


/system1/bootconfig1 
  Targets 
    bootsource1 
      Properties 
        bootorder=1 
    bootsource2 
      Properties 
        bootorder=2 
    bootsource3 
      Properties 
        bootorder=4 
    bootsource4 
      Properties 
        bootorder=3 
    bootsource5 
      Properties 
        bootorder=5 
  Properties 
  Verbs 
    cd version exit show 


hpiLO-> show -l all led1 
status=0 
status_tag=COMMAND COMPLETED 


/system1/led1 
  Targets 
  Properties 
    enabledstate=disabled 
  Verbs 
    cd version exit show start stop 


hpiLO-> show -l all console1 
status=0 
status_tag=COMMAND COMPLETED 


/system1/console1 
  Targets 
  Properties 
    enabledstate=disabled 
  Verbs 
    cd version exit show start 


hpiLO-> show -l all oemhp_vsp1 
status=0 
status_tag=COMMAND COMPLETED 


/system1/oemhp_vsp1 
  Targets 
  Properties 
    enabledstate=disabled 
  Verbs 
    cd version exit show start 


hpiLO-> show -l all cpu1 
status=0 
status_tag=COMMAND COMPLETED 


/system1/cpu1 
  Targets 
  Properties 
    speed=3000MHz 
    cachememory1=16KB 
    cachememory2=1024KB 
  Verbs 
    cd version exit show 


hpiLO-> cd /map1 
status=0 
status_tag=COMMAND COMPLETED 


/map1 


hpiLO-> show 
status=0 
status_tag=COMMAND COMPLETED 


/map1 
  Targets 
    firmware 
    accounts 
    log1 
    nic1 
    config 
    snmp 
    oemhp_dircfg 
    oemhp_vm 
  Properties 
    name=iLO Standard 
    license=0 
  Verbs 
    cd version exit show reset 


hpiLO-> show -l all firmware 
status=0 
status_tag=COMMAND COMPLETED 


/map1/firmware 
  Targets 
  Properties 
    version=1.94 
    date=03/19/2009 
  Verbs 
    cd version exit show load 


hpiLO-> show -l all nic1 
status=0 
status_tag=COMMAND COMPLETED 


/map1/nic1 
  Targets 
  Properties 
    enabledstate=yes 
    oemhp_shared_network=no 
    autosense=yes 
    speed=10 Mbits/s 
    fullduplex=no 
    networkaddress=0.0.0.0 
    oemhp_mask=0.0.0.0 
    oemhp_gateway=0.0.0.0 
    oemhp_dhcp_enable=no 
    oemhp_dhcp_gateway=yes 
    oemhp_dhcp_dns=yes 
    oemhp_dhcp_wins=yes 
    oemhp_dhcp_domain=yes 
    oemhp_dhcp_route=yes 
    oemhp_wins_register=no 
    oemhp_wins_primary=0.0.0.0 
    oemhp_wins_secondary=0.0.0.0 
    oemhp_dns_primary=0.0.0.0 
    oemhp_dns_secondary=0.0.0.0 
    oemhp_dns_tertiary=0.0.0.0 
    oemhp_ddns_register=no 
    oemhp_route_dest1=0.0.0.0 
    oemhp_route_gateway1=0.0.0.0 
    oemhp_route_dest2=0.0.0.0 
    oemhp_route_gateway2=0.0.0.0 
    oemhp_route_dest3=0.0.0.0 
    oemhp_route_gateway3=0.0.0.0 
    name=ILOB84AAMQRQOOO 
    domainname=0 
    oemhp_vlan_enabledstate=no 
    oemhp_vlan_id=0 
  Verbs 
    cd version exit show set 


hpiLO-> show -l all config 
status=0 
status_tag=COMMAND COMPLETED 


/map1/config 
  Targets 
  Properties 
    oemhp_mapenable=yes 
    oemhp_timeout=30 minutes 
    oemhp_passthrough=disabled 
    oemhp_rbsuenable=yes 
    oemhp_rbsulogin=no 
    oemhp_rbsushowip=yes 
    oemhp_rcconfig=automatic 
    oemhp_rcencrypt=yes 
    oemhp_httpport=80 
    oemhp_sslport=443 
    oemhp_rcport=23 
    oemhp_vmport=17988 
    oemhp_tsport=3389 
    oemhp_sshport=22 
    oemhp_sshstatus=yes 
    oemhp_serialclistatus=yes 
    oemhp_serialcliauth=no 
    oemhp_serialclispeed=115200 bits/sec 
    oemhp_minpwdlen=8 
    oemhp_remotekbd=US 
    oemhp_hotkey_t=NONE 
    oemhp_hotkey_u=NONE 
    oemhp_hotkey_v=NONE 
    oemhp_hotkey_w=NONE 
    oemhp_hotkey_x=NONE 
    oemhp_hotkey_y=NONE 
    oemhp_high_perf_mouse=no 
    oemhp_rc_acquire=no 
    oemhp_computer_lock=0 
    oemhp_vsprawport=3002 
  Verbs 
    cd version exit show set 


hpiLO-> show -l all snmp 
status=0 
status_tag=COMMAND COMPLETED 


/map1/snmp 
  Targets 
  Properties 
    accessinfo1=0 
    accessinfo2=0 
    accessinfo3=0 
    oemhp_iloalert=no 
    oemhp_agentalert=no 
    oemhp_snmppassthru=yes 
    oemhp_imagenturl=0 
    oemhp_imdatalevel=enabled 
  Verbs 

    cd version exit show set 


hpiLO-> show -l all oemhp_dircfg 
status=0 
status_tag=COMMAND COMPLETED 


/map1/oemhp_dircfg 
  Targets 
  Properties 
    Directory support requires installation of Advanced Pack license. 
  Verbs 
    cd version exit show set 


hpiLO-> show -l all oemhp_vm 
status=0 
status_tag=COMMAND COMPLETED 


/map1/oemhp_vm 
  Targets 
    floppydr 
      Properties 
        Virtual media support requires installation of Advanced Pack license. 
    cddr 
      Properties 
        Virtual media support requires installation of Advanced Pack license. 
  Properties 
  Verbs 
    cd version exit show 


hpiLO-> show -l all accounts 
status=0 
status_tag=COMMAND COMPLETED 


/map1/accounts 
  Targets 
    Administrator 
      Properties 
        username=Administrator 
        password=******** 
        name=Administrator 
        group=admin,config,oemhp_rc,oemhp_power,oemhp_vm 
    ahm 
      Properties 
        username=ahm 
        password=******** 
        name=ahm 
        group=admin,config,oemhp_rc,oemhp_power,oemhp_vm 
    pupil 
      Properties 
        username=pupil 

        password=******** 
        name=pupil 
        group=admin,config,oemhp_rc,oemhp_power,oemhp_vm 
  Properties 
  Verbs 

    cd version exit show create 


hpiLO->  

你可能感兴趣的:(linux,操作系统,运维,ldap)