Thursday, December 15, 2016




To reinitialize the VNXe system:


Procedure 
1. 
Click Settings > Service System.

2. 
Under System Components, select Storage System.

3. 
Under Service Actions, select Reinitialize.

4. 
Click Execute service action.

5. 
In the confirmation dialog box, click OK to start reinitializing the system.

6. 
Wait 90 to 120 minutes while the system is reinitialized. You can safely close Unisphere while the process is running.
When system reinitialization has completed, the system reboots and is ready to be configured.
7. 
Use the Connection Utility to establish an initial network connection to the VNXe system.

8. 
Log in to Unisphere and run the Configuration Wizard to reconfigure the system. If the system contains optional I/O modules, you must commit these modules before the ports associated with them are available for configuring Storage Servers. For information, refer to Commit system I/O components.


Explained Version

A re-initialization executes a factory reset of the system (including re-imaging solid state drives [SSDs], reinit Backend, reset Counters, and the like). Both storage processors (SPs) need to be in service mode. A re-initialization will also reboot to move both SPs from service mode to normal mode. Re-initializing destroys all system configuration settings and stored data on the VNXe system. A re-initialization can take 90 to 120 minutes to complete.
In order to re-initialize the SPs they should be first put into Service Mode. Here are the steps to put them in Service mode.
  1. In your Web browser, logon to VNXe Unisphere.
  2. Click Settings > Service System.
  3. Enter the Service password and click OK to log in to the Service System page.
  4. Select a Storage Processor under Service Action and select Enter Service Mode.
  5. Click Execute Service Action.
  6. Wait 5-10 minutes while the SP  restarts in Service Mode.
  7. Repeat the steps for the other SP.
After both SPs are in Service Mode, re-initialize by following these steps:
  1. Connect to VNXe through a web browser and log on to VNXe. (In the logon screen you will only see the prompt for password. Since both SPs are in service mode, you can log on only using service account.)
  2. Enter the Service password and click OK to log in to the Service System page.
  3. Select Storage System under Service Action.
  4. Select Reinitialize and Click Execute Service Action.
  5. Next you are prompted to Collect Service Data. If you select "Yes," the service data will be collected to an archive file that you can save locally.
  6. If you decided to save the archive, please wait until download completes.
  7. Now press the "Yes" button to begin the re-initialization process.
  8. Wait 90-120 minutes while both the SPs re-initialize to factory settings and the SP will reboot in normal mode. (When both SPs are ready for reconfiguration, the alert LED on both SPs will be steady blue.)

After re-initializing:
  • Configuration - Once re-initializing is complete, the system will boot back up. You must run the Connection Utility to reset the Management IP address, and then go through the Configuration Wizard as if it were a new installation. The Connection Utility can be downloaded from VNXe product page on Powerlink.
     
  • Restore - No one-step restore procedure is available for all VNXe configurations that you had before re-initializing. Configuration settings can be backed up from the Service page. A Save Configuration button allows you to save the configuration to a file.  However, there is no way to restore this configuration automatically or manually. This "save config" text file is provided to be a guide for the administrator to manually recreate the setup.  By referring to this text file all configurations should be done manually by the administrator and all data should be restored from backup media.
     
  • Licensing - You will have to reload the license keys during the reconfiguration. You can either go to the license page on EMC Online Support and download the keys or use the saved keys that you might have received from an email earlier.
Save the system configuration:
Save details about the current system configuration settings to a local file. The configuration details include information about:
  • System specifications
  • Users
  • Installed licenses
  • Storage resources
  • Storage servers
  • Hosts
Your service provider can use this file to assist you with reconfiguring your system after a major system failure or system re-initialization. You can also use this file to keep a record of system configuration changes. Save the configuration settings after each major configuration change to ensure you have a current copy of the file.
Only details about your system configuration are saved to the file. You cannot restore your system from this file.
To save system configuration details:
  1. Click Settings > Service System.
  2. Enter the Service password to access the Service System page.
  3. Under System Components, select Storage System.
  4. Under Service Actions, select Save configuration.
  5. Click Execute service action.
  6. Wait a few minutes for the Save dialog box to appear.
  7. In the Save dialog box, select a location to save the file, such as your desktop or an external storage location.
  8. Click Save to save the file to the specified location.
Save the file to a safe location, ideally on a system other than your storage system, in the event that you cannot retrieve the file from your storage system.
Reinitialize through CLI (SSH or serial console):
For some reason if you cannot access the GUI console and want to re-initialize through command line you can use the following procedure.  If you can connect through SSH then you will be able to connect through GUI, so practically you might have to connect through serial console cable to do this.
  1. Put both SPs into service mode. Connect serial cable to each SP one by one and issue these commands. (Use service as username and service password to log on.)

    svc_rescue_state -s

    svc_shutdown -r
  2. Once both SPs are in service mode, issue following command on any ONE SP.
svc_reinit
It takes around 90 to 120 minutes to complete. Follow the same process as mentioned above to reconfigure.

Change VNX SP IP address


1) List the IPs first using the Naviseccli tool



C:\Users\ageorge>naviseccli -h 10.110.81.238  -User sysadmin -Password sysadmin -Scope 0 networkadmin -get -sp b 


Storage Processor:                  SP A
Storage Processor Network Name:     VNX5600-62L-SPA

Port ID:                            0
Management Port Settings:
Link Status:                        Link-Up
Current Speed:                      1000Mbps/full duplex
Requested Speed:                    Auto
Auto-Negotiate:                     YES
Capable Speeds:                     10Mbps half/full duplex
                                    100Mbps half/full duplex
                                    1000Mbps full duplex
                                    Auto

Virtual Port ID:                    0
VLAN ID:                            Disabled
Storage Processor IP Mode:          Manual
Storage Processor IP Address:       10.110.81.233
Storage Processor Subnet Mask:      255.255.255.0
Storage Processor Gateway Address:  10.110.81.1
Storage Processor IPv6 Mode:                Disabled


2) Note down the new IP and Issue the command below.



C:\Users\ageorge>naviseccli -h 10.110.81.233  -User sysadmin -Password sysadmin
-Scope 0 networkadmin -set -ipv4 -address 10.110.81.239 -subnetmask 255.255.255.
0 -gateway 10.110.81.1

Changing the IPv4 Address on SP B, Port 0, Virtual Port 0 from 10.110.81.233 to
10.110.81.239
Changing the IPv4 Subnet Mask on SP B, Port 0, Virtual Port 0 from 255.255.255.0
 to 255.255.255.0
Changing the IPv4 Gateway Address on SP B, Port 0, Virtual Port 0 from 10.110.81
.1 to 10.110.81.1
This operation will cause a management server restart!
Do you wish to continue? (y/n) y


C:\Users\ageorge>ping 10.110.81.239

Pinging 10.110.81.239 with 32 bytes of data:
Reply from 10.110.81.239: bytes=32 time<1ms TTL=128