AWS Thinkbox Discussion Forums

I have two questions to ask

  1. i want to wake on lan. but my slave’s bios has bug. cannot use wake on lan. i wake slave only use commandline. like this
    Ipmitool.exe -I lanplus –H 10.32.228.111 –U username –P Passwordchassis power soft
    i see in power management can run command to wake up slave.
    but, i must use diffent commandline to wake up each slave .
    how can i setting this?
    2.I would like to start the monitor input user name and password, rather than directly open the interface.
    I remember a setting that can be modified. where is it?

thank you very much

Hi,

  1. 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

  1. 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.

Privacy | Site terms | Cookie preferences