- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to configured printer on HP-UX
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
04-21-2005 08:56 PM
04-21-2005 08:56 PM
How to configured printer on HP-UX
I have HP-UX 11i server & want to configure my network printer on this server so that I send print jobs from my HP-UX server.
Thanks in advance.
Regards
Varian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 09:02 PM
04-21-2005 09:02 PM
Re: How to configured printer on HP-UX
If its a HP network printer then you should be able to use the hppi command to set it up.
Run hppi and then follow the prompts.
Kind regards,
Anthony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 09:04 PM
04-21-2005 09:04 PM
Re: How to configured printer on HP-UX
you can use sam or try this
#stopping LP Scheduler
/usr/sbin/lpshut
#add printer
/usr/sbin/lpadmin -p
#lp sched accepts requests for printer
/usr/sbin/accept
#enabling printer
/usr/bin/enable
# starting LP Scheduler
/usr/sbin/lpsched
which printer was configured you see with: /usr/sam/lbin/lpmgr -l
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 09:04 PM
04-21-2005 09:04 PM
Re: How to configured printer on HP-UX
http://h20180.www2.hp.com/apps/Lookup?h_query=jet+direct+printer+installer&h_tool=software&h_lang=en
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 10:47 PM
04-21-2005 10:47 PM
Re: How to configured printer on HP-UX
I have network printer installed on my Windows base system thru HP-Jet Direct. Now I want to configured that printer on my HP-UX server so that I can fire printing jobs from my HP-UX server.
Thanks for all replies.
Regards
Varian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 11:03 PM
04-21-2005 11:03 PM
Re: How to configured printer on HP-UX
To setup a print queue on your HP server for your printer you will first need to install the jetdirect software as indicated by Victor. Once that has been installed you will then be able to run the hppi command and will be able to follow the steps to setup the print queue for your particular printer. Does that answer your question?
Kind regards,
Anthony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2005 02:26 AM
04-22-2005 02:26 AM
Re: How to configured printer on HP-UX
/opt/hpnpl/bin/addqueue -h 12.34.56.78 -q my_prn
where: 12.34.56.78 is the IP address of the printer and my_prn is whatever you'd like to call the printer (lowercase, 8 chars or less). You can modify options such as a banner/separator page using the modifyqueue command (see the man page) or use the interactive menu program /opt/hpnpl/bin/hppi
Bill Hassell, sysadmin