9、 There are just a few other miscellaneous server function left.
A、 Create your client option sets.these are client options that you are going to override at the server.
ü Define one or more client option sets.i.e.def clo ntclients
ü Next define the various options for each client option set.i.e.def cliento ntclients compress no
B、 Add any additional administrators thal you will need,i.e.server admins,help desk workers,operators,etc.
ü reg admin jradmin jrpasswd
ü grant auth jradmin…
Note:Consult the documentation for all the extra options.
C、 Label and checkin tape media.For NT,W2K and UNIX you can use the label libvol command.
10、 Now it is time at register you managed system(refereed to as clients).
A、 Things to consider at registration time,what domain and client option set to associate them with.
B、 reg node node_name node_password domain= domain_name clopset=ntclients
C、 This must be done for every managed system,consider scripting it if you have a large number of clients.
D、 You must associate the node with the schedules you would like it to use.i.e.def assoc domain schedule node
Note:You can only associate nodes to schedules within their domain
11、 The managed system(clients) must have the client code installed.Consult the “Installing the Clients Guide” for details on the different platforms that you will be using.
12、 Once the clients are installed you will need to update the dsm.opt file and the dsm.sys(unix only) file.
A、 Select a(just one)COMMMethod and configure any associated parms for that method,i.e.COMMM tcpip,TCPPort 1500,TCPServer server.dot.decimal.addr
B、 Configure schedule log,error log and their retention time,i.e.SCHEDLOGName dsmsched.log,SCHEDLOGRetention 10,ERRORLOGName dsmerr.log
C、 Set performance related attributes.Consult the documentation for appropriate values for your environment,i.e.TCPB,TCPW,TXNB,etc.
D、 Configure you Domain and Include/Exclude statements.The goal here is to eliminate those files you do not wish to backup and to bind particular files to a specific Management Class.
E、 Insure that the dsmc sched program runs either as a service or a daemon when the client is rebooted.
F、 Set passwordaccess generate This will allow the scheduler to authenticate automatically.
G、 Configure the client to be accessed through the web client interface.
ü This will vary from platform to platform so please consult the Installing the Clients manual.
ü In general,you will need to have the TSM client acceptor service/daemon running.
ü TSM Client Acceptor service/daemon is generally started at boot time.
ü Passwordaccess generate is required in the dsm.opt(dsm.sys for unix) file.