Top
Systemwalker Operation Manager V17.0.1 Reference Guide

9.3.1 LGMANAGE.EXE Password Management Command

Synopsis

LGMANAGE.EXE ADD /LG:LoginGroup /UN:UserName /PW:Password
LGMANAGE.EXE DEL /LG:LoginGroup /UN:UserName
LGMANAGE.EXE MOD /LG:LoginGroup /UN:UserName /PW:Password
LGMANAGE.EXE REF /LG:LoginGroup
LGMANAGE.EXE {HELP | ?}
LGMANAGE.EXE

Description

The LGMANAGE.EXE command manages the password management book used in Task Link. In the password management book, user names and passwords used in the Task Link commands are managed as a file by login definition name basis.

Parameters

ADD/DEL/MOD/REF

Specifies the type of operation to be performed in the password management book.

ADD:

Adds a user name and password to the password management book.

DEL:

Deletes a user name and password from the password management book.

MOD:

Modifies a password corresponding to the user name in the password management book.

REF:

Refers to a list of user names that are registered in the password management book.

/LG:LoginGroup

Specifies a login definition name used in the password management book.

Specify a group name of the OS to which the user issuing the Task Link commands belongs. The login definition name is not case-sensitive and should be specified using up to 200 characters.

/UN:UserName

Specifies a user name who manages passwords in the password management book. The user name specified in UserName becomes the user who is logged in to the link destination server (such as FTP server) that will be specified using a Task Link command. UserName must be no longer than 20 characters.

If the UNC method is used, specify UserName in either "domain name\user name" or "server name\user name" format. In this case, the domain name or server name must be no longer than 15 alphanumeric characters, and the user name must be no longer than 20 characters.

When specifying a path on the FTP server, use "user name@domain name" or a local account for UserName.

If a path on the FTP server is used, UserName must be specified using up to 20 alphanumeric characters.

/PW:Password

Specifies a password string. The password string specified in Password becomes the password for the user who is logged in to the link destination server (such as FTP server) that will be specified using a Task Link command. The password string must be specified using between 1 and 50 alphanumeric characters. To change the password, specify a new password.

HELP|?

When executing the command with "HELP" or "?", it displays the usage of this command.

No parameters specified

Parameter entry is performed in an interactive mode.

Entry items are displayed, so you need to enter every item in an interactive menu.

Return Values

Return value

Meaning

0

Normal termination

Value other than 0

Abnormal termination. Check the error message for details of the error.

Command Location

Systemwalker Operation Manager installation directory\MpWalker.JM\bin

Cautions