- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MAC address
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 01:48 AM
05-16-2002 01:48 AM
Is there a way which I can find the MAC address of a particular HP workstation, given only the IP address?
If so, could someone provide the command on how to find the MAC address?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 01:51 AM
05-16-2002 01:51 AM
Re: MAC address
You cannot do this remote, but on the workstation itself you can do (example) :
root/sv00138#lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x001083FC02BC 0 UP lan0 snap0 1 ETHER Yes 119
Hope this helps,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 01:53 AM
05-16-2002 01:53 AM
Re: MAC address
ping the workstation an then look in the arp cache: arp -a
Ruediger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 01:53 AM
05-16-2002 01:53 AM
Re: MAC address
telnet IP
logind: root
lanscan
Not sure if this is what you wanted.
regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 01:56 AM
05-16-2002 01:56 AM
Re: MAC address
I'm going very red in the face now :-)
Regards,
Tom
P.S. N/A for this one please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 02:07 AM
05-16-2002 02:07 AM
Re: MAC address
arp -a | grep
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 02:23 AM
05-16-2002 02:23 AM
Re: MAC address
Hi
You can get macaddress by "ping" and "arp -a" if the IP is in LAN.
If it is connected through router then yo will have to do telnet and do lanscan
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 02:25 AM
05-16-2002 02:25 AM
Re: MAC address
If the result is blank
Then just do a ping to the remote ip-address(ip for which you require mac-address)
#ping
#arp -a|grep
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 02:48 AM
05-16-2002 02:48 AM
Re: MAC address
From your generated output below:
root/sv00138#lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x001083FC02BC 0 UP lan0 snap0 1 ETHER Yes 119
Which is the MAC address? Is it the HP-DLPI, or 0x001083FC02BC ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 02:51 AM
05-16-2002 02:51 AM
Re: MAC address
I'm afraid arp -a |grep
Please advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 02:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 02:58 AM
05-16-2002 02:58 AM
Re: MAC address
STATION_ADDRESS=0x08******
Mahima
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 02:59 AM
05-16-2002 02:59 AM
Re: MAC address
0x001083FC02BC is the MAC address in Tom's output.
HTH
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 03:00 AM
05-16-2002 03:00 AM
Re: MAC address
the reading of arp cache works from a remote box. You don't need to login to the box you want to recognize the MAC address. The MAC adresses of local NIC are *NOT* in the arp cache.
Ruediger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 03:38 AM
05-16-2002 03:38 AM
Re: MAC address
When I opened the file hpetherconf, there isn't a value assigned to the HP_ETHER_STATION_ADDRESS[0] variable.
Could you please explain how is it possible for the lanscan to still produce the MAC address without it being defined the hpetherconf file?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 03:44 AM
05-16-2002 03:44 AM
Re: MAC address
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 03:48 AM
05-16-2002 03:48 AM
Re: MAC address
HP_ETHER_STATION_ADDRESS allows you to set a particular MAC address if you want to. This was used historically on systems where application software licensing depended on a MAC address.
If you don't set it (which is the default) then the unique hardware address of the card is used.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 04:45 AM
05-16-2002 04:45 AM
Re: MAC address
The MAC address in the output is
0x001083FC02BC
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 05:27 AM
05-16-2002 05:27 AM