ADSM-L

Re: Errors backing up a Digital Unix machine

1999-02-03 17:05:58
Subject: Re: Errors backing up a Digital Unix machine
From: Andy Raibeck <storman AT US.IBM DOT COM>
Date: Wed, 3 Feb 1999 14:05:58 -0800
Hi Bill,

The rc=104 is an ADSM return code in this case, which are
(as I am sure you already know) documented in the API header
file dsmrc.h. From the header file:

#define DSM_RC_FILE_NOT_FOUND      104 /* specified file not found
          */

Maybe something was going out and deleting files just before
ADSM was able to back them up?

By the way, you can usually differentiate between OS return
codes and ADSM return codes. Typically the ADSM return code
will say "rc=nnn", while the OS return code will say
"errno=nnnn".

Best regards,

Andy

Andy Raibeck
IBM Storage Systems Division
ADSM Client Development
e-mail: storman AT us.ibm DOT com
"The only dumb question is the one that goes unasked."

We recently started backing up a large server running digital unix. The
client is 3.1.0.6, the server is 3.1.2.1 on os/390.

We are backing up lots of files but are also getting
lots of these messages --

02/03/1999 00:54:31 PrivIncrFileSpace: Received rc=104 from
fioGetDirEntries:  /user1  /kmh4005/matlab/ds/divers_sonar1

I know I should look up the rc in the clients errno.h file, and I did. The
rc's listed go up to 103, skip 104, then list some higher ones! I am
assuming the errno.h is downlevel from the executing os code. Does anyone
have an up to date errno.h they can mail to me, or otherwise explain what
the problem is?

TIA,

--
--------------------------
--------------------------
Bill Colwell
Bill Colwell
C. S. Draper Lab
Cambridge, Ma.
bcolwell AT draper DOT com
--------------------------
=========================================================================
<Prev in Thread] Current Thread [Next in Thread>