How to change default location of DB and patch store for Operations Manager on Linux
book
Article ID: 100054933
calendar_today
Updated On:
Description
Description
The default install location for Vertas Infoscale Operations Manager (VIOM) cannot be changed at the time of install. However, this can be changed after VIOM has been installed and configured.
- Stop VIOM
/opt/VRTSsfmh/bin/vomadm service --stop ALL
- Copy the /var/opt/.VRTSsfmcs directory, while retaining permissions, to the desired location. The example uses the desired location as /viom
cp -rp /var/opt/.VRTSsfmcs /viom/
- Unlink the old symlink. /var/opt/VRTSsfmcs symlinks to /var/opt/.VRTSsfmcs, which is a hidden directory.
unlink /var/opt/VRTSsfmcs
- Link the .VRTSsfmcs directory from the new location to /var/opt/VRTSsfmcs. The example uses /viom as the new location.
ln -s /viom/.VRTSsfmcs/ /var/opt/VRTSsfmcs
- Start VIOM
/opt/VRTSsfmh/bin/vomadm service --start ALL
- (OPTIONAL) Move or delete the original /var/opt/.VRTSsfmcs to recover the space from /var
Issue/Introduction
How to change default location of DB and patch store for Operations Manager on Linux
Was this article helpful?
thumb_up
Yes
thumb_down
No