This section tells how to convert a sample shared container to a private container and provides instructions for completing the following task:
Example 14.4. Convert a shared container to private
Given a system with a shared storage container
Shar1
, convertShar1
to a private storage container owned by nodenode1
(wherenode1
is the nodeid of one of the cluster nodes).
Ensure that no application is using the volumes on the container of any node in the cluster.
Follow these steps to convert a shared cluster container to a private cluster container with the EVMS GUI:
Select
→ → to see a list of containers.Select the container Next.
and pressA Modify Properties dialog opens.
Change "Type" to "private" and the "Node" field to node1
. Click Modify.
A window opens that displays the outcome.
Commit the changes.
Follow these steps to convert a shared cluster container to a private cluster container with the Ncurses interface:
Select
→ →The Modify Container Properties dialog opens. Select the container
Shar1
by
pressing spacebar. The container you selected is marked with an "x."
Press Enter.
The Modify Container Properties - Configuration Options" dialog opens. Scroll down with the down arrow and press spacebar on the "Type" field.
Press spacebar.
The Change Option Value dialog opens. Select private
and press Enter.
The Modify Container Properties - Configuration Options dialog opens. Scroll down the list to down arrow and press spacebar.
with theThe Change Option Value dialog opens. Select node1
and press Enter.
The changed values now display in the Modify Container Properties - Configuration Options dialog. Press Enter.
The outcome of the command is displayed at the bottom of the screen.
Save the changes by clicking Save in the pulldown.