- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printer connection problems
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
01-26-2004 06:43 AM
01-26-2004 06:43 AM
Printer connection problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 06:56 AM
01-26-2004 06:56 AM
Re: Printer connection problems
Can other systems at the remote location print or ping to it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 07:02 AM
01-26-2004 07:02 AM
Re: Printer connection problems
You may not be able to ping for a number of reason including ICMP's being not forwarded by routers along the way. The very first thing to do is get hostname resolution out of the way. Try pinging or telneting using the IP address. If that works then hostname resolution is your problem; otherwise, do a traceroute IP_Address and see where it stops.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 07:06 AM
01-26-2004 07:06 AM
Re: Printer connection problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 07:15 AM
01-26-2004 07:15 AM
Re: Printer connection problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 07:22 AM
01-26-2004 07:22 AM
Re: Printer connection problems
If you have nmap on your HP-UX box, you might be able to "ping" a different way with a string like "nmap -O printer_name".
When you say "not able to use JetAdmin," can you be more specific with the errors? There is at least one output message from JetAdmin that looks like an error but really isn't (I think, in fact, it's when ICMP is disabled); you can just finish the config and it works fine.
Mic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 07:27 AM
01-26-2004 07:27 AM
Re: Printer connection problems
If the traceroute fails using the IP address then you definitely have networking problems although traceroute could be trying a bad route if your host has multiple lan cards. In trat case, issue a trace -s desired_src_ip_address remote_ip_address.
Are the Windows boxes that are able to ping this printer on the same subnet as your UNIX host? If not then you could still have router filters blocking ICMP's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 07:30 AM
01-26-2004 07:30 AM
Re: Printer connection problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 07:49 AM
01-26-2004 07:49 AM
Re: Printer connection problems
If you can ping it from windows, you should be able to ping from Unix as well.
Do all your testing with IP address, and not name, to avoid /etc/host or DNS issues.
Can you ping from unix to any other address on the printer subnet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 07:51 AM
01-26-2004 07:51 AM
Re: Printer connection problems
I have the printer configured as a remote printer, and have 3 jobs waiting in the queue.
But I'm stuck until I can figure out how to ping this thing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 08:01 AM
01-26-2004 08:01 AM
Re: Printer connection problems
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 11:41 PM
01-26-2004 11:41 PM
Re: Printer connection problems
Thanks again!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 08:46 AM
02-04-2004 08:46 AM
Re: Printer connection problems
I have had to configure a number of multifunction printers/copiers (canon, ricoh, savin)to work with Oracle on our N4000 (HPUX 11.0). We had a number of problems when setting them up as remote printers. The issue for the Canon and Ricoh printers is that it must be set up in jetadmin as a remote BSD printer (named print). Without the BSD option they would not work. When using Jetadmin software to set up the savin units, the printer is NOT pingable in jetadmin - even though it can be pinged from the OS. I configure it anyway - and tell jetadmin that its an HP4. This works fine. I dont know that this is any use to you but it may give you some ideas...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 11:34 PM
02-04-2004 11:34 PM
Re: Printer connection problems
Thank you all for the help!!