Previous Topic: Grid Meta Data BackupNext Topic: Specify Miscellaneous Grid Parameters


External Storage Options

You can set defaults for external storage for your grids. When you create a grid, this information displays on the Storage page of the Add Grid wizard.

You can also add, remove, or modify external storage for your grid at a later time. On the Storage tab of the Grid Properties page you can do the following:

Note: When you migrate volumes from local to external storage, you must execute manual commands to migrate controller and non-controller volumes.

Switch from Local to External Storage for a Grid

You can specify external storage for an existing grid that uses local storage. In earlier versions of the BFC, you could only specify external storage during the grid create process if you already set defaults on the Administration page. This process includes changing settings on the Storage tab of the Grid Properties page and executing commands to migrate your storage.

Follow these steps:

  1. Click Grids on the left menu.

    The Grids Overview pages opens.

  2. Double-click the Grid name you want to work with.

    The Grid Properties page opens, on the Servers tab.

  3. Click the Storage tab.
  4. On the External Storage drop-down box, select NFS.

    The values you defined on the Administration page, General tab display for the IP address and share name fields.

    You can accept the default entries or modify them.

  5. Click the Test button to verify your IP address and share name.
  6. Click Save and Reboot.

    Your values are saved and the grid reboots.

  7. When the grid returns to the running state, perform the manual steps to migrate your controller and non-controller volumes from local to SAN.

Restore Local Volume Storage for a Grid

You can restore local volume storage for a grid on which you specified external storage. You should migrate controller volumes using the shell commands before you change the settings in the Storage tab of the Grid Properties.

Follow these steps:

  1. Issue the following command on the primary grid server to migrate all controller volumes from SAN to local storage:
    vol relocate --all store=local
    

    This command stops the grid controller and migrates all controller volumes to local storage. It does not restart the grid controller.

  2. Reboot each grid server using the following command:
    reboot
    
  3. Migrate all non-controller volumes from SAN to local storage using this command:
    vol relocate --all --force store=local
    
  4. You can now use the BFC to reset the storage values for the grid. Click Grids on the left menu.

    The Grids Overview pages opens.

  5. Double-click the Grid name that you want to migrate from SAN to local storage.

    The Grid Properties page opens, on the Servers tab.

  6. Click the Storage tab.

    On the External Storage drop-down box, change NFS to None.

  7. Click Save and Reboot.

    You are prompted to confirm the operation. A confirmation dialog opens with more information, including the names of grids currently using the external storage. Select one of the following:

  8. Click OK to proceed.
Modify External Storage Values for a Grid

You can modify the specifications for external storage for a grid. When you save the values after making your changes, the grid stops. You then manually copy the grid-specific directory structure from the current NFS share to the new NFS share before you restart the grid.

Follow these steps:

  1. Click Grids on the left menu.

    The Grids Overview pages opens.

  2. Double-click the Grid name that you want to work with.

    The Grid Properties page opens, on the Servers tab.

  3. Click the Storage tab.

    Change the information in the External Storage IP or External Storage Share.

  4. Click Save and Stop.

    This action stops the grid. You are prompted to confirm your storage reconfiguration.

  5. Copy the directory structure for the grid from the current NFS share to the new NFS share. The Confirmation prompt displays the source and destination folders for the volumes. Make sure that the permissions of all of the files in the source and destination folders are the same. If they are not, modify the permissions with the following command:
    chown nfsnobody:nfsnobody -R <path of folder>
    
  6. After you copy the directory structure, restart the grid. In the Grid Overview page select the grid and then click Start on the Grid Actions menu.

    The new external storage settings are activated.

Migrate Volumes to Manage External Storage

When you switch from local to external storage you must perform some manual steps to migrate your controller and non-controller volumes.

Follow these steps: