Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AIX Subsystem 101 1

Status
Not open for further replies.

remsauk

MIS
Sep 26, 2002
26
US
Hi..

I have a question on how subsystems are displayed in AIX. I got the following information when I entered errpt -a

LABEL: SRC_RSTRT
IDENTIFIER: BA431EB7

Date/Time: Wed Mar 3 10:26:02 CST
Sequence Number: 536
Class: S
Type: PERM
Resource Name: SRC

Description
SOFTWARE PROGRAM ERROR

Probable Causes
APPLICATION PROGRAM

Failure Causes
SOFTWARE PROGRAM

Recommended Actions
VERIFY SUBSYSTEM RESTARTED AUTOMATICALLY

Detail Data
SYMPTOM CODE
720907
SOFTWARE ERROR CODE
-9035
ERROR CODE
0
DETECTING MODULE
'srchevn.c'@line:'201'
FAILING MODULE
qdaemon



I did a ps -e -f and I see qdaemon listed w/the time of 10:26....did it restart? I'm more familair w/the IBM AS/400 and can identify/stop/start subsystems easily..is this subsystem running? Is there a command that lists subsystems and the jobs running under them?

Thanks
 
The command to check on sub-systems is "lssrc -s SUBSYSTEMNAME" It works the vast majority of the time but has been know to lie! If you see the process with the "ps -ef|grep SUBSYSTEMNAME" then srcmaster likely did not start it. You can stop/start/restart sub-systems with "stopsrc -s SUBSYSTEMNAME" "startsrc -s SUBSYSTEMNAME" or "refresh -s SUBSYSTEMNAME" As root of course!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top