- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPVM Unable To Add Network To VM host
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
05-31-2007 03:53 AM
05-31-2007 03:53 AM
#hpvmcreate -P t1b7vm1 -O hpux -e 20 -r 2G \
-a disk:scsi::lv:/dev/vg00/rt1b7vm1
# hpvmnet
Name Number State Mode PPA MAC Address IP Address
======== ====== ======= ========= ====== ============== ===============
localnet 1 Up Shared N/A N/A
sw1 4 Up Shared lan1 0x001b787a7021 10.101.35.22
# hpvmmodify -P t1b7vm1 -a network:lan::vswitch:sw1
hpvmmodify: WARNING (host): Failed after 3 attempts.
hpvmmodify: WARNING (host): Unable to create Ethernet MAC Address.
hpvmmodify: ERROR (t1b7vm1): malloc() failed - Error 0.
hpvmmodify: ERROR (t1b7vm1): Unable to load defaults for 'sw1'.
hpvmmodify: Unable to create device network:lan::vswitch:sw1.
hpvmmodify: Unable to modify the guest.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 04:04 AM
05-31-2007 04:04 AM
Solutionthe software checks the newly created virtual MAC if this is unique.
Depending on your LAN switch, this may result in a result = "No".
Some switch vendors providing firmware updates to reflect and correct this.
Ask your vendor!
To disable the check, add the following to
/etc/rc.config.d/hpvmconf
HPVMMACADDRFRAMES=0
Remember, this will disable the check only.
You *may* have duplicated MACs.
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 05:40 AM
05-31-2007 05:40 AM
Re: HPVM Unable To Add Network To VM host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 05:42 AM
05-31-2007 05:42 AM
Re: HPVM Unable To Add Network To VM host
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 05:43 AM
05-31-2007 05:43 AM
Re: HPVM Unable To Add Network To VM host
Have fun!
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 05:49 AM
06-01-2007 05:49 AM
Re: HPVM Unable To Add Network To VM host
I hope this example helps. IT works.
hpvmnet -c -S switch1 -n 1
hpvmnet
hpvmnet -b -S switch1
hpvmdevmgmt -S 8000M /home/vmdisk1
hpvmcreate -P vm1 -e 20
hpvmstatus
hpvmmodify -P vm1 -a disk:scsi::file:/home/vmdisk1
hpvmmodify -P vm1 -a network:lan:1,0,aabbccdd0005:vswitch:switch1
hpvmconsole -P vm1