-
From the
Isight
Design Gateway
Edit menu, select
Preferences.
The
Preferences dialog box appears.
-
Expand the
Components folder on the left side of the
dialog box, and select
OS Command.
-
Click the
Grid
tab.
-
Click
Enable use of the Grid Plug-in.
If you select this option, you can configure how to run the
command on a compute grid from the OS Command (and Simcode) editors.
-
In the
Source for SSH-Grid Commands, select a source.
Selecting a source resets the options to show the commands, if
any, defined in the selected source. Once you click
OK, the defined commands are written to the
selected source, overriding the prior definitions.
When an SSH grid plug-in executes, it first finds the remote login
and file-copy commands for the selected SSH type from one of three sources.
These sources are read in a fixed order, using the commands from the first
source that defines them (if none are found, execution fails).
The sources are, as prioritized:
Option | Description |
---|
Custom Configuration
File |
If the local
Runtime Gateway
(or the
SIMULIA Execution Engine
station) was launched with the Java System property
fiper.grid.ssh.configfile
defined, commands are read from the file it names (if the file exists).
|
---|
User Preferences
File |
You can define SSH commands and store them in your personal
SIMULIA Execution Engine
preferences. If no custom configuration file is specified, commands are read
from preferences.
|
---|
System Configuration
File |
If no commands are found in a custom configuration file or
in your user preferences, commands are read from the file named
grid_ssh_config.txt in the
<Isight_install_directory> / <operating_system> /reffiles/SMAFIPconfig/
directory (if present).
|
---|
-
In the
Run Command text box, enter the tool name used
to perform remote login and run the OS Command under the given working
directory on the named remote host.
You can click
Browse to locate the tool. Specify the
Run Command and
Copy Command
for each protocol type.
You can enter command-line arguments after each tool name.
-
In the
Copy Command text box,
enter the tool name used to copy input and output files
between the current local working directory and the given working directory on
the named remote host. You can click
Browse
to locate the tool.
You can enter command-line arguments after each tool name. For
example, the
Copy command requires a flag to preserve a copied
file’s mode and permissions.
-
Click
OK to save your changes and to close the
dialog box.
|