Validating the Analytics Environment Deployment

Overview of Validating

You have at least two methods to validate your SAS High-Performance Analytics environment deployment:

Use simsh to Validate

To validate your SAS High-Performance Analytics environment deployment by issuing a simsh command, follow these steps:
  1. Log on to one of the machines in the analytics cluster.
  2. Enter the following command:
    /HPA-environment-installation-directory/bin/simsh hostname
    This command invokes the hostname command on each machine in the cluster. The host name for each machine is printed to the screen.
    You should see a list of known hosts similar to the following:
    myblade006.example.com: myblade006.example.com
    myblade007.example.com: myblade007.example.com
    myblade004.example.com: myblade004.example.com
    myblade005.example.com: myblade005.example.com
    

Use MPI to Validate

To validate your SAS High-Performance Analytics environment deployment by issuing a Message Passing Interface (MPI) command, follow these steps:
  1. Log on to the root node using the SAS High-Performance Analytics environment installation account.
  2. Enter the following command:
    /HPA-environment-installation-directory/TKGrid/mpich2-install/bin/mpirun 
    -f /etc/gridhosts hostname
    You should see a list of known hosts similar to the following:
    myblade006.example.com
    myblade007.example.com
    myblade004.example.com
    myblade005.example.com
    
Last updated: June 19, 2017