- Community Home
- >
- Storage
- >
- HPE SimpliVity
- >
- Simplivity Zones
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-18-2023 01:16 PM - last edited on 12-19-2023 05:15 AM by support_s
12-18-2023 01:16 PM - last edited on 12-19-2023 05:15 AM by support_s
Simplivity Zones
Hello, good morning
I am a bit confused about the simplivity zones.
Is it necessary that the cluster is Stretched or is it possible to configure zones without the Stretched configuration?
Currently I have a client with 4 nodes and has zones configuration, but I can not find a way to know if that cluster is Stretched.
Greetings,
- Tags:
- SimpliVity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 03:43 AM
12-19-2023 03:43 AM
Re: Simplivity Zones
Hi Yasha1004,
Stretched clusters provide even more protection, where service continues even with multiple HPE OmniStack host failures across a rack, lab, or even an entire site. In contrast, a non-stretched or local cluster has all nodes within the same location i.e in same physical locations or data centers.
Clusters with zones in SimpliVity do not have to be "Stretched." You can configure zones even if they are not stretched.
Here's how you can determine if your client's cluster with 4 nodes and zone configuration is stretched:
1. Stretched Clusters are supported with an even number of HPE OmniStack hosts. Hosts must be equally distributed in the two Availability Zones within the cluster. Stretched Clusters are not supported with an odd number of hosts.
2. Stretched Cluster configurations support up to 16 HPE OmniStack hosts.
3. Stretched cluster require low-latency connections between availability zones. The recommended max latency value is 2ms and a 10Gbps connection.
You may refer the below documentation and video links which explains in detail about Stretched Clusters and Availability Zones:
https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=a00131388en_us (From page no.53)
HPE SimpliVity - Stretch Clusters - Overview
https://support.hpe.com/hpesc/public/videoDisplay?videoId=vtc00000092en_us
HPE SimpliVity - Stretch Clusters - Configure
https://support.hpe.com/hpesc/public/videoDisplay?videoId=vtc00000095en_us
HPE SimpliVity - Stretch Clusters - Unconfigure
https://support.hpe.com/hpesc/public/videoDisplay?videoId=vtc00000091en_us
Hope you find it useful.
Regards,
Sanika.
If you feel this was helpful, please click the KUDOS thumb below. Also consider marking this as an "Accepted Solution", if the post has helped to solve your issue.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 11:54 PM - edited 12-20-2023 11:54 PM
12-20-2023 11:54 PM - edited 12-20-2023 11:54 PM
Re: Simplivity Zones
Hello @Yasha1004
Let me know if you were able to resolve the issue.
If you have no further query and you are satisfied with the answer then kindly mark the topic as Solved so that it is helpful for all community members.
Regards,
Sanika.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 07:09 AM - last edited on 09-16-2024 02:21 AM by support_s
07-05-2024 07:09 AM - last edited on 09-16-2024 02:21 AM by support_s
Re: Simplivity Zones
Hello,
following this thread I've a question about migrating from non-zoned cluster to a zoned configuration
with a cluster of 3 nodes on the same rack we'd like to move to a zoned configuration by adding a fourth node and a different rack in a different campus location.
So what would be the correct path to get to a zoned configuration?
thanks
- Tags:
- storage controller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2024 05:12 AM - last edited on 09-16-2024 02:21 AM by support_s
07-07-2024 05:12 AM - last edited on 09-16-2024 02:21 AM by support_s
Re: Simplivity Zones
In order to get to a zoned configuration, you may define Availability Zones where Zone 1 has 3 nodes and Zone 2 has new node.
Ensure low latency & high-bandwidth connection between zones.
Below are some steps that may help you:
1. Deploy the new node in the seperate rack using SimpliVity Deployment Manager & ensure the new node has the same software version as the existing cluster.
2. To create availability zone, run the command svt-zone-create --name <name of the zone>
(eg: svt-zone-create --name Zone1 , svt-zone-create --name Zone2)
3. To assign nodes to their respective zones, run the command svt-zone-assign --zone <name of the zone> --host <name of the host> i.e assign existing nodes to Zone1 and new node to Zone2
4. After configuration, finalize the planned zone configuration changes and make them effective by running the command svt-zone-realize --cluster <name of the cluster>. This automatically migrates VMs to comply with zone policies (might cause slight I/O performance impact)
5. Lastly, verify zone configuration using svt-cli commands or by logging in to vSphere client (GUI).
Hope this helps.
Regards,
Sanika.
If you feel this was helpful, please click the KUDOS thumb below. Also consider marking this as an "Accepted Solution", if the post has helped to solve your issue.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Tags:
- storage controller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 03:11 AM - last edited on 09-16-2024 02:20 AM by support_s
07-08-2024 03:11 AM - last edited on 09-16-2024 02:20 AM by support_s
Re: Simplivity Zones
Hello @Sanika
thanks for your support, I've got a question about this step
3. To assign nodes to their respective zones, run the command svt-zone-assign --zone <name of the zone> --host <name of the host> i.e assign existing nodes to Zone1 and new node to Zone2
We'd like to get to a situation with 2 nodes on each zone, so we'll assign two nodes each.
when we'll apply it I suppose that each VM might get one of its copy moved to the host in the separate zone.
Hopefully there will be a maximum of VM that gets moved at the same time, right ?
- Tags:
- storage controller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 11:40 PM
07-10-2024 11:40 PM
Re: Simplivity Zones
Yes, the svt-zone-assign command allows you to assign 2 nodes to each zone and a stretched cluster will have a copy of the VM on each availability zone.
But, in my opinion, it may not gurantee that every VM will have a copy automatically moved to the seperate zone. Zone realisation and defined policies are the key factors that determine VM movement and how VMs are distributed across zones.
In order to get further clarification and more accurate information on this, I would request you to contact HPE support.
Hope this helps.
Regards,
Sanika.
If you feel this was helpful, please click the KUDOS thumb below. Also consider marking this as an "Accepted Solution", if the post has helped to solve your issue.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 08:53 PM
05-21-2025 08:53 PM
Re: Simplivity Zones
Hi,
I have a scenario:
Total hosts: 6 (even number)
DC Site 1 (AZ1): 3 hosts
DC Site 2 (AZ2): 3 hosts
Distribution: Equal across both availability zone
This case makes sense, right?
Hope to hear your response on this case!