Show TOC Anfang des Inhaltsbereichs

Vorgehensweisen Modifying the Default Administrator User  Dokument im Navigationsbaum lokalisieren

Use

The user ID and password of the default administrator of the SAP NetWeaver Application Server (AS) Java are stored in a secure storage location in the file system. The Software Deployment Manager (SDM) and the connection factories of the Java Messaging Service (JMS) server instances use the authentication credentials of the default administrator.

If you change the user ID or password of the default administrator, you must update the information in the secure storage of the file system and for the connection factories of the JMS server instances.

Prerequisites

This procedure requires you to restart the AS Java, so you should plan for the required downtime while the AS Java restarts.

Procedure

...

       1.      Create a new user and assign it to the Administrators user group.

More information: Managing Users, Groups, and Roles.

       2.      Enter the credentials for the new administrator user in the secure storage of the file system.

The authentication credentials of the administrator user are stored in the following keys:

¡        User ID: admin/user/<SID>.

       Password: admin/password/<SID>.

More information: Managing Secure Storage in the File System.

       3.      Use the visual administrator to enter the user ID and password of the new administrator user for the connection factories of the JMS server instances that use authentication with the administrator user.

                            a.      Choose the JMS Provider service of the AS Java.

                            b.      In the Runtime tab, choose an entry from the list of JMS server instances.

                            c.      In the Connection Factories tab, enter the user name and password for the new administrator user in each of the connection factories that use the administrator user for authentication.

More information: Managing JMS Connection Factories.

                            d.      Repeat the steps above for all JMS server instances with connection factories using the default administrator user for authentication.

       4.      Restart the AS Java.

More Information:

JMS Provider Security Aspects 

 

Ende des Inhaltsbereichs