- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Link from server to xp512
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-16-2001 10:43 PM
09-16-2001 10:43 PM
Link from server to xp512
How the link that the server have four FC card and connect to two FC switches and connect to xp512 ?
Can we do any load balancing for the four FC card in the server?
Let's said, I have card a,b,c,d.
I create card a for vg01 and card b is alternative.
Card b for vg02 and card c is alternative.
Card c for vg03 and card d ic alternative.
Card d for vg04 and card a is alternative.
Can above be configure ?
Any document that can be reference ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2001 11:05 PM
09-16-2001 11:05 PM
Re: Link from server to xp512
Check the load on the disks woth top, sar or glance. Take a look at the attached file.
It should give you and idea, how to spread the load across four channels.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2001 11:11 PM
09-16-2001 11:11 PM
Re: Link from server to xp512
Above can be configurable if you are able to see the LUNs on the selected cards.
For ex., you need to configure your LUN security for the LUNs appearing on the card a to be seen on card b. Or you can see all the LUNs appearing on all the cards so that it will flexible.
For ex., if the LUN security is configued such that you can see all the LUNs on all the interfaces like this
card-a card-b card-c card-d
c0t0d0 c1t0d0 c2t0d0 c3t0d0
c0t0d1 c1t0d1 c2t0d1 c3t0d1
c0t0d2 c1t0d2 c2t0d2 c3t0d2
Create vg01 with the LUN c0t0d0 and extend the volume group with the LUN c1t0d0.
Create vg02 with the LUN c1t0d1 and extend the volume group with the LUN c2t0d1
Create vg03 with the LUN c2t0d2 and extend the volume group with the LUN c3t0d1
Create vg04 with the LUN c3t0d2 and extend the volume group with the LUN c0t0d2
I hope you understood the logic.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2001 11:36 PM
09-16-2001 11:36 PM
Re: Link from server to xp512
Is the any way to configure the all the FC cards that link to the xp are load balancing ?
That's means for one vg , vg01 its using all the cards include the alternative card and no standby or alternate link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 09:45 AM
09-17-2001 09:45 AM
Re: Link from server to xp512
http://www.hp.com/products1/storage/disk_arrays/xpstoragesw/autopathxp/overview_features.html
Ovidiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 01:27 PM
09-17-2001 01:27 PM
Re: Link from server to xp512
I would go for extent level striping to balance the fiber channels loads. There is no otherway with the default LVM.
You need to go for auto path or Veritas Volume manager if you want automatic load balancing on the paths.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 07:58 PM
09-17-2001 07:58 PM
Re: Link from server to xp512
Can the auto path operate stand alone to manage the scsi card for load balansing ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 10:03 PM
09-17-2001 10:03 PM
Re: Link from server to xp512
NO! Autopath is customized for a specific hardware product (currently available for VA diskarray). If you want to use loadbalancing with HP-UX product independendly you need to have Veritas Volume Manager (is supported with HP-UX 11i..)
Hope that helps
-Oliver-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 11:08 PM
09-17-2001 11:08 PM
Re: Link from server to xp512
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2001 02:08 AM
09-24-2001 02:08 AM
Re: Link from server to xp512
You can plan your LVM layout as suggested by Sri so that every Logical Volume, note logical volume is apanning across the PVs from all the four controllers. that means you have to assign LUNs accordingly.. For example, you may assign 4 LUNs to 4 controllers and create a VG. then create LVs that can stripe across all the 4 PVs. You can repeat the same for all the LUNs. But it is not so flexible as Veritas Volume Manager. And also you can define alternate pathing in LVM level.i.e. One LUN is assigned to two paths. This would be just active/passive configuration only. As long as you can use all the 4 controllers concurrently, that is fantastic. When the redundancy comes in to picture during a failure of any controller, anyway the performance would degrade to little extent.
Samir