Specifications

Off-the-Shelf Backup Solutions for the SnapServer
Appendix A Backup and Replication Solutions 161
4
Remove the NetBackup services by deleting the files for bpcd, vnetd, vopied,
and
bpjava-msvc in the /etc/xinetd.d/ directory.
rm -rf /etc/xinetd.d/bpcd
rm -rf /etc/xinetd.d/vnetd
rm -rf /etc/xinetd.d/vopied
rm -rf /etc/xinetd.d/bpjava-msc
5
Restart the SnapServer services by either rebooting or typing:
/etc/rc.d/init.d/xinetd reload
Installing the EMC Legato NetWorker Client
Note This procedure assumes that you are using the default SnapServer
configuration; and you have created a directory called agent (to which to copy your
agent/client files) on the default share (SHARE1), such that the path to the directory
is /shares/SHARE1/agent.
This section describes how to install the EMC Legato NetWorker UNIX/Linux
client, as well as special procedures EMC Legato NetWorker users must follow in
order to perform backup and restore operations on the SnapServer.
Prepare the SnapServer
1 Connect to the server over SSH.
Note SSH v2 is required. If you fail to connect to the server, ensure that your SSH
client is configured to connect via SSH v2.
2 Log in as admin (using the password for the admin account).
3 You are placed into the CLI shell. However, a standard Linux shell must be used
to install the agent. To launch a shell, type the following command and press
Enter:
osshell
4 Change to root by entering the following command:
su -
Give the root password (same as admin password).