PEM Server Logon¶
The PEM web interface uses Apache to connect to the PEM server on port 8080 of the IP address on which the PEM server is installed. To connect to PEM, open your browser of choice, and navigate to:
<ip_address_of_PEM_host>:8080/pem
Where ip_address_of_PEM_host specifies the IP address of the host of the PEM server.
If the PEM Server is using the Kerberos Authentication, you will be directly connected to the PEM interface without having to login.
PEM login window¶
Use the fields on the Login window to authenticate yourself with the PEM server:
Provide the name of a
pemdatabase user in theUsernamefield. Users logon to PEM using user credentials setup aslogin roleson the PostgreSQL database used by the PEM server. By default, thepostgressuperuser account will be used for the initial logon.We strongly recommend you create an individual role for each user. You can create a login role with the
CREATE ROLESQL statement, or by defining a role with the PEM clientCreate - Login/Group Roledialog. To access the dialog, connect to the PEM server database; right-click theLogin/Group Rolesnode in the tree control, and selectNew Login Role...from theCreatepull-aside menu. Roles must be granted permissions and role memberships to properly use PEM:users that are members of the
pem_userrole are essentiallyread-onlyusers; they may view dashboards, change the database server connection options, but they will not be able to install agents or configure the server directory, alerts, probes, or run any of the wizard/dialog based components of PEM.users that are members of the
pem_adminrole have the same read permissions as members of the pem_user role, plus sufficient privileges to configure the servers, directory, alerts and probes.administrativeusers must be added to the pem_admin role and explicitly granted the create role privilege. in addition to the permissions granted through membership in the pem_admin role, the create role privilege allows an administrator to create additional pem users, and to install and register new agents.users can be member of one of the PEM roles to give right to run a particular component, to manage, or to configure PEM.
Provide the password associated with the user in the
Passwordfield.
Note
From PEM 8.2 onwards, the Two-Factor Authentication support is added. For more information see PEM Installation guides on EDB Doc Website.
After providing your credentials, click Login to connect to the PEM client. PEM opens, displaying the Global Overview Dashboard:
PEM global overview dashboard¶