Operating System - HP-UX
1833866 Members
2717 Online
110063 Solutions
New Discussion

hpvmmodify error - network

 
samarah
Frequent Advisor

hpvmmodify error - network

Good Day, i have enccountered the following error below upon configuring network on my guest.

# hpvmnet
Name Number State Mode NamePPA MAC Address IP Address
======== ====== ======= ========= ======== ============== ===============
localnet 1 Up Shared N/A N/A
vsw01 2 Up Shared lan3 0x001a4bf384fd 10.123.9.94
vsw02 3 Down Shared lan0
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
1/0/1/1/0/6/0 0x002264348BD6 0 UP lan0 snap0 1 ETHER Yes 119
1/0/1/1/0/6/1 0x002264348BD7 1 UP lan1 snap1 2 ETHER Yes 119
1/0/12/0/0/0/0 0x001A4BF384FC 2 UP lan2 snap2 3 ETHER Yes 119
1/0/12/0/0/0/1 0x001A4BF384FD 3 UP lan3 snap3 4 ETHER Yes 119
1/0/14/0/0/0/0 0x001A4BF38010 4 UP lan4 snap4 5 ETHER Yes 119
1/0/14/0/0/0/1 0x001A4BF38011 5 UP lan5 snap5 6 ETHER Yes 119

Error:

# hpvmmodify -P guest1 -a network:lan:3,3,0x001a4bf384fd:vswitch:vsw01
hpvmmodify: ERROR (host): Invalid format for Ethernet MAC Address '0x001a4bf384fd' - Local admin incorrectly set.
hpvmmodify: ERROR (guest1): Unable to validate Ethernet MAC Address '0x001a4bf384fd'.
hpvmmodify: Unable to create device network:lan:3,3,0x001a4bf384fd:vswitch:vsw01.
hpvmmodify: Unable to modify the guest.

Appreciate your inputs...

Thanks,
3 REPLIES 3
Torsten.
Acclaimed Contributor

Re: hpvmmodify error - network

Why do you try to duplicate MACs?

Even if this works, you would have duplicated MACs, so let the system assign a virtual MAC for the guests NIC.

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!   
Turgay Cavdar
Honored Contributor

Re: hpvmmodify error - network

You can just use the command:
hpvmmodify -P guest1 -a network:lan::vswitch:vsw01
Lijeesh N G_1
Respected Contributor

Re: hpvmmodify error - network

Hi,

Error is clearly saying that, the format of MAC is invalid,

Use proper format,

# hpvmmodify -P guest1 -a network:lan:3,3,00-1a-4b-f3-84-fd:vswitch:vsw01

Another thing why do you want to duplicate MAC??


Regards,
LIJEESH N G