Go to main content

Oracle® MiniCluster S7-2 Administration Guide

Exit Print View

Updated: October 2021
 
 

Approve a New MCMU User (CLI)

When a user is created using the CLI, the MCMU admin and supervisor are sent an email that includes a command line with a secure approval key. In most cases, the approver can log into the mcmu CLI and paste the command line into mcmu to immediately approve the user. If that doesn't work, perform this task.

Both the primary admin and the supervisor must approve the new user before the user account is activated.

To see the status of approvals and rejections, see List MCMU User Approval and Rejection Status (CLI).

  1. From the primary admin’s or supervisor's email account, obtain the secure key.

    Open the email and copy the secure key. The email is sent from mcinstall@company-name.

  2. Log into the MCMU CLI.

    See Log in to the MCMU CLI.

  3. Approve the user.
    % mcmu user --approve -r role -u username -k key

    where:

    • role is the role of the person approving the user. Specify one of these roles:

      • admin

      • supervisor

    • username is the name of the new user who is seeking approval.

    • key Paste the secure key string that was sent to the admin and supervisor as part of the preliminary approval process.

    This is an example of the admin approving the new user jsmith.

    % mcmu user --approve -r admin -u jsmith -k q4pruavlauerp-8ujf;queroja

    The jsmith user account still requires the approval of the supervisor before the account is activated.