Verifying the Default Setup (Linux)

Verify the setup from the production CommServe host to ensure that the default components are installed and configured properly.

Command Center

  1. Login to the Command Center. For more information on logging in to the Command Center, see Accessing the Command Center.

  2. From the navigation pane, go to Manage > System.

    The System page appears.

  3. Click the CommServe LiveSync tile.

    The CommServe LiveSync page appears.

  4. Verify the following:

    1. Replication: By default, LiveSync replication are disabled.

      Enable the CommServe LiveSync feature which facilitates CommServe Recovery Using High Availability CommServe Host. For more information on enabling the LiveSync operation, see Enabling and Disabling CommServe LiveSync.

    2. Replication Frequency: By default, the synchronization frequency for LiveSync operations is set to 20 minutes. For more information on modifying the synchronization frequency, see Editing the Synchronization Frequency.

    3. Failover Nodes: The currently active and passive nodes are displayed.

    4. Connectivity: By default, the failover client (or the SQL clients) on the CommServe hosts are used as the proxy to connect to the CommServe.

      If necessary, you can setup an alternate route for client communication. For more information on setting up client communication, see Editing Client Communication With the CommServe.

      Important

      By default, network route are added to all the clients using the SQL clients in the CommServe hosts as the proxy. Make sure that all clients can communicate with the SQL client in the active CommServe, on the tunnel port.

    5. Alert: By default, the CommServe LiveSync alert is not setup. For more information on setting up this alert, see Setting Up Alerts.

    6. Default Subclient on the standby SQL Client: Verify that backups on the default subclient in the SQL Client associated with the standby CommServe host, is disabled.

Services

  1. Verify the status of the CommServe hosts using the following steps:

    1. Log on to either the production CommServe host, or the standby CommServe host.

    2. Open command prompt and navigate to the following folder associated with the SQL client:

      For example: /opt/commvault2/Base

    3. Execute the following command to view the status of the CommServe hosts:

      ./CvFailover -OpType GetFailoverConfig

      The status of the production and standby CommServe hosts will be displayed.

      Click here to view an example

      Verifying Status - Linux (1)

  2. View the services on the production CommServe host as follows:

    • Use the following command to view the services in Instance001:

      commvault -instance Instance001 list
      Click here to view a sample output

      Services on Instance1 on Production CS (1)

    • Use the following command to view the services in Instance002:

      commvault -instance Instance002 list
      Click here to view a sample output

      Services on Instance2 on Production CS (1)

  3. View the services on the standby CommServe host as follows:

    commvault -list
    Click here to view a sample output

    Services on Standby CS (1)

What to Do Next

OPTIONAL: Verify disaster readiness

Loading...