What if the SCM dies

From Codawiki

Everything will work fine, even without the SCM, except for adding or removing volumes (VRDB/VLDB), managing users and groups (prot_users.cdb), or changing passwords (auth2.pw).

On servers:

echo "newscmhostname" > /vice/db/scm; /etc/init.d/auth2.init restart; /etc/init.d/update.init restart

Make sure to match "newscmhostname" with /vice/hostname on the new SCM.


Back to the Main Page