Secure Global Desktop 4.31 管理者ガイド
> コマンド
> tarantella object new_charapp コマンド
tarantella 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 ] } | --file file
1 つ以上の文字型アプリケーションオブジェクトを作成します。
複数のオブジェクトを一括で作成するには、--file
オプションを使用します。他のオプションは、1 つのオブジェクトを作成する場合に使用します。
tarantella 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"
アプリケーション Pers-o-dat 用の文字型アプリケーションオブジェクトを作成します。このアプリケーションは、ホスト prague と london で実行できます。どちらのホストを使用するかは、アプリケーションサーバーの負荷分散機能によって決定されます。
Copyright © 1997-2006 Sun Microsystems, Inc. All rights reserved.