Master Ip Address Resource Unload Script; Comparing Nss Pool Resource Scripts; Nss Pool Resource Load Script - Novell OPEN ENTERPRISE SERVER - CONVERSION GUIDE 12-2010 Manual

Cluster services conversion guide
Hide thumbs Also See for OPEN ENTERPRISE SERVER - CONVERSION GUIDE 12-2010:
Table of Contents

Advertisement

NetWare
IGNORE_ERROR set allow ip address duplicates = on
IGNORE_ERROR CLUSTER CVSBIND ADD BCCP_Cluster 10.1.1.175
IGNORE_ERROR NUDP ADD BCCP_Cluster 10.1.1.175
IGNORE_ERROR add secondary ipaddress 10.1.1.175
IGNORE_ERROR HTTPBIND 10.1.1.175 /KEYFILE:"SSL CertificateIP"
IGNORE_ERROR set allow ip address duplicates = off
Linux
#!/bin/bash
. /opt/novell/ncs/lib/ncsfuncs
ignore_error add_secondary_ipaddress 10.1.1.175 -np
exit 0

3.4.2 Master IP Address Resource Unload Script

This section provides examples of the master IP address resource unload scripts on NetWare and
Linux.
"NetWare" on page 22
"Linux" on page 22
NetWare
IGNORE_ERROR HTTPUNBIND 10.1.1.175
IGNORE_ERROR del secondary ipaddress 10.1.1.175
IGNORE_ERROR NUDP DEL BCCP_Cluster 10.1.1.175
IGNORE_ERROR CLUSTER CVSBIND DEL BCCP_Cluster 10.1.1.175
Linux
#!/bin/bash
. /opt/novell/ncs/lib/ncsfuncs
ignore_error del_secondary_ipaddress 10.1.1.175
exit 0

3.5 Comparing NSS Pool Resource Scripts

Section 3.5.1, "NSS Pool Resource Load Script," on page 22
Section 3.5.2, "NSS Pool Resource Unload Script," on page 23

3.5.1 NSS Pool Resource Load Script

This section provides examples of the NSS pool resource load scripts on NetWare and Linux.
"NetWare" on page 23
"Linux" on page 23
22
OES 2 SP3: Novell Cluster Services Conversion Guide

Advertisement

Table of Contents
loading

This manual is also suitable for:

Open enterprise server 2 sp3

Table of Contents