Please enter search query.
Search <book_title>...
Storage Foundation 7.2 Configuration and Upgrade Guide - Solaris
Last Published:
2018-03-06
Product(s):
InfoScale & Storage Foundation (7.2)
Platform: Solaris
- Section I. Introduction and configuration of Storage Foundation
- Section II. Upgrade of Storage Foundation
- Planning to upgrade Storage Foundation
- Preparing to upgrade SF
- Upgrading Storage Foundation
- Performing an automated SF upgrade using response files
- Upgrading SF using Boot Environment upgrade
- Performing post-upgrade tasks
- Upgrading the Array Support Library
- Planning to upgrade Storage Foundation
- Section III. Post configuration tasks
- Section IV. Configuration and Upgrade reference
- Appendix A. Installation scripts
- Appendix B. Configuring the secure shell or the remote shell for communications
Changing root user into root role
On Oracle Solaris 11, you need to create root user to perform installation. This means that a local user cannot assume the root role. After installation, you may want to turn root user into root role for a local user, who can log in as root.
Log in as root user.
Change the root account into role.
# rolemod -K type=role root
# getent user_attr root
root::::type=role;auths=solaris.*;profiles=All;audit_flags=lo\ :no;lock_after_retries=no;min_label=admin_low;clearance=admin_high
Assign the root role to a local user who was unassigned the role.
# usermod -R root admin
For more information, see the Oracle documentation on Oracle Solaris 11 operating system.