Lines Matching refs:command
195 """Execute a command via SSH.
201 :returns: tuple [stdout from command, returncode]
325 def _exec_ipmitool(driver_info, command):
326 """Execute the ipmitool command.
334 Solaris versions takes a list() as command paramater, and therefore
338 :param command: list() : the ipmitool command to be executed.
339 :returns: (stdout, stderr) from executing the command.
342 :raises: processutils.ProcessExecutionError from executing the command.
346 "command: '%s'" % (driver_info, command))
387 # 'ipmitool' command will prompt password if there is no '-f'
395 cmd_args = cmd_args + list(command) # Append list, don't split
433 :raises: IPMIFailure if ipmitool command fails
1330 # Send console start command
1880 reason=_("Unable to locate usable ipmitool command in "