Usage: smcli [-prompt][-c] [-user
] [-pw ] [bundle] command [arguments]|
smcli -d
smcli is a general purpose command-line interface utility which in turn
will run other command-line IBM Director utilities.
To run an IBM Director command, provide a userid and password and the desired
command and its arguments to smcli. smcli will then run the requested command.
To following options are available to specify the userid and password:
-prompt - use to be prompted for a user id and password
-c - will create the credentials file for CLI command execution,
while taking and as the arguments
-d - will delete the credentials file
-user - user name to be authenticated by the server
-pw - password for the user
Optionally you may set the environment variable CLIPROMPT=TRUE to indicate the
-prompt option.
smcli scans your user directory for the file "CLICredentials.prop"for the properties "user" and "password" with the corresponding values for
authentication.If the file is not present, the user has to pass the
username and password from the commandline prompt
The CLICredentials files must be located at the user's home directory
For Linux and AIX, this file must be located in
"/home//CLICredentials.prop"
where is folder under which user's profile is maintained
with the lines
user=
password=
For a list of available bundles and commands, run: smcli lsbundle
阅读(2954) | 评论(0) | 转发(0) |