Pages

Thursday, March 15, 2012

PeopleSoft Component Versions



Below post will help you
 determine the versions of Various components in PeopleSoft...
People Tools
1. Change directory to $PS_HOME/appserv
2. Run the following command to check the peopletools version
$ ./psadmin –v
Note: PS_HOME – Where the tools is installed…
Tuxedo
1. Run the following command to check the TUXEDO version
tmadmin -v
Alternate Method
1. Login into the Box.
2. Change directory to $TUXDIR/udataobj
3. Check the lic.txt for tuxedo version.
Weblogic
1. Change directory to $BEAHOME/wl*
2. Check file registry.xml for weblogic version
Note: BEAHOME – Where the weblogic is installed…
Jrockit
1. Change directory to $BEAHOME/wl*/jrockit*/jre/bin
2. Run the following command to get the Jrockit version
$ ./java –version
Note: BEAHOME – Where the weblogic is installed…
JRE
1. Change directory to $PS_HOME/jre/bin
2. Run the following command to get the JRE version
$ ./java –version
Note: PS_HOME – Where the tools is installed…


Note: This might not be applicable for few version of the components...


No comments:

Post a Comment