Business Continuity Manager tool connTest.sh helps comprehensively test the connectivity to a managed Teradata system. This tool includes the proxycheck tool that was previously used.
- Run the following command to test connectivity.Usage: /opt/teradata/bcm/scripts/connTest.sh -s <TDPID Or Gateway hostname> (-u <system user> (-P <password> or -L <PEM file location>)) (-f|--force)Example:<bcm1>:/opt/teradata/bcm/scripts/connTest.sh -s <td1>
The following is checked after the test is run.
Basic connectivity |
|
Local proxy configuration |
|
Remote proxy configuration |
|
- When both the -P <password> and -L <PEM file location> options are provided, the PEM file is prioritized.
- Place the -f | --force option last as it enforces the execution of all available checks.
- If you are using a PEM file, make sure it is owned by the 'teradata' user and has permissions 600.
- If connecting to database nodes with a non-root user (Example: ec2-user), make sure the user has sudo access.