User roles
Depending on your role, you can get access to different user interfaces in the system to complete your tasks.
- Application users
- The users of the Cloud Pak for Data application who might
be assigned different roles, for example:
- Administrator
admin - Business Analyst
- Data Engineer
- Data Scientist
- Data Steward
admin) is automatically assigned all of the roles, including the platform administrator role. However, you can edit this user to remove the following roles:- Business Analyst
- Data Engineer
- Data Scientist
- Data Steward
- Administrator
- Platform users
- These users have access to the hardware platform and they can manage or monitor the hardware and
software in the system. Two roles are available:
- Platform administrator with default user
apadmin - Platform users with default permissions. They cannot run any commands with root privileges.
Note:The default platform administrator
apadminuser has an alias nameadminfor the web console operations. The web console can use both,adminorapadmin, which internally point to the same user :apadminand they both have the same password. It is advised that the web console operations are operated using usernameadminand the platform CLI operations are operated with usernameapadmin. - Platform administrator with default user
- Internal users
- Users who are strictly used only internally by the platform, and whose accounts are managed
internally in a secure way by the platform itself, without any external involvement. These users are
not exposed and should not be used to access the system. Modifying the attributes of internal users
can leave the system in a non-working state. Examples:
rootuser of the platform nodes- With a strong focus on security and ease of operation, it is by design that customer local Linux
users are not given unrestricted access to the host operating system.
At installation, the customer is provided with
rootuser password to use on control nodes and NPS container if required. It is absolutely critical to security that the customer changes the default password for therootuser on all control nodes and NPS container using thepasswdcommand as soon as possible.All tasks which require escalated privileges should be completed as
apadminLinux user, or as users added to theibmapadminLinux group. This group has sufficient access to administer the platform, and automate maintenance tasks. If the user requiresrootprivileges they must be added to theibmapadmingroup by the system administrator and access root commands throughsudo. - Users in hardware components
- For example,
adminuser in the network switch platadminandplatuserin platform nodes- By default, platform users such as
apadminand other external LDAP/AD users can only login to the Cloud Pak for Data System control nodes. If you want to login to the worker nodes, perform the following steps:- Log in to the control nodes.
- su as either
platadminorplatuser. - ssh to the worker nodes.
Internal ssh access for
platadminandplatuseris configured as passwordless access.