Start a Conversation

Unsolved

This post is more than 5 years old

7935

June 7th, 2012 05:00

changing ip of cs and sp failing

we recently relocated our vnx5300 to our atlanta datacenter.  we had it shipped to our primary to replicate all data locally.  no i have it powered up and i am able to connect via serial.  i am trying to follow the steps in article emc279637.  i am getting errors at step 6 in the process.  i was able to change the cs ip address no problem and i am able to ping it, but the sp's still thing they are the old ip address and when i run /nas/sbin/clariion_mgmt -start -spa_ip 10.240.210.112 -spb_ip 10.240.210.113 it tell me the networks are inconsitent.  is there a step that is missing that can help  me get past this part?

block version - 05.31.000.5.709

file - 7.0.51-3

49 Posts

June 7th, 2012 06:00

this is the output from the nas_cs -info

[root@ATL nasadmin]# nas_cs -info

Host Name               = ATL

Version                 = 7.0.51-3

Location                = system:VNX5300:APM001205013462007|controlStation::0

Status                  = OK

Standby Location        =

Standby Status          =

IPv4 Address            = 192.168.12.160

IPv4 Netmask            = 255.255.255.0

IPv4 Gateway            = 192.168.12.1

IPv6 Address            =

IPv6 Gateway            =

DNS Domain              = us.bis.local

DNS Domain search order = us.bis.local

DNS Servers             = 10.10.103.40

Session Monitor Timeout = 0 Days

Session Idle Timeout    = 0 Minutes

NTP Servers             = 192.168.11.31

System Time             = Thu Jun 07 09:15:20 EDT 2012

49 Posts

June 7th, 2012 07:00

tried support chat yesterday, they looked at it for hours.  they dispatched it to field engineer.  last time we had to do this we had to wait a few weeks for someone to come out.  that is why i reached out to the community.

1 Rookie

 • 

20.4K Posts

June 7th, 2012 07:00

Get them on webex , I had similar issues when VNX first came out and we had to change SPs IP addresses.

1 Rookie

 • 

20.4K Posts

June 7th, 2012 07:00

this odd ..can you try support chat, we are missing something (hopefully simple)

49 Posts

June 7th, 2012 07:00

they were on a webex, you think i should try opening another case and get a new engineer?

49 Posts

June 7th, 2012 07:00

i started looking at article   emc275841  but still having problems, hopefully not causing any additional issues.

181 Posts

June 7th, 2012 07:00

Was a /nas/sbin/clariion_mgmt -stop run before you shut down and then tried to change the IPs?

1 Rookie

 • 

20.4K Posts

June 7th, 2012 07:00

definitely

49 Posts

June 7th, 2012 08:00

yes it was and it completed successfully

49 Posts

June 7th, 2012 10:00

no luck with the chat support, they wouldnt work on the issue again.  waiting for field support, not sure how long that is going to take,  they said they would page them again

49 Posts

June 7th, 2012 11:00

i did want to let you both know i can log into unisphere under the management ip but get a bunch of errors saying it cannot contact the sp's and the data is corrupt.

1 Rookie

 • 

20.4K Posts

June 8th, 2012 06:00

What a PITA , thank you for sharing the steps to resolve this.

49 Posts

June 8th, 2012 06:00

yes that is correct, richmond still things its 10.10.103.X  the atlanta one that i moved connected to richmond just find b/c the ip didnt change from that direction.

49 Posts

June 8th, 2012 06:00

thanks,  one last question.  on my richmond vnx, its still seeing the old atlanta vnx ip's is there a command i can run to get it to update?

49 Posts

June 8th, 2012 06:00

ISSUE RESOLVED!!!!!!!!!!!!!!!!!!!

After a long battle with this yesterday I was able to resolve the issue on my own.  (im still waiting on that call from the field engineer) it was a combination of things that allowed me to fix it.

Emc279637 is the article I started with to change my cs and s pip addresses.  Step 6 is where I was having a problem.  The Clariion_mgmt –start command was failing.

From there these are the things I needed to do in order to get the array back in a stable state

  • - Default route was missing with new gateway - /sbin/route is the command to help with this
  • - Ran the following command on each sp(replacing with correct ip’s) –(emc article emc275841 helped me with this)
    • /nasmcd/sbin/naviseccli -t 60 -user sysadmin -password sysadmin -scope 0 -h 128.221.253.201 networkadmin -set -ipv4 -address 10.6.12.81 -subnetmask 255.255.252.0 -gateway 10.6.12.1
  • - After the above command was run I still I was still not able to get the clarion_mgmt – start command to run it still failed with same error
  • - after a lot of troubleshooting, it became clear that my /sbin/route table and my /etc/host file were not correct.
  • - I tried modifying them to the correct settings but something kept resetting them back to the old ip’s, after a reboot I quickely changed them to the correct setttings
    • /etc/hosts – spa and spb entries had incorrect ip address
    • /sbin/route table was missing the host entries for spa and spb.  (A_serialnumber  * 255.255.255.255) is what it should look like in the table,  just replace the A with B for other entry)
  • - At this point I was able to run the following command to update the sym database directly(the following community discussion helped with the next few commands https://community.emc.com/message/433372)
    • /nas/bin/nas_storage -modify id=1 -network -spa 192.168.12.161 -spb 192.168.12.162
  • - Next I ran
    • nas_storage -m id=1 –security
  • - next I ran
    • nas_storage –c –a
  • - ALL OF THE ABOVE COMMANDS WHICH WERE FAILING NOW RAN SUCCESSFULLY
  • - Ran the following on both sp’s to verify its working
    • /nasmcd/sbin/naviseccli -t 60 -user sysadmin -password sysadmin -scope 0 -h 192.168.12.161 getagent
  • - Then ran the following 2 commands to reboot both sp’s
    • /nasmcd/sbin/naviseccli -t 60 -user sysadmin -password sysadmin -scope 0 -h 192.168.12.161 setcache -wc 0
    • /nasmcd/sbin/naviseccli -t 60 -user sysadmin -password sysadmin -scope 0 -h 192.168.12.161 rebootsp –both
  • - Once the sp’s rebooted I was able to log into unisphere and all of the errors I was seeing before with no communication with the sp’s had been resolved.  Everything is now functioning properly.

Thanks dynamox for your help with this, you helped to point me in the right direction.

No Events found!

Top