- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to select primary (perfomance) path
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
02-09-2005 06:15 PM
02-09-2005 06:15 PM
How to select primary (perfomance) path
fc 0 0/0/8/0/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Adapter
/dev/td0
fcp 0 0/0/8/0/0.8 fcp CLAIMED INTERFACE FCP Protocol Adapter
ext_bus 9 0/0/8/0/0.8.0.108.0 fcparray CLAIMED INTERFACE FCP Array Interface
target 7 0/0/8/0/0.8.0.108.0.0 tgt CLAIMED DEVICE
disk 63 0/0/8/0/0.8.0.108.0.0.0 sdisk CLAIMED DEVICE HP A6218A
/dev/dsk/c9t0d0 /dev/rdsk/c9t0d0
disk 65 0/0/8/0/0.8.0.108.0.0.1 sdisk CLAIMED DEVICE HP A6218A
/dev/dsk/c9t0d1 /dev/rdsk/c9t0d1
disk 67 0/0/8/0/0.8.0.108.0.0.2 sdisk CLAIMED DEVICE HP A6218A
/dev/dsk/c9t0d2 /dev/rdsk/c9t0d2
and
fc 1 0/0/10/0/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Adapter
/dev/td1
fcp 1 0/0/10/0/0.8 fcp CLAIMED INTERFACE FCP Protocol Adapter
ext_bus 8 0/0/10/0/0.8.0.110.0 fcparray CLAIMED INTERFACE FCP Array Interface
target 12 0/0/10/0/0.8.0.110.0.0 tgt CLAIMED DEVICE
disk 55 0/0/10/0/0.8.0.110.0.0.0 sdisk CLAIMED DEVICE HP A6218A
/dev/dsk/c8t0d0 /dev/rdsk/c8t0d0
disk 56 0/0/10/0/0.8.0.110.0.0.1 sdisk CLAIMED DEVICE HP A6218A
/dev/dsk/c8t0d1 /dev/rdsk/c8t0d1
disk 57 0/0/10/0/0.8.0.110.0.0.2 sdisk CLAIMED DEVICE HP A6218A
/dev/dsk/c8t0d2 /dev/rdsk/c8t0d2
During creation of VGs - how should I set primary link? Fox example, which link shoud be concidered as perfomance one: /dev/dsk/c9t0d0 or /dev/dsk/c8t0d0 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 06:23 PM
02-09-2005 06:23 PM
Re: How to select primary (perfomance) path
The first device that you assign to your volume group will be you primary path. The second of path of course would be the secondary.
You can use the "vgreduce vg?? /dev/dsk/c9t0d0"
Then add it again "vgextend vg?? /dev/dsk/c9t0d0"
Once you vgreduce /dev/dsk/c9t0d0, /dev/dsk/c8t0d0 will automatically be the primary path.
Regards,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 06:25 PM
02-09-2005 06:25 PM
Re: How to select primary (perfomance) path
/dev/dsk/c9t0d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 11:29 PM
02-09-2005 11:29 PM
Re: How to select primary (perfomance) path
I know HOW TO SET PRIMARY LINK, but how can I discover which link is really perfomance one? OK, I've got answer from HP support (RG1 -> Controller 1 of VA7410. So task is to determine which Tachion is connected to Controller 1 and which one is connected to Controller 2), so thread is closed.
Anyway thanx to all !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 01:29 AM
02-10-2005 01:29 AM
Re: How to select primary (perfomance) path
/opt/fcms/bin/fcmsutil /dev/tdN get remote all
to find out which hba is connected to which port of Your storage system.