[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference vaxaxp::vmsnotes

Title:VAX and Alpha VMS
Notice:This is a new VMSnotes, please read note 2.1
Moderator:VAXAXP::BERNARDO
Created:Wed Jan 22 1997
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:703
Total number of notes:3722

150.0. "%mount-f-acptime" by RTOAL2::MAHER (TIER3 simply a better RPC!) Thu Feb 06 1997 10:48

    Hi,
    
    Does anyone know what the above error means?
    
    I've looked up help/message set the ACP requested is dodgy. I didn't
    request an ACP (I don't think I did). "Verify the image is an ACP"
    what image?
    
    Sorry if it's a stupid question but I'm lost.
    
    Regards Richard Maher
    
    Oh, VAX/VMS 6.2 SCSI TK50 hanging of my workstation.
T.RTitleUserPersonal
Name
DateLines
150.1CSC64::BLAYLOCKIf at first you doubt,doubt again.Thu Feb 06 1997 11:2533

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.2Just to eliminate random junk in R0...XDELTA::HOFFMANSteve, OpenVMS EngineeringThu Feb 06 1997 11:284
:    Does anyone know what the above error means?

   What command(s) or application(s) generated the error?
150.3no resourcesRTOAL2::MAHERTIER3 simply a better RPC!Thu Feb 06 1997 11:5916
    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.