Learn More Creating Additional Administrative Users

5-14 Oracle Fusion Middleware 2 Day Administration Guide Optionally, you can filter the ports shown by selecting a Managed Server from Show. The Port Usage detail table shows the ports that are in use, the IP Address, the component, the channel, and the protocol. You can also view similar pages for the Administration Server, Managed Servers, and components, such as the SOA Infrastructure and Oracle Web Cache, by navigating to the target and choosing Port Usage from the targets menu.

5.6 Learn More

For more information about the topics covered in this chapter, see: ■ Monitoring Oracle Fusion Middleware in the Oracle Fusion Middleware Administrators Guide ■ Overview of the Administration Console in the Oracle Fusion Middleware Introduction to Oracle WebLogic Server for information on monitoring using the Oracle WebLogic Server Administration Console Commands: OPMN command: opmnctl status l WLST commands: getAdministrationPort getListenPort 6 Configuring Security 6-1 6 Configuring Security Oracle Fusion Middleware provides many security features, including accounts specifically for administrative purposes. This chapter describes how to create additional administrative accounts, create application roles, change passwords for those accounts, and configure SSL. This chapter contains the following topics: ■ Creating Additional Administrative Users ■ Creating Additional Users with Specific Roles ■ Changing the Administrative User Password ■ Configuring SSL ■ Learn More

6.1 Creating Additional Administrative Users

During the Oracle Fusion Middleware installation and configuration, you must specify an administrative user and a password for the user. By default, the user name is weblogic. You can use this administrative account to log in to Fusion Middleware Control and the Oracle WebLogic Server Administration Console. You can create additional administrative users using the Oracle WebLogic Server Administration Console. To create a new administrative user with full privileges: 1. Navigate to the Oracle WebLogic Server Administration Console. For example, from the home page of the domain in Fusion Middleware Control, select To configure and managed this WebLogic Domain, use the Oracle WebLogic Server Administration Console. 2. From the navigation pane, select Security Realms. The Summary of Security Realms page is displayed. 3. Select a realm, such as myrealm. The Settings for the realm page is displayed. 4. Select the Users and Groups tab, then the Users tab. Click New. The Create a New User page is displayed. 5. For Name, enter the new user name. In this case, enter admin2. 6. Optionally, add a description for the account. 6-2 Oracle Fusion Middleware 2 Day Administration Guide 7. For Provider Authenticator, use the default, DefaultAuthenticator. 8. For Password, enter a password for the account. Then, for Confirm Password, reenter the password. If you selected DefaultAuthenticator, any passwords you assign to Oracle Fusion Middleware users: ■ Must contain at least eight characters. ■ At least one of the characters must be a number or special character, such as US dollar sign , number sign , or underscore _. 9. Click OK. 10. Select the newly created user in the Users table. The Settings for user page is displayed. 11. Select the Groups tab. 12. From the Available groups, select the group. In this case, to give the new user full privileges, select Administrators and move it to the Chosen list, as shown in the following figure: 13. Click Save. You now have a user named admin2 that has the Administrator role for the Oracle WebLogic Server domain.

6.2 Creating Additional Users with Specific Roles