Netbackup client on a Jumpstart Client Print
Written by Administrator   
Tuesday, 16 December 2008 09:56

Netbackup config file changes.

/usr/openv/netbackup/bp.conf :


SERVER = netbackupserver
CLIENT_NAME = thisserver
CONNECT_OPTIONS = wukbkmaster 0 0 1
CLIENT_RESERVED_PORT_WINDOW = 900 999
CLIENT_PORT_WINDOW = 4900 4999



Netbackup entries in /etc/inetd.conf :
#
bpcd    stream  tcp     nowait  root    /usr/openv/netbackup/bin/bpcd bpcd
vnetd   stream  tcp     nowait  root    /usr/openv/bin/vnetd vnetd
vopied  stream  tcp     nowait  root    /usr/openv/bin/vopied vopied
bpjava-msvc     stream  tcp     nowait  root    /usr/openv/netbackup/bin/bpjava-msvc bpjava-msvc -transient
#

Netbackup entry in /etc/services :


 #
 # OpenV*NetBackup services
 #
bpcd    13782/tcp       bpcd
vnetd   13724/tcp       vnetd
vopied  13783/tcp       vopied
bpjava-msvc     13722/tcp       bpjava-msvc
bprd    13720/tcp       bprd
servicetag           6481/udp                         # Servicetag discoverer
servicetag           6481/tcp                         # Servicetag listener



Then kill -HUP the inetd.d daemon.

 

 openv.tar is a tar file of any /usr/openv directory structure on any Netbackup client.

 

1. Add MAC address to /etc/ethers

2. Add IP Address to /etc/hosts

3. cd /jumpstart/Solaris_8/Tools

4. ./add_install_client -s jumpstart:/jumpstart -c jumpstart:/jumpstart -p jumpstart:/jumpstart machine_name sun4u

Then I tarred the Veritas Netbackup Client Software from my jumpstart server (it gets backed up), to the mini-root of boot area.

5. cd /usr

6. tar cvf openv.tar openv

Next copy your /etc/shadow, /etc/inet/services, /etc/inetd.conf, and /etc/default/login with the CONSOLE line commented out.

7. cp /etc/shadow /jumpstart/Solaris_8/Tools/Boot/etc
8. cp /etc/inet/services /jumpstart/Solaris_8/Tools/Boot/etc/inet
9. cp /etc/inet/inetd.conf /jumpstart/Solaris_8/Tools/Boot/etc/inet
10. cp /etc/default/login /jumpstart/Solaris_8/Tools/Boot/etc/default

Move your openv.tar file to the mini-root user location

11. mv /usr/openv.tar /jumpstart/Solaris_8/Tools/Boot/usr

12. cd /jumpstart/Solaris_8/Tools/Boot/usr && tar xvf openv.tar

Netbackup uses a Java GUI that is why you need to copy the services and inetd.conf files. The shadow and edited /etc/default/login file will allow you to telnet into the remote server as root.

Now we are ready to rebuild the server
At the ok> prompt type:

13. boot net

14. On mine it loaded OpenWindows and then stopped, since there was no CD Media.

Open a command tool and start the inetd daemon.

15. /usr/sbin/inetd -s

Now you should be able to connect using your Veritas Netbackup Client Software I have copy locally on my box.

16. Login

17. Restore whatever you need. If you have separate partitions as I did (/,/opt, /var, /usr, etc...), then you probably want to mount those separately after each successfull restore. You can do this by telneting in remotely if you wish.

Last Updated ( Tuesday, 16 December 2008 10:27 )