- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot install HP LaserJet M2727nf MFP 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
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
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
тАО06-25-2008 04:10 PM
тАО06-25-2008 04:10 PM
Cannot install HP LaserJet M2727nf MFP printer
I can ping the printer, and the printer is JetDirect capable. What am I missing? Why can't I add this printer as a network printer? (Using 11i v2, and JetDirect Printer Installer for UNIX Version e.10.34)
Any help would be greatly appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2008 10:43 PM
тАО06-25-2008 10:43 PM
Re: Cannot install HP LaserJet M2727nf MFP printer
Please refer to this documentation:
http://docs.hp.com/en/5992-3386/ch06s04.html
Kenan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2008 10:16 AM
тАО06-26-2008 10:16 AM
Re: Cannot install HP LaserJet M2727nf MFP printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2008 11:27 AM
тАО06-27-2008 11:27 AM
Re: Cannot install HP LaserJet M2727nf MFP printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2008 12:38 PM
тАО06-27-2008 12:38 PM
Re: Cannot install HP LaserJet M2727nf MFP printer
If you would like I can give you the commands to skip all these utilities and add manually....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2008 01:00 PM
тАО06-27-2008 01:00 PM
Re: Cannot install HP LaserJet M2727nf MFP printer
addqueue -h xxx.xxx.xxx.xxx -q wsby2727
(actual IP replaced, obviously)
And the error returned was:
Could not contact xxx.xxx.xxx.xxx
But I can ping the IP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2008 06:18 PM
тАО06-27-2008 06:18 PM
Re: Cannot install HP LaserJet M2727nf MFP printer
> But I can ping the IP.
The world of networking is much more complicated today. ping is a low level protocol and only verifies that an address can respond to ping. You may have routers that have blocked port 9100. Try setting up the printer on the same subnet first. One of the most incompatible product lines (for HP-UX and non-PC/MAC systems) is the multi-function printer (MFP). HP-UX cannot fax, scan, or report ink levels simply because the printer was designed for PCs and Macs (as confirmed by the HP specs: http://h10010.www1.hp.com/wwpc/us/en/sm/WF06a/18972-18972-3328064-12004-3328082-3377075.html )
Run this command:
hpnpadmin -v 12.34.56.78
If this reports non-JetDirect printer, one last try is the basic 9100 protocol program:
hpnpf -x 12.34.56.78 -N /etc/profile
If this doesn't print a file, try a debug log:
hpnpf -x 12.34.56.78 -l /var/tmp/hpnpf.log -N /etc/profile
Check the logfile in /var/tmp/hpnpf.log for some clues.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2008 04:27 PM
тАО07-02-2008 04:27 PM
Re: Cannot install HP LaserJet M2727nf MFP printer
Thanks again,
Grace