Skip to content

Advanced Settings

Information for your product is always available from the installed documentation or from online resources. See the list (on the right) for the settings documented on this page.


Adjusting product settings

You may occasionally need to change or add properties to your product services. Properties are set in the Cluster Management console.

MSS dropdown menu

Follow these steps:

  1. Log in to the MSS Admin Console at https://hostname/adminconsole, and click Cluster Management from the drop-down menu.

  2. Click Services.

  3. Click the service of interest, and click ellipsis Edit Properties.

  4. Add or edit the key and value accordingly.

  5. After all properties are adjusted, redeploy the service.

Important

Be aware that redeploying services may affect end users who are accessing the service.


Kubernetes dashboard

The Kubernetes dashboard is a web-based interface where you can monitor applications running in a cluster, specify or modify resources, and troubleshoot issues.

To use the Kubernetes dashboard:

  1. Log into the MSS Admin Console at https://hostname/adminconsole.

  2. From the drop-down menu, click Cluster Management.

  3. Click Advanced.

  4. Slide the button to enable the dashboard.

  5. Copy the authentication token, click the URL, and paste the token into the field provided.

  6. Click Sign in.


Kubernetes configuration file

The KubeConfig file is available for advanced configuration purposes.

Click Download KubeConfig File from the Cluster Management > Advanced page to use with the Kubernetes command line tool, kubectl.


Shell into an application instance (pod) in Kubernetes

  1. Log in to the Kubernetes Dashboard.

  2. Under Workloads, click Pods.

  3. Use the Name column to locate the pod of interest, and click vertical ellipsis.

  4. Click Exec to use a shell to access the pod's file system.


Add Kubernetes tools to the environment (Linux installation)

Important

These steps only apply to a Linux installation. If you installed using the appliance, they do not apply.

By default, Kubernetes tools are not added to the system's environment. To simplify access to these tools, follow these steps:

Log in to the Linux host.

  cd /opt/opentext/csp/bin
  sudo -s
  . ./env.sh

Note

The first dot, known as the "dot operator", executes the script in the current shell instead of a subshell, ensuring that the current shell's environment is updated.


Enable the SSH service for the appliance

  1. Log into the Appliance Administration console using the root account at https://hostname:9443.

  2. Click System Services.

  3. Select SSH, and then from the Action menu, click Start.

    To automatically start the SSH service after system restarts, click Options, and Set as Automatic.

Back to top