How do I start an NSP cluster?

Purpose

The following steps describe how to start the Kubernetes software in an NSP cluster.

Note: A leading # character in a command line represents the root user prompt, and is not to be included in a typed command.

Steps
 

Log in as the root user on the NSP deployer host.


Open a console window.


Enter the following:

/opt/nsp/NSP-CN-DEP-release-ID/bin/nspdeployerctl install –-deploy ↵

The NSP cluster starts.


Log in as the root user on the NSP cluster host.


Open a console window.


Enter the following periodically to display the Kubernetes cluster status:

kubectl get pods -A ↵

The NSP is operational when the status of each pod is Running or Completed.


When the NSP cluster is operational, close the console window.

End of steps