Install > CSA Pre-installation tasks > Configure a CSA Group and User for Linux (Required)

Configure a CSA Group and User for Linux (Required)

Configure a group and user for CSA:

  1. Log on to the system as the root user.
  2. Create a group called csagrp. Enter the following:

    groupadd csagrp
  3. Create a user called csauser and assign this user to the csagrp. Enter the following:

    RHEL: useradd -g csagrp -m csauser -s /bin/bash

  4. Assign a password to the CSA user. Enter the following:

    passwd csauser

    When prompted, enter the password.