Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1069

January 28th, 2015 04:00

CX4-480 SPB not responding

Hello all,

I had to change the IP adresses on our old CX4-480.

I used the following commands to change them:

/nasmcd/sbin/clariion_mgmt -stop

/nasmcd/sbin/clariion_mgmt -start -spa_ip 192.168.1.51 -spb_ip 192.168.1.52 -use_proxy_arp

nas_cs -set -ip4address 192.168.1.50 -ip4netmask 255.255.255.0 -ip4gateway 192.168.1.254

Something went obviously wrong with this. I´m able to ping CS0 and SPB. SPA is not reachable.

Here´s the output of some things I´ve tried already:

[root@CS0 nasadmin]# /nasmcd/sbin/clariion_mgmt -info

Public IP address for SPA: 192.168.1.51

Public IP address for SPB: 192.168.1.52

Start on boot            : yes

Current implementation   : Proxy-ARP

Status                   : Stopped

[root@CS0 nasadmin]# /nasmcd/sbin/clariion_mgmt -recover

Validating primary configuration file

Validating secondary configuration file

Checking if sp_info has valid SP IP addresses

Unable to recover the configuration files

Enter SPA Public IP address: 192.168.1.51

Enter SPB Public IP address: 192.168.1.52

Invalid SPA/SPB IP addresses. Do you want to try again (yes/no): no

Error 39: User has aborted.

[root@CS0 nasadmin]# /nasmcd/sbin/clariion_mgmt -recover -o

Validating primary configuration file

Validating secondary configuration file

Checking if sp_info has valid SP IP addresses

Error 44: Unable to recover the configuration files.

[root@CS0 nasadmin]# /nasmcd/sbin/clariion_mgmt -start

Error 35: Public IPs for SPA and SPB have already been setup.

I´ve no clue how to resolve this right now. Any ideas?

2 Posts

February 2nd, 2015 04:00

I´ve found the solution:

Do the following as root:

/nasmcd/sbin/clariion_mgmt -stop -skip_rules

Afterwards you can start the management with new IP addresses again.

/nasmcd/sbin/clariion_mgmt -start -spa_ip 192.168.1.51 -spb_ip 192.168.1.52 -use_proxy_arp

No Events found!

Top