Browse Community
Help
Log In
Responses(5)
Solutions(0)
dynamox
9 Legend
•
20.4K Posts
0
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.
jithin
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
Rainer_EMC
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
Zhang_Jiawen
2 Intern
1.2K Posts
1
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
December 23rd, 2014 01:00
thats correct - however the original poster asked about creating a static route on the control station
Dell Support Resources
View All
Top
dynamox
9 Legend
•
20.4K Posts
0
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.
jithin
91 Posts
0
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
Rainer_EMC
4 Operator
•
8.6K Posts
0
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
Zhang_Jiawen
2 Intern
•
1.2K Posts
1
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
Rainer_EMC
4 Operator
•
8.6K Posts
0
December 23rd, 2014 01:00
thats correct - however the original poster asked about creating a static route on the control station