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  [EMAIL PROTECTED] < 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
[EMAIL PROTECTED]
Enterprise Storage Forms ->
http://admpwb01/misc/misc/storage_forms_main.html

Reply via email to