The easiest way is to create a symbolic link from /nsr to /opt/nsr and after installing NetWorker. Nevertheless in the Linux Installation guide you can take a look at Installing to a nondefault location procedure.
Why not create directory in /opt ,, say /opt/nsr than create symbolic link from /opt/nsr to /nsr ... keeps NetWorker happy and your filesystems tidy. ( ln -s /opt/nsr /nsr )
This is the way I always install NetWorker on UNIX/Linux.
smora1
253 Posts
0
April 24th, 2008 08:00
IKP1
198 Posts
0
April 24th, 2008 08:00
Why not create directory in /opt ,, say /opt/nsr than create symbolic link from /opt/nsr to /nsr ... keeps NetWorker happy and your filesystems tidy.
( ln -s /opt/nsr /nsr )
This is the way I always install NetWorker on UNIX/Linux.
IKP