15.6. Example: deport a private or shared container

When a container is deported, the node disowns the container and deletes all the objects created in memory that belong to that container. No node in the cluster can discover objects residing on a deported container or create objects for a deported container. This section explains how to deport a private or shared container.

Example 15-5. Deport a cluster container

Given a system with a private or shared storage container named c1, deport c1.

15.6.1. Using the EVMS GUI

To deport a container with the EVMS GUI, follow these steps:

  1. Select Actions->Modify->Container.

  2. Select the container csm/c1 and press Next.

    A Modify Properties dialog opens.

  3. Change "Type Field" to "deported." Click Modify.

    A window opens that displays the outcome.

  4. Commit the changes.

NoteNOTE
 

If the deported container was a shared container, quit the GUI and then run evms_activate on each cluster node. This operation will be automated in a future release of EVMS.

15.6.2. Using Ncurses

To deport a container with Ncurses, follow these steps:

  1. Scroll down the list with the down arrow to Modify. Press Enter.

    A submeny is displayed.

  2. Scroll down until Container is highlighted. Press Enter.

    The Modify Container Properties dialog opens.

  3. Select the container csm/c1 by pressing spacebar. The container you selected is marked with an "x."

  4. Press Enter.

    The Modify Container Properties - Configuration Options dialog opens.

  5. Scroll down and press spacebar on the "Type" field.

  6. Press spacebar.

    The Change Option Value dialog opens.

  7. Type deported and press Enter.

    The changed value is displayed in the Modify Container Properties - Configuration Options dialog.

  8. Press Enter.

    The outcome of the command is displayed at the bottom of the screen.

  9. Commit the changes by clicking Save in the Actions pulldown.

NoteNOTE
 

If the deported container was a shared container, quit Ncurses and then run evms_activate on each cluster node. This operation will be automated in a future release of EVMS.

15.6.3. Using the CLI

To deport a container from the CLI, execute the following command at the CLI prompt:


modify: csm/c1,type="deported"

NoteNOTE
 

If the deported container was a shared container, run evms_activate on each cluster node. This operation will be automated in a future release of EVMS.