Bringing Up Clusters in the WebUI or CLI

When the deployment process is complete, bring up the Hedvig Storage Cluster in either the Hedvig WebUI or the Hedvig CLI.

Procedure

For the Hedvig WebUI:

  1. In any HTML5-compatible web browser, enter the login URL of any cluster node, using http or https.

    • http://<cluster_name>

    • https://<cluster_name>

    The default username is the name of the cluster. The default password is hedvig.

    To use HTTPS, see Enabling HTTPS Support for the Hedvig WebUI.

  2. The Cluster Watch displays the Hedvig Storage Cluster Nodes and Storage Proxies. For more information, see the Hedvig User Guide.

    Bringing Up a Cluster in the WebUI or at the CLI (1)

For the Hedvig CLI:

  1. Login to any storage cluster node as the root user:

    ssh root@<storage_cluster_node_FQDN>

    password: hedvig
  2. Type:

    scripts
    ./secured-cli.sh
    showcommands OR
  3. A list of all available commands is displayed. For more information, see the Hedvig Command Reference.

    Bringing Up a Cluster in the WebUI or at the CLI (2)

Loading...