Search This Blog

Thursday, November 20, 2014

How to find the console IP from the running OS in HP Unix

For 11.23

boxnet:/opt/hpsmh/data/htdocs/comppage # ./getMPInfo.cgis
content-type: text/html

top.RIB.name = "Embedded iLO";
top.RIB.link = "https://200.205.83.80";

For 11.31
boxnet:/root#/opt/propplus/bin/cprop -summary -c "Management Processor"

[Component]: Management Processor
[Table]: Management Processor
-------------------------------------------------------
****************************************************
                   [Hash ID]: Management Processor:c9cfd694x3163c066
                    [Status]: OK
                 [IPAddress]: 200.17.16.60
                       [URL]: http://200.17.16.60
                     [State]: Enabled
****************************************************

If CIM Client is installed in the given host, then the below command will work of all flavour of unix.
# /opt/sfm/bin/CIMUtil -e root/cimv2 HP_ManagementProcessor

#/opt/sfm/bin/CIMUtil -e root/cimv2 HP_ManagementProcessor
Instance 0 :

UniqueIdentifier :  0.20.194.156.15.46
ControllerType :  0
OtherControllerType : 
IPAddress :  200.17.16.60
URL :  https://200.17.16.60
Dedicated :  14
CreationClassName :  HP_ManagementProcessor
Name :  Management Processor
EnabledState :  2
OperationalStatus :  2
FirmwareRevision :  F.002.026.000
LEDColour :  0
LEDBlinkRate :  0
NICCondition :  6

Thank you for Reading,

For Reading other article, visit to “https://sites.google.com/site/unixwikis/