Functional Specification
It has the following functions
Delete the user that has been migrated to the Log Analyzer Server.
The user imported from Management Server/Master Management Server is deleted collectively in server unit.
Display the user migrated to the Log Analyzer Server in a list.
Change the password of the Log Analyzer user (same ID as Windows account) that is registered to the Log Analyzer Server.
When changing the password of Windows account, the password of the Log Analyzer user registered to the Log Analyzer Server that uses this command will also change in order to keep consistence with the password with Windows account.
Command Format
CREATEUSER.EXE { -delete [-s <Server IP address>] | -list | -supw -u <Log Analyzer user name> -p <Password>}
Option
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.
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.
Display the list of users registered in the Log Analyzer Server.
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
Ended normally
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
It can be executed when Log Analyzer user (ID that is the same as Windows account) logs on.
It can be executed on the Log Analyzer Server.
In Windows Server 2008, Windows Server 2012, or Windows Server 2016, for executing the tasks by using a command prompt, open the command prompt with "Run as administrator".
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.