T.R | Title | User | Personal Name | Date | Lines |
---|
150.1 | | CSC64::BLAYLOCK | If at first you doubt,doubt again. | Thu Feb 06 1997 11:25 | 33 |
|
When you mount a tape without using the /FOREIGN qualifier,
the MOUNT service will create a process (an ACP). If the
created process does not clear a bit within a certain time
period (30 seconds; not adjustable) then you get this error.
For tapes, the default image is SYS$SYSTEM:MTAAACP.EXE so
you may want to look at that image for problems. You also
have a 30 second window to look at the created process (from
another terminal).
For the local V6.2 OpenVMS VAX image:
$ checksum sys$system:mtaaacp.exe/image
file SYS$COMMON:[SYSEXE]MTAAACP.EXE;1
image section %D'1' checksum is %X'2141171E'
image section %D'2' checksum is %X'9E611AFB'
image section %D'3' checksum is %X'6439726B'
image section %D'4' checksum is %X'4512A54B'
image header checksum is %X'3FB614B3'
checksum of all image sections is %X'9E0BDAC5'
$ analyze /image sys$system:mtaaacp.exe
...
Image Identification Information
image name: "MTAAACP"
image file identification: "X-7"
link date/time: 22-APR-1995 00:49:51.58
linker identification: "05-13"
...
|
150.2 | Just to eliminate random junk in R0... | XDELTA::HOFFMAN | Steve, OpenVMS Engineering | Thu Feb 06 1997 11:28 | 4 |
|
: Does anyone know what the above error means?
What command(s) or application(s) generated the error?
|
150.3 | no resources | RTOAL2::MAHER | TIER3 simply a better RPC! | Thu Feb 06 1997 11:59 | 16 |
| Hi,
Thanks for the quick replies and the info I needed.
When I saw it created a detached process I realized it
was a resource problem. (If I have more than two windows open
the swapper comes in) I got no memory and no disk space for
page/swap files. Anyway with one window it worked.
Interesting though my image header checksum 3fb3d0b3 and
all section 9e0bdac5 are different to yours? Everthing else
is the same.
Anyway it works now.
Thanks Richard Maher.
|