Identificando adaptador vscsi e vfchost x VIOS através da LPAR

Para executar manutenção nas lpars, seja de adição de disco através de mapeamentos vscsi ou alteração no mapeamento das interfaces npiv, precisamos identificar qual adaptador virtual correspondente a lpar que estamos executando a manutenção, abaixo temos 2 comandos que facilitam esta identificação, comandos estes que devem ser executados diretamente na lpar:

Verificar qual VIO Server é o owner do vcsci:

 $ echo "cvai" | kdb | grep vscsi

read vscsi_scsi_ptrs OK, ptr = 0xF1000000C01E1380
vscsi0 0x000007 0x0000000000 0x0 VIOS1 vhost0 
vscsi1 0x000007 0x0000000000 0x0 VIOS2 vhost0

Verificar qual VIO Server é o owner do npiv:

$ echo vfcs | kdb | grep fcs | grep -v vfcs | awk '{print $1,$4, $5}'

fcs0 VIOS1 vfchost27
fcs1 VIOS2 vfchost27
fcs2 VIOS1 vfchost28
fcs3 VIOS2 vfchost28
comments powered by Disqus