- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HELP!!
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
06-11-2002 09:18 AM
06-11-2002 09:18 AM
HELP!!
We experienced a power outage. We have a HP9000 running HP-UX and a HP 1100 line printer attached locally. WHen people want to print a report, they print to the HP9000 and get their reports. Now it says that there is no print queue. So I guess my question is how do you set up the print queue back up? or is there a way to recover it? Any help will be appreciated! Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:23 AM
06-11-2002 09:23 AM
Re: HELP!!
lpd
lp
DistributedPrint
when you are using lp, you can find the interfaces in /etc/lp/interface (when you are using a for of jetdirect, its under /etc.lp.interface/model.orig)
These interfaces are simple shell scripts. In there you can catch the files being printed and copy them to a backup location
Just one way of doing it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:26 AM
06-11-2002 09:26 AM
Re: HELP!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:30 AM
06-11-2002 09:30 AM
Re: HELP!!
first find out device file for printer that you have attached on your system
Something like
# ioscan -fun | grep lp
ext_bus 7 10/4/9 lpr2 CLAIMED INTERFACE HP 28655A - Parallel Interface
/dev/c7t0d0_lp /dev/diag/c7t0d0_lp
/dev/c11t0d0_lp
ext_bus 14 10/16/17 lpr2 CLAIMED INTERFACE HP 28655A - Parallel Interface
/dev/c14t0d0_lp /dev/diag/c14t0d0_lp
Now start sam and setup
sam -> printers plotters -> LP spooler -> printers and plotters
Then use tab key to go to menu actions -> add local printer
Say I have setup printer lb on /dev/c11t0d0_lp
#lpstat -t
device for lb: /dev/c11t0d0_lp
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:42 AM
06-11-2002 09:42 AM
Re: HELP!!
So now we can see the print queue, but it has no status. There is no disable/enable.. nothing.. just blank. How can we get this queue back up and running?? We don't want to delete it, as there are print jobs in there. Any ideas?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:49 AM
06-11-2002 09:49 AM
Re: HELP!!
from command line
#enable printername
#accept printername ( starts accepting print requests)
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:51 AM
06-11-2002 09:51 AM
Re: HELP!!
The queue is already set up, but for some reason we've lost the connection to the printer?? We need to re-establish this link somehow??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 10:18 AM
06-11-2002 10:18 AM
Re: HELP!!
Is it attached to a serial port or a parallel pot , can you post a o/p of the lsptat -t.
Also try this
1.lpshut
2.cd/usr/spool/lp
3.rm FIFO , SCHDLCK
4.lpsched
still if u ahve problems then you amy have to recreate the printer .
Did u try ercycling the power on the printer.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 10:20 AM
06-11-2002 10:20 AM
Re: HELP!!
I'll try that thanks!