Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examples are provided for clean shutdown using "ssh" or "expect" thanks to the "guest_shutdown.exp" script given as an example. See Tips and Tricks - Shutdown guests with Expect tool for more.

(question) "ssh" will require a trust to be created between the Linux server and the Tru64 or OpenVMS guest.

...

You will have here to replace the user (1), password (2) and shell prompt (3) with the ones corresponding to your guest (shell prompt is used to determine if a user is logged on the console)

Image RemovedImage Added

 

Highlight
color#5078D0

Principle

...

This status line is the result of the command you executed for that guest, for example a ping, an ssh command displaying uptime (Tru64) or boottime (OpenVMS).

 

Display output example:

Status
subtletrue
colourRed
titletodo
Update the screeshot below, "Guest running" has changed to "Guest OS response"

Script example:

(lightbulb) In this example, we'll use "ssh" to display the guest "uptime" and the result of the "uname -nr" command (name of the node + release number of the operating system)

...