Previous page

Next page

Locate page in Contents

Print this page

Stage 1: Preparing to Mount the Cluster

To prepare for mounting the Parallels Cloud Storage cluster to the client:

  1. Log in to the server you want to act as a client as root or as a user with root privileges.
  2. Download and install the pstorage-libs-shared and pstorage-client RPM packages.

    These packages are available in the Parallels Cloud Server remote repository (this repository is automatically configured for your system when you install Parallels Cloud Server) and can be installed with this command:

    # yum install pstorage-client

  3. Create the directory to mount the Parallels Cloud Storage cluster to, for example:

    # mkdir -p /pstorage/pcs1

  4. Make sure that cluster discovery is configured in your network. For details, see Configuring Cluster Discovery .
  5. Authenticate the server in the cluster. This step is required only if the server where you are setting up the client has never been authenticated in the cluster before.

    For example, you can skip this step if this is the same server where you set up the first MDS server or some of the chunk servers. Otherwise, run the following command to authenticate the server in the cluster:

    # pstorage -c pcs1 auth-node

    Please enter password for cluster:

    During its execution, the command asks you for the password to validate the server. Type the password you specified when setting up the first MDS server and press Enter. pstorage then compares the provided password with the one stored on the MDS server, and if the passwords match, successfully authenticates the server.