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 emulatorsession suspend
tarantella emulatorsession end
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 you to administer SGD printing services across the array.
tarantella print start | stop | status | pause | resume | list | cancel | move
The following table shows the available subcommands for this command.
|
Note - All commands include a --help option. You can use tarantella print command --help to get help on a specific command.
The following example starts SGD printing services for the array.
$ tarantella print start
The following example lists all print jobs for Bill Orange.
$ tarantella print list \ --person "o=Indigo Insurance/ou=IT/cn=Bill Orange"
Cancels SGD print jobs that are currently spooled.
You can run this command on any SGD server in the array.
tarantella print cancel { --all | --person pobj... [--server serv] | --server serv }
The following table shows the available options for this command.
|
The following example cancels print jobs for Bill Orange.
$ tarantella print cancel \ --person "o=Indigo Insurance/ou=IT/cn=Bill Orange"
The following example cancels all print jobs on the SGD server detroit.
$ tarantella print cancel --server "detroit.indigo-insurance.com"
Lists print jobs currently spooled.
You can run this command on any SGD server in the array.
tarantella print list { --jobid id... | [ --person pobj... ] [ --server serv... ] } [ --format text|brief ]
The following table shows the available options for this command.
|
If you omit --jobid, and --person or --server are used, all print jobs across the array are listed.
The following example lists print jobs for Bill Orange, in “text” format.
$ tarantella print list \ --person "o=Indigo Insurance/ou=IT/cn=Bill Orange"
The following example lists print jobs in “text” format for Bill Orange and Rusty Spanner on the SGD servers detroit and chicago.
$ tarantella print list \ --person "o=Indigo Insurance/ou=IT/cn=Bill Orange" \ "o=Indigo Insurance/ou=IT/cn=Rusty Spanner" \ --server "detroit.indigo-insurance.com" \ "chicago.indigo-insurance.com"
Moves queued print jobs from one SGD server to another.
If an SGD server is temporarily unavailable, you can use this command to move the print jobs that are “stranded” on that server.
Note - This command only moves the print jobs that are currently in the SGD print queue. The SGD print queue is located at /opt/tarantella/var/print/queue.
tarantella print move --server serv [ --printer printer_name ] [ --cups { y | n |auto } ] [ --preserve ]
The following table shows the available options for this command.
|
The following example moves print jobs from the SGD server where the command is run to the printer called tta_boston on the SGD server boston.indigo-insurance.com.
$ tarantella print move \ --server boston.indigo-insurance.com --printer tta_boston
You can run this command on any SGD server in the array.
Pauses SGD printing services. New print jobs continue to spool, but do not
print until printing is resumed using tarantella print resume.
If --server is not used, this command pauses printing services across the array.
Note - Pausing printing services on individual SGD servers in the array can cause problems for users. Whenever you pause printing services, do so for the whole array.
tarantella print pause [ --server serv... ]
The following table shows the available options for this command.
|
The following example pauses printing services across the array.
$ tarantella print pause
The following example pauses printing services on the SGD servers detroit and chicago.
$ tarantella print pause \ --server "detroit.indigo-insurance.com" \ "chicago.indigo-insurance.com"
Resumes SGD printing services, previously suspended with tarantella print pause. Any spooled jobs begin to
print.
If --server is not used, this command resumes printing services across the array.
You can run this command on any SGD server in the array.
Note - Resuming printing services on individual SGD servers in the array can cause problems for users. Whenever you resume printing services, do so for the whole array.
tarantella print resume [ --server serv... ]
The following table shows the available options for this command.
|
The following example resumes printing services across the array.
$ tarantella print resume
The following example resumes printing services on the SGD servers detroit and chicago.
$ tarantella print resume \ --server "detroit.indigo-insurance.com" \ "chicago.indigo-insurance.com"
Starts SGD printing services. If --server is not used, this command starts printing services across the array.
You can run this command on any SGD server in the array.
Note - Starting printing services on individual SGD servers in the array can cause problems for users. Whenever you start printing services, do so for the whole array.
tarantella print start [ --server serv... ]
The following table shows the available options for this command.
|
The following example starts printing services across the array.
$ tarantella print start
The following example starts printing services on the SGD server detroit.
$ tarantella print start --server "detroit.indigo-insurance.com"
Displays information about SGD printing services, including the following:
Whether printing services are available, not available, or paused.
The number of print jobs spooled.
You can run this command on any SGD server in the array.
tarantella print status [ --summary | --server serv | --namemapping ]
The following table shows the available options for this command.
|
The following example displays information about SGD printing services for the array.
$ tarantella print status --summary
Stops SGD printing services. Print jobs are not accepted and do not spool.
If --server is not used, this command stops printing services across the array.
You can run this command on any SGD server in the array.
Note - Stopping printing services on individual SGD servers in the array can cause problems for users. Whenever you stop printing services, do so for the whole array.
tarantella print stop [ --server serv... ][ --purge ]
The following table shows the available options for this command.
|
The following example stops printing services across the array, removing all pending print jobs.
$ tarantella print stop --purge
The following example stops printing services on the SGD server detroit.
$ tarantella print stop --server "detroit.indigo-insurance.com"