- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- How to settup zoning on a 2/8 Swith in an msa 1000
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
07-02-2005 10:03 PM
07-02-2005 10:03 PM
How to settup zoning on a 2/8 Swith in an msa 1000
I configured the fully rundant msa 1000.
I need to create zoning on the first 4 ports of each internal san swith.
How Can I do it?
Can I do it with the webtool or do i have to use the telnet session...
Can some say me how I need to configure this.
Thanks al lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2005 10:21 PM
07-02-2005 10:21 PM
Re: How to settup zoning on a 2/8 Swith in an msa 1000
ftp://ftp.compaq.com/pub/solutions/enterprise/ha/lpg29155.pdf
Do you have a zoning license ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2005 10:57 PM
07-02-2005 10:57 PM
Re: How to settup zoning on a 2/8 Swith in an msa 1000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2005 11:29 PM
07-02-2005 11:29 PM
Re: How to settup zoning on a 2/8 Swith in an msa 1000
2 hba's in each server. HP MIO multipath installed.
2 HBA of a server connected each to one other SAN with.
Do I have to enable a zone on swith 1 and another zone to swith 2, each containing one of the two HBA's of each server cluster node?
Many thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2005 01:22 AM
07-03-2005 01:22 AM
Re: How to settup zoning on a 2/8 Swith in an msa 1000
What people usually do today is called 'host centric' zoning. It means you put each fibre channel adapter in its own zone, together with the storage systems it likes to access.
Don't worry - a single port can be in multiple zones at the same time. Even if the zones overlap, there will be no traffic between them.
How I usually do it:
- use the 'switchShow' command to obtain the port WWNs
- create an alias name for each WWN
> alicreate "aMSA1_C1","50:08:05:f3:00:04:ab:cd"
> alicreate "aSVR1_P1","10:00:00:00:c9:38:ab:cd"
> alicreate "aSVR2_P1","10:00:00:00:c9:38:de:de"
...
-- should a WWN change, e.g. due to an adapter replacement
-- I just change the alias name
> aliadd "aSVR1_P1","10:00:00:00:c9:38:fe:fe"
> aliremove "aSVR1_P1","10:00:00:00:c9:38:ab:cd"
- create the zones using the alias names
> zonecreate "zSVR1_P1__MSA1_C1","aSVR1_P1;aMSA1_C1"
...
- put the zones into a configuration and activate it
> cfgcreate "cRUN","zSVR1_P1__MSA1_C1"
> cfgadd "cRUN","zSVR2_P1__MSA1_C1"
> cfgsave
> cfgenable "cRUN"
(A 'configuration' is a predefined set of zones)
--
You can certainly try this for fun and/or education, but in this configuration you don't really need to set up zoning.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 05:39 PM
07-07-2005 05:39 PM
Re: How to settup zoning on a 2/8 Swith in an msa 1000
id setup two seperate switches configs and plug controller a into both switches and controller b into both switches
Then plug server into each swtich.
zone each server port to see the two storage ports on each switch.
That way everything is redundant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 05:47 PM
07-07-2005 05:47 PM
Re: How to settup zoning on a 2/8 Swith in an msa 1000
a single MSA controller has only one (1) host port - you cannot plug it into
'both switches'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 05:38 PM
07-13-2005 05:38 PM