![]() |
![]() |
| |||||||||||||
|
# scconf -a -T node=nodename |
| -a | Add |
| -T | Specifies authentication options |
| node=nodename | Specifies the name of the node to add to the authentication list |
Alternately, you can use the scsetup(1M) utility. See How to Add a Node to the Authorized Node List for procedures.
Become superuser on the node to uninstall.
Reboot the node into non-cluster mode. SPARC: # shutdown -g0 -y -i0
ok boot -x
x86:
# shutdown -g0 -y -i0
...
<<< Current Boot Parameters >>>
Boot path: /pci@0,0/pci8086,2545@3/pci8086,1460@1d/pci8086,341a@7,1/
sd@0,0:a
Boot args:
Type b [file-name] [boot-flags] <ENTER> to boot with options
or i <ENTER> to enter boot interpreter
or <ENTER> to boot with defaults
<<< timeout in 5 seconds >>>
Select (b)oot or (i)nterpreter: b -x |
In the /etc/vfstab file, remove all globally mounted file system entries except the /global/.devices global mounts.
Uninstall Sun Cluster software from the node.
Run the command from a directory that is not associated with any Sun Cluster packages.
# cd / # scinstall -r |
See the scinstall(1M) man page for more information. If scinstall returns error messages, see Unremoved Cluster File System Entries.
Disconnect the transport cables and the transport junction, if any, from the other cluster devices.
If the uninstalled node is connected to a storage device that uses a parallel SCSI interface, install a SCSI terminator to the open SCSI connector of the storage device after you disconnect the transport cables.
If the uninstalled node is connected to a storage device that uses Fibre Channel interfaces, no termination is necessary.
Follow the documentation that shipped with your host adapter and server for disconnection procedures.
To correct the error messages in the previous sections, perform this procedure.
Attempt to rejoin the node to the cluster.# boot
Did the node successfully rejoin the cluster?
If no, proceed to Step 3.
If yes, perform the following steps to remove the node from disk device groups.
If the node successfully rejoins the cluster, remove the node from the remaining disk device group(s).
Follow procedures in How to Remove a Node From All Disk Device Groups.
After you remove the node from all disk device groups, return to How to Uninstall Sun Cluster Software From a Cluster Node and repeat the procedure.
If the node could not rejoin the cluster, rename the node's /etc/cluster/ccr file to any other name you choose, for example, ccr.old.# mv /etc/cluster/ccr /etc/cluster/ccr.old
Return to How to Uninstall Sun Cluster Software From a Cluster Node and repeat the procedure.
This section describes error messages you might receive when you run the scinstall -r command and the corrective actions to take.
The following error messages indicate that the node you removed still has cluster file systems referenced in its vfstab file.
Verifying that no unexpected global mounts remain in /etc/vfstab ... failed scinstall: global-mount1 is still configured as a global mount. scinstall: global-mount1 is still configured as a global mount. scinstall: /global/dg1 is still configured as a global mount. scinstall: It is not safe to uninstall with these outstanding errors. scinstall: Refer to the documentation for complete uninstall instructions. scinstall: Uninstall failed. |
To correct this error, return to How to Uninstall Sun Cluster Software From a Cluster Node and repeat the procedure. Ensure that you successfully complete Step 6 in the procedure before you rerun the scinstall -r command.
Previous Contents Index Next ![]() |