- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPVM in RX6600 - How to configure multipathing wit...
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
01-22-2008 09:42 AM
01-22-2008 09:42 AM
HPVM in RX6600 - How to configure multipathing with Veritas
Partition #1: 2 CPU \ 24 GB RAM \ 300 GB SAN attached drive
Partition #2: 2 CPU \ 24 GB RAM \ 300 GB SAN attached drive
Q1)If VM host has 48GB RAM and 2 VM Guest require 24GB and 24 GB then how VM host can allow to share all 48GB to its both VM?
Q2)I will assign 300GB Fiber sanLuns to both VM Guest to install oracle dataabe. How I can configure veritas multipathing for this san space either from VM host or VM Guest. If you do have any best practice doc for configuring multipathing, it will be very helpful.
Thanks .. MJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2008 10:05 AM
01-22-2008 10:05 AM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
Also - some is reserved for the host as well...
Example - I had 48 GB of ram - but could only allocate 44 GB.
To be honest - I would allocate 20 GB to each vm. Save 8 GB for the host.
You also need to allocate that much swap to the hosts as well.
Multipathing is done at the host level - as all I/O goes through it anyways.
Read the Integrity Virtual Machines docs:
http://docs.hp.com/en/vse.html#HP%20Integrity%20Virtual%20Machines
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2008 11:18 AM
01-22-2008 11:18 AM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
Note the memory calculation formula in the manual.
To check you can run
# hpvmstatus -m
and watch the "Available memory" value.
Multipathing is done on the host level managed by the volume manager (just like on a "normal" system), just create a logical volume and provide this as a virtual drive to the guests.
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
01-22-2008 01:30 PM
01-22-2008 01:30 PM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
So if I want to maintain multipathing of san space which I will assign to each VM Guest, I will need to create a logical volume and provide these as virtual drive to guest.
Like I have 3 Luns as below
c0t0d0s2 auto:hpdisk rootdisk01 rootdg online
c0t1d0s2 auto:hpdisk online
c1t0d1 auto: online
c1t0d2 auto: online
Then I will create diskgroup as below
c0t0d0s2 auto:hpdisk rootdisk01 rootdg online
c0t1d0s2 auto:hpdisk rootmirror rootdg online
c1t0d1 auto:cdsdisk sandg101 sandg1 online
c1t0d2 auto:cdsdisk sandg201 sandg2 online
and then the following logical volumes will be provided as virtual drives to guests.
/dev/vx/dsk/sandg1/vol1 >>>300GB
/dev/vx/dsk/sandg2/vol2 >>>300GB
and these virtual drives in guest will be like scsi drives and when I will see ioscan in guests it will show in cxtxdx format and this way these disks will be multipathing.
Right? Please confirm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2008 10:26 PM
01-22-2008 10:26 PM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
Multipathing is done by VxVM at the host in your setup - so the host will manage the pathes to the LUN.
The guest will not know anything about this.
I think you will get more details with
# vxdisk list sandg1
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
01-22-2008 10:39 PM
01-22-2008 10:39 PM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
Instead of veritas volume if I want to give raw disk to VM Guest like /dev/rdsk/c0t1d1 then what will be the options for multipathing, Can I use veritas dmp or I will need to use securepath/autopath or pvlinks?
Please advise - Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2008 10:45 PM
01-22-2008 10:45 PM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
DMP is a feature of VxVM.
A "raw" disk is not under a volume manager control, so you cannot use a VM feature with a raw disk.
You need to have a special multipathing software (e.g. autopath) for this.
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
01-22-2008 10:50 PM
01-22-2008 10:50 PM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2008 10:54 PM
01-22-2008 10:54 PM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
http://forums11.itrc.hp.com/service/forums/helptips.do?#33
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
03-05-2008 04:25 PM
03-05-2008 04:25 PM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
This is on a test system, and I am trying to find out of this is a supported configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2008 03:54 AM
03-06-2008 03:54 AM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
For AVIO
- a raw disk (with or without a multi-pathing solution such as HP Secure Path or EMC Power Path)
- a Logical volume (with or without LVM)
for non-AVIO
- a raw disk (with or without a multi-pathing solution such as HP Secure Path or EMC Power Path)
- a Logical volume (with or without LVM)
- a VxVM volume (with or without DMP), but NOT a DMP raw disk itself
- a file in a filesystem
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2008 05:44 AM
03-06-2008 05:44 AM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
missed this thread :-( Anyway
For memory allocation you have already opened a thread "How much memory and swap space I should have for VM Hosts" http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1198245 IMHO you had some answers there ... but there are not yet points assigned. Maybe you forgot them ?
In the same idea "How I can Assign 2 CPU in both Guests if I have 4 CPUs RX6600" http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1198243
and a more recent thread "After rebooting hp-ux in vm guest, it is not starting os" http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1208978
As underlined by Torsten you are supposed to give points, even 0
Regards
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2008 06:42 AM
03-06-2008 06:42 AM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
Although it is possible to configure a DMP device as a backing store in a HPVM, it isn't supported. Your supported choices are:
For AVIO
- a raw disk (with or without a multi-pathing solution such as HP Secure Path or EMC Power Path)
- a Logical volume (with or without PVlinks)
for non-AVIO
- a raw disk (with or without a multi-pathing solution such as HP Secure Path or EMC Power Path)
- a Logical volume (with or without PVlinks)
- a VxVM volume (with or without DMP), but NOT a DMP raw disk itself
- a file in a filesystem
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2008 04:10 PM
03-10-2008 04:10 PM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
It seems we are running exactly the only IVM configuration that is not supported with any load balanced storage - AVIO, Hitachi Storage, and IVM 3.5. AVIO doesn't work with VxVM, and HDLM is not supported with IVM 3.5.
We'll be pushing on both vendors :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 07:59 AM
03-12-2008 07:59 AM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 09:06 AM
03-12-2008 09:06 AM
Re: HPVM in RX6600 - How to configure multipathing with Veritas
Cos Symantec don't support it:
http://docs.hp.com/en/T2767-90114/ch08s04.html
I expect this is a 'not tested' scenario. Unlike other multi-pathing solutions like HP Secure Path or EMC PowerPath, DMP is designed for one application only - VxVM, and I expect Symantec don't intend for anything apart from VxVM to use it - they therefore probably reserve the right to chnage the interface between DMP and VxVM, and if you go using it for something else something might get broken.
That's my best guess of the situation - regardless of whether it works or not it isn't supported so use at your own risk.
All these issues will hopefully go away when we finally get to use 11iv3 as the VM host and use native MPIO (hopefully later this year).
HTH
Duncan
I am an HPE Employee
