ignore_error del_secondary_ipaddress 10.1.1.175
exit 0
NSS Pool Resource Load Script
NetWare
nss /poolactivate=HOMES_POOL
mount HOMES VOLID=254
CLUSTER CVSBIND ADD BCC_CLUSTER_HOMES_SERVER 10.1.1.180
NUDP ADD BCC_CLUSTER_HOMES_SERVER 10.1.1.180
add secondary ipaddress 10.1.1.180
CIFS ADD .CN=BCC_CLUSTER_HOMES_SERVER.OU=servers.O=lab.T=TEST_TREE.
Linux
#!/bin/bash
. /opt/novell/ncs/lib/ncsfuncs
exit_on_error nss /poolact=HOMES_POOL
exit_on_error ncpcon mount HOMES=254
exit_on_error add_secondary_ipaddress 10.1.1.180
exit_on_error ncpcon bind --ncpservername=BCC_CLUSTER_HOMES_SERVER --
ipaddress=10.1.1.180
exit 0
NSS Pool Resource Unload Script
NetWare
del secondary ipaddress 10.1.1.180
CLUSTER CVSBIND DEL BCC_CLUSTER_HOMES_SERVER 10.1.1.180
NUDP DEL BCC_CLUSTER_HOMES_SERVER 10.1.1.180
nss /pooldeactivate=HOMES_POOL /overridetype=question
CIFS DEL .CN=BCC_CLUSTER_HOMES_SERVER.OU=servers.O=lab.T=TEST_TREE.
Linux
#!/bin/bash
. /opt/novell/ncs/lib/ncsfuncs
ignore_error ncpcon unbind --ncpservername=BCC_CLUSTER_HOMES_SERVER --
ipaddress=10.1.1.180
ignore_error del_secondary_ipaddress 10.1.1.180
exit_on_error nss /pooldeact=HOMES_POOL
exit 0
3.6.4 Finalizing the Cluster Conversion
If you have converted all nodes in a former NetWare cluster to Linux, you must finalize the
conversion process by issuing the cluster convert command on one Linux cluster node. The
cluster convert command moves cluster resource load and unload scripts from the files
26
OES Novell Cluster Services 1.8.2 Administration Guide for Linux
Need help?
Do you have a question about the OPEN ENTERPRISE SERVER CLUSTER SERVICES 1.8.2 - ADMINISTRATION and is the answer not in the manual?
Questions and answers