snl_test
Purpose:
-
Get a single variable from a remote node using the connection server.
Enter:
-
snl_test <variable_label> <hostname>
Where:
-
variable_label
Specify a valid CyFlex variable label on the remote node.
hostname
Specify the hostname or IP address of the remote node.
Example:
-
snl_test hour101 ctclfnode9
The above fetches the value of the hour101 variable from ctclfnode9 and prints it to stdout
Notes:
-
Ensure the connection server is running on both the local and remote systems for successful operation.