Mostrando postagens com marcador MP. Mostrar todas as postagens
Mostrando postagens com marcador MP. Mostrar todas as postagens

MP commands

sábado, 4 de maio de 2013


Some commands are restricted to users with Operatoror Administrator authority. Also note that the available set of commands may differ depending on the utility revision level and server hardware model.

For details on these commands, use the help (HE: Help) feature at the service processor Main
menu. Enter the command name at the MP:HELP or GSP:HELP prompt for syntax, restrictions,
and other information.

Service Processor (MP or GSP) Command Reference
Command            Description
BO Boot an nPartition past Boot is Blocked (BIB)
DF Display FRU information of an entity
MA Return to the Main menu
MR Modem reset
PCIOLAD Activate/deactivate a PCI card
PE Power entities on or off
RE Reset entity
Reset an nPartition for reconfiguration; the nPartition remains inactive, in the shutdown
for reconfig state
RR
RS Reset an nPartition
TC Send a TOC signal to an nPartition
TE Broadcast a message to all users of the MP Command Handler
VM Margin the voltage in a cabinet
WHO Display a list of MP connected users
CP Display nPartition cell assignments
HE Display the list of available commands
IO Display IO chassis/cell connectivity
LS Display LAN connected console status
MS Display the status of the modem
PS Display detailed power and hardware configuration status
SYSREV Display revisions of all firmware entities in the complex
PARPERM Restrict/unrestrict nPartitionReconfiguration Privilege
PD Modify default nPartition for this login session
RL Rekey Complex Profile locks
SA Display and set (enable/disable) MP remote access methods
SO Configure security options and access control (user accounts and passwords)
XD MP diagnostics and reset

Source:



Configuring LAN on MP

quinta-feira, 26 de julho de 2012

This tutorial explain how to change the LAN configuration on MP. You can also leave the DHCP enable if you want use the bootp from your server (or other).

1. Connect to the serial port.
2. At the MP Main Menu, enter CM and press Enter to select command mode.
3. At the command mode prompt, enter LC and press Enter. The screen displays the default LAN configuration values. Write down the default values, or log the information to a file. You may need the information for future troubleshooting.
4. Use the LC command to disable DHCP.
a. From the LC command menu, type D and press Enter.
b. Follow the instructions on the screen to change the DHCP status from Enabled to Disabled.
c. Enter XD -R to reset the iLO MP.
5. Use the LC command to enter information for the IP address, host, subnet mask, gateway parameters, and so on.
6. Enter XD -R to reset the iLO MP.
7. After the iLO MP resets, log in to the iLO MP again and enter CM at the MP:> prompt.
8. Enter LC to confirm that DHCP is disabled and display a list of updated LAN configuration
settings.

MP/GSP logs from OS

sábado, 31 de março de 2012

(GSP) Basically you need the cclogview tool, it is part of the Contrib-Tools product.
Follow an example (reduced and detailed):
To get reduced view:
# cclogview -k /var/stm/logs/os/ccerrlog | grep HKP_UNDRVOLTAGE
471 PM 0 *14 0x582008e44501404f 0x00006e0316141c17 HKP_UNDRVOLTAGE
762 PM 0 *14 0x582008e44501404f 0x00006e05070a0f39 HKP_UNDRVOLTAGE

To get the detailed view:
# cclogview -d /var/stm/logs/os/ccerrlog
471 PM 0 *14 HKP_UNDRVOLTAGE 04/22/2010 20:28:23
Log Entry 471: 04/22/2010 20:28:23
Alert Level 14: Fatal PWR or environmental problem; Keyword: HKP_UNDRVOLTAGE
Housekeeping power supply 1 output undervoltage error; Status: 15
Logged by power monitor 0 during monitoring of low voltage power supply
0x582008e44501404f 0x00006e0316141c17

(MP) you can use the slview contrib tool to read the fpl logs in the /var/stm/logs/os dir, with -f you choose the raw log file you wan't to use, and then you get a cli interface that is just the same as the one in the MP SEL log:
# /usr/sbin/diag/contrib/slview -f /var/stm/logs/os/fpl.log.06
Welcome to the FPL (Forward Progress Log) Viewer 1.2
The following FPL navigation commands are available:
D: Dump log starting at current block for capture and analysis
F: Display first (oldest) block
L: Display last (newest) block
J: Jump to specified entry and display previous block
+: Display next (forward in time) block
-: Display previous (backward in time) block
: Repeat previous +/- command
?: Display help
q: Exit viewer
More info on slview:
http://docs.hp.com/en/diag/eit/st_event_viewer_cli.htm

Source:
http://www.hpuxtips.es/?q=node/276

What's the IP of my MP?

domingo, 11 de março de 2012

This tip is applicable for the newer Itanium. If you don't know the IP address of console...

# /opt/propplus/bin/cprop -detail -c "Management Processor"

You can use the cprop to perform a health check in the hardware (if the hardware is supported for this tool). Remembering in the newer Blade system you can't use the cstm, this tool can replace it in the most activies.