![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 2184916.1 : ACSLS - How to Troubleshoot a Library Port Communication Reset Error
In this Document
Created from <SR 3-13328944001> Applies to:Sun StorageTek SL8500 Modular Library System - Version All Versions to All Versions [Release All Releases]Sun StorageTek Auto Cartridge Sys Lib SW (ACSLS) - Version 7.0 to 8.4 [Release 7.0 to 8.0] Information in this document applies to any platform. GoalHow to troubleshoot port reset errors How to troubleshoot library port communication reset errors How to troubleshoot an problem when a port lost communication with the library Solution1. Determine if there is a rogue host connected to the tape library. 2. If the problem persists, run these tests: a. Bring down ACSLS and make sure no other ACSLS and Postgres processes are running. $ acsss shutdown
$ psacs $ ps -ef | grep -i post b. Kill ACSLS and postgres processes that did not terminate completely. c. Bring down the library. d. Bring up the library. Make sure all components are up. e. From the ACSLS server, run these 10 times : $ testlmutcp chyjb1-lan1
Or, run this on the command line: $ for i in {1..10} ; do
> testlmutcp chyjb1-lan1 > done See if there are errors returned. f. Restart the database and set desired-state of port and ACS to offline so the server will come up but not communicate with the library. $ acsss db
$ sql.sh "update porttable set port_desired_state=5 where acs=x" $ sql.sh "update acstable set acs_desired_state=5 where acs=x" Note: Where "acs=x" in the above command, replace x with the appropriate acs ID number. $ acsss enable
$ cd /export/home/ACSSS/log >>> it's good to open another session and monitor the messages on that session $ tail -f acsss_event.log
$ cmd_proc -l Note: Where "port x,x" in the above cmd_proc command, replace x,x with the appropriate port ID. Attachments This solution has no attachment |
||||||||||||||
|