1752528 Members
4323 Online
108788 Solutions
New Discussion юеВ

Machine address.

 
SOLVED
Go to solution
Russ Hancock_1
Frequent Advisor

Machine address.

I need to generate a machine address/ID like 080009d456x7 can anyone tell me how to do it?!

I thought it was a uname flag option but I can't find it?

Thanks in advance.
Russ.
Russ
3 REPLIES 3
Leif Halvarsson_2
Honored Contributor
Solution

Re: Machine address.

Hi
Use lanscan -a.
T G Manikandan
Honored Contributor

Re: Machine address.

If you are talking about the machine ID

uname -i

check this link out

http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0xfcad4e49c5cdd5118ff40090279cd0f9,00.html
T G Manikandan
Honored Contributor

Re: Machine address.

If you are looking at the mac address(48bit)on the system network card(hostid)
then you can do a

#/usr/sbin/lanscan | grep 0x | cut -c12-23


Thanks