Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-1967502.1
Update Date:2018-05-15
Keywords:

Solution Type  Technical Instruction Sure

Solution  1967502.1 :   SDP2 - How to Test ASR Creation Functionality On a SL3000/SL8500 Library  


Related Items
  • StorageTek Service Delivery Platform (SDP2)
  •  
  • Sun StorageTek SL3000 Modular Library System
  •  
  • Sun StorageTek SL8500 Modular Library System
  •  
Related Categories
  • PLA-Support>Sun Systems>TAPE>SDP2>SN-TP: VOP
  •  




In this Document
Goal
Solution
References


Created from <SR 3-10118887481>

Applies to:

StorageTek Service Delivery Platform (SDP2) - Version 2.2.0 and later
Sun StorageTek SL3000 Modular Library System - Version All Versions and later
Sun StorageTek SL8500 Modular Library System - Version All Versions and later
Information in this document applies to any platform.
SDP2.2
SL3000
SL8500


Goal

SL3000/SL8500 - How to test ASR creation functionality on a library attached to a SDP2 server (doesn't work on SL500)
 

Solution

While dealing with ASR issues on SDP2 it's always tricky to know if the SDP2 will open an Automatic SR upon libraries failure.

If you have ssh or serial access to the library you can easily create a dummy error that will generate a trap and open an ASR using a single snmp command.

Become the sdp2admin: su – sdp2admin
Run the date command to verify the correct date and time

$ date
Thu Feb 22 15:22:04 CST 2018

If the date is incorrect, return to the user sdp2cse menu and correct the date.  Customer you can

Find the library to test >

cd .mdvop/configurations


Look in either the domain.vop or domain.xml > more domain.xml

<model>SL8500</model>
<hostname>10.80.53.104</hostname>


Move to the lib directory > cd /home/sdp2admin/.mdvop/lib


Check to make sure the library is in the snmpConfigFile.txt file > strings snmpConfigFile.txt

remote_configuration.xmlt
10.80.40.40t
10.80.53.104t < library address


Move to the transcripts directory >

cd /home/sdp2admin/transcripts

Login on the library:

Check if snmp is enabled on the port (doesn’t work on port 1a)


SL8500> snmp ports print

port2A: disabled
port2B: enabled

Enable port 1A


SL8500> snmp enable port1A

 

Failure Count 0
Success Count 1

Check the serial number
SL8500> prom print

HBK/idcard contents:
Serial number = 516000XXXXXX

Check the snmp trap recipient

SL8500> snmp listTrapRecipients

Attributes Community public
Host 10.80.40.40

SL8500 > snmp deleteTrapRecipient id 99

This will generate a 3301 and 4025 Error on the library.

Error Number 3301
Text Failure from device - resultCode: 4025 - resultText: Trap not found returned from snmp deleteTrapRecipient request

Note : As for now the SDP2/ASR filtering is opening a CASE against the 3301 Error Code, it may differ in the future :

(ASR coverage for Storage Products can be checked out here :

http://docs.oracle.com/cd/E37710_01/doc.41/e37205/toc.htm#6.Fault Coverage Delivered via Service Delivery Platform 2 (SDP2)|outline )

Look at the snmp_IP.Address.0.txt file for the trap > tail snmp_10.80.53.104.0.txt

Thu Feb 22 15:21:33 2018 [19] INFO at processLibraryEvents(): Trap 1,2,3
Thu Feb 22 15:21:33 2018 [19] INFO at processLibraryEvents(): Processing trap...

If the trap isn't in the file, check, The sdp2 servers profile :

Change to root

Move to /opt/Oracle/MdvopServer/bin

cd /opt/Oracle/MdvopServer/bin

 Run the profile :

./Server.sh profile

Searching for Firewall Profiles.... Warning Super User is needed to modify the firewall!
*************************************************************************************
Available Firewall Profiles
Id: File Name:
0 /opt/Oracle/MdvopServer/profiles/sdp2/networking/sdp2-appliance-vlan.fw
1 /opt/Oracle/MdvopServer/profiles/sdp2/networking/sdp2-appliance-vlan-logging.fw
*2 /opt/Oracle/MdvopServer/profiles/sdp2/networking/sdp2-default.fw
3 /opt/Oracle/MdvopServer/profiles/sdp2/networking/sdp2-default-logging.fw
4 /opt/Oracle/MdvopServer/profiles/sdp2/networking/sdp2-noftp.fw
5 /opt/Oracle/MdvopServer/profiles/sdp2/networking/sdp2-snmp-all.fw
6 /opt/Oracle/MdvopServer/profiles/sdp2/networking/sdp2-wide-open.fw
* Denotes Active Firewall
*************************************************************************************
Which Firewall do you want to load? [Id,q]

 Customer network is 2, Oracle services network running VLAN's is 1

1 - Confirm the snmp communication is good from the server with snmpwalk or snmpget command :

snmpwalk -v 2c -c public library_IP system.sysUpTime.0

If you're fine, the result will be similar to the one below, otherwise it will just timeout
[root@Orcl-SDP2-C3-lan sdp2cse]# snmpwalk -v 2c -c public <Library IP> system.sysUpTime.0
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (136872086) 15 days, 20:12:00.86

2- Customer's firewall problem

Wait 3 minutes for the SDP2 and library to process the alert

Run the ls command to see if all of the files have been created > ls -ltrh *10.80.53.104*

-rw-r--r--. 1 sdp2admin sdp2admin 1.3M Feb 22 15:21 snmp_10.80.53.104.0.txt
-rw-r--r--. 1 sdp2admin sdp2admin 0 Feb 22 15:24 EventHandler_516000200712_130.8.47.180.0.txt.lck
-rw-r--r--. 1 sdp2admin sdp2admin 0 Feb 22 15:24 logcollector_10.80.53.104_516000200712.0.txt.lck
-rw-r--r--. 1 sdp2admin sdp2admin 0 Feb 22 15:24 probe_lib_10.80.53.104.0.txt.lck
-rw-r--r--. 1 sdp2admin sdp2admin 745K Feb 22 15:24 EventHandler_516000200712_10.80.53.104.0.txt
-rw-r--r--. 1 sdp2admin sdp2admin 43K Feb 22 15:24 probe_lib_10.80.53.104.0.txt
-rw-r--r--. 1 sdp2admin sdp2admin 0 Feb 22 15:24 ssh_10.80.53.104.0.txt.lck
-rw-r--r--. 1 sdp2admin sdp2admin 29K Feb 22 15:24 logcollector_10.80.53.104_516000200712.0.txt
-rw-r--r--. 1 sdp2admin sdp2admin 1.6M Feb 22 15:25 ssh_10.80.53.104.0.txt

 Customer can check their MOS to see when the SR comes in and when the log is uploaded to the SR.

Check FEMS in a web browser to find the SR number:
https://fems.us.oracle.com/FEMSService/resources/femsservice/femsview/516000200712

Look for the 3301 event :

 Fems

Check MOS for the SR :

MOS

Make sure that the library log was attached to the SR :

MOS-2

 

 

If the test went well and there are no other errors on the library, Splat will analyze the log and put in the SR”
Support Actions
_____________________________________
2018-02-22 18:37:02 (SA-533) Event code 3301/Result code 4025 occurs as a result of SDP2 testing. This event can be safely ignored and no further action is necessary.

References

<NOTE:1950997.1> - SDP2 (2.2) Configured Tape Libraries Not Creating Automatic Service Requests (ASR)

Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback