Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

32064

June 10th, 2009 07:00

ERROR clariion_mgmt -start ххх -use_proxy_arp

Hello all!
We have Celerra NX4 with one Data Mover.
We wish to change IP addresses SPA and SPB on storage system. It is necessary therefore that the storage system was in our internal network (192.168.ххх.ххх) instead of used standard IP addresses like as 128.221.ххх.ххх

As I know, it's necessary to resolve proxy-ARP, but when I used command:
/nasmcd/sbin/clariion_mgmt -start -spa_ip 128.221.ххх.ххх -spb_ip 128.221.ххх.ххх -use_proxy_arp
there was an error:
Error 11: Invalid public IP address for SPA.
If I used:
/nasmcd/sbin/clariion_mgmt -start -spa_ip 128.221.ххх.ххх -spb_ip 128.221.ххх.ххх -use_nat
Error 11: Invalid public IP address for SPA.

when i used:
/nasmcd/sbin/clariion_mgmt -info
Error 12: Not configured

/nasmcd/sbin/clariion_mgmt -stop
Error 36: Public IPs for SPA and SPB have not been setup.


I do not understand in what a problem. Have you any ideas?

2 Intern

 • 

20.4K Posts

June 11th, 2009 04:00

ok, so if you are trying to switch to 192.168.x network then your command should specify IP addresses you want to assign to your SPs ..not what's currently assign to them. With Proxy ARP enabled on the backend storage array storage processors have their IP addresses set to be in the same subnet as the Control Station's external network interface, while still wired to the Control Station's private network. The Control Station acts as a bridge and forwards network (Ethernet) packets from the public network to the backend storage array SPs. So you have to make sure that control station is on the same 192.168.x network as what you are trying to change your SPs to. In this example i have my control station assigned ip address 192.168.10.3 and i am changing SPA and SPB to 10.1 and 10.2

/nasmcd/sbin/clariion_mgmt -start -spa_ip 192.168.10.1 -spb_ip 192.168.10.2 -use_proxy_arp

17 Posts

June 10th, 2009 08:00

I didn't change SPs IP on storage system. But I tried to configure the file /etc/hosts
Also I edited /nas/site/sp_info
I used one of articles, but then after this error have returned an initial condition of the files

17 Posts

June 10th, 2009 08:00

when i used command:
clariion_mgmt -start -spa_ip 128.221.xxx -spb_ip 128.221.xxx -use_proxy_arp
there was an error:
Error 11: Invalid public IP address for SPA.

2 Intern

 • 

20.4K Posts

June 10th, 2009 08:00

don't modify files manually. You need to use the procedure that will do it for you. Take a look at this solution:

emc174327

2 Intern

 • 

20.4K Posts

June 10th, 2009 08:00

are you trying to move SPs to 192.168.x network ?

2 Intern

 • 

20.4K Posts

June 10th, 2009 10:00

can you post output from "cat /etc/hosts | grep -i clariion" ..before you made manual changes to it.

8.6K Posts

June 10th, 2009 11:00

I would suggest to open a service request and ask EMC customer service to fix it - preferrably through dialin or Webex

17 Posts

June 10th, 2009 22:00

there is output:
[nasadmin@nx4cs ~]$ cat /etc/hosts | grep -i clariion
128.221.252.200 A_SL7Exxx SPA # CLARiiON SP
128.221.253.201 B_SL7Exxx SPB # CLARiiON SP

17 Posts

June 11th, 2009 01:00

colleague! In what there can be a problem
Error 11: Invalid public IP address for SPA.

17 Posts

June 11th, 2009 04:00

[nasadmin@nx4cs ~]$ cat /etc/hosts | grep -i data_mover
128.221.252.1 server_1 #DART_data_mover_1
128.221.252.2 server_2 #DART_data_mover_2
128.221.252.3 server_3 #DART_data_mover_3
128.221.252.4 server_4 #DART_data_mover_4
128.221.252.5 server_5 #DART_data_mover_5
128.221.252.6 server_6 #DART_data_mover_6
128.221.252.7 server_7 #DART_data_mover_7
128.221.252.8 server_8 #DART_data_mover_8
128.221.252.9 server_9 #DART_data_mover_9
128.221.252.10 server_10 #DART_data_mover_10
128.221.252.11 server_11 #DART_data_mover_11
128.221.252.12 server_12 #DART_data_mover_12
128.221.252.13 server_13 #DART_data_mover_13
128.221.252.14 server_14 #DART_data_mover_14
128.221.252.15 server_15 #DART_data_mover_15
128.221.252.16 server_16 #DART_data_mover_16
128.221.253.1 server_1b #DART_data_mover_1
128.221.253.2 server_2b #DART_data_mover_2
128.221.253.3 server_3b #DART_data_mover_3
128.221.253.4 server_4b #DART_data_mover_4
128.221.253.5 server_5b #DART_data_mover_5
128.221.253.6 server_6b #DART_data_mover_6
128.221.253.7 server_7b #DART_data_mover_7
128.221.253.8 server_8b #DART_data_mover_8
128.221.253.9 server_9b #DART_data_mover_9
128.221.253.10 server_10b #DART_data_mover_10
128.221.253.11 server_11b #DART_data_mover_11
128.221.253.12 server_12b #DART_data_mover_12
128.221.253.13 server_13b #DART_data_mover_13
128.221.253.14 server_14b #DART_data_mover_14
128.221.253.15 server_15b #DART_data_mover_15
128.221.253.16 server_16b #DART_data_mover_16

2 Intern

 • 

20.4K Posts

June 11th, 2009 04:00

can you also post output from:

cat /etc/hosts | grep -i data_mover

17 Posts

June 11th, 2009 06:00

Many thanks! It's all works!!!! :)

2 Intern

 • 

20.4K Posts

June 11th, 2009 06:00

You are welcome ..Пожалуста ;)

2 Intern

 • 

20.4K Posts

June 11th, 2009 07:00

Oops ..sorry. Forum is acting up.

Message was edited by:
dynamox

13 Posts

March 9th, 2011 11:00

I guess the command will also change the datamover internal ip addresses ? and to which one ?

No Events found!

Top