This section tells how to create a sample private container and provides instructions for completing the following task:
To create a container with the EVMS GUI, follow these steps:
Select
-> -> to see a list of plug-ins that support container creation.Select the
.Click
.The next dialog window contains a list of storage objects that the CSM can use to create a container.
Select sdd, sde, and sdf from the list.
Click
.In the first pull-down menu, select the "Node Id" of the cluster node that owns this container (
). Select "Storage Type" as from the second pull-down menu.Enter the name Priv1 for the Container Name.
Click
.A window opens that displays the outcome.
Commit the changes.
To create the private container with the Ncurses interface, follow these steps:
Select
-> -> to see a list of plug-ins that support container creation.Scroll down with the down arrow and select Cluster Segment Manager by pressing spacebar. The plug-in you selected is marked with an "x."
Press Enter.
The next submenu contains a list of disks that the Cluster Segment Manager finds acceptable to use for the creation of a container.
Use spacebar to select sdd, sde, and sdf from the list. The disks you select are marked with an "x."
Press Enter.
On the Create Storage Container - Configuration Options menu, press spacebar on the Node Id, which will provide a list of nodes from which to select.
Press spacebar on the node node1 and then press Enter.
Scroll down with the down arrow and press spacebar on the Storage Type. A list of storage types opens.
Scroll down with the down arrow to
and press spacebar.Press Enter.
Scroll down with the down arrow to
and press spacebar.The Change Option Value menu opens and asks for the Container Name. Type in the name of the container as Priv1, and press Enter.
Press Enter to complete the operation.
An operation to create a private cluster container with the CLI takes three parameters: the name of the container, the type of the container, and the nodeid to which the container belongs.
On the CLI, type the following command to create the private container Priv1:
create: container,CSM={name="Priv1",type="private",nodeid="node1"},sdd,sde,sdf |