- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE 3PAR StoreServ Storage
- >
- Network segment of remote copy SLD configuration
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
12-19-2014 12:36 AM
12-19-2014 12:36 AM
We are planning DR solution using remote copy SLD config with 4 controllers par 3par storage system.
I am wondering if it is necessary to assign subnet par 3par storage system.
If we must split subnet each 3par, there are 3 subnets(site A*2, site B*1) at least.
I could look only below two statements about restriction of subnet using remote copy in the user guide.
If you know anything else, could you let me know, please ?
===
The GigE interface and the management Ethernet port of an HP 3PAR StoreServ Storage system controller
node must be on different IP subnets.
Because the storage systems in the remote-copy configuration may be on different subnets, you must set
the gateways for each system.
===
I think that if we only have to do is keeping the rule of general TCP/IP, it is no particular restriction of remote copy.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2014 07:16 AM
12-19-2014 07:16 AM
SolutionRCIP addresses must not be in the same subnet(s) as the management addresses.
Example 1 - Each address in a different subnet:
System A1: mgmt 10.0.1.1/24 - RCIP1 10.1.1.1/24, RCIP2 10.2.1.1/24
System A2: mgmt 10.0.2.1/24 - RCIP1 10.1.2.1/24, RCIP2 10.2.2.1/24
System B1: mgmt 10.0.3.1/24 - RCIP1 10.1.3.1/24, RCIP2 10.2.3.1/24
Example 2 - Each site in a different subnet:
System A1: mgmt 10.0.1.1/24 - RCIP1 10.1.1.1/24, RCIP2 10.1.1.2/24
System A2: mgmt 10.0.1.2/24 - RCIP1 10.1.1.3/24, RCIP2 10.1.1.4/24
System B1: mgmt 10.0.2.1/24 - RCIP1 10.1.2.1/24, RCIP2 10.1.2.2/24
Example 3 - Management and RCIP in different subnets:
System A1: mgmt 10.0.1.1/24 - RCIP1 10.1.1.1/24, RCIP2 10.1.1.2/24
System A2: mgmt 10.0.1.2/24 - RCIP1 10.1.1.3/24, RCIP2 10.1.1.4/24
System B1: mgmt 10.0.1.3/24 - RCIP1 10.1.1.5/24, RCIP2 10.1.1.6/24
All are valid.
Note: While I work for HP, all of my comments (whether noted or not), are my own and are not any official representation of the company.
----------
If my post was useful, click on my KUDOS! "White Star" !
Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2014 11:52 PM
12-22-2014 11:52 PM
Re: Network segment of remote copy SLD configuration
Thanks for the help.