Go to main content
Oracle MiniCluster S7-2 관리 설명서

인쇄 보기 종료

업데이트 날짜: 2016년 10월
 
 

사용자 프로파일 편집(CLI)

  1. 기본 관리자(예: mcinstall)로 MCMU CLI에 로그인합니다.

    MCMU CLI에 로그인을 참조하십시오.

  2. 다음과 같이 입력합니다.
    % mcmu user -E -u username

    여기서 username은 변경할 프로파일에 대한 사용자 이름입니다.

    유틸리티에서 변경을 묻는 프롬프트를 표시합니다. 변경하지 않으려는 매개변수에 대해서는 Return 키를 누릅니다.

    예를 들어, 다음과 같습니다.

     % mcmu user -E -u user500
    
    User Information Summary
            Username:       user500
            Email address:  ray.ray@company.com
            Full Name:      Raymond Ray
            Phone Number:   123456789
            Title:
            Organization:
            Department:
            Address:
            Type of User:   Primary Admin
            Supervisor Username:    mc-super
            Supervisor FullName:    Mr Smith
            Supervisor email:       mr.smith@company.com
    Do you want to edit the user information? [yes/no] (no): yes
    Please press ENTER to keep current value, or provide new value if you want to update
    Enter email address [ray.ray@company.com]:
    Enter full name [Raymond Ray]:
    Enter phone number [123456789]: 408777888
    Enter title []:
    Enter organization []:
    Enter department []:
    Enter address []:
    Enter supervisor username [mc-super]:
    Enter supervisor full name [Mr Smith]:
    Enter supervisor email address [mr.smith@company.com]:
    [INFO    ] User profile has been successfully updated