Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:services:storage_services:backup:tsm:admin:opdoc:start [2019/11/22 08:46] – [Errors by ANE/ANR/ANS codes] bnachtwen:services:storage_services:backup:tsm:admin:opdoc:start [2020/12/02 16:56] (current) – [other] bnachtw
Line 1: Line 1:
 +====== Operational Documentation of SP at GWDG ======
 +
 +===== Installing and Configuration of SP Servers =====
 +  * [[en:services:storage_services:backup:tsm:admin:opdoc:sp_installation| Installation of SP servers ]] (including ideas on sizing, ...)
 +  * [[en:services:storage_services:backup:tsm:admin:opdoc:sp_configuration| Configuring SP servers ]] (including scripts, ... )
 +==== Error Situations ====
 +=== Errors by ANE/ANR/ANS codes ===
 +Many tips are given in the document [[https://www.ibm.com/support/knowledgecenter/SSTFZR_7.1.0/com.ibm.itsm.msgs.server.doc/b_msgs_server.pdf|Server Messages and Error Codes]], especially in [[https://www.ibm.com/support/knowledgecenter/SSTFZR_7.1.0/com.ibm.itsm.msgs.server.doc/b_msgs_server.pdf#%5B%7B%22num%22%3A2426%2C%22gen%22%3A0%7D%2C%7B%22name%22%3A%22XYZ%22%7D%2C65%2C709%2Cnull%5D|Chapter 4. Descriptions of I/O codes in server messages]] or in the [[https://www.ibm.com/support/knowledgecenter/SSTFZR_7.1.0/com.ibm.itsm.tshoot.doc/b_problem_deter_guide.pdf|Problem Determination Guide ISP7.1.0]] or [[https://www.ibm.com/support/knowledgecenter/SSEQVQ_8.1.0/tshoot/b_problem_deter_guide2.pdf?view=kc|Problem Determination Guide ISP8.1.0]]
 +  * [[en:services:storage_services:backup:tsm:admin:opdoc:ANR8779E| ANR8779E]]
 +=== other ====
 +== Removing a server fails because of an (already deleted) replication association ==
 +  - enter: ''SET REPLSERVER'' without a replserver given
 +  - restart server instance
 +  - remove server
 +  - if still not possible:
 +  - If this does not work open a SR at IBM, enter as instance user and attach output to the SR:
 + <code>
 +  db2 connect to TSMDB1
 +  db2 set schema TSMDB1
 +  db2 "select * from server_connect" > select.connect
 +  db2 "select * from server_connect_info" > select.connect.info
 +</code>