- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problems adding network printers
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
02-20-2002 12:36 PM
02-20-2002 12:36 PM
Problems adding network printers
There are two network printer queues alread in place on the N4K, none on the A500.
I have reinstalled the hpnpl software, per a suggestion read in the forum. The current version is 10.18. I installed as root (not su), with umask of 0.
I checked permissions and ownership of /etc/lp, /etc/lp/interface, /var/spool/lp and its children.
I can ping the printers, telnet to them, even send a test print from hppi.
Still no results. What's left?
TIA,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 01:09 PM
02-20-2002 01:09 PM
Re: Problems adding network printers
What is your permissions set to in /opt? Try with permissions set to 555 and then add the printer again.
Hope this helps!
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 01:17 PM
02-20-2002 01:17 PM
Re: Problems adding network printers
Thanks,
-Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 01:38 PM
02-20-2002 01:38 PM
Re: Problems adding network printers
Just a thought,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 02:01 PM
02-20-2002 02:01 PM
Re: Problems adding network printers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 03:58 PM
02-20-2002 03:58 PM
Re: Problems adding network printers
It is, in my opinion, still the best thing around for quick adding of network printers.
You can still download it at:
ftp.hp.com
/pub/networking/software
HP10d621.SD for 10.x
HP22d621.SD for 11.x
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 03:08 AM
02-21-2002 03:08 AM
Re: Problems adding network printers
You have bad permissions somewhere
Seen before as
Addprinter error: can't find
/etc/lp/interface/PRINTER_NAME. was 665 on /opt
Should be 555
Thus I am adding a little script which will reset all printer permissions.
This is an own risk script but used many times
You can always backup first.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 06:03 AM
02-21-2002 06:03 AM
Re: Problems adding network printers
As far as I can tell, hppi *is* jetadmin, essentially, in its latest incarnation. It's installed in /opt/hpnpl, where jetadmin was in /opt/hpnp. Most of the binaries and scripts are the same. The menu is the same.
Steve,
Tried your script, still no dice. I concur that it's a permissions problem somewhere, but it's obscure.
What really puzzles me is that it's on two machines. Aside from HP-UX 11.11, with different patches, the only thing in common is OmniBack (A500 is OB manager, N4K is Oracle system), and they share a SAN.
Thanks,
-Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 06:15 AM
02-21-2002 06:15 AM
Re: Problems adding network printers
look at
/opt/hpnp/admin/addptrtoq script.
Setup debug in this script:
#!/usr/bin/ksh
set -x
exec > /tmp/afile 2>&1
Try again and look in /tmp/afile for clues
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 07:25 AM
02-21-2002 07:25 AM
Re: Problems adding network printers
lpadmin -pHDQ_ATG1 -v/dev/null -orc -i/opt/hpnpl/sh/net_lj5x
I got "lpadmin: can't open member file". Everything I find says this is a permissions problem, but I can't find where.
Incidentally, I did check perms on the model script in the -i option, they were 755 bin:bin all the way down from opt.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 09:03 PM
02-22-2002 09:03 PM
Re: Problems adding network printers
Where they came from, I don't know.
And the lived happily ever after...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 10:22 AM
05-31-2002 10:22 AM
Re: Problems adding network printers
chown lp:lp Tclass, Tmember in /etc/lp
chmod 755 T* and the addqueue command worked again!!!