- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to get MAC Address for Network Card in HP-UX
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
03-26-2007 08:17 PM
03-26-2007 08:17 PM
Regards,
Faisal m.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 08:19 PM
03-26-2007 08:19 PM
Re: How to get MAC Address for Network Card in HP-UX
Try this command.
# lanscan
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 08:26 PM
03-26-2007 08:26 PM
Re: How to get MAC Address for Network Card in HP-UX
Lanscan command should help you
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 08:55 PM
03-26-2007 08:55 PM
Re: How to get MAC Address for Network Card in HP-UX
This is your MAC address.
Regards,
Berd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 11:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 12:45 PM
03-27-2007 12:45 PM
Re: How to get MAC Address for Network Card in HP-UX
If you want something programatic, you need to make suitable DLPI calls, which should be documented in the DLPI programming manual(s) online at http://docs.hp.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 02:23 PM
03-27-2007 02:23 PM
Re: How to get MAC Address for Network Card in HP-UX
lanscan will help you get the MAC address for all NICs.
However arp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 04:23 PM
03-27-2007 04:23 PM
Re: How to get MAC Address for Network Card in HP-UX
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
10/4/16 0x080009D41DBB 1 UP lan1 snap1 1 ETHER Yes 119
The second field of the output under the Station Address column heading is the MAC address of installed network adapters. It starts with 0x showing that it is a hexadecimal number.
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 04:57 PM
03-27-2007 04:57 PM
Re: How to get MAC Address for Network Card in HP-UX
There are two way's to find the mac address.
1, lanscan
2, /opt/ignite/bin/print_manifest
print_manifest will give you all the details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 08:10 PM
03-27-2007 08:10 PM
Re: How to get MAC Address for Network Card in HP-UX
1. Easy way :
# lanscan ,
2. /opt/ignite/bin/print_manifest
3. sam -->Networking --> Networ Interface card
4. Look physically in the card , many times the card comes with the MAC address printed on it.
Cheers,
Raj.