HP Serviceguard Linux Contributed Toolkit Suite A.04.02.01 User Guide (696979-001, June 2012)

/dev/sdb1; sdb1 is a shared disk
Logical volume /dev/vgSM/lvolSM
E.g. lvcreate -L <size>M vgSM
File system /pkgSM/sendmail
E.g. mkfs /dev/vgSM/lvolSM,
mount /dev/vgSM/lvolSM /pkgSM, then
mkdir /pkgSM
mkdir /pkgSM/sendmail
mkdir /pkgSM/sendmail/mail
mkdir /pkgSM/sendmail/mqueue
mv /var/spool/mail /var/spool/mail.orig
mv /var/spool/mqueue /var/spool/mqueue.orig
ln -s /pkgSM/sendmail/mail /var/spool/mail
ln -s /pkgSM/sendmail/mqueue /var/spool/mqueue
5. Assign a floating IP address to be used for the Sendmail toolkit package.
Supported Configuration
This section explains the following supported configurations for Sendmail toolkit packages:
Local configuration
Shared configuration
Local configuration
In a typical local configuration, all file systems are shared between the nodes. Identical copies of
the Sendmail server configuration files reside in exactly the same locations of a local storage on
each node. You must ensure to maintain identical copies of the Sendmail components on the
different nodes.
Shared configuration
In shared configuration, the file systems and configuration files are placed on the shared storage.
The same file systems and configuration files are shared between the cluster nodes, so you need
not maintain identical copies of configuration files on each node.
In a cluster environment, each Sendmail server instance must have unique IP addresses. One or
more relocatable IP addresses are created for each Sendmail server when the package is created.
When the Sendmail server package is switched over from one node to another, this instance is
stopped, IP addresses are removed from the primary node, IP addresses are reallocated to a
standby node, and the instance is started on that node. Clients are then automatically connected
or manually reconnected through these IP addresses to the identical file systems on the standby
node.
Using Sendmail toolkit
After installing the Sendmail toolkit, you can use this toolkit to:
Configure packages in an SG/LX environment
Manage packages
Configuring Sendmail toolkit packages
You can configure Sendmail toolkit packages using either legacy or modular style of packaging.
Configuring legacy Sendmail toolkit packages
To configure legacy Sendmail toolkit packages:
Supported Configuration 47