- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: converting from lan to avio_lan
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
08-29-2008 12:23 PM
08-29-2008 12:23 PM
converting from lan to avio_lan
i'd like to convert from lan to avio_lan.
i halted my 1st guest and typed:
hpvmmodify -p1 -m network:avio_lan
hpvmmodify: Missing required device fields.
hpvmmodify: Missing required device fields.
hpvmmodify: Invalid value specified with the -m option (network:avio_lan).
<
i also tried:
hpvmmodify -p1 -m network:avio_lan::vswitch:vlan
no matter how i change the -m(odify) clause i still get the same error.
the documentation implies that the vswitch needs to be converted as well but doesn't say how to do it.
is that the step that i'm missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2008 03:10 AM
09-03-2008 03:10 AM
Re: converting from lan to avio_lan
hpvmstatus -d -P
you should see present device deails including Lan:-
[Network Interface Details]
network:lan:
you need the
hpmmodify -P
It worked on the course.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2008 03:15 AM
09-03-2008 03:15 AM
Re: converting from lan to avio_lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2008 03:25 AM
09-03-2008 03:25 AM
Re: converting from lan to avio_lan
http://docs.hp.com/en/12567/avio_solution_wp-final.pdf
It may assist you here.
Of course, the guest OS you have installed on the VM does have to support AVIO, and have the relevant drivers installed, as well as teh AVIO drivers installed on the VM Host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2008 09:29 AM
09-03-2008 09:29 AM
Re: converting from lan to avio_lan
it appears that some of the fields are required even though the documentation implies that they are optional.
(it would be *really nice* if this could be clarified
the pieces i had been leaving out were the bus and device numbers.
an easy way to determine the bus and device numbers is to do an hpvmstatus with the -d option. for example:
hpvmstatus -p 1 -d
[Virtual Machine Devices]
[Storage Interface Details]
dvd:scsi:0,0,0:disk:/dev/rdsk/c0t0d0
disk:scsi:0,1,0:disk:/dev/rdsk/c2t0d0
[Network Interface Details]
network:lan:0,2,0xFA0DC7F78BCC:vswitch:vlan
[Misc Interface Details]
serial:com1::tty:console
(yours will be different of course)
in my case the lan bus is 0, the device is 2. (first two numbers following 'lan:')
so the whole command to switch to avio_lan was:
hpvmmodify -p 1 -m network:avio_lan:0,2:vswitch:vlan
so two of my three guests are using avio_lan now (one guest is linux and can't use avio yet).
enjoy - d