- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Add local printer
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
09-15-2006 03:58 AM
09-15-2006 03:58 AM
Add local printer
Could you please tell me how to add local printer in 11!
Please givem steps
Thanks
nandam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 04:22 AM
09-15-2006 04:22 AM
Re: Add local printer
type in SAM
select Printers and Plotters
select LP Spooler
select Printers and Plotters
select Actions > Add Local Printer/Plotter
enter the details for your printer
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 04:26 AM
09-15-2006 04:26 AM
Re: Add local printer
Befour adding printer need to stop any spooler or is ther any condition becaus alredy 5 printer configured in that BOX.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 04:30 AM
09-15-2006 04:30 AM
Re: Add local printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 04:31 AM
09-15-2006 04:31 AM
Re: Add local printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 04:31 AM
09-15-2006 04:31 AM
Re: Add local printer
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 05:31 AM
09-15-2006 05:31 AM
Re: Add local printer
but hppi is not working in my BOX could you please tell me how to add NEW PRINTER QUEUE in Command line please
I need only for commandline
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 05:42 AM
09-15-2006 05:42 AM
Re: Add local printer
/usr/sbin/lpshut #stop the spooler
/usr/sbin/lpadmin -p PRINTER [options] #add the printer using the appropriate options
/usr/lib/accept PRINTER #begin accepting requests
/usr/bin/enable PRINTER $enable the printer
/usr/lib/lpsched #restart the spooler
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 05:48 AM
09-15-2006 05:48 AM
Re: Add local printer
I got message
Please set up this new local printer in Oracle 11i & server xxxxxx.
Printer type : HP Laser Jet 4350 PS
IP address : 121.111.142.241
Printer name in Oracle : Ray014
This is the message i got please give me Commandline answer please
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 05:48 AM
09-15-2006 05:48 AM
Re: Add local printer
There's a good example in the lpadmin man page:
"Assuming an existing Hewlett-Packard HP2934A line printer named lp1, it will use the hp2934a model interface through /dev/lp after the command:
/usr/sbin/lpadmin -plp1 -mhp2934a -v/dev/lp"
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 06:01 AM
09-15-2006 06:01 AM
Re: Add local printer
You assigned points only 3 out of 122? Please assign points.
http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=CA1400095&forumId=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 06:39 AM
09-15-2006 06:39 AM
Re: Add local printer
# /opt/hpnpl/bin/hpnpadmin -v 121.111.142.241
If the first few lines indicate that this is a network printer, you can proceed. If not, the printer is not reachable. Your network administrator will have to troubleshoot the problem. HP JetDirect protocol uses port 9100.
If hpnpadmin works OK, then you can add the printer with this one command:
# /opt/hpnpl/bin/addqueue -h 121.111.142.241 -q Ray014
Then test the printer with the lp comand:
# lp -dRay014 /etc/profile
Bill Hassell, sysadmin