- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
09-05-2004 09:32 PM
09-05-2004 09:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:42 PM
09-05-2004 09:42 PM
Re: MAC address
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:42 PM
09-05-2004 09:42 PM
Re: MAC address
Have a look an man lanadmin
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:43 PM
09-05-2004 09:43 PM
Re: MAC address
to my knowledge you cannot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:45 PM
09-05-2004 09:45 PM
Re: MAC address
Yes but it is not something I would like to do.
Run the command
lanadmin -A mac_address
lanadmin -A 0x0011183F876AB 2
will set the above MAC for lan2 card.
man lanadmin for more info. However, it will not survive the reboots. You will need to edit /etc/rc.config.d/hp
HP_BTLAN_INTERFACE_NAME[0]=lan2
HP_BTLAN_STATION_ADDRESS[0]=0x0011183F876AB
HP_BTLAN_SPEED[0]=100FD
You don't need to specify need if you set it to auto negotiation.
Note that you cannot use lanadmin on all the interfaces.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:47 PM
09-05-2004 09:47 PM
Re: MAC address
It is possible, just be sure you know what you are doing...
in /etc/rc.config.d/ you have several lan config files. In those files you are able to set speed/duplex settings and Station address of interfac.
e.g.:
hpbtlanconf
hpbase100conf
etc.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:48 PM
09-05-2004 09:48 PM
Re: MAC address
yes you can do it. If you want set it permanently go to file:
/etc/rc.config.d/hppci100conf for btlat5 card
or read manual to lanadmin command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:56 PM
09-05-2004 09:56 PM
SolutionCollect the station address as,
lanscan -s
IF you are going to change 2nd interface then,
lanadmin -a 1 or lanscan
-- > MAC address for lan1
You can change it with sam as,
sam --> network and communications --> network interface cards --> select interface and actions-modify --> advanced options --> specify the hardware address
Regards
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 10:24 PM
09-05-2004 10:24 PM
Re: MAC address
As part of their on-site contingency procedures, they had to manually unplug the primary server and plug in the standby, which caused big problems. The solution was to change the MAC address of the standby server when it was plugged in. A better solution would have been to keep both machines plugged in permanently.
Note that some earlier cards, such as the built-in interfaces to D and K class servers don't allow you to change it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 11:07 PM
09-05-2004 11:07 PM
Re: MAC address
regards
SK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 11:15 PM
09-05-2004 11:15 PM
Re: MAC address
Go to the LAN connection, and right click on it, then choose Properties. In the next window you want to Configure your Ethernet Card. After that choose Advanced and Local Administrated Address. In Value field you can give it the new MAC address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 12:23 AM
09-06-2004 12:23 AM
Re: MAC address
I change the MAC adress by SAM tool.
Is it possible to lost network connection only on interface that I change MAC address?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 01:45 AM
09-06-2004 01:45 AM
Re: MAC address
linkloop -i
Before changing the station address try as,
1. Bring down the lan
2. Change the Mac Address
3. Bring up the lan...
It is good to do as temporary one as,
1. ifconfig down lan
Note: Try to check on testing interface
2. lanadmin -A 0x
3. ifconfig up lan
See the lanadmin page for -A option as,
-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.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 02:20 AM
09-06-2004 02:20 AM
Re: MAC address
arp -a
on a working computer and you'll see the current ARP cache. You can use arp -d to remove the entry and then try to connect to the changed computer. Eventually, the arp cache will drop entries that have not been recently used and you can start connecting. This could take a long time. Rebooting all your computers will fix the problem. (as you can see, changing the MAC address is not recommended with the exception of HP's MC ServiceGuard)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 01:34 PM
09-06-2004 01:34 PM
Re: MAC address
Why? Because all those systems will be using the OLD MAC address, but the NIC will not take-in frames to that OLD address when you change it to the new address.
I've heard that some Cisco kit is rather, well, slow, to update its ARP tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 02:42 AM
10-18-2004 02:42 AM
Re: MAC address
It IS changeable, in the chip itself! This is accomplished via a EEPROM chip (Electronically Eraseable, Programmable Read-Only Module). These chips followed the EPROM (just eraseable) which used a special infrared lamp to erase the chip (these still occur on systems-look for a chip with a round sticker in the middle of it, there's a lense underneath).
MAC addresses are changed all the time in network land. In theory, there should eb NO duplicatioin of a mac address in a manufacturer's line, but process isn't perfect...
So...we can change mac addresses (this is more heavily used in Netware, where the mac address is more directly controlled by admins, and has more impact on the IPX protocol, routing, performance, etc.)
Each brand/model of NIC has a downloadable tool which runs on a dos boot floppy to change the MAC address, OR it supports change within NT (or later).
Good luck!