Top
 Systemwalker User's Guide - Systemwalker User Management and Single Sign-On
Systemwalker

4.2.1 Adding Systemwalker Common Users

This section explains how to add Systemwalker common users using the swidmg_user_mng command.

By specifying an input file (user registration information file) with the swidmg_user_mng command, multiple Systemwalker common users can be registered with a single operation.

Use the following procedure to add Systemwalker common users.

  1. Add Systemwalker common users by executing the swidmg_user_mng command.

    Point

    The execution results of the user management command are output to the standard output. If a CSV file is used to add numerous users, use the redirect function to output the execution results to a file.

    Refer to "User Registration Information File" for details on user registration information files.

    In this command execution example, the following user is registered.

    • User ID: swoperator2

    • Password: password

    • Product used: Systemwalker Centric Manager

    • Organization name: OU=system operations section, OU=system operations department, DC=fujitsu, DC=com

    Example of how to execute the command using a user registration information file

    [Windows]

    User registration information file: C:\tmp\user.csv

    swidmg_user_mng ADD -i C:\tmp\user.csv

    [UNIX]

    User registration information file: /tmp/user.csv

    swidmg_user_mng ADD -i /tmp/user.csv

    Sample user registration information file (user.csv)

    "swoperator2","password","OU=system operations section, OU=system operations department, DC=fujitsu, DC=com","","CMGR"

    Example of how to execute the command without using a user registration information file

    swidmg_user_mng ADD -id swoperator -password password -product "CMGR" -ou "OU=system operations section, OU=system operations department, DC=fujitsu, DC=com"

  2. Specify the privileges and other items for the Systemwalker common users that have been added, by referring to the manuals for each Systemwalker product.