Go to main content

Trusted Extensions Configuration and Administration

Exit Print View

Updated: December 2017
 
 

How to Create a System Administrator Role

Before You Begin

You are in the root role in the global zone.

  1. Assign the System Administrator rights profile to the role.
    # roleadd -c "Local System Administrator" -m -u 111  -K audit_flags=cusa:no\
    -K profiles="System Administrator" -K lock_after_retries=no sysadmin
  2. Provide an initial password for the role.
    # passwd -r files sysadmin
    New Password: xxxxxxxx
    Re-enter new Password: xxxxxxxx
    passwd: password successfully changed for sysadmin
    #