L'exemple suivant présente l'application à un noeud d'un patch Sun Cluster avec réinitialisation.
# scrgadm -pv ... RG Name: schost-sa-1 ... # scstat ... Nom du groupe de périphériques : dg-schost-1 ... # scswitch -S -h phys-schost-2 # shutdown -g0 -y -i0 ... |
Initialisez le noeud en mode monoutilisateur, non-cluster.
SPARC :
ok boot -sx |
x86 :
<<< Paramètres d'initialisation actuels>>>
Chemin d'initialisation :
/pci@0,0/pci8086,2545@3/pci8086,1460@1d/pci8086,341a@7,1/sd@0,0:a
Arguments d'initialisation :
Entrez b [nom fichier] [balises d'initialisation] <ENTRÉE>
pour initialiser les options
ou i <ENTRÉE> pour accéder à l'interprète d'initialisation
ou <ENTRÉE> pour initialiser les paramètres par défaut
<<< déconnexion automatique dans 5 secondes >>>
Sélectionnez (b)oot ou (i)nterpreter : b -sx
|
... # patchadd -M /tmp/patches 234567-05 ... # reboot ... # showrev -p | grep 234567-05 # scswitch -z -D dg-schost-1 -h phys-schost-1 # scswitch -z -g schost-sa-1 -h phys-schost-1 |