You are on page 1of 2

PEOPLEBOOKS SETUP

1) Create PSBOOKS directory for peoplebooks setup in D:\ on Server name


i.e. D:\PSBOOKS

2) Copied TEST PS_home in to PSBOOKS (D:\PSBOOKS) directory. Delete the webserver


domain from D:\PSBOOKS directory.

3) Now, setup the peoplesoft pure internet architecture for the PSBOOKS. Go to
- D:\PSBOOKS\setup\mpinternet\setup.exe
- create a new weblogic domain during the installation, PS_HOME being D:\PSBOOKS. I named the
Domain as PSBOOKS.
- Give the AppServer name, JSL port, HTTP port and HTTPS port.

Once the installation is done, go to D:\PSBOOKS\webserv\PSBOOKS and click


installNTservicePIA.cmd, this will create a service PSBOOKS-PIA in the control panel (To start and
Stop the PSBOOKS PIA).

4) Be sure to stop PSBOOKS-PIA before the peoplebooks setup.

5) Now continue with the peoplebooks setup.


- Install peopletools 8.47, HRMS 8.8 SP1, FSCM 8.8 SP1. Be ready with the License code.
- Webserver path - D:\PSBOOKS
- Weblogic path - D:\weblogic81sp5\weblogic81
- Peoplebooks installation directory i.e. PSOL path:
D:\PSBOOKS\webserv\PSBOOKS\applications\peoplesoft\PSOL\htmldoc

You can generate the search collection after the setup also.

6) Testing the peoplebooks.


- Start PSBOOKS-PIA from the control panel.
- Now test it.    http://domainname:httpsport/PSOL/htmldoc/eng/index.htm

Enabling the search functionality for online pages.

1) Add D:\PSBOOKS\verity\winx86\_nti40\bin in the environment variables.


Right click my computer - properties – advanced – environment variables. Under system
variables edit path variable.

2) Now Go to START, RUN, REGEDIT.


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PSBOOKS\PIA\Parameters]
Add the below lines in to the path variable separated by a semicolon (;).

D:\PSBOOKS\verity\winx86\_nti40\bin
D:\PSBOOKS\webserv\PSBOOKS\applications\peoplesoft\PSOL\WEB-INF\lib\winx86
D:\PSBOOKS\bin\server\WINX86

3) Copy the win_psjniverity.dll from the following directory:


D:\PSBOOKS\webserv\PSBOOKS\applications\peoplesoft\PSOL\WEB-INF\lib
To
D:\PSBOOKS\webserv\PSBOOKS\applications\peoplesoft\PSOL\WEB-INF\lib\winx86
4) Create/Recreate Search Collections.
http://servername:https/PSOL/psolmanager.htm (PSOL online manager library)
Click on Create collections. Initially password is password. You can change the password
by going to D:\PSBOOKS\webserv\PSBOOKS\applications\peoplesoft\PSOL\WEB-INF\web.xml

5) Now open the web.xml file. Uncomment the below section and add the path to the verity
Common folder.

Before
<!--
<context-param>
<param-name>vdkhome</param-name>
<param-value>%vdkhome%</param-value>
<description>Path to the Verity installation directory</description>
</context-param>
-->

After change
<context-param>
<param-name>vdkhome</param-name>
<param-value>D:\PSBOOKS\verity\winx86</param-value>
<description>Path to the Verity installation directory</description>
</context-param>

Thanks
vKing

You might also like