Using the Backup and Archive Service on the same Computer
If you want to use the archive and backup service on the same computer the following needs to observed:
Unix: Add the lines above to the existing 'dsm.sys'. The client's archive functionality can be activated with the following call:
dsmj -server=archive -virtualnodename=Nodename
Windows: Save the lines above in a new file in the same directory as 'baclient' (usu. c:\programme\tivoli\tsm\baclient\) , e.g. 'dsm_archiv.opt.' The client's archive functionality can be activated with the following call:
dsm -virtualnodename=Nodename -optfile=dsm_archiv.opt
Attention: Write access to the TSM-errorlogfile is required in order to start the TSM client. By default the file 'dsmerror.log' in the current directory is used as errorlogfil. If need be you can define a different errorlogfile by entering the option '-errorlogname' during the start of the TSM-Client, e.g.:
dsm -virtualnodename=Nodename -optfile=dsm_archiv.opt -errorlogname=c:\temp\dsmerror_ae106st.log |