Skip past navigation linksSecure Global Desktop Administration Guide > Commands > The tarantella emulatorsession info command

The tarantella emulatorsession info command

Syntax

Skip past command syntax or program codetarantella emulatorsession info [ --sessid sessid... ]
                                [ --peid peid... ]
                                [--format text|xml|quiet]

Description

Displays detailed information about emulator sessions.

Option Description
--sessid sessid... Displays detailed information on emulator sessions matching the session IDs listed. Use tarantella emulatorsession list to find out session IDs.
--peid peid... Displays detailed information on emulator sessions matching the Protocol Engine process IDs listed. Valid peids:
  • A number, such as 3456, representing the process ID on the host on which the command is run
  • A combination of peer DNS name and process ID, for example boston.indigo-insurance.com:3456, representing the process ID on the array member named.
--format text | xml | quiet Specifies the output format (default: text). With --format quiet, no messages are displayed.

The exit code indicates the number of sessids and peids named that do not exist.

Examples

Skip past command syntax or program codetarantella emulatorsession info --peid 3456 4567

Displays detailed information on emulator sessions matching the Protocol Engine process IDs "3456" and "4567" on the host on which the command is run.

Related topics