Connected mode is jagtool’s default mode of operation. All commands can run in connected mode. When using connected mode, specify the arguments listed in Table 12-1.
Parameter |
To specify |
---|---|
|
Server host name. If not specified, the default is the value of the JAGUAR_HOST_NAME environment variable. |
|
Server IIOP port number. If not specified, the default is 9000. |
|
User name. If not specified, the default is “jagadmin”. |
|
Password. If not specified, the default is “” (no password). |
For example, to connect to the server running on eclipse at port 9005, using account jagadmin with password secret enter:
jagtool -h eclipse -n 9005 -p secret
You can omit the -u flag because jagadmin is the default user name.
Unless otherwise specified in the command reference page, all commands can run in connected mode.
Copyright © 2005. Sybase Inc. All rights reserved. |