TSM无法登录:返回错误代码ANS1017E、ANS8023E。
[root@localhost ~]# dsmadmc
IBM Spectrum Protect
Command Line Administrative Interface - Version 8, Release 1, Level 2.0
(c) Copyright by IBM Corporation and other(s) 1990, 2017. All Rights Reserved.
Enter your user id: admin
ANS1017E Session rejected: TCP/IP connection failure.
ANS8023E Unable to establish session with server.
ANS8002I Highest return code was -50.
解决:
检查dsmserv的进程是否还在
[root@localhost ~]# ps -ef|grep dsm
root 3118 1 0 05:40 ? 00:00:00 su - tsminst1 -c /opt/tivoli/tsm/server/bin/dsmserv -i /tsminst1 -q
tsminst1 3192 3118 2 05:40 ? 00:00:06 /opt/tivoli/tsm/server/bin/dsmserv -i /tsminst1 -q
root 7877 4235 0 05:45 pts/0 00:00:00 grep dsm
进程还在, 尝试前台启动,看看报啥错
[root@localhost ~]# su - tsminst1
[tsminst1@localhost ~]$ /opt/tivoli/tsm/server/bin/dsmserv
ANR7800I DSMSERV generated at 11:32:48 on Sep 19 2017.
IBM Spectrum Protect for Linux/x86_64
Version 8, Release 1, Level 3.000
Licensed Materials - Property of IBM
(C) Copyright IBM Corporation 1990, 2017.
All rights reserved.
U.S. Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corporation.
ANR7801I Subsystem process ID is 7929.
ANR0905W Options file /home/tsminst1/dsmserv.opt not found.
ANR7868E The server is unable to open or lock the /home/tsminst1/.dsmserv.ilock file.
打不开锁?我直接移动了
[tsminst1@localhost ~]$ ll /home/tsminst1/.dsmserv.ilock
-rw-r--r-- 1 tsminst1 tsmsrvrs 0 11月 11 05:51 /home/tsminst1/.dsmserv.ilock
[tsminst1@localhost ~]$ mv /home/tsminst1/.dsmserv.ilock /home/tsminst1/.dsmserv.ilock.bak
接下来可以正常启动了。
发表评论