Creates one or more character application objects. See Section C.1.4, “Character Application Object”.
tarantella object new_charapp { --nameobj
--emulator scocon|vt420|wyse60 --termtypetype
--widthpixels
--heightpixels
[ --descriptiontext
] [ --apppathname
] [ --argsargs
] [ --appservobj
... ] [ --method telnet|ssh ] [ --resumable never|session|always ] [ --maxinstances 0|instances
] [ --displayusing independent|kiosk ] [ --maximize true|false ] [ --colscols
] [ --lineslines
] [ --iconicon_name
] [ --hintshint
...] [ --font courier|helvetica|timesroman ] [ --fontsizepoints
] [ --fixedfont true|false ] [ --autowrap true|false ] [ --cursor off|block|underline ] [ --statusline none|indicator|hostmessages|standard|extended ] [ --scrollstyle line|multiple|smooth ] [ --border normal|indented|raised ] [ --answermsgmessage
] [ --appkeymode true|false ] [ --keypad numeric|application ] [ --cursorkeys application|cursor ] [ --escape 7-bit|8-bit ] [ --codepage 437|850|852|860|863|865|8859-1|8859-2|Multinational|Mazovia|CP852 ] [ --ldapusersuser_dn
... ] [ --ldapgroupsgroup_dn
... ] [ --ldapsearchsearch_string
... ] [ --loadbal default|cpu|memory|sessions ] [ --compression automatic|on|off ] [ --envsetting
... ] [ --loginscript
] [ --keymapkeymap
] [ --attributemapattrmap
] [ --colormapcolormap
] [ --resumetimeoutmins
] [ --windowclose suspendsession|endsession ] [ --sshargumentsargs
] } | --filefile
The following table shows the available options for this command.
Option | Description | More Information |
---|---|---|
| The common name of the object in the SGD datastore. | |
| The type of emulation required for the application. | |
| The terminal type required for the application. | |
| The width of the application, in pixels. | |
| The height of the application, in pixels. | |
| A text description of the object. | |
| Full path name of the application. | |
| The command-line arguments to use when starting the application. | |
| The application servers that can run the application. | |
| The mechanism used by the SGD server to access the application server and start the application. | |
| Resumability behavior for the application. | |
| The maximum number of instances of the application a user can run simultaneously. | |
| How the application is displayed to the user. | |
| The initial size of the application. | |
| The number of columns in the terminal window. | |
| The number of lines in the terminal window. | |
| Webtop icon for the application. | |
| String containing additional name-value data for the application. | |
| Determines the font family used within the terminal window for the application | |
| Defines the font size in the terminal window. | |
|
Uses the font size specified by
| |
| Determines the behavior when a user types characters extending beyond the right edge of the terminal window. | |
| Cursor style used for the application. | |
| Specifies the type of status line. | |
| The scroll behavior of the terminal window. | |
| The border style for the terminal window. | |
| Defines the message to return when an inquiry is sent from the application server to the emulator. | |
| Determines whether the application can change the codes generated by keys on the keyboard. | |
| Specifies the behavior of the cursor keys. | |
| Specifies the behavior of the cursor keys. | |
| Specifies how escape sequences are sent from the emulator to the application server. | |
| The code page to use for the emulator. | |
| Assigns the application to the specified LDAP users. | |
| Assigns the application to the specified LDAP groups. | |
| Assigns the application to the users that match the LDAP search criteria. | |
| Load balancing algorithm to use. | |
| Whether the AIP protocol compresses commands for transmission. | |
| Environment variable settings needed to run the application. | |
| The login script used to start the application. | |
| Path name of a keyboard map file. | |
| The attribute map to use for the application. | |
| The color map to use for the application. | |
| Number of minutes the application is resumable for. | |
| Effect on application session of closing the main application window. | |
| Command-line arguments for the ssh client. | |
| Batch file used to create multiple objects within the organizational hierarchy. |
To batch-create multiple objects, use the
--file
option. Use the other
options to create a single object.
The following example creates a character application object for the application Pers-o-dat. The application can be run on the application servers prague and london. Application server load balancing decides which application server to use.
$ tarantella object new_charapp \ --name "o=applications/cn=Pers-o-dat" \ --emulator vt420 --termtype vt220 \ --width 400 --height 300 \ --app /bin/persodat \ --appserv "o=appservers/cn=prague" \ "o=appservers/ou=IT/cn=london"