Create a user

更新时间:
复制 MD 格式

After you create a cluster, you must create users to submit jobs. This topic shows you how to quickly create a sudo user named gmx.test.

Prerequisites

You have created a cluster. For more information, see Create a cluster.

Procedure

  1. Log in to the Elastic High Performance Computing console.

  2. In the upper-left corner of the top navigation bar, select a region.

  3. In the left-side navigation pane, choose Resource ManagementUser.

  4. On the Users page, select your target cluster from the list and click Add User.

  5. On the Add User page, enter the user's information.

    Parameter

    Example

    Description

    User name

    gmx.test

    The user name used to log in to the cluster.

    User group

    sudo

    This user group is for administrators who manage the cluster. In addition to submitting and debugging jobs, they can run sudo commands to perform administrative tasks, such as installing software and restarting nodes.

    Password

    Ehpc123456

    The password used to log in to the cluster.

  6. Click OK.

Result

The new gmx.test user appears in the user list.

Next steps

Create a job