Configuring Cluster Resources for Shared NSS Pools and Volumes 149novdocx (en) 7 January 201010.7 Configuring a Load Script for the SharedNSS PoolA cluster resource load script is automatically generated for the pool when you cluster-enable it. Youcan modify the script as needed to suit your needs by using iManager. For information about how toaccess scripts for the cluster resource, see Section 9.4, “Configuring a Load Script for a ClusterResource,” on page 121.IMPORTANT: Do not comment out commands that are automatically generated for parametersthat define the cluster resource, such as the mount point, IP address, container name, file systemtype, and device. If you need to modify the IP address, administrator credentials, or other attributesof an existing resource, follow the procedure in Section 8.13, “Moving a Cluster, or Changing IPAddresses, LDAP Server, or Administrator Credentials for a Cluster,” on page 105.If you specified the following values for the variables in the template, your load script would appearlike the script below.#!/bin/bash. /opt/novell/ncs/lib/ncsfuncsexit_on_error nss /poolact=SHPOOL43exit_on_error ncpcon mount SHVOL43=252exit_on_error add_secondary_ipaddress 10.10.10.43exit_on_error ncpcon bind --ncpservername=NCS1_SHPOOL43_SERVER --ipaddress=10.10.10.43exit 0If you change the name space for an existing shared volume by using NSSMU or the NSS plug-infor iManager, you must modify the load script for the pool cluster resource to add the name space tothe ncpcon mount command for the volume. Otherwise, the cluster assumes the default name spacefor mounting the volume. You can do this by using the /opt=ns= switch inthe command. For information about default name spaces for NSS volumes, see “LookupNamespace” in the OES 2 SP2: NSS File System Administration Guide.For example, to specify the Long name space, add the /opt=ns=long switch as follows:ncpcon mount /opt=ns=long =For example, to specify the Unix name space, add the /opt=ns=unix switch as follows:ncpcon mount /opt=ns=unix =Variable Your ValueCluster resource’s virtual server name NCS1_SHPOOL43_SERVERResource IP address 10.10.10.43Pool name SHPOOL43Volume name SHVOL43Volume ID 252 (valid values are 0 to 254)