Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 User's Guide for Infrastructure Administrators (Resource Management)

12.2 Resource Pool Operations

This section explains how to perform resource pool operations.


Creating a Resource Pool

Use the following procedure to create resource pools.

  1. Right-click the root folder or a resource folder in the orchestration tree, and select [Create]-[Pool] from the popup menu.

    The [Create a Pool] dialog is displayed.

  2. To use this feature, the following settings must first be defined:

    Name

    Enter a name for the resource pool.
    Enter up to 32 characters beginning with an alphanumeric character (upper or lower case), and including alphanumeric characters (upper or lower case), underscores ("_"), or hyphens ("-").

    To enable the user to identify a resource pool, it is recommended that the resource pool is named based on its resource type, performance, or usage.

    Type

    Select the type of the resource pool.

    Priority

    Select the priority of the resource pool for automatically selecting a resource when creating an L-Server.
    Select a value between "1" and "10". Smaller values indicate a higher priority. "5" is selected by default.

    Label

    Enter a label for the resource pool.
    Enter up to 32 alphanumeric characters or symbols.

    Comment

    Enter any comments for the resource pool.
    Enter up to 256 alphanumeric characters or symbols.

  3. Click <OK>.

    The created resource pool is displayed in the orchestration tree.


Configuring Thin Provisioning Attributes for Storage Pools

Use the following method to configure thin provisioning attributes for storage pools.

Storage Location of the Definition File

[Windows]
Installation_folder\Manager\etc\customize_data

[Linux]
/etc/opt/FJSVrcvmr/customize_data

Definition File Name

pool.rcxprop

Definition File Format

thin_provisioning=pool1,pool2,...

thin_provisioning

Set the name of the storage pool to set thin provisioning attributes for.

Multiple storage pools can be specified. When specifying more than one, separate them using commas (",").
For a storage pool in a hierarchy, specify the name and the folder, using an absolute path.
For a storage pool directly under the orchestration tree, specify only its name.

Example

An example definition file is indicated below.

thin_provisioning=StoragePool/folder/StoragePool

Note

Whether or not a storage pool has thin provisioning attributes is determined when it is created.

When loading a definition file that was configured during creation of a storage pool, if the thin_provisioning key has been specified, a storage pool with thin provisioning attributes will be created.

If the thin_provisioning key has not been specified, a storage pool without thin provisioning attributes will be created.

Once a storage pool is created, thin provisioning attributes cannot be set nor cancelled for that storage pool even if the following operations are performed:

  • Modification of the value for the thin_provisioning key

  • Renaming of the storage pool

When creating a storage pool with thin provisioning attributes, the name of the storage pool to be created must be specified for the thin_provisioning key in the configuration file beforehand.


Modifying a Resource Pool

Use the following procedure to change resource pool configurations.

  1. Right-click the target resource pool in the orchestration tree, and select [Change Settings]-[Basic Information] from the popup menu.

    The [Change Setting for a Pool] dialog is displayed.

  2. Change the items you want to modify.

  3. Click <OK>.

    The resource pool setting information is modified.


Moving a Resource Pool

Use the following procedure to move a resource pool to another resource folder.

  1. Right-click the target resource pool in the orchestration tree, and select [Move to Folder] from the popup menu.

    The [Move a Pool] dialog is displayed.

  2. Select the destination resource folder.

  3. Click <OK>.

    The target resource pool is moved to the destination resource folder.

When using tenants to segregate resources, movement of resources may be limited.
For details, refer to "Chapter 13 Resource Folder and Tenant Operations".


Deleting a Resource Pool

Use the following procedure to delete resource pools.

When a resource pool is deleted, the resources in that resource pool are also deleted.
The following resources are unregistered from a resource pool:

It is recommended that you move the resources in the resource pool to another resource pool in advance.

  1. Right-click the target resource pool in the orchestration tree, and select [Delete] from the popup menu.

    The name of the resource pool to delete is displayed in the [Delete a Pool] dialog.

    If resources are registered in the resource pool to delete, a list of those resources is displayed in "All Resources". Confirm the list, and check the "Delete All Resources" checkbox.

  2. Click <OK>.

    The target resource pool is deleted.