Skip past navigation linksSecure Global Desktop 4.31 Administration Guide > Commands > The tarantella object new_charapp command

The tarantella object new_charapp command

Syntax

Skip past command syntax or program codetarantella object new_charapp {
   --name obj
   --emulator scocon|vt420|wyse60
   --termtype type
   --width pixels
   --height pixels
 [ --description text ]
 [ --app pathname ]
 [ --args args ]
 [ --appserv obj... ]
 [ --method telnet|ssh ]
 [ --resumable never|session|always ]
 [ --maxinstances 0|instances ]
 [ --displayusing webtop|newbrowser|independent|kiosk ]
 [ --maximize true|false ]
 [ --cols cols ]
 [ --lines lines ]
 [ --icon icon_name ]
 [ --hint hint... ]
 [ --font courier|helvetica|timesroman ]
 [ --fontsize points ]
 [ --fixedfont true|false ]
 [ --autowrap true|false ]
 [ --cursor off|block|underline ]
 [ --statusline none|indicator|hostmessages|standard|extended ]
 [ --scrollstyle line|multiple|smooth ]
 [ --border normal|indented|raised ]
 [ --answermsg message ]
 [ --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 ]
 [ --ldapusers user_dn... ]
 [ --ldapgroups group_dn... ]
 [ --ldapsearch search_string... ]
 [ --loadbal default|cpu|memory|sessions ]
 [ --compression automatic|on|off ]
 [ --env setting... ]
 [ --login script ]
 [ --keymap keymap ]
 [ --attributemap attrmap ]
 [ --colormap colormap ]
 [ --empage empage ]
 [ --resumetimeout mins ]
 [ --windowclose suspendsession|endsession ]
 [ --ssharguments args ]
 } | --file file

Description

Creates one or more character application objects.

To batch-create multiple objects, use the --file option. Use the other options to create a single object.

Examples

Skip past command syntax or program codetarantella object new_charapp \
  --name ".../_ens/o=Indigo Insurance/cn=Pers-o-dat" \
  --emulator vt420 \
  --termtype vt220 \
  --width 400 \
  --height 300 \
  --app /bin/persodat \
  --appserv ".../_ens/o=Indigo Insurance/cn=prague" \
            ".../_ens/o=Indigo Insurance/ou=IT/cn=london"

Creates a character application object for the application Pers-o-dat. The application may run on the hosts prague and london (application server load balancing decides which one to use).

Related topics