Operating System - HP-UX
1832950 Members
2763 Online
110048 Solutions
New Discussion

Re: detrmining mac address on a new 11.23 server

 
SOLVED
Go to solution
Bob Carback
Frequent Advisor

detrmining mac address on a new 11.23 server

I have a new Itanium server. I plan on building this server from a Golden Image archived on my ignite server. I need to place the mac address of the new server into the /etc/bootptab file. How can I determine the mac address of the new server?
11 REPLIES 11
Anand Sreenivasan
Regular Advisor

Re: detrmining mac address on a new 11.23 server

lanscan will give you the mac address...
Steven E. Protter
Exalted Contributor

Re: detrmining mac address on a new 11.23 server

Shalom,

lanscan displays all MAC addies,

ifconfig lan0 (use the lan you want) provides this information for a specific interface.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Bob Carback
Frequent Advisor

Re: detrmining mac address on a new 11.23 server

I am unable to lanscan as there is no OS installed as of yet.
Mel Burslan
Honored Contributor

Re: detrmining mac address on a new 11.23 server

assuming that you are on the same lan/vlan with this new server. otherwise you will not be able to ignite it anyway.

If this is correct, from the ignite server, run

arp -a

command and with a little bit of luck, you can easily eliminate the server names and ip addresses you already know, leaving you the interface you are looking for. formatting of the mac address is a little awakward as arp seems to disregard the trailing zeros in the macc address but nothing of a showstopper.

hope it helps.
________________________________
UNIX because I majored in cryptology...
DCE
Honored Contributor

Re: detrmining mac address on a new 11.23 server


You should be able to do it from the MP

use the following MP commands
IN (information)
LanAddress
Tor-Arne Nostdal
Trusted Contributor

Re: detrmining mac address on a new 11.23 server

:-)) It's most probably printed on the NIC so why don't you just take a look...
I'm trying to become President of the state I'm in...
Tor-Arne Nostdal
Trusted Contributor

Re: detrmining mac address on a new 11.23 server

You might also get it from the switch it is connected to if you talk to your LAN admin.
I'm trying to become President of the state I'm in...
nanan
Trusted Contributor

Re: detrmining mac address on a new 11.23 server

It is likely not to get a way to know th MAC
without confirm the MAC on the NIC.
Bob Carback
Frequent Advisor

Re: detrmining mac address on a new 11.23 server

None of these worked. I found the answer --

on bootup, interrupt the boot process and from the EFI boot manager menu choose 'System Configuration', then 'Advanced System Information', then 'Display All Information'. Page through until LAN information including MAC is displayed.
Torsten.
Acclaimed Contributor
Solution

Re: detrmining mac address on a new 11.23 server

Hi Bob,

in order to boot an Integrity system from an ignite server, you have to perform the lanboot command in EFI:

Shell> lanboot select
01 Acpi(000222F0,0)/Pci(1|0)/Mac(00306E0E5268)

The command will show you all bootable NICs including their MAC addresses.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Bob Carback
Frequent Advisor

Re: detrmining mac address on a new 11.23 server

see entry above