Go to main content

Oracle® MiniCluster S7-2 Administration Guide

Exit Print View

Updated: October 2021
 
 

List MCMU User Approval and Rejection Status (CLI)

Use this task to view the status of approvals and rejections of users.


Note -  Do not use this procedure to view all users because as soon as a user is approved by the admin and supervisor, the user is removed from the list. To see a list of approved users, use the MCMU BUI. See Display MCMU Users (BUI).
  1. Log into the MCMU CLI as a primary admin, such as mcinstall.

    See Log in to the MCMU CLI.

  2. List users that have pending approvals.

    This example shows three user accounts that are waiting for approvals or rejections from the admin and supervisor.

    % mcmu user -l
    [INFO    ] Log file path : mc3-n1:/var/opt/oracle.minicluster/setup/logs/mcmu_082216_194010.log
    
    username   admin_approved  super_approved  admin_rejected  super_rejected
    ---------  --------------  --------------  --------------  --------------
    jsmith     0               0               0               0             
    bbaker     0               0               0               0             
    tenadm     0               0               0               0

    In this example, the user jsmith is no longer in the list because the jsmith user has been approved by the admin and supervisor. The user bbaker was approved by the supervisor, but is waiting for approval from the admin. The user tenadm has been rejected by the admin and supervisor.

    % mcmu user -l
    [INFO    ] Log file path : mc3-n1:/var/opt/oracle.minicluster/setup/logs/mcmu_082316_011656.log
    
    username    admin_approved  super_approved  admin_rejected  super_rejected
    ----------  --------------  --------------  --------------  --------------
    bbaker      0               1               0               0             
    tenadm      0               0               1               1