Mostrar status do painel do operador AIX

1

É possível ver códigos no painel do operador da estação de trabalho IBM P5 a partir do console?

    
por elbarna 24.04.2015 / 21:26

1 resposta

1

EDITAR : Algumas partes foram omitidas sobre como alterar o indicador de atenção do sistema depois que o OP esclareceu que deseja apenas ver os códigos exibidos no campo de dados de dados do painel do operador.

Sim, é possível mostrar o status do indicador de atenção do sistema. Você pode fazer isso por meio do diag command interativamente via indo para

=> Task Selection (Diagnostics, Advanced Diagnostics, Service Aids, etc.)
==> Identify and Attention Indicators

mas acho mais fácil executar diretamente o comando para os dois LEDs. A documentação desses binários é bastante esparsa, mas ainda pode ser encontrada no Infocenter em tarefas do AIX e ajudas de serviço

Você está procurando por usysfault:

Fault indicators This task is only available through a command line interface. It is not available from the diagnostic menu nor from stand-alone diagnostics.

The fault indicators are used to identify a fault with the system. These indicators may be set automatically by hardware, firmware, or diagnostics when a fault is detected in the system.

The System Attention Indicator is turned off when a Log Repair Action is performed. All other Fault Indicators are turned off when the failing unit is repaired or replaced. After a serviceable event is complete, do a System Verification to verify the fix. Also, do a Log Repair Action if the test on the resource was good, and that resource had an entry in the error log.

For additional information concerning the use of these indicators, refer to the system unit service information. Note: The AIX command does not allow you to set the fault indicators to the fault state. Use the following command syntax:

/usr/lpp/diagnostics/bin/usysfault [-s normal] [-l location code | -d
devicename] /usr/lpp/diagnostics/bin/usysfault [-t]
Flag 
   Description
-s normal Sets the fault indicator to the normal state.
-l location code Identifies the resource by physical location code.
-d device name Identifies the resource by device name.
-t Displays a list of all supported fault indicators by physical location codes.
   When the command is used without the -s flag, the
   current state of the indicator is displayed as normal or fault.

When the command is used without the -l or -d flag, the System
Attention Indicator is used.

Use the -l or -d flags only in systems that have more than one fault
indicator.

Note: See also the Identify and system attention indicators.

Então, em geral, você pode executar, por exemplo /usr/lpp/diagnostics/bin/usysfault -s normal para definir o indicador de atenção do sistema novamente para o estado normal ou /usr/lpp/diagnostics/bin/usysfault -t para ver uma lista de indicadores de hardware disponíveis. Embora eu esteja me perguntando, geralmente você pode fazer isso facilmente através de um HMC (se você estiver usando um) ou ele também é feito automaticamente após uma substituição de peça / hardware quando você cometer a ação de reparo no log.

Então, minha pergunta seria " Você tem certeza de que deseja desativar apenas o indicador de atenção ?"

    
por 16.06.2015 / 21:14

Tags