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:

  1. Log in to the compute server as root.

  2. 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:

  1. Log in to the compute server as root.

  2. 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.