- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need info about printer config
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
11-11-2007 10:37 PM
11-11-2007 10:37 PM
Need info about printer config
I need to see is "HP LaserJet 8150 PCL 6" is configured on my N class server running HPUX 11.00. And if configured then what is the IP assigned to it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2007 11:02 PM
11-11-2007 11:02 PM
Re: Need info about printer config
if your printer is networked, it is very easy
you can configure through sam
if you do not know the procedure please let me know
Regards
Safar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2007 11:23 PM
11-11-2007 11:23 PM
Re: Need info about printer config
Equally you could use the Web Jetadmin software which is also easy to use. The web page for it is here:
http://h20338.www2.hp.com/hpsub/cache/332262-0-0-225-121.html?jumpid=ex_r2845_go/webjetadmin/gc121306
Mike.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2007 11:36 PM
11-11-2007 11:36 PM
Re: Need info about printer config
Configuration through SAM i can do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 01:17 AM
11-12-2007 01:17 AM
Re: Need info about printer config
if possible, it's the easiest to give the printer a hard coded ip-address.
Normally you go into the configuration menu and define the ip-address in the network configuration.
The exact way should be explained in the owner's guide of the printer or it's self-explaining in the configuration menu.
Then you can add the printer in your /etc/hosts and talk to it (configure in SAM) with the ip-address or your (in /etc/hosts) self-defined printer name.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 01:30 AM
11-12-2007 01:30 AM
Re: Need info about printer config
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1176749
let's see, you don't know the name of the printer (queue) nor do you know its IP but you want to find out if its configured?
How would you know if the print config your looking at is for the printer in question?
Suggest somebody check, using the front panel of the physical printer, what IP is assigned, then see if you have a matching entry in /etc/hosts.
then check scripts in /var/spool/lp/interfaces for the IP or name from the hosts file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2007 06:46 AM
11-13-2007 06:46 AM
Re: Need info about printer config
#addqueue -l|grep 8100
261) HP LaserJet 8100 Series.
The easiset way to find this is get the IP address of the printer.
from UNIX side it is easy to find a printer/qname if you know the IP.
#grep x.x.x.x /etc/lp/interface/*
or
#hpnpadmin -i x.x.x.x
#hpnpadmin -v x.x.x.x
or if you dont know the IP; just wanted to try a matching name
#grep -i name /etc/lp/interface/*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2007 08:17 AM
11-13-2007 08:17 AM
Re: Need info about printer config
Now this will show you the name or print queue associated with every printer. Hopefully, your system administrator made a list of the printer queues, the printer model and connection method (ie, JetDirect or remote print server) HP-UX does not keep any record of the model number of the printer. And HP-UX has no way to know what kind of printer is connected through another machine used as a print server.
If the print queue names from lpstat are not meaningful or documented, you can see all the printers that are directly configured using JetDirect LAN cards by using this command:
grep PERIPH= /etc/lp/interface
Each name is the name of a print queue that is connected directly over the LAN. The IP address (or hostname) will follow the = sign. Then use hpnpadmin -v
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 10:10 PM
11-20-2007 10:10 PM