I want to change the default installation path for obm on redhat linux . I have tried to create a parameters file and install with silent installation method but it does not work
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
I want to change the default installation path for obm on redhat linux . I have tried to create a parameters file and install with silent installation method but it does not work
Hello,
Symbolic links work very well:
For OBM itself:
ln -s /some/other/filesystem/opt/HP /opt/HP/
For OA12 (the agent)
ln -s /some/other/filesystem/opt/OV /opt/OV
ln -s /some/other/filesystem/var/opt/OV /var/opt/OV
ln -s /some/other/filesystem/etc/opt/OV /etc/opt/OV
The internal Postgres database is installed under /var/opt/OV.
All the best.
Hello again,
If you don't want to create symbolic links, option two would be to create some new file systems, e.g:
OBM Installation: /opt/HP
OA12 Sata: /var/opt/OV
OA12 Some configuration: /etc/opt/OV
OA12 installation: /opt/OV
All the best.