Changing Component Passwords
Oracle recommends that you change the passwords for the various rack components after the initial hardware and software configuration:
See Also:
Default User Accounts for Oracle Zero Data Loss Recovery Appliance for a list of default users and passwords of the various Recovery Appliance components.Changing the Compute Server Passwords
You can change the user accounts and GRUB passwords on the compute servers. default user accounts on a compute server are root
and the software owner account. Typically the software owner account is oracle
.
Changing the User Account Password
A compute server has two default user accounts: root
and the software owner (typically oracle
).
To change a user account password on a compute server:
Changing the Storage Server Passwords
The default user accounts on storage servers are root
, celladmin
, and cellmonitor
.
To change a user account password on a storage server:
Creating New Users and Changing Passwords on a PDU
The default account user for the power distribution unit (PDU) is admin
. You can create up to five users and set their passwords.
To create users and passwords on a PDU:
Changing the Oracle ILOM Password
The default user account for Oracle Integrated Lights Out Manager (ILOM) is root
.
To change the password for an Oracle ILOM user:
This example changes the password for user1
:
set /SP/users/user1 password Changing password for user /SP/users/user1/password... Enter new password:******** Enter new password again:******** New password was successfully set for user /SP/users/user1
Changing an InfiniBand Switch Password
The default user accounts on the InfiniBand switches are root
, ilom-admin
, ilom-user
, ilom-operator
, and nm2user
.
To change a password for a user on an InfiniBand switch:
See Also:
Sun Datacenter InfiniBand Switch 36 User's Guide at
Changing the Cisco Ethernet Switch Password
There are no user accounts on the Cisco Ethernet switch. The password, which is called the "enable" password, is not specific to a user account.
To change the password for the Cisco Ethernet switch:
Changing the Recovery Appliance Database User Password
Oracle recommends that you change the password of the Recovery Appliance default database user account.
To change the Recovery Appliance database user password:
-
Log in to the compute server as
rasys
. -
Issue the following RACLI command.
racli alter rasys_user --password
-
When prompted, enter and confirm the new password.
Enter rasys Password: Confirm new rasys Password:
The password specified for the Recovery Appliance user account must contain eight or more characters. Strong password authentication is used, so simple passwords are not allowed.
See Also:
Default User Accounts for Oracle Zero Data Loss Recovery Appliance for information about the default Recovery Appliance database accounts and passwords.Changing OSB Tape Backup Passwords
The OSB tape backup default accounts include the application users admin
and oracle
, and the encryption key wallet account.
To change an OSB tape backup application user password:
-
Log in to the compute server as
root
. -
Use the
obtool chuser
command.This example changes the password of the
admin
account:# obtool chuser -q admin Password:******** Password (again):******** #
To change the password for the OSB tape backup encryption key wallet:
-
Log in to the compute server as
root
. -
Run the following commands:
# export OBCONFIG=/osbcat/etc/obconfig # obcm chpass --keywallet Old wallet password:******** New wallet password:******** New wallet password (again):******** Wallet password has been reset #
See Also:
Default User Accounts for Oracle Zero Data Loss Recovery Appliance for information about the default OSB tape backup accounts and passwords for Recovery Appliance.