EXECUTION - General Knowledge
Unix activities can be executed in 2 different ways: via Windows Execution Agents or via Linux Execution Agents.
Using Windows Execution Agents:
- the Connection variable is mandatory and it is the output of a Connect To HP 3Par activity.
Using Linux Execution Agents:
- the Connection variable is not mandatory. Activities will be executed on the selected Linux agent and the results will be retrieved for the Linux machine where the execution agent is.
IMPORTANT! For 3PAR servers, the only execution option is the first one, by using the output of a Connect To HP 3Par activity.
Activities
3Par SSH Shutdown
This activity executes a 3Par SSH Shutdown.
Activity Parameters
The 3Par SSH Shutdown activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): SSH Connection. the output from the Connect To HP 3Par activity should be used.
- Reply (combobox editor type) (type: string): enter the command reply (confirmation for the desired action selected with Shutdown Type parameter) yes/no.
- Shutdown Type (combobox editor type) (type: string): choose the shutdown type.
- SSH Console Response Timeout (text box editor type) (type: Int32): enter the SSH Console response timeout. By default 8 seconds.
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: string): outputs the SSH command execution.
Connect To HP 3Par
This activity connects to a HP 3Par storage machine.
Activity Parameters
The Connect to HP 3Par activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Certificate (text box editor type) (type: string): the authentication certificate (OpenSSH, SSH Type).
- Certificate Path (text box editor type) (type: string): the authentication certificate file path (OpenSSH, SSH Type).
- Hostname / IP Address (text box editor type) (type: string): the DNS name or IP address of the SSH host.
- Passphrase (text box editor type) (type: string): the passphrase for the selected certificate.
- Passphrase Binding (text box editor type) (type: string): bind to a variable containing the encrypted passphrase for the certificate host. (This parameter is used only when the user wants to send an encrypted password from outside the workflow, for example Flowster Portal).
- Password (text box editor type) (type: string): the password for the provided username.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the SSH host. (This parameter is used only when the user wants to send an encripted password from outside the workflow, for example Flowster Portal).
- SSH Port (text box editor type) (type: int32): the SSH port.
- SSH Timeout (text box editor type) (type: int32): the SSH timeout (default 60 seconds).
- Username (text box editor type) (type: string): the username connect to the SSH host.
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: object): outputs a SSH connection.
HP 3Par Disconnect
This activity disconnects from HP 3Par storage machine.
Activity Parameters
The HP 3Par Disconnect activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): SSH Connection.