Novell GROUPWISE 8 - INTEROPERABILITY Manual page 149

Table of Contents

Advertisement

/etc/init.d/grpwise start domain
/etc/init.d/grpwise start post_office.domain
exit 0
Make the following changes to set up the load script for the agents:
6a On the
RESOURCE_IP
GroupWise partition
Worksheet item
6b As needed on the
on nodes in the cluster
6c On the
MOUNT_DEV
on nodes in the cluster
6d On the
MOUNT_POINT
on nodes in the cluster
6e If you created a domain on the partition, use the following command to start the MTA:
/etc/init.d/grpwise start domain
6f If you created a post office on the partition, use the following command to start the POA:
/etc/init.d/grpwise start post_office.domain
7 Click OK to save the load script.
Modifying the Cluster Resource Unload Script for the Agents
The cluster resource unload script executes whenever the GroupWise partition goes offline.
Programs should be unloaded in the reverse order of how they were loaded. This ensures that
supporting programs are not unloaded before programs that rely on them in order to function
properly.
1 On the Cluster Resource Properties page of the GroupWise cluster resource, click Scripts >
Unload Script.
The default unload script appears as follows:
#!/bin/bash
. /opt/novell/ncs/lib/ncsfuncs
# request service stop
ignore_error /etc/init.d/myservice stop
# stop service otherwise
sleep 8
ignore_error fuser -k /mnt/generic
# del the IP address
ignore_error del_secondary_ipaddress a.b.c.d
# umount the file system
exit_on_error umount /mnt/generic
# return status
exit 0
line, change
123.123.1.1
(System Clustering Worksheet item 7
8)
line, change
MOUNT_FS
(System Clustering Worksheet item
line, change
/dev/evms/Share/dat
(System Clustering Worksheet item
line, change
/mnt/mount_point
(System Clustering Worksheet item
Setting Up a Domain and a Post Office in a Linux Cluster 149
to the secondary IP address of the
or
System Clustering
to whatever file system type is in use
reiserfs
5).
to the actual device name in use
5).
to the mount point directory in use
5).

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the GROUPWISE 8 - INTEROPERABILITY and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Groupwise 8

Table of Contents