- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- change 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
06-05-2003 08:45 AM
06-05-2003 08:45 AM
change mac address
I've a rp5470 HPUX 11 server,
it has two nic, is it possible to change the NICs' mac address?
Regards,
Maurizio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 08:47 AM
06-05-2003 08:47 AM
Re: change mac address
I don't belive it's possible.. it's hard coded into the nic I believe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 08:48 AM
06-05-2003 08:48 AM
Re: change mac address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 08:56 AM
06-05-2003 08:56 AM
Re: change mac address
If I change the mac addres does the switch correct and renew all the arp table?
Regards,
Maurizio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 08:56 AM
06-05-2003 08:56 AM
Re: change mac address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 08:58 AM
06-05-2003 08:58 AM
Re: change mac address
mine is hpetherconf. Any way look for the file containing
HP_ETHER_STATION_ADDRESS[0]
grep HP_ETHER_STATION_ADDRESS[0] *
edit it to be
HP_ETHER_STATION_ADDRESS[0]="whateever_mac_address"
and reboot.
be carefull you don't use a mac that is allready on your lan/wan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 08:59 AM
06-05-2003 08:59 AM
Re: change mac address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 08:59 AM
06-05-2003 08:59 AM
Re: change mac address
I don't know for certain but strongly believe that the switch will see the software mac address.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 09:01 AM
06-05-2003 09:01 AM
Re: change mac address
You may need to dump the ARP table on your switch and/or gateway, esp. if you have a firewall like a cisco PIX.
Why do you want to change the MAC address?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 09:12 AM
06-05-2003 09:12 AM
Re: change mac address
I've to create a port aggregation manualy without APA, so test the working nic each 30'' and if It doesn't work a script shout down it and start-up the second nic with the same IP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 10:57 AM
06-06-2003 10:57 AM
Re: change mac address
Yes it's posiable:
1. run /usr/sam/sbin/laninfo
(* if i wrong in the path try to search)
it will return you your NICs the last field is the type of the card (hpbase100, hpether, etc.)
remember the name.
2. cd /etc/rc.config.d
3. open file hpbase100 or hpether or other that is like the name that you get from the laninfo inside fill the parameters of your card and the wanted mac adress.
Caesar