Activities
- Connect to IPMI
- Disconnect from IPMI
- Get Chassis State
- Get Device ID
- Get PowerOn Hour
- Get Sensor Reading
- Get User Privilege
- Get Users
- Set PowerOn Time
- Set Power Restore Policy
- Set Power State
- Set Channel Access
- Set User Access
- Set User Password
Connect To IPMI
This activity connects to the specified IPMI account and outputs a IPMI client connection. Intelligent Platform Management Interface.
Activity Parameters
The Connect to IPMI activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Password combo box control): the password for the provided username.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster Portal).
- Server Name (text box editor type) (type: string): the IPMI server name.
- Username (text box editor type) (type: string): the username for authentication.
The Read Only Output variable are the possible output values that the activity will provide:
- Connection (type: object): outputs a IPMI connection. The output of this activity should be used as Input for all Connection parameters used for all activities placed under IPMI category.
Disconnect from IPMI
This activity disconnects from the specified IPMI, Intelligent Platform Management Interface account.
Activity Parameters
The Disconnect from IPMI activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: object): the output from a Connect to IPMI activity.