
634 IBM Tivoli Storage Manager in a Clustered Environment
# --prefix of all TSM server resources
prefix="SA-tsmadminc-"
# --list of nodes in the TSM server cluster
nodes="lochness diomede"
# --IP address and netmask for TSM server
ip_1="9.1.39.69,255.255.255.0"
# --List of network interfaces ServiceIP ip_x depends on.
# Entries are lists of the form <network-interface-name>:<node-name>,...
nieq_1="eth0:lochness,eth0:diomede"
# --common local mountpoint for shared data
# If more instances of <data_>, add more rows, like: data_tmp, data_proj...
# Note: the keywords need to be unique!
data_isc="/tsm/isc"
###### END OF CUSTOMIZABLE AREA ############################################### ...