- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: find multipath version or kernel module
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
09-17-2010 08:55 AM
09-17-2010 08:55 AM
find multipath version or kernel module
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 09:21 AM
09-17-2010 09:21 AM
Re: find multipath version or kernel module
Have a look at 'kcmodule'. see the manpages for more information:
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02259646/c02259646.pdf
Regards
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 09:42 AM
09-17-2010 09:42 AM
Re: find multipath version or kernel module
How would i see the driver on 11.11?
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 09:50 AM
09-17-2010 09:50 AM
Re: find multipath version or kernel module
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 10:16 AM
09-17-2010 10:16 AM
Re: find multipath version or kernel module
For 11.11 have a look at 'kmadmin(1M)'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 04:19 PM
09-17-2010 04:19 PM
Re: find multipath version or kernel module
If you need multipathing your disk array vendor probably has a optional software product for HPUX to provide the load balancing feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2010 02:08 PM
09-18-2010 02:08 PM
Re: find multipath version or kernel module
> I want to know if the vxdmp drivers are
> loaded on a HP-UX box. What command would
> give me that info?
swlist will show what version of (base-)vxvm is installed, can be vxvm 3.2 or vxvm 3.5 on hp-ux 11.11, and swlist will also show if the "full" vxvm product is installed.
# swlist|grep -i veritas
To check if vxvm was allready "setup", check if the vxconfigd daemon is running.
# ps -ef|grep vxconfigd
If the vxconfigd daemon is not running, vxvm was not yet "setup" and vxinstall needs to run, to get it setup.
I suppose the vxvm admin guide will take you through the vxinstall setup.
Afterwards, the full vxvm license can be "crosschecked" with the command.
# vxdctl license
If it says "DMP (multipath enabled)" the full vxvm product is installed, if it says DMP (single path enabled) only base-vxvm is installed.
> I am pretty sure vxvm multipathing is not
> included in base vxvm so with LVM you can
> use pvlinks for failover to different
> paths.
Everything is included in the base-vxvm product. The full vxvm product is only a license file.
Greetz,
Chris