Using WebLogic Server Console to Monitor PeopleSoft Sessions October 10, 2008
Posted by balaglobal in PS Admin.Tags: WebLogic Server Console
add a comment
This is Taken from PeopleBooks – PeopleTools 8.49.
TheWebLogic Server console can display a list of established HTTP sessions for that instance of the WebLogic Server. Session Monitoring is automatically enabled for WebLogic. These instructions describe how monitor the single server configuration of PIA. When in production, note that a multi server configuration would be used to perform these steps to the server instance that you intend to monitor, such as PIA1 or PIA2, or both.
- Start the PIA server.Start the PIA server either using startPIA.cmd(.sh) or, if installed as a Windows service, NET START peoplesoft-PIA.
- Log on to PeopleSoftLog on to your PeopleSoft application. If possible, log on from a couple different workstations using different PeopleSoft IDs. For the purpose of this test, do not log off.
- Log on to the WebLogic Server Administrative Console.In a new browser, access the WebLogic Server console at http://weblogichost:port/console and specify the WebLogic administrative ID you specified during the PIA installation. The default ID and password are system/password, respectively.
- Monitor established HTTP sessions for the PORTAL web application.On the left, use the following navigation to view the list of established HTTP sessions for the PORTAL web application:
- Click Deployments, and view the deployment list in the right hand window.
- Click PeopleSoft.
- Select the Control tab.
- Select the PORTAL application module, where the context root of the module is ‘/’.
- Select the Monitoring tab.
- Select the Sessions tab.
Note. You can customize the list of fields that you want to monitor using the Customize this table link.
BEA Tuxedo Commands & Utilities September 22, 2008
Posted by balaglobal in PS Admin.Tags: BEA Tuxedo Commands & Utilities
add a comment
http://www.peoplesoftexpert.com/mediawiki/index.php/Bea_Tuxedo
The above link gives a list of BEA Tuxedo Commands and Utilities.
PeopleTools client installation Batch file September 19, 2008
Posted by balaglobal in PS Admin.Tags: Client installation Batch File
1 comment so far
To install PeopleTools client on individual machine, you may create a batch file with the folloiwng lines in it and execute it to create Peopletools Client.
@echo off
[PS_HOME]\bin\client\winx86\pscfg -clean -quiet
echo Setting up PeopleTools Environment
[PS_HOME]\bin\client\winx86\pscfg -import:[PS_HOME]\peoplesoft.cfg -setup -quiet
[PS_HOME] could be like C:\PSFT\FN88PRD\
peoplesoft.cfg is the configuration file.