Ansys RSM Cluster (ARC) command scripts are located in the following directories:
Windows commands:
%AWP_ROOT242%\RSM\ARC\tools\winx64
Linux commands:
$AWP_ROOT242/RSM/ARC/tools/linx64
Many of the commands have options that enable you to modify the operation of the command.
To view the available options for a command, simply type the command name with no command to run. For example:
C:\Program Files\ANSYS Inc\v242\RSM\ARC\tools\winx64>arcconfig node
Usage:
-? or -h: Display usage
In order to add a new execution node, simply start the execution node services on that host.
Modify execution node settings.
modify <machineName> <options> <arguments>
-mn <HostName> (Master machine name)
-c <Cores> (Max cores assignable - default 'all')
-r m:25[b|kb|mb|gb|tb] (Max memory assignable - default mb)
-r d:30[b|kb|mb|gb|tb] (Max disk assignable - default mb)
-r d:30tb,m:40b (Multiple resource assignments)
Basic job-related commands like arcsubmit and arcstatus are used in both single- and multi-node ARC setups. Additional commands are available for administrators who would like to further customize an ARC configuration.
The following sections provide details about how each command is used, and the options available for command execution:
- 4.6.1. Installing ARC Cluster Services on Windows (installservice)
- 4.6.2. Uninstalling ARC Cluster Services on Windows (uninstallservice)
- 4.6.3. Installing ARC Cluster Services on Linux
- 4.6.4. Uninstalling ARC Cluster Daemon Services on Linux (uninstall_daemon)
- 4.6.5. Commands for ARC Job Management
- 4.6.6. Configuring ARC Cluster Nodes (arcconfig node modify)
- 4.6.7. Displaying Resource Availability on ARC Nodes (arcnodes)
- 4.6.8. Configuring ARC Queues (arcconfig queue)
- 4.6.9. Displaying the Status and Details of ARC Queues (arcqueues)
- 4.6.10. Caching Credentials for Cluster Job Submission (arccredentials)
- 4.6.11. Migrating an ARC Setup from a Previous Version (arcconfig migration)