After TSM sch does not start automatically and the operating system is restarted, view the/tsm_sch.log file as follows and find that the/dsmerror cannot be opened. log file: www.2cto.com WOLF:/# cat/tsm_sch.logANS1398E Initialization functions cannot open one of the Tivoli Storage Manager logs or a related file:/dsmerror. log. errno = 13, The file access permissions do not allow the specified action. check/usr/tivoli/tsm/client/ba/bin/dsm respectively. sys and /. configuration of the tsm log storage location in the profile file: WOLF:/# cat/usr/tivoli/tsm/c Lient/ba/bin/dsm. sysSErvername TSMSERVER COMMMethod TCPip TCPPort 1500 TCPServeraddress 192. 168. *. 22 nodename WOLF passwordaccess generate TCPCLIENTADDRESS 192. 168. *. 21 WOLF:/# cat /. profilePS1 = "'hostname': \ $ PWD #"; export PS1set-o vi ########################### command alias ###### ################### alias l = '/usr/bin/ls-Fl' alias ls = 'LS-CF 'Alias cl = 'clear' alias dir = 'LS-CF 'alias rm = 'rm-I' alias h = 'History 'export DSM_DIR =/usr/tivoli/tsm/client/ba/binexport DSM_CONFIG =/usr/tivoli/tsm/client/ba/bin/dsm. optexport DSM_LOG =/tsmfs/log found from the above output ,/. in the profile file settings, tsm log points to/tsmfs/log, while/usr/tivoli/tsm/client/ba/bin/dsm. sys does not point to it. By default, it is under the/directory. Modify dsm. sys File, add the following line, and point the log file to/tsmfs/log: WOLF:/# vi/usr/tivoli/tsm/client/ba/bin/dsm. in sys, add the following errorlogname/tsmfs/log/dsmerror line. log to the/etc/inittab file and restore it to the following settings: tsm: once:/usr/bin/dsmc sched>/dev/null 2> & 1 After restarting the aix operating system, it is found that the sched process can be self-started: WOLF: # ps-ef | grep dsm root 2490452 1 0 06:31:11-06:31:11/usr/tivoli/tsm/client/hsm/bin/dsmmonitord root 2555982 1 0-/usr/tivoli/ tsm/client/hsm/bin/dsmscoutd root 4325582 3735720 0 06:51:35 pts/0 06:31:11 grep dsm root 3015036 3146622 0-/usr/tivoli/tsm/client/hsm/bin/ dsmrecalld root 1901234 1 0 06:31:11-06:31:11/usr/tivoli/tsm/client/hsm/bin/dsmrootd root 2425776 3146622 0-/usr/tivoli/tsm/client/hsm/ bin/dsmrecalld root 2556884 1 0 06:31:29-06:31:11/usr/bin/dsmc sched root 3146622 1 0-/usr/tivoli/tsm/client/hsm/bin/dsmrecalld