- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Print 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
06-17-2002 06:49 AM
06-17-2002 06:49 AM
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 06:54 AM
06-17-2002 06:54 AM
Re: Print queues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 06:57 AM
06-17-2002 06:57 AM
Re: Print queues
To be safe, Yes. Its easy to do, easier than hunting around trying to change the IP manually (finding the right file and editing it) - but you can do it manually if you really have to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 07:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 07:08 AM
06-17-2002 07:08 AM
Re: Print queues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 07:22 AM
06-17-2002 07:22 AM
Re: Print queues
/etc/lp/* has the files associated wiht the requestss , incase you are changign the printer name then you need to ercreate the queue , the /etc/lp/interface/printer_name has the IP adress if the printer was created using the IP adress . /usr/spool/lp/request is the directory where in the subdirectory wiotht he printer name is created . Also there are links to tempory files like /usr/spool/lp/FIFO and SCDLCK . So the better option is to recreate the queue .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 08:44 AM
06-17-2002 08:44 AM
Re: Print queues
cd /opt/hpnp/bin (or /opt/hpnpl/bin, whichever is present)
./removequeue -q printer1
./removequeue -q printer2
then
cd /opt/hpnp/bin (or /opt/hpnpl/bin, whichever is present
./addqueue -h IP-of-printer1 -q printer1
./addqueue -h IP-of-printer2 -q printer2
and so on...
Bill Hassell, sysadmin