HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Printer
Operating System - HP-UX
1833323
Members
2819
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-25-2004 03:44 AM
10-25-2004 03:44 AM
Hello, I need to configure a printer in UNIX (HP9000 box), currently I have the IP adress and name, could somebody help me please...?, I'm a rocky in UNIX.
I appreciate
I appreciate
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 03:55 AM
10-25-2004 03:55 AM
Solution
Hi,
Try this,
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=bpj06284
&
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=bpj02769
We are assuming you have hp jetdirect for unix installed on the box and you arer trying to configure a hp network printer.
If you don't have hp jetdirect software installed, download and install from this site for your version of OS.
http://h20180.www2.hp.com/apps/Lookup?h_query=jet+direct+printer+installer&h_tool=software&h_lang=en
Hope this helps.
Regds
Try this,
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=bpj06284
&
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=bpj02769
We are assuming you have hp jetdirect for unix installed on the box and you arer trying to configure a hp network printer.
If you don't have hp jetdirect software installed, download and install from this site for your version of OS.
http://h20180.www2.hp.com/apps/Lookup?h_query=jet+direct+printer+installer&h_tool=software&h_lang=en
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 03:55 AM
10-25-2004 03:55 AM
Re: Printer
Hi,
I'd suggest using SAM to configure your printers. Login as root, run 'sam', and then select Printers and Plotters -> LP Spooler -> Printer and Plotters. This will bring you to a screen showing all the existing printers on the system. From there, press Tab and go to Actions, press Enter, and you'll have choices for adding the printer. If you are adding something like a LaserJet with a Jetdirect card, you'll probably want the 'Add Network-based Printer/Plotter..' choice.
From there, just follow the prompts for adding a printer. When you exit out of that program you'll be back in SAM and your new printer should show up in the window.
JP
I'd suggest using SAM to configure your printers. Login as root, run 'sam', and then select Printers and Plotters -> LP Spooler -> Printer and Plotters. This will bring you to a screen showing all the existing printers on the system. From there, press Tab and go to Actions, press Enter, and you'll have choices for adding the printer. If you are adding something like a LaserJet with a Jetdirect card, you'll probably want the 'Add Network-based Printer/Plotter..' choice.
From there, just follow the prompts for adding a printer. When you exit out of that program you'll be back in SAM and your new printer should show up in the window.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 09:21 AM
10-25-2004 09:21 AM
Re: Printer
Some info on HP Printing:
There are 4 main directories on the HP Spooler:
/etc/lp Directory of spooler configuration data
/var/sam/lp Backup directory of spooler configuration
/var/spool/lp Directory of LP spooling files and directories
/var/adm/lp Directory of spooler log files
LP Spooler Commands:
lpstat - report line printer status information
enable - enable LP printers
disable - disable LP printers
accept - allow LP printer queuing requests
reject - prevent LP printer queuing requests
lpadmin - configure the LP spooling system
lpsched - start the LP request scheduler
lpshut - stop the LP request scheduler
cancel - cancel requests
lpmove - move requests
lpfence - define the minimum priority for printing
addqueue - add a queue to the LP spooling system
HP Jetdirect Printers
You can get further details on a printer with a HP Jet DIrect card by using the hpnpadmin command:
hpnpadmin -v (where is the printer name):
hpnpadmin -v RF02
Or, too get just relevant info, use the lpinfo script:
lpinfo W052
Adding a printer:
addqueue -i 9998 -q PRINTERQ -h PRINTER.YOURDOMAIN.COM
The -i option is the "printID type from the following list:
# cat /opt/hpnpl/admin/PrinterList
-h is the host name, and -q is the queue name.
Most printers are added with 9998 "Generic". Some may have to be 9992 (Genicom).
Rgds...Geoff
There are 4 main directories on the HP Spooler:
/etc/lp Directory of spooler configuration data
/var/sam/lp Backup directory of spooler configuration
/var/spool/lp Directory of LP spooling files and directories
/var/adm/lp Directory of spooler log files
LP Spooler Commands:
lpstat - report line printer status information
enable - enable LP printers
disable - disable LP printers
accept - allow LP printer queuing requests
reject - prevent LP printer queuing requests
lpadmin - configure the LP spooling system
lpsched - start the LP request scheduler
lpshut - stop the LP request scheduler
cancel - cancel requests
lpmove - move requests
lpfence - define the minimum priority for printing
addqueue - add a queue to the LP spooling system
HP Jetdirect Printers
You can get further details on a printer with a HP Jet DIrect card by using the hpnpadmin command:
hpnpadmin -v
hpnpadmin -v RF02
Or, too get just relevant info, use the lpinfo script:
lpinfo W052
Adding a printer:
addqueue -i 9998 -q PRINTERQ -h PRINTER.YOURDOMAIN.COM
The -i option is the "printID type from the following list:
# cat /opt/hpnpl/admin/PrinterList
-h is the host name, and -q is the queue name.
Most printers are added with 9998 "Generic". Some may have to be 9992 (Genicom).
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP