- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to find out the IP add of the configured N...
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-16-2002 06:43 AM
05-16-2002 06:43 AM
Jet direct Version E.10.18
How to find out the IP address of the configured network priter if it is not in the DNS?
Thanks in advance.
Sandip
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:44 AM
05-16-2002 06:44 AM
Re: How to find out the IP add of the configured Network Printer?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:44 AM
05-16-2002 06:44 AM
Re: How to find out the IP add of the configured Network Printer?
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:46 AM
05-16-2002 06:46 AM
Re: How to find out the IP add of the configured Network Printer?
check your hostfile for the printer.
run nslookup for name of printer
run jetadmin and go into
#3 Administration
#2 JetDirect Card Configuration
#4 JetDirect Information
...and it should print it out there too..
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:46 AM
05-16-2002 06:46 AM
Re: How to find out the IP add of the configured Network Printer?
If the jet admin box is separate to the printer you can hold done the test button for 5 seconds to get a configuration printout.
Somewhere in the menus you will find a configuration menu option to show the ip address.
HTH,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:46 AM
05-16-2002 06:46 AM
Re: How to find out the IP add of the configured Network Printer?
Because we are having around 250 to 300 printer located in 4 states.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:47 AM
05-16-2002 06:47 AM
Re: How to find out the IP add of the configured Network Printer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:49 AM
05-16-2002 06:49 AM
Re: How to find out the IP add of the configured Network Printer?
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:50 AM
05-16-2002 06:50 AM
Re: How to find out the IP add of the configured Network Printer?
If they are not set up yet then get someone at each loaction to print test pages and email you the results.
Do they bootp off any servers? If so the /etc/bootptab may help you.
HTH,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:56 AM
05-16-2002 06:56 AM
Re: How to find out the IP add of the configured Network Printer?
testpage is best or
1)Look in /etc/bootptab or /etc/dhcptab
2)look in /etc/hosts
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 07:00 AM
05-16-2002 07:00 AM
Re: How to find out the IP add of the configured Network Printer?
If you know the subnet, and have a similarly configured printer, then do this:
ping X.X.X.255 2
arp -a | grep X.X.X
look for the MAC Address that is similar (in the first few octet's) to an existing printer.
# ping 141.123.239.255 2
PING 141.123.239.153: 64 byte packets
64 bytes from 141.123.239.153: icmp_seq=0. time=4. ms
....
....
# arp -a|grep 141.123.239
jd010c9.paychex.com (141.123.239.153) at 0:60:b0:99:ea:e1 ether
#
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 07:11 AM
05-16-2002 07:11 AM
Re: How to find out the IP add of the configured Network Printer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 07:18 AM
05-16-2002 07:18 AM
Re: How to find out the IP add of the configured Network Printer?
Can you please let me know from where I can get the jetadmin on PC? I am downloading the web jet admin. After the installation I will see whether it can discover or not.
Rita,
In which version of JetAdmin you are looking at? Because I have not seen any option like that in my jetadmin ver.
Harry,
I had looked through arp -a, it is only giving the major Server addresses.
Doesn't it (JetAdmin) keep the details of the printer anywhere??? Its weired.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 07:25 AM
05-16-2002 07:25 AM
Re: How to find out the IP add of the configured Network Printer?
It is usual that PERIPH=${MODEL} in /etc/lp/interface/pr_texas ?
so if your printer is like pr_texas just pinging pr_texas will show its addr.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 07:26 AM
05-16-2002 07:26 AM
Re: How to find out the IP add of the configured Network Printer?
For some printers I have got the IP Address and the Printer Names. But Some cases I am not getting the IP Add.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 07:30 AM
05-16-2002 07:30 AM
Re: How to find out the IP add of the configured Network Printer?
When you say "configured network printer" does that mean you can print to the printer, and you just down't know the IP, or are you saying that you can't print to it and need the IP to configure it properly?
And how do you print to these printers? From Hpux or M$ stuff?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 07:38 AM
05-16-2002 07:38 AM
Re: How to find out the IP add of the configured Network Printer?
Configured Printers mean I can print to the Printer. Before me somebody had configured the Printer and it is working fine.
I am printing from HP-UX 10.20.
Now the problem is that no one knows what the IP address of a specific printer and they are not in the DNS table also. The problem we are facing during any breakdown. Suppose the external jetadmin box are not working. Then you have to replace the jet admin box and you don't know what was the earlier IP address of the deffective box. Same is for the printers also.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 07:50 AM
05-16-2002 07:50 AM
Re: How to find out the IP add of the configured Network Printer?
/usr/spool/interface/printername should have the IP addres if it was configured using the IP Adress , also in case it was configured using a name then /etc/hosts should have an entry because the system ie jetadmin looks either for these two and if it was configured using the IP address then check that file .
Or try doing a telent to the printer name from the server , bcoz the server has definaltety a way to see that printer.
You may try nslookup printer name
Manoj Srivastav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 08:50 AM
05-16-2002 08:50 AM
Re: How to find out the IP add of the configured Network Printer?
If the IP address is not in the /etc/lp/interface file, I'm stumped. I always configure my printers by running JetADmin on the Unix box, and all of my printer interface files have the IP address. I'm not sure if this would be true if the printer was configured running JetAdmin from a PC. However, Manoj's comments sound right to me.
Best Regards,
Elizabeth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 09:07 AM
05-16-2002 09:07 AM
Re: How to find out the IP add of the configured Network Printer?
Good Luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 09:10 AM
05-16-2002 09:10 AM
Re: How to find out the IP add of the configured Network Printer?
telnet printer_name (look for ip address)
hpnpadmin -v printer_name (look for ip address)
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 09:26 AM
05-16-2002 09:26 AM
Re: How to find out the IP add of the configured Network Printer?
That works if I have printer queue's name same as printer's(jetdirect card) dns name.
If I have dns(or host) entry for hp-4050-1 but if my queue name is hp_4050_1 then how do I know the ip. Because now when I run lpstat -a it is going to show me hp_4050_1 not a hp-4050-1.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 09:52 AM
05-16-2002 09:52 AM
Re: How to find out the IP add of the configured Network Printer?
Go to the /var/spool/lp/interface directory on the system where this printer is connected. View the printer file, say the printer name is test, view this file /var/spool/lp/interface/test and look for the keyword "PERIPH", you should see the ip address of the printer over there.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 09:53 AM
05-16-2002 09:53 AM
Re: How to find out the IP add of the configured Network Printer?
As suggested by others,
The printer names/ip address will be defined in /etc/lp/interface/
with variable {PERIPH}.
If you are able to print to that printer from a system, you will be able to resolve the printer name (defined as PERIPH variable) using nslookup.
Thanks.
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 10:06 AM
05-16-2002 10:06 AM
Re: How to find out the IP add of the configured Network Printer?
/etc/lp/interface
/var/spool/lp/interface
/usr/spool/lp/interface
Truly speaking I got around 30 IP addresses out of 300 printer queue configured.
Rather, it is very useful to download the WebJetadmin on a PC and give the IP address range and it will discover all the printers in that subnet. WebJetadmin is really very good product. If anyone facing the same problem like me it is worth to look at this product. It is available free on the Web.
Anyway many many thanks guys for taking part in the discussion.
Sandip