- 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
12-09-2002 12:38 AM
12-09-2002 12:38 AM
What's the true story and where I have to change the MAC-address, that it is 'for ever'?
Regards Konrad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 01:06 AM
12-09-2002 01:06 AM
Re: Change MAC Address
You change the mac address using lanadmin -x or -X (for startup it usually reads the info from the lan config file in /etc/rc.config.d matching your lancard eg. netconf or if youre using a 100Mb card the appropriate config file, eg. hpetherconf).
Weve used this before when necessary and it worked fine. arp was updated with the new address, I can remember our network guys checking it and dont remember anyone saying they could still detect the original mac address after we had changed it. We thought the change was permanent and the original address was now undetectable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 01:08 AM
12-09-2002 01:08 AM
Re: Change MAC Address
/etc/rc.config.d/hpetherconf file, whereas lanadmin -A does not.
If the file exists, the contents are read and assigned mac addresses
for network cards. If the file does not exist, the mac address is read off the card.
To change the mac address in SAM:
1. On the network and communication menu, select network interface card.
2. Select card.
3. Do ACTION configure.
4. Make the mac address changes in the Advance options portion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 01:09 AM
12-09-2002 01:09 AM
Re: Change MAC Address
By the way do you mean that you are replacing K380 by rp54x0 server and want to swap the IP.
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 01:10 AM
12-09-2002 01:10 AM
Re: Change MAC Address
See:
/sbin/rc2.d/S320hpether
/sbin/rc2.d/S323hpbase100
and their conf. files:
/etc/rc.config.d/hpbase100conf
/etc/rc.config.d/hpetherconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 01:10 AM
12-09-2002 01:10 AM
SolutionFirst run
#lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
10/0/12/0 0x0030D301688D 0 UP lan0 snap0 1 ETHER Yes 119
Here 0 is the PPA number of the interface ( folowing MAC address ).
Now use lanadmin command with -A option to change the MAC address.
Be very very careful in selection of new MAC address.
eg:
#lanadmin -A 0x__________ 0
Ref:
-A station_addr Set the new station address of the interface
corresponding to PPA. The station_addr must
be entered in hex format with a '0x' prefix.
You must have superuser privileges. When
station_addr is DEFAULT, the factory default
physical address will be restored.
WARNING: To ensure the interface and the
system work correctly, the interface MUST be
brought down before setting the new station
address. After the new station address is
set, the interface should be brought up in
order to be functional. See ifconfig(1M) for
bringing down and bringing up the interface.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 01:17 AM
12-09-2002 01:17 AM
Re: Change MAC Address
and remsh xterm get log (to see exact syntax)
Later,
Bill