Comando do console Hitachi CR210

1

Eu estou procurando comando para console para o Hitachi CR210.

isto é o equivalente do HP ILO, onde você pode se conectar ao IP do ILO com ssh, ter acesso ao console (se o sistema operacional estiver no modo de texto), emitir hosts desligados, simular uma retirada de blades e tudo.

faça login no host me dê o seguinte

host:~ # ssh -l user01 8.8.8.8
[email protected]'s password:
# inactivity_timer[min] : 10
S0051
ALL RIGHTS RESERVED, COPYRIGHT (C), 2011, 2012, HITACHI, LTD.
Chassis ID        : 9 T999999999
Firmware Revision :
$ ?
E0025 : Command is invalid.
S0005 : Command was invalid.
S0000 : Command was finished.

Eu tentei substituir ? por h , he , help , info , mas sem sucesso.

    
por Archemar 04.02.2016 / 10:42

1 resposta

0

Todas as informações estão localizadas aqui (anexo B5)

host:~ # ssh -l user01 8.8.8.8
[email protected]'s password:
# inactivity_timer[min] : 10
S0051
ALL RIGHTS RESERVED, COPYRIGHT (C), 2011, 2012, HITACHI, LTD.
Chassis ID        : 9 T999999999
Firmware Revision :
$ show remote-access protocol http
-- HTTP setting --
Port number      : 80
Allow            : allow
S0002 : Command succeeded.
S0000 : Command was finished.
$ show language system
-- System language --
Language : english
S0002 : Command succeeded.
S0000 : Command was finished.
$ show chassis setting
-- chassis setting --
Chassis ID                     : 9 T999999999
Maintenance classification     : normal
-- chassis FRU setting --
Part/model number              : XX-XXXXXXX-XXX-X
Serial number                  : 12345-XXXXXXX-XXX-000000000
Model ID                       : YY
Midplane ID                    : ZZ
First WWN                      : 0000000000000000
S0002 : Command succeeded.
S0000 : Command was finished.​

etc etc

    
por 04.02.2016 / 15:30