ADSM-L

Should not the COMMIT command prevent this?

1999-03-06 08:58:22
Subject: Should not the COMMIT command prevent this?
From: Robin Sharpe <robin_sharpe AT HOTMAIL DOT COM>
Date: Sat, 6 Mar 1999 05:58:22 PST
Hi,

I don't think this is the source of your I/O error (but maybe it is),
but my understanding of the COMMIT command as you coded it here, is that
the LABEL LIBV should not start until the AUDIT LIBRARY is finished and
the results committed to the ADSM DB.

Your Acttivity Log output shows both AUDIT and LABEL starting at the
same time in the background.  (see below)

Is this a possible bug, or am I misunderstanding how COMMIT works?

If I'm wrong, I guess one would have to start each command in a separate
invocation of dsmadmc, and control the single-threading at the OS
level...

Regards,
Robin Sharpe
Berlex Labs, Wayne NJ


.....
My actions are:
Running a macro with the following entries:
/* Audit the library for removed cartridges */
audit library maglib checkl=barcode
commit
/* Label the cartridges */
label libv maglib labelsource=barcode checkin=scr overwrite=no
search=yes
commit

The output in the ADSM server ACTLOG is:
02/12/1999 16:56:20  ANR0984I Process 89 for AUDIT LIBRARY started in
the
                      BACKGROUND at 16:56:20.
02/12/1999 16:56:20  ANR8457I AUDIT LIBRARY: Operation for library
MAGLIB
                      started as process 89.
02/12/1999 16:56:20  ANR0984I Process 90 for LABEL LIBVOLUME started in
the
                      BACKGROUND at 16:56:20.
02/12/1999 16:56:20  ANR8799I LABEL LIBVOLUME: Operation for library
MAGLIB
                      started as process 90.
02/12/1999 16:56:55  ANR8461I AUDIT LIBRARY process for library MAGLIB
                      completed successfully.
02/12/1999 16:56:55  ANR0985I Process 89 for AUDIT LIBRARY running in
the
                      BACKGROUND completed with completion state SUCCESS
at
                      16:56:55.
02/12/1999 16:58:13  ANR8302E I/O error on drive DRIVE1 (MT1.0.0.1)
....

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
<Prev in Thread] Current Thread [Next in Thread>
  • Should not the COMMIT command prevent this?, Robin Sharpe <=