- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- configuring network 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
05-02-2007 09:55 PM
05-02-2007 09:55 PM
configuring network printer
=============================================
# hppi
****************************************************************
*****] ****
**** ] **** JetDirect Printer Installer for UNIX
**** ]]]]] ]]]]] **** Version E.10.34
**** ] ] ] ] ****
**** ] ] ]]]]] **** M A I N M E N U
***** ] ****
****** ] **** User: (root) OS: (HP-UX B.11.23)
I N V E N T
****************************************************************
1) Spooler Administration (super-user only)
2) JetDirect Configuration (super-user only)
- TCP/IP configurable parameters
3) Diagnostics:
- diagnose printing problems
?) Help q) Quit
Please enter a selection (q - quit): 1
****************************************************************
*****] ****
**** ] **** JetDirect Printer Installer for UNIX
**** ]]]]] ]]]]] **** Version E.10.34
**** ] ] ] ] ****
**** ] ] ]]]]] **** Spooler Administration
***** ] ****
****** ] **** User: (root) OS: (HP-UX B.11.23)
I N V E N T
****************************************************************
Spooler:
1) Add printer to local spooler
2) Delete printer from local spooler
3) Modify existing spooler queue(s)
4) Install New Model Script
5) Remove Model Script
?) Help q) Quit
Please enter selection: 1
Enter the network printer name or IP address (q - quit): 172.16.13.12
!! 172.21.13.5 is NOT an acceptable name!!
Either it is NOT a network printer or this host is denied access
to it!
Enter the network printer name or IP address (q - quit):
===========================================
thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 10:28 PM
05-02-2007 10:28 PM
Re: configuring network printer
---
Enter the network printer name or IP address (q - quit): 172.16.13.12
!! 172.21.13.5 is NOT an acceptable name!!
---
That's strange.. it's another IP address ?!
Which printer are you trying to add ? And also, what's its hostname and IP address ?
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 10:31 PM
05-02-2007 10:31 PM
Re: configuring network printer
Can you clarify what the network connection of the printer is. The HP JetDirect software is only for the HP range of standalone print servers. If the printer is connected to a Windows Server you need to add it as a remote printer not a network printer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 11:10 PM
05-02-2007 11:10 PM
Re: configuring network printer
Printer model is "hp LaserJet 9050".
=====================================
# ./hpnpadmin 172.16.13.12
Printer State : ready to print
# ./hpnpadmin -i 172.16.13.12
Printer Description:
--------------------
MFG :Hewlett-Packard;
CMD :PJL,MLC,BIDI-ECP,PCLXL,PCL,PDF,PJL,XHTML,MIME,POSTSCRIPT;
1284.4DL :4d,4e,1;
MDL :hp LaserJet 9050;
CLS :PRINTER;
DES :Hewlett-Packard LaserJet 9050;
Printer ID : 387
#
=====================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 11:13 PM
05-02-2007 11:13 PM
Re: configuring network printer
Then you need to add it using the lp spooler command lpadmin (or use SAM).
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 01:29 AM
05-03-2007 01:29 AM
Re: configuring network printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 01:30 AM
05-03-2007 01:30 AM
Re: configuring network printer
#ping 172.16.13.12
That's to discard that is a network issue, also try a nslookup on the printer to see if the system is able to resolve its name.
Also, try to telnet the printer.
If any problem occurs at those steps, then check your /etc/hosts file, the printer must be included right there.
Also, try the right model script for your printer.
Hope this helps,
MArc0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 01:44 AM
05-03-2007 01:44 AM
Re: configuring network printer
thanks.