Unsolved

This post is more than 5 years old

4 Posts

3872

February 11th, 2014 05:00

VNX Control Station static route configuration

Hello,

I have a VNX5400 in Unified configuration. I want to configure ESRS so we can have call home functionality. We have created a virtual server with Windows 2008 as recommended. Since the server will require internet access it is placed in our DMZ.

The SP's and the Control station are residing in network 10.6.24.0 the virtual server is with IP 10.7.143.9. The gateway for the network with CS's is 10.6.24.254.

My questions are:

1. How we can add this static route to the CS configuration?

2. How we can made this a permanent change (so if we reboot the CS to preserve that configuration)?

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

February 11th, 2014 05:00

CS is a linux box, so google how to set static routes on a Redhat box and it will work on CS.

91 Posts

February 17th, 2014 07:00

You can follow the steps mentioned in the EMC knowledge base article 13643 to add a default route on Celerra/VNX Control Station for a public network.

URL: https://emc--c.na5.visual.force.com/apex/KB_HowTo?id=kA0700000004J5g

Jithin

6 Operator

 • 

8.6K Posts

December 19th, 2014 06:00

Easiest way would be by configuring a default route

Otherwise if you just need a additional static network or host route just use the regular Linux commands.

If you have a dual CS setup don’t forget to also configure that on the standby CS

Rainer

2 Intern

 • 

1.2K Posts

December 22nd, 2014 23:00

To add a static route to the routing table entry on a Data Mover, use this command syntax:

$ server_route -add [host|net] [ ]

Examples:

To add a static host route on server_2, type:

$ server_route server_2 -add host 172.24.105.20 172.24.101.254

255.255.255.255

To add a static network route on server_2, type:

$ server_route server_2 -add net 172.24.107.0 172.24.101.254

255.255.255.0

6 Operator

 • 

8.6K Posts

December 23rd, 2014 01:00

thats correct - however the original poster asked about creating a static route on the control station

0 events found

No Events found!

Top