How to apply a Security Update to a ManHunt cluster
Question/Issue:
You need to know how to deploy a Security Update (SU) to a ManHunt cluster.
Cause:
SU failure is caused by dbsync.
Solution:
To successfully apply an SU to a ManHunt cluster, you must first disable the database synchronization process (dbsync). If you do not disable dbsync, the update will fail if it is applied while dbsync runs. By default, dbsync runs every 8 minutes. Once dbsync is disabled, install the SU. After the SU is installed, re-enable dbsync.
To temporarily disable dbsync
- Log into the ManHunt master node as root.
- Open /etc/manhunt.conf in a text editor.
- Locate the line dbsync_syncSet=3
- Change the parameter to a value other than 3. For example:
dbsync_syncSet=1
- Restart ManHunt to apply the change. For example, type the following at the command line:
<ManHunt_install_dir>/restart
where <ManHunt_install_dir> is your ManHunt installation directory.
To apply the Security Update
Follow the procedure in
Applying Updates for information on how to install a Security Update.
To re-enable dbsync
- Log in to the ManHunt master node as root.
- Open /etc/manhunt.conf in a text editor.
- Locate the line dbsync_syncSet=<value>
where <value> is the value you assigned to the parameter to disable dbsync.
- Change the value back to 3. For example:
dbsync_syncSet=3
- Restart ManHunt to apply the change and start synchronization with the slave nodes. For example, type the following at the command line:
<ManHunt_install_dir>/restart
where <ManHunt_install_dir> is your ManHunt installation directory.
Document ID: 2003093010344853
Last Modified: 05/04/2005
Date Created: 09/30/2003
Operating System(s): Solaris 8, Red Hat Linux 8
Product(s): Symantec ManHunt 3.0
Release(s): Symantec ManHunt 3.0, Symantec ManHunt 3.0.1