- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- recover print queue forms
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
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
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-15-2007 11:10 PM
тАО10-15-2007 11:10 PM
does anyone know if the print queue form definitions are stored in a file.
We deleted print forms which we thought were unused - it turns out we need them.
I was hoping I would be able to recover a file to see how they were defined
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2007 11:25 PM
тАО10-15-2007 11:25 PM
SolutionIssue a
$ show queue/manager/full
Master file: xxx
I'd restore to another location a backup of this file. It's an index file with a couple of keys, but if you simply dump the file you should be able to work out what you've lost $ define/form wise.
Regards
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2007 11:33 PM
тАО10-15-2007 11:33 PM
Re: recover print queue forms
John gave good advise,
_IF_ you have a "playing" system, then restore the file there. STOP/QUE/MANAGER and DEFINE/SYSTEM/EXEC QMAN$MASTER to the directory where you placed the restored file. START/QUE/MANAGER; and capture the output of SHOW QUE/FORM.
.. and reboot your play box :-) to regain consistency.
hth
Proost.
Have one on me.
jpe
Proost.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2007 11:44 PM
тАО10-15-2007 11:44 PM
Re: recover print queue forms
Much appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2007 11:45 PM
тАО10-15-2007 11:45 PM
Re: recover print queue forms
If you're able to, include the /FULL/OUTPUT=file qualifiers to the SHOW/QUEUE/FORM output and you'll have it all in clear text for a nice edit massage session ! much neater than dump/rec !
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2007 12:09 AM
тАО10-16-2007 12:09 AM
Re: recover print queue forms
It just generates a .com with all re-creation commands in it.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2007 04:39 AM
тАО10-16-2007 04:39 AM
Re: recover print queue forms
It is a companion procedure to my DISPLAY_JOBS.COM (latest version available at http://dcl.openvms.org) and uses some of the same techniques for handling quoted strings and too-long lines.
Wim, your command procedure looks like it could be very useful, but I think there was some formatting issues in the attachment, perhaps caused by WORD. A bunch of lines end with:
+ "├В┬е"
Also it runs a program called GET_SPEED.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2007 07:28 PM
тАО10-16-2007 07:28 PM
Re: recover print queue forms
Very good you tested it. The rabbit heads are used as separator and are normal (I opened it with notepad).
The get_speed is missing here too. I'm going to remove it. Just ignore it unless you still use terminal speeds (we don't). Or put 9600 in it.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2007 07:30 PM
тАО10-16-2007 07:30 PM
Re: recover print queue forms
Wim