Steps For Basic Installation and Configuration of A REN Server
Steps For Basic Installation and Configuration of A REN Server
a. Open file psappsrv.cfg for the App Server Domain where the REN server will be installed b. Search 'PSRENSRV' in order to get to the REN server section c. Below are the default settings. At this point, the only value to be concerned with is 'default_http_port'. is set to a port# that isn't already being used.
default_http_port=7180 default_https_port=7143 default_auth_token=peoplesoft.com
Be sure this
d. Save the changes Note that you need to do this only once. After the app server is started, it will create database entries (for REN Server and REN Server Cluster) using the information in psappsrv.cfg. So if you want to make additional changes to the REN server configuration, after initial start of the REN server, you would make the changes to the database entries by logging into the PeopleSoft application and bringing up the REN Server configuration.
5) Configure App Server to use REN and Start the Application Server
Configure the application server to start the REN server and load the new configuration. Do this as follows: a. Run psadmin b. Chose option to 'Configure this domain' c. Set the 'Event Notification' option to 'Yes' d. Then load the new configuration and restart the REN server. You will see that process 'PSRENSRV' is started.
8) Delete cache
Cache should always be deleted after making any configuration changes to the REN server. Do the following: a. Stop Web Server, Application Server and Process Scheduler b. Delete the cache files for the Web Server under the following location: $PS_HOME/webserv/<domain>/applications/peoplesoft/PORTAL/<PIA_Site>/cache c. Delete Application Server cache from: $PS_HOME/appserv/<Domain>/CACHE d. Delete Process Scheduler cache from: $PS_HOME/appserv/prcs/<Scheduler>/CACHE e. Browser cache needs to be removed: Internet Explorer: Tools > Internet Options > Delete Cookies, Delete Files and Delete all offline content Mozilla Firefox: Tools-> Options-Privacy-> Cookies then choose option to clear/delete cookies f. Restart Web Server, Application Server and Process Scheduler