ADSM-L

Server Return Code 11

2002-03-26 18:05:55
Subject: Server Return Code 11
From: Denis L'Huillier <dlhuillier AT PERSHING DOT COM>
Date: Tue, 26 Mar 2002 17:30:02 -0500
Hello,
I was looking on the list to see if this had come up before but couldn't
find anything..
Nothing earth shattering..

Anyone notice that sometimes when you issue 'quit' from an admin command
line it doesn't
always quit with a return code of '0'.  Many time I get a return code of
'11'...

tsm: TSM_C01>quit

ANS8002I Highest return code was 11.

After the latest postings of tsm scripts to check that the server is up and
running and email if it
isn't I wrote a simple script that did a 'dsmadmc -id=xxxx -pa=xxxx quit'
and then did a:
if [[ ! "$?" -eq '0' ]]; then
sendmail  1235678 AT skytel DOT com < serverdown.msg
else
exit 0
fi

Well, I had cron run it 4 times a day.. and of course when I left for the
day my pager goes off.
I go home, dial in and all is okay.. Couldn't figure it out for the life of
me.
Now it finally hit me... return code 11!!!

Anybody know what return code 11 is and why 'quit' would cause it
sometimes???

Regards,

Denis L. L'Huiller
973-360-7739
dlhuillier AT pershing DOT com
Enterprise Storage Forms ->
http://admpwb01/misc/misc/storage_forms_main.html
<Prev in Thread] Current Thread [Next in Thread>