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

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

3248.0. "OA$SCRIPT symbiont failure" by SOS6::PROT () Tue Sep 07 1993 17:44

    On a cluster VMS 5.5-2, just upgraded to V3.0 last week end, I have
    problems with OA$SCRIPT symbiont.
    
     I submit a script by $ Subm/que=oa$script_english baron.scp
     and the script only contains .PAUSE 15
     
     If A1$SCRIPT doesn't have SYSPRV and CMKRNL (the normal situation) 
    the job fails with the following message:
    
    Server queue OA$SCRIPT_ENGLISH, idle, on OASTAR::, mounted form DEFAULT
      /BASE_PRIORITY=4 /DEFAULT=(FEED,FORM=DEFAULT) /NOENABLE_GENERIC
      /LIBRARY=ENGLISH /OWNER=[CSG,SYSTEM] /PROCESSOR=OA$SCRIPT_SYMBIONT
      /PROTECTION=(S:E,O:D,G:R,W:W) /RETAIN=ERROR /SCHEDULE=(NOSIZE)
    
      Entry  Jobname         Username     Blocks  Status
      -----  -------         --------     ------  ------
        140  BARON           PROT              1  Retained on error
           %JBC-E-SYMDEL, unexpected symbiont process termination
           -SYSTEM-S-NOTALLPRIV, not all requested privileges authorized
             Submitted  7-SEP-1993 09:57 /FORM=DEFAULT /PRIORITY=100
             File: _OASTAR$DUA2:[PROT.OA]BARON.SCP;2
             Completed  7-SEP-1993 09:57 on queue OA$SCRIPT_ENGLISH
    
    
    
   If I add the two above privileges it works better but if I submit the
    same job from ALLin1 account after submitting it from PROT account it
    will fail. BUT if I restart the queue and submit the same script several
    times from ALLIN1 account it works ???
    
    
     I checked A1$SCRIPT PROFILE record, directory files protections,and SYSUAF
     record, everything is exactly identical to another site which works.
    
     All the images linked with the script symbiont are installed in
    memory.
    
     The system is patched but another system with the same level of
    patches works correctly.
    
     I deleted and started the OA$SCRIPT queue several time with
    SCRIPT_QUEUES_ALL.COM;1 and SCRIPT_QUEUES_INIT.COM;1.
    
    All idea could be very appreciated.
    
    Louis
T.RTitleUserPersonal
Name
DateLines
3248.1Try thisIOSG::ALLANDerek, DTN 830-3669Wed Sep 15 1993 12:5323
It's not the A1$SCRIPT account that should need SYSPRV and CMKRNL, it's the
ALL-IN-1 image. The  

	-SYSTEM-S-NOTALLPRIV, not all requested privileges authorized

indicates (to me) that the ALL-IN-1 image which is processing the script is
failing to imersonate the submittor, which it does prior to executing the
script. 

ALL-IN-1 may be failing to impersonate because of problems with the following
images which must be installed as follows, (note that the second is a Protected
image). 

DISK$:<SYS.SYSCOMMON.SYSLIB>.EXE
   IMP$IMPSHR;2     Open Hdr Shar          Lnkbl

DISK$:<SYS.SYSCOMMON.SYSLIB>.EXE
   IMP$IMPSHRP;2    Open Hdr Shar     Prot Lnkbl

Are these images present and installed correctly?
Cheers,
Derek
3248.2are installedSOS6::PROTWed Sep 15 1993 17:5211
    Derek,
    
     Thanks for your answer and mail.
     I checked the 2 files, they are correctly installed with the right
    qualifiers.
    
     Also OA$MAIN.EXE
    
     ?
    
    Louis