Top
Systemwalker Desktop Keeper Reference Manual
FUJITSU Software

1.2 CREATEUSER.EXE (User Management on the Log Analyzer Server)

Functional Specification

It has the following functions

Command Format

CREATEUSER.EXE { -delete [-s <Server IP address>] | -list | -supw -u <Log Analyzer user name> -p <Password>}

Option

-delete:

First a list of management servers to which the user belongs is displayed. The number of the management server to be deleted is interactively asked; therefore, specify that number in the list. The process ends if any unlisted number is specified.

-delete -s <Server IP address>:

Specify the IP address or the server name of the server on which the user will be deleted.
Up to 39 characters can be specified.

-list:

Display the list of users registered in the Log Analyzer Server.

-supw -u <Log Analyzer user name> -p <Password>:

Specify the Log Analyzer user name (ID that is the same as Windows account), changed password of Windows account.

Specify the password with halfwidth alphanumeric symbols within 1-14 characters.
The -u option and -p option cannot be omitted.

Return Value

0:

Ended normally

Other:

Ended abnormally

Location for Saving Commands

The command is saved in the following folder of the Log Analyzer Server.

Log Analyzer Server Installation Folder\bin\USERMNG

Authority Required for Execution/Execution Environment

Example of Use

Select a server from the list and delete all the affiliated users.

CreateUser.exe -delete

Delete all users migrated from the server with IP address [192.168.0.1].

CreateUser.exe -delete -s 192.168.0.1

Display the user list

CreateUser.exe -list

Change the password of the Log Analyzer user "swdtlaadmin" to "password"..

CreateUser.exe -supw -u swdtlaadmin -p password

Execution Results/Output Format

Select a server from the list and delete all the affiliated users.

> The following management servers are available:
> (1)192.168.0.1
> (2)192.168.0.2
> Please specify the number of the management server to be deleted.
>1
>Are you sure you want to delete all user IDs of the management server [192.168.0.1]? 
> Yes(y) or No(n) y
> y
> All the user IDs of the management server [192.168.0.1] are deleted.

Delete all users migrated from the server with IP address [192.168.0.1].

>To delete all User IDs of Management Server [192.168.0.1]. Execute?
>Yes(y) or No(n) y
>All User IDs of Management Server [192.168.0.1] have been deleted.

Display the user list

>  UserID    Authority       IP-Address       DateAndTimeOfCreation     DateAndTimeOfUpdate
> -----------------------------------------------------------------------------------------
> dtla1     Department      192.168.0.1      2008/01/25 11:25:14       2008/01/25 11:25:14
> dtla2     All             192.168.0.2      2008/01/25 11:25:15       2008/01/25 11:25:15

Change the password of the Log Analyzer user "swdtlaadmin" to "password".

>Change the password of Log Analyzer user "swdtlaadmin". Execute?
>Yes(y) or No(n) y
>The password of Log Analyzer user "swdtlaadmin" has been changed.