To connect Viewpoint to Moab using the Viewpoint interface
A configuration form appears on the right.
Valid connection types are:
| Connection type | Description |
|---|---|
| ssh-password | A connection to the Moab server via SSH that requires password authentication. |
| ssh-key | A connection to the Moab server via SSH that requires private key authentication. |
| local | A local connection to Moab that operates through a shell. |
| process | A local connection to Moab that directly invokes commands. This is more secure than local, but disables some features in Viewpoint. |
| Setting | Description | Local type | SSH-password type | SSH-key type | Process |
|---|---|---|---|---|---|
| Public Key File | The path on the Viewpoint server to the public key file used for SSH authentication | N/A | N/A | Required | N/A |
| Host | The host name of the Moab server | N/A | Required | Required | N/A |
| User | The username used to connect to the Moab server | N/A | Required | Required | N/A |
| Password | The password used to authenticate | N/A | Required | N/A | N/A |
| Moab Path | By default, the $PATH variable will be searched for the Moab client commands. If you are unable to connect to Moab, try finding the client commands in /opt/moab/bin. | Optional | Optional | Optional | Optional |
| Key Passphrase | The private key passphrase used to authenticate | N/A | N/A | Required | N/A |
| Initial Connections | The number of Moab connections created when Viewpoint starts. The default is 1. | Optional | Optional | Optional | Optional |
| Maximum Connections | The maximum number of Moab connections allowed. The default is 10. | Optional | Optional | Optional | Optional |
| Port | The SSH port used to connect to Moab | N/A | Optional | Optional | N/A |
> service tomcat stop
> service tomcat start
Related topics