OVO: clean and change management server of a node
It doesn’t have to do this way, but I like doing this way, because it also cleans the old database and policies to avoid any problem.
- Delete installed policies
# /opt/OV/bin/ovpolicy -remove -poltype/polname - Shutdown all agent services including ovcd and ovbbccb
# /opt/OV/bin/ovc -kill - Delete previous data
# rm /var/opt/OV/datafiles/coda* - Remove messages queue
# rm -r /var/opt/OV/tmp/OpC/* - delete the old certificate that has been used for communicating with the old management server
#/opt/OV/bin/ovcert -remove <cert_id> - Configure agent to be a managed node of the new management serve
r#/opt/OV/bin/OpC/install/ovcactivate -srv <srv>
At the new management server :
Add the new node and grant certificate request (you probably need to map the node to the certificate request)