Chapter 2. Server enhancements 13
Set up the library manager, library client, and shared library. In the following sequence, the
first line indicates the action to perform and the command that follows is what you enter at the
command line.
# set password for the library manager (san_server1)
set serverpassword password1
# set password for the library client (san_server2)
set serverpassword password2
# define the lib client to the lib manager
define server san_server2 serverpassword=password2 hla=9.11.232.143 lla=1501
# define the lib manager to the lib client
define server san_server1 serverpassword=password1 hla=9.11.232.143 lla=1500
# define the lib manager library on the lib master
define library 9710lib libtype=acsls acsid=0 shared=yes
# define the paths to the drives for the lib manager on the lib manager
define path san_server1 drive1 srctype=server desttype=drive library=9710lib
device=mt1.4.0.7
define path san_server1 drive2 srctype=server desttype=drive library=9710lib
device=mt1.5.0.7
# define the lib client library on the lib client
define library 9710lib libtype=shared primarylibmanager=sannt5_server1
# define the paths to the drives for the lib client on the lib manager
define path san_server2 drive1 srctype=server desttype=drive library=9710lib
device=mt1.4.0.7
define path san_server2 drive2 srctype=server desttype=drive library=9710lib
device=mt1.5.0.7
# define the device class and storage pool on the library master
define devclass 9840class library=9710lib devtype=ecartridge
define stg 9710pool_master 9840class maxscratch=100
# define the device class and storage pool on the library client
define devclass 9840class library=9710lib devtype=ecartridge
define stg 9710pool_client 9840class maxscratch=50
The library sharing is now set up. You can use the defined device class and defined storage
pools to start the backups.