- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Secure Path with HP storage works
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-28-2003 03:08 PM
01-28-2003 03:08 PM
Have anyone works with Secure Path? The fundamental seems to be like Pvlinks, but the setup itself rather like SDD (IBM products). I have a question in regards to creation of a vg. In pvlinks, we create a vg and specified with controller will be our primary link..with this, will this work the same for the secure Path?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 03:43 PM
01-28-2003 03:43 PM
SolutionSo if that is your device, create the VG as you would normally, i.e.:
pvcreate /dev/rdsk/c8t0d0
mkdir /dev/vg61
mknod /dev/vg61 group c 64 0x0n0000 (n is unique)
vgcreate /dev/vg61 /dev/dsk/c8t0d0
And so on...
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 03:51 PM
01-28-2003 03:51 PM
Re: Secure Path with HP storage works
mknod /dev/vg61/group c 64 0x0n0000
John
(Let me know if you have other questions. We have been using secure path on HPUX since it was beta for HPUX...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 03:54 PM
01-28-2003 03:54 PM
Re: Secure Path with HP storage works
with pvlink, I guess i/o will reroute to the available path,
but still didn't change the device file...
so if I do vgdisplay , I would know just see one disk...
how did you set up yours?
....
can we set up pvlink using HGS
storage ????
---
how would it know which controller will be the preferred path on a particular disk?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 04:04 PM
01-28-2003 04:04 PM
Re: Secure Path with HP storage works
There should be no need to use pvlinks, just let secure path do it's thing. It can provide failover all the way back to the disks if you have 2 HBA's. It can also load balance at the Controller for the Storage Works. (Making it easier to read or write to disk with potentially less I/O waits.)
A 'spmgr display' will show you what luns you have, their paths, which HBA is active, etc. It is really slick.
This is how we implement: Our SAN guy serves up a lun, I do an 'ioscan -fnCdisk', and it sees the lun. Then you go to see what secure path sees in spmgr. After that, I create a vg, and lv's. It really it nice.
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 04:08 PM
01-28-2003 04:08 PM
Re: Secure Path with HP storage works
I have a standalone system, currently doesn't have secure path , what is the easiest way to add the Secure path on and add these existing device to Secure Path?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 04:20 PM
01-28-2003 04:20 PM
Re: Secure Path with HP storage works
and how is that related to the device ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 05:21 PM
01-28-2003 05:21 PM
Re: Secure Path with HP storage works
The driver is availble from the storageworks people. It is installed as SD packaged depot, but updates the kernel and forces a reboot. After the reboot, secure path activates.
http://h18000.www1.hp.com/products/sanworks/softwaredrivers/securepath/index.html has links to the secure path drivers and updates. (You have to match your servers environment and SAN firmware to the right SW package. look at the description before installing...)
Hope it helps.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 08:32 AM
01-29-2003 08:32 AM
Re: Secure Path with HP storage works
This is a bit off the track but can Secure Path 3.x be installed on a hpux 11.0 box that only has 1 hba?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 08:33 AM
01-29-2003 08:33 AM
Re: Secure Path with HP storage works
So like you said, instance_path has everythings on how one configure on the san...but if I run ioscan...i will see 4 instance path per device..is this correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 02:34 PM
01-29-2003 02:34 PM
Re: Secure Path with HP storage works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 02:37 PM
01-29-2003 02:37 PM
Re: Secure Path with HP storage works
John