Under Construction

Auflisten von Virtual-I/O-Server Installations Images

Ob schon VIOS Installations Images auf einer HMC abgelegt wurden, lässt sich mit dem Kommando „hmc lsviosimg“ feststellen:

LPAR-Tool
$ hmc lsviosimg hmc01
NAME           SIZE     IMAGE_FILES
VIOS_4.1.0.0   3487.68  dvdimage.v1.iso
VIOS_3.1.4.20  5985.77  dvdimage.v2.iso,dvdimage.v1.iso
$
HMC-CLI
hscroot@hmc01:~> lsviosimg
name=VIOS_4.1.0.0,size=3487.55,image_files=dvdimage.v1.iso
name=VIOS_3.1.4.20,size=5985.77,image_files=dvdimage.v2.iso,dvdimage.v1.iso
hscroot@hmc01:~>

Auf der gezeigten HMC sind schon die Installations Images für die Versionen 3.1.4.20 und 4.1.0.0 hinterlegt.

Ist das Verwalten von Installations Images auf einer HMC nicht unterstützt, erhält man die folgende Fehlermeldung:

LPAR-Tool
$ hmc lsviosimg hmc11
hmc11: lsviosimg
ERROR: remote HMC command returned an error (127)
StdErr: /bin/bash: lsviosimg: command not found
$
HMC-CLI
hscroot@virt-hmc11:~> lsviosimg
bash: lsviosimg: command not found
hscroot@virt-hmc11:~>

Möchte man für einen Virtual-I/O-Server sehen welche Installations Images für diesen auf den zugehörigen HMCs verfügbar sind, kann man anstelle von „hmc lsviosimg“ das Kommando „vios lsviosimg“ verwenden:

LPAR-Tool
$ vios lsviosimg vio1
NAME HMC SIZE IMAGE_FILES
VIOS_4.1.0.0 hmc01 3487.55 dvdimage.v1.iso
VIOS_3.1.4.20 hmc01 5985.77 dvdimage.v2.iso,dvdimage.v1.iso
VIOS_4.1.0.0 hmc02 3487.68 dvdimage.v1.iso
VIOS_3.1.4.30 hmc02 6063.53 dvdimage.v2.iso,dvdimage.v1.iso
$
HMC-CLI
hscroot@hmc01:~> lsviosimg
name=VIOS_4.1.0.0,size=3487.55,image_files=dvdimage.v1.iso
name=VIOS_3.1.4.20,size=5985.77,image_files=dvdimage.v2.iso,dvdimage.v1.iso
hscroot@hmc01:~>
hscroot@hmc02:~> lsviosimg
name=VIOS_4.1.0.0,size=3487.55,image_files=dvdimage.v1.iso
name=VIOS_3.1.4.30,size=6063.53,image_files=dvdimage.v2.iso,dvdimage.v1.iso
hscroot@hmc02:~>