- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: jobs sitting in queues
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 03:27 AM
10-18-2005 03:27 AM
"jobs" print and BATCH will sit in the que and do nothing. The log files indicate nothing, the job just simply stops and stays there. No adverse i/o on system, nothing. The job will sit there until it is killed. Run the job again, all is fine. I cannot seem to pin down one thing that is a constant, ie user, particular job, or even particular application area. Seems it has something to do with the queues, files system, or someting that is "overall" involved. But again, no errors to help lead to a solution.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 03:43 AM
10-18-2005 03:43 AM
Re: jobs sitting in queues
I would be tempted to check again that your patches are current as there has been a similar problem in the past and an ECO was released.
Regards,
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 04:54 AM
10-18-2005 04:54 AM
Re: jobs sitting in queues
Are you modified recently node names of your environment?
In this case you must check definition of queues (qualifier /ON)
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 05:11 AM
10-18-2005 05:11 AM
Re: jobs sitting in queues
if this problem happens, what is the status of the jobs and the status of the queues, these jobs are in ?
Any errors in OPERATOR.LOG ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 05:47 AM
10-18-2005 05:47 AM
Re: jobs sitting in queues
no modifications in node names. no errors in any log file. there is one job log, additionally there is a log kept in the users directory, no errors found. I have submitted this problem to Compaq as well as to the company that provides support for our file system, no help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 06:06 AM
10-18-2005 06:06 AM
Re: jobs sitting in queues
How you configured your printer ?
Configured as LPD printer or telnet printer?
In anycase, if you send output of
$ SHOW QUEUE/MANAGER
$ SHOW QUEUE ---> list the print job submitted and the status of each print job and you can see to which node your TCPIP$LPD queue has been mounted.
If you see the result of hte above command, you can easily figure out the problem, or send to us.
In otherway, I would suggest you to do this trials...
Reconfigure your LPD printer..
Before you configure TCPIP$LPD printer, your queue manager should start and running...
$ start/queue/manger
reconfigure LPD printer using sys$manager:tcpip$config.com procedure.
You knew LPD printer uses 515 port#.
now submit any print job,
if $SHOW QUEUE
$SHOW QUEUE
In other way, (I would not suggest you to have the Telnet printer instead of LPD configured printer)
If you would like to test that you can communicate with your printer using TELNET,
just try to do this trials
$ init/queue/start/process = TCPIP$TELNETsym
/on = "IP-address-of-your-printer:port#"
symbol_for_your_printer
this will create/initialize a new telnet printer.
now ping to that telnet printer using
$ TELNET IP_Address_of_your_printer port#
Note: Sysadmin knows the assigned port number for this printer, mostly 9100 will be the port# for HP branded printer.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 07:20 AM
10-18-2005 07:20 AM
Re: jobs sitting in queues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 07:53 AM
10-18-2005 07:53 AM
Re: jobs sitting in queues
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 08:20 AM
10-18-2005 08:20 AM
Re: jobs sitting in queues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 08:24 AM
10-18-2005 08:24 AM
Re: jobs sitting in queues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:32 AM
10-18-2005 09:32 AM
Re: jobs sitting in queues
SYS$QUEUE_MANAGER.QMAN$JOURNAL
There has been past bugs where this would get large and there was trouble.
is the queue on the same node as the queue manager is running or another node. If another node then could there more an issue with the cluster communications between the nodes?
(queues use ipc)
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 02:59 AM
10-19-2005 02:59 AM
Re: jobs sitting in queues
Another troubleshooting approach on this problem -- when a job is hanging, try enabling operator messages at your session:
$ REPLY/ENABLE
Then issue
$ REPLY/STATUS
And see what if anything you get.
Also, if you have operator logging enabled then you might look in SYS$MANAGER:OPERATOR.LOG or whatever file OPC$LOGFILE_NAME is pointing at.
Also, if you see a job stuck like that you might go into ANALYZE/SYSTEM and do a
SHOW PROCESS/ID=
for the pid of the hung job and see what I/O channels are open and busy (if any).
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 07:37 AM
10-19-2005 07:37 AM
Re: jobs sitting in queues
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 12:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 06:24 AM
10-24-2005 06:24 AM
Re: jobs sitting in queues
1. For the printers,
$show log/sys lat$symparameter
We had problems where sometimes a symbiont would hang. When a printer queue hangs, you could check whether the printers are using the same symbiont. You might try lowering the value of LAT$SYMPARAMETER.
$! * Define the maximum number of printer symbionts for LAT queues
$! ( 1 means new symbiont each time a queue stops ...
$! ( 4 is an o.k. alternative if performance suffers [default 16?]
$ define/sys/exec lat$symparameter "1"
2. Are all three nodes using the same queue manager? If they aren't, we have seen the journal file grow quite large on one of our nodes and we had assorted queue problems.
3. Since you are having problems with both printers and batches, it might be a problem with the queue manager journal file. You could check to see whether it has grown quite large.
4. I'm assuming your CPUs are not running at 100% on the node(s) that have the batch queues since that could keep low priority batch jobs from getting a time slice.
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 08:14 AM
10-24-2005 08:14 AM
Re: jobs sitting in queues
DEFINE/SYSTEM tcpip$TELNETSYM_STREAMS 16
I have now defined on both systems. I have scheduled patches for Nov 11, but in reading I did not find any that eluded to my problems. All three nodes use the same que manager. I have many nightly jobs that run under the "operator" user account, at times they sit in the que (there are other jobs ran by other users as well) I have bumped up the user quotas to equal the system. (it is effectively a system account anyway). It is definitely not a time issue as many of the jobs are submitted by the user to run now. The problem happens on both of the production nodes, the que manager runs on just one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 09:07 AM
10-24-2005 09:07 AM
Re: jobs sitting in queues
1. Having a separate batch queue might help the Operator jobs.
2. You could try a SHOW PROC/CONTINOUS/ID=id_number to see if the process is looping or waiting for something.
Lawrence