L'exemple suivant illustre la suppression d'un patch Sun Cluster.
# 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 "Rebooting down node for maintenance" ... |
Initialisez le noeud en mode non-cluster.
SPARC :
ok boot -x |
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 -x
|
... # patchrm 234567-05 ... # reboot ... # pkgchk -v 234567-05 ... # scswitch -z -D dg-schost-1 -h phys-schost-1 # scswitch -z -g schost-sa-1 -h phys-schost-1 |