3. Publishing Applications to Users
7. SGD Servers, Arrays, and Load Balancing
B. Secure Global Desktop Server Settings
C. User Profiles, Applications, and Application Servers
The tarantella archive Command
tarantella array add_backup_primary
tarantella array edit_backup_primary
tarantella array list_backup_primaries
tarantella array remove_backup_primary
The tarantella emulatorsession Command
tarantella emulatorsession list
tarantella emulatorsession info
tarantella emulatorsession shadow
tarantella object list_attributes
tarantella object list_contents
tarantella object new_container
tarantella object new_dynamicapp
tarantella object new_windowsapp
tarantella object remove_mapping
tarantella object remove_member
The tarantella passcache Command
The tarantella restart Command
The tarantella security Command
tarantella security certrequest
tarantella security decryptkey
tarantella security fingerprint
The tarantella service Command
The tarantella tokencache Command
The tarantella uninstall Command
The tarantella version Command
The tarantella webserver Command
tarantella webserver add_trusted_user
tarantella webserver delete_trusted_user
tarantella webserver list_trusted_users
The tarantella webtopsession Command
This command enables SGD Administrators to list and manipulate application sessions.
tarantella emulatorsession list | info | shadow | suspend | end
The following table shows the available subcommands for this command.
|
Note - All commands include a --help option. You can use tarantella emulatorsession subcommand --help to get help on a specific command.
The following example lists Emma Rald’s application sessions.
$ tarantella emulatorsession list \ --person "o=Indigo Insurance/cn=Emma Rald"
The following example shadows the application session with the specified session ID.
$ tarantella emulatorsession shadow \ "paris.indigo-insurance.com:965127448604:...%2f_ens%2fo=Indigo Insurance%2fcn=Emma Rald"
Lists application sessions matching the criteria specified. Information shown includes session IDs, which are used with other tarantella emulatorsession commands.
An example session ID is paris.indigo-insurance.com:965127448604: ...%2f_ens%2fo=Indigo Insurance%2fcn=Emma Rald.
Session IDs can contain spaces, so make sure you quote them.
tarantella emulatorsession list [ --person pobj ] [ --application appobj ] [ --appserver hobj ] [ --server serv ] [ --format text|count|xml ]
The following table shows the available options for this command.
|
If --person, --application, --appserver, and --server are all omitted, all application sessions are listed.
The following example lists Emma Rald’s application sessions.
$ tarantella emulatorsession list \ --person "o=Indigo Insurance/cn=Emma Rald"
The following example lists all application sessions hosted by the SGD server boston.indigo-insurance.com. This is the server on which the Protocol Engines run.
$ tarantella emulatorsession list \ --server boston.indigo-insurance.com
Displays detailed information about application sessions.
tarantella emulatorsession info [ --sessid sessid... ] [ --peid peid... ] [ --format text|xml|quiet ]
The following table shows the available options for this command.
|
The exit code indicates the number of session IDs and process IDs named that do not exist.
The following example displays detailed information on application sessions matching the Protocol Engine process IDs “3456” and “4567” on the application server where the command is run.
$ tarantella emulatorsession info --peid 3456 4567
Shadows an application session, enabling you and the user to interact with the application simultaneously. Only SGD Administrators can shadow application sessions. You can only shadow Windows and X applications. Suspended applications cannot be shadowed.
tarantella emulatorsession shadow sessid [ --read-only ] [ --silent ] [ --format text|quiet ]
The following table shows the available options for this command.
|
Note - You can also shadow a session from the Global Settings -> Application Sessions tab of the Administration Console. You select the session from either the user profile object or the application object. However, using the Administration Console does not enable you to shadow a session in read-only mode or silent mode.
If --silent is not used, the user is notified that an Administrator wants to shadow their session and they can refuse permission. The user is also notified when shadowing ends.
The exit code is 0 for success, 1 if the session does not exist, 2 if the session is not shadowable, or 3 if the session is suspended.
The following example shadows the application session with the specified session ID.
$ tarantella emulatorsession shadow \ "paris.indigo-insurance.com:965127448604:...%2f_ens%2fo=Indigo Insurance%2fcn=Emma Rald"
The following example shadows the application session with the specified session ID without the user knowing that they are being shadowed. The Administrator is unable to interact with the application.
$ tarantella emulatorsession shadow \ "paris.indigo-insurance.com:965127448604:...%2f_ens%2fo=Indigo Insurance%2fcn=Emma Rald" \ --read-only --silent
Suspends application sessions.
tarantella emulatorsession suspend sessid... [ --format text|quiet ]
The following table shows available options for this command.
|
The exit code is 0 for success, 1 if some sessions do not exist, 2 if some sessions are already suspended, or 3 if there is a mixture of nonexistent and suspended sessions.
The following example suspends the application session with the specified session ID.
$ tarantella emulatorsession suspend \ "paris.indigo-insurance.com:965127448604:...%2f_ens%2fo=Indigo Insurance%2fcn=Emma Rald"
Ends application sessions. The applications exit immediately, which might result in loss of data for users.
tarantella emulatorsession end sessid... [ --format text|quiet ]
The following table shows the available options for this command.
|
The exit code of the command is 0 if all sessions were successfully ended, or 1 if some session IDs did not exist.
The following example ends the specified application session.
$ tarantella emulatorsession end \ "paris.indigo-insurance.com:965127448604:...%2f_ens%2fo=Indigo Insurance%2fcn=Emma Rald"