Secure Global Desktop Administration Guide > Commands > The tarantella object new_5250app command

The tarantella object new_5250app command

Syntax

tarantella object new_5250app {
   --name obj
 [ --description text ]
 [ --args args ]
   --width pixels
   --height pixels
 [ --method telnet|ssh ]
 [ --resumable never|session|always ]
 [ --endswhen lastclient|windowmanager|windowmanageralone|nowindows|loginscript|loginscriptnowindows ]
 [ --maxinstances 0|instances ]
 [ --displayusing webtop|newbrowser|independent ]
 [ --maximize true|false ]
 [ --scalable true|false ]
 [ --icon icon_name ]
 [ --roottype default|custom ]
 [ --rootcolor color ]
 [ --compression automatic|on|off ]
 [ --execution automatic|inorder|optimized ]
 [ --interlaced automatic|on|off ]
 [ --accel true|false ]
 [ --delayed true|false ]
 [ --ldapusers user_dn... ]
 [ --ldapgroups group_dn... ]
 [ --ldapsearch search_string... ]
 [ --env setting... ]
 [ --winmgr command... ]
 [ --login script ]
 [ --empage empage ]
 [ --resumetimeout mins ]
 [ --middlemouse ms ]
 [ --windowclose notifyapp|killapp|suspendsession|endsession ]
 [ --euro unicode|iso8859-15 ]
 [ --dpi monitordpi ]
 [ --keepopen true|false ]
 [ --lockkeymap true|false ]
 [ --share true|false ]
 [ --hostname host ]
 [ --portnumber tcp ]
 [ --tnclose 0|1|2|3 ]
 [ --ma true|false ]
 [ --mb true|false ]
 [ --si true|false ]
 [ --fg color ]
 [ --bg color ]
 [ --bl 0|1|2|3|4 ]
 [ --kt pc|sun4|sun5|hp ]
 } | --file file

Description

Creates one or more 5250 application objects.

The Sun Secure Global Desktop AS/400 Connectivity Pack uses the third party TeemTalk® for Unix emulator for 5250 applications. See the TeemTalk for Unix User's Guide (in PDF format) for details.

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

Examples

tarantella object new_5250app \
  --name ".../_ens/o=Indigo Insurance/ou=Finance/cn=5250cat" \
  --width 400 \
  --height 300 \
  --app /5250cat \
  --appserv ".../_ens/o=Indigo Insurance/cn=prague" \
  --hostname warsaw.indigo-insurance.com

Creates a 5250 application object for the application 5250cat. The emulator runs on the host prague, and connects to the AS/400 host warsaw.indigo-insurance.com.

Related topics