Step By Step Virtual PS Install: PeopleTools Install

This is a continuation of my virtual PeopleSoft installation.  In this step, we will discuss how to install the PeopleTools home filesystem.  To see the complete list of steps, click here.

Now, we come to the main PeopleTools install.  This should create the File sytem.  Download and extract the CDs to your virtual system.  Linux has an unzip command that will extract the CDs if you need it.

When you are finished, you should have a directory for each of the 7 disks.  Go ahead and open a terminal and change directories into the first disk.  There you should see a setup.exe and a setup.linux.

63-pt-start by you.

Later we will use wine to run the Windows version (wine setup.exe), but now we need the Linux option.  First, you need to make sure that the file is executable.  So, run the command:

chmod +x setup.linux

Then, run the program

./setup.linux

64-setup-initializing by you.

Give it some time and you should see the first page of the installation wizard.

65-setup-start by you.

The next step is to enter the license code.  You can use the codes from here. (One little trick that helped me read the font on the page with is to use the zoom feature.  On Firefox and IE7 you can press Ctrl plus (+) to zoom in.)

66-license-codes by you.

Next, choose unicode or non-unicode.  I plan to use only English, and so, I chose non-unicode.

67-unicode-option by you.

Next, choose all of the options to install.  The plan is to install everything into the same instance.

68-install-options by you.

Next, choose the home directory that you created earlier.

69-home-directory by you.

Next, choose whether or not to install the ERP connectors.  I chose no just because I didn’t think I would use them.

70-connectors by you.

Next, choose the directory that you installed Tuxedo into.  For me, this was /home/pshr/bea/tuxedo91.

83-tuxedo-dir by you.

Next, accept the default for the Environment Management.

84-Environment-Management by you.

Next, select the default as far as what features to install.  You want both PeopleTools and the System Database.

85-PeopleTools-Features by you.

Now, just review the options.

86-Install-Review by you.

Then, the installer will begin its work.

87-Installing by you.

If all goes well, you should get a success screen after a while.  It took my laptop about 3 hours.

88-pt-success by you.

When you are done, you will need to add the psconfig.sh to profile.  You can do so with:

su –
ln -s /home/pshr/pshome/psconfig.sh /etc/profile.d/psconfig.sh

You also need to edit the file:

gedit /home/pshr/pshome/psconfig.sh

Make sure that you change the PS_HOSTTYPE from unknown to redhat-x-ia32.

88.5-psconfig by you.

4 thoughts on “Step By Step Virtual PS Install: PeopleTools Install

  1. Hi, I’m installing PS8.48 into UBUNTU environment.

    When I ran toolsadmin.sh I got the message “cd: 10: can’t cd to appserv”… then I went to appserv directory and I got this message.

    ricardo@ricardolaptop:~/PT8.48/appserv$ ./psadmin
    ./psadmin: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2.2′ not found (required by ./psadmin)
    ./psadmin: /usr/lib/libstdc++.so.5: version `CXXABI_1.2′ not found (required by ./psadmin)
    ./psadmin: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2′ not found (required by ./psadmin)

    help me pleaseeeeeee, thank you very much in advance.

  2. Thank you very much for your request.

    I have the Oracle environment and its works fine, my problem is find the pside.exe equivalent in Ubuntu…

    I will would work in wine… but my Oracle instance is in Ubuntu not in wine plataform… the question would be…

    Do you know pside.exe equivalent in Ubuntu or do you know how can I read the database installed in Ubuntu if I have the Application Designer in wine?

    Thank you very much!!!

  3. Ricardo,

    Unfortunately, no alternative for PeopleSoft’s Application Designer exists. Pside is a proprietary application written for a proprietary database. So, no one can write an alternative for it.

    So, you have to install Wine (a Windows emulator, which will allow you to run Windows programs on Ubuntu).

    Here are some links that might help in installing Wine:
    http://www.winehq.org/download/deb
    http://ubuntuforums.org/archive/index.php/t-5458.html

    Note, pside will not work unless you have built the PeopleSoft database using Data Mover. Make sure that you have done that as well.

Leave a Reply to Ricardo Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.