cmdref.net - Cheat Sheet and Example

cmdref.net is command references/cheat sheets/examples for system engineers.

User Tools

Site Tools


Sidebar








Cloud



Etc


Reference














.

hardware:proliant:index.html



Hardware

HPE ProLiant Server CLI Commands

Note

SDR
(Software Delivery Repository)
HP Repository
SPP(Service Pack for ProLiant) Drivers and agent software for RedHat and SLES
MCP(Management Component Pack for ProLiant) Agent software for Ubuntu, Oracle and community distros
HPE Insight Diagnostics HPE Insight Diagnostics is a hardware diagnostic tool.
It is included as standard from Gen9 and can be executed at server startup
[F10] - [HPE Intelligent Provisioning] - [HPE Insight Diagnostics]

BIOS

FunctionConfigurationSupplement
F9 BIOS
F8 iLo
F10 HPE Intelligent Provisioning HPE Insight Diagnostics


HPE ProLiant Server OS Command

Command Operation Example
hplog hplog -v
hpacucli HP Array Configuration Utility (ACU)
Verifying Hard Disk & Smart Array Problem
hpacucli ctrl all show config ← Check HDD
hpacucli ctrl all show config detail
hpasmcli BIOS settings, display hardware status hpasmcli -s "show server" ← Check Device,BIOS,CPU
hpasmcli -s "show dimm" ← Check Memory
hpuid hpuid -s ← Status of the UID (Blue) Light
hpuid -e ← Enable the UID (Blue) Light
hpuid -d ← Disable the UID (Blue) Light
hpbootcfg
hponcfg iLO Configuration hponcfg --help
hponcfg -w test.xml ← export the xml file
hponcfg -f test.xml ← import the xml file
hpdiags Survey detail /opt/hp/hpdiags/hpdiags -v 5 -o server1.xml
hpssacli Smart Storage Administrator (SSA) CLI hpssacli "ctrl slot=0 show" | grep -i cache
hpssacli "ctrl slot=0 show" | grep -i status


HPE iLo



To start iLO with keyboard and monitor connected to the box - press F8 while booting


HP Lights-Out Standalone Remote Console for Windows

http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_4f842ceb31cf48d392e22705a8

hplocons.exe -addr IPADDRESS[:PORT] -name LOGINNAME -password PASSWORD


How to login to HPE iLo with ssh

[loalhost@test ~]$ ssh 10.2.x.x -l Administrator
Administrator@10.2.x.x's password: 
User:Administrator logged-in to ILO----n.(10.2.x.x)
iLO 2 Standard Blade Edition 2.25 at 16:36:26 Apr 14 2014
Server Name: vMX-Bay1
Server Power: On

hpiLO->
<code>


HPE CLI Commands

Note Command suppliment
help
power help
power Display the current server power state
power off Turn the server off
power on Turn the server on
textcons CUI Remote ilo console To drop out of console, Type 'ESC + ('
vsp Invoke virtual serial port. you can use start /system1/oemhp_vsp1
TEXTCONS
hpiLO-> TEXTCONS

Starting text console.
Press 'ESC (' to return to the CLI Session.

VSP (virtual serial port)
hpiLO-> VSP

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

hpiLO-> Virtual Serial Port active: IO=0x03F8 INT=4

Ubuntu 14.04.2 LTS lab13 ttyS0

ubuntu login: 


SMASH CLP Commands

map1

Note Command suppliment
show /map1/log1 iLO event log
show /map1/entport1
show /map1/dhcpendpt1
show /map1/gateway1
show /map1 license
User Examples
create /map1/accounts1 username=cmdadmin password=password

show /map1/accounts1
Pasword
set /map1/accounts1/cmdadmin password=password2


Netowrk
show /map1/enetport1/lanendpt1/ipendpt1
status=0
status_tag=COMMAND COMPLETED
Fri Feb 23 13:06:42 2018

/map1/enetport1/lanendpt1/ipendpt1
  Targets
  Properties
    IPv4Address=10.10.10.100
    SubnetMask=255.255.255.0
    AddressOrigin=Static
  Verbs
    cd version exit show set
set /map1/enetport1/lanendpt1/ipendpt1 IPv4Address=15.255.102.245 SubnetMask=255.255.248.0
Gateway
show /map1/gateway1
set  /map1/gateway1 AccessInfo=10.10.10.254


License
set /map1 license=1234500000678910000000001


system1

Note Command suppliment
start /system1/oemhp_vsp1 START CLI Console
show /system1/log1 Read IML(Integrated Management Log)
show /system1/cpu1
show /system1/cpu2
show /system1/memory1
show /system1/memory2
show /system1/memory3
</>hpiLO-> show
status=0
status_tag=COMMAND COMPLETED

/
  Targets
    system1
    map1
  Properties
  Verbs
    cd version exit show
</>hpiLO-> show /system1
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
    slot4
    slot5
    slot6
    powerreg_data
  Properties
    name=ProLiant ML370 G3
    number=H1UXLYK42B
    enabledstate=enabled
    oemhp_powerreg=auto
  Verbs
    cd version exit show reset start stop
</>hpiLO-> show /system1/firmware
status=0
status_tag=COMMAND COMPLETED

/system1/firmware
  Targets
  Properties
    version=P28
    date=09/15/2004
  Verbs
    cd version exit show






Hardware




hardware/proliant/index.html.txt · Last modified: 2021/02/22 by admin

Page Tools