9 Legend

 • 

20.4K Posts

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

4 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

4 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

No Events found!

Top