Under Construction

Schritt 2: Mounten des SPOT

Das Pre-Migration Skript befindet sich im SPOT auf dem NIM-Server, in unserem Falle im SPOT aix730101spot.

Damit der NIM-Client per NFS auf diesen SPOT zugreifen kann, muss der SPOT unserem NIM-Client aix05 zugewiesen werden:

aixnim # nim -o allocate -a spot=aix730101spot aix05
aixnim #

Alternativ kann die Zuweisung auch auf dem NIM-Client durchgeführt werden:

aix05 # nimclient -o allocate -a spot=aix730101spot
aix05 #

Der SPOT ist damit für den NIM-Client aix05 exportiert:

aixnim # share | grep aix05
/export/nim/spots/aix730101spot/usr  -vers=4,ro,root=aix05,access=aix05
aixnim #

Wir mounten den SPOT auf dem Client:

aix05 # mount -o vers=4 aixnim:/export/nim/spots/aix730101spot/usr /mnt
aix05 #