Mostrando postagens com marcador GSP. Mostrar todas as postagens
Mostrando postagens com marcador GSP. 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:



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

How to reset the GSP by command line?

sábado, 10 de março de 2012

When you run this command you will get a prompt on the console: "Press 'p' now to clear all GSP passwords and users...". If you press "p" and then confirm it (you only have a few seconds to respond), the GSP user/password info is wiped. Your LAN info is kept however.
 
# stty +resetGSP </dev/GSPdiag1
 
Check the GSP state:
 
# stty +queryGSP < /dev/GSPdiag1