Installation and Setup Guide

97
Manually Managing Pegasus Users
Manually Managing Pegasus Users
Pegasus Command-Line Tools
To manually manage users for the Pegasus Server, use the following Pegasus command-
line tools located in the \Pegasus\bin\ subdirectory of the installed Data Collector:
cimuser.exe
Allows you to add and manage Pegasus users.
cimtrust.exe
For Https, allows you to add Pegasus users to the list of trusted users.
Pegasus User Requirements
A Pegasus user must be a valid system user that has access to the server running the Data
Collector. In addition:
Usernames cannot exceed eight characters in length.
Passwords cannot exceed eight characters in length.
To add a user
To add a user, use the following command syntax:
cimuser.exe -a -u username -w password
where username is a valid system user on the server running the Data Collector; and
password is the password for the username.
To remove a user
To remove a user, use the following command syntax:
cimuser.exe -r -s username
where username is the name of the user to remove.