Hi,
- Here is a link to our docs where we provide Windows/Linux examples of how to execute IPMI via Cmd Line using token replacement:
docs.thinkboxsoftware.com/produc … l#examples
The key token you will need is this:
{SLAVE_IP}
to look like this:
../ipmitool.exe -I lanplus –H {SLAVE_IP} –U username –P password chassis power soft
For reference, the following TOKENS are available here:
{SLAVE_NAME} is replaced with the current Slave’s hostname.
{SLAVE_MAC} is replaced with the current Slave’s MAC address.
{SLAVE_IP} is replaced with the current Slave’s IP address.
as explained here:
docs.thinkboxsoftware.com/produc … ne-startup
- Sorry, I don’t understand what you mean here? Security credentials for the monitor can be tied to your system account via this repo level setting:
docs.thinkboxsoftware.com/produc … r-security
as well as control which user account is used to execute remote commands and jobs.
Monitor Options allow you to start Monitor in Super-User by default:
docs.thinkboxsoftware.com/produc … or-options
if “Start In Super User Mode” is enabled.