[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

675.0. "OA$FORMATTER points to wrong node" by VIPVAX::SYSTEM () Tue May 12 1992 22:22

    I'm having a problem at a customer where I have 'cloned' several
    ALL-IN-1 systems.
    
    The queue OA$FORMATTER is pointing at the original node name, not the
    new node name. I've checked all the logicals and symbols that I can
    think of, and have searched everywhere for references to the original
    node, without success.
    
    If I look in OA$FORMATTER_START.COM, I see that it issues a SEND_JBC
    command, with a parameter CLI$QUEUE.
    
    Could someone please explain where ALL-IN-1 is getting this node
    information from?
    
    Many thanks,
    
    Steve
T.RTitleUserPersonal
Name
DateLines
675.1Use /ONIOSG::NEWLANDRichard Newland, IOSG, REO1-D/4AWed May 13 1992 01:5223
The original node is set by the VMS Job Controller to the node on which the 
queue is started for first time.

The node can be changed by doing:

    $ STOP/QUEUE/NEXT OA$FORMATTER   and wait for queue to stop.

    $ INIT QUEUE/ON=node:: OA$FORMATTER

    $ START/QUEUE OA$FORMATTER


Use a $ SHOW QUEUE/FULL OA$FORMATTER and look for the 'on' information to 
see where the symbiont process will execute.


Also, further on in OA$FORMATTER_START.COM there is some template code to 
start execution queues on specific nodes, using the /SCSNODE_NAME qualifier 
to the SEND_JBC function.  If you want to run the symbiont on a specific 
node you could also edit the .COM file and add a /SCSNODE_NAME qualifier.


Richard