This is a continuation of my virtual PeopleSoft installation. In this step, we will discuss how to install Tuxedo. To see the complete list of steps, click here.
Tuxedo middleware is required before the PeopleTools CDs can be installed. You can download it with the PeopleTools CDs from edelivery.oracle.com or you can install from a physical CD that you have.
I have extracted the CD into /home/pshr/tuxedo with the unzip command.

Once, you have the CD extracted or mounted, you will need to fix a few bugs before you can begin. We will start in the directory where you extracted the installation files:
cd tuxedo
First, update the bin file with the first fix. You will need to run the following lines in a terminal.
cd linux/sles9/base/
cp tuxedo91_32_SLES_9_x86.bin ../Install.bak
chmod +w tuxedo91_32_SLES_9_x86.bin
cat ../Install.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > tuxedo91_32_SLES_9_x86.bin
Next, you need to edit (with either the vi command or the gedit command) the install.sh. Change the line from (line #259):
sh $INSTALL_BINARY -f $SILENT_INSTALL_FILE > $INSTALLER_OUTPUT;
to:
sh $INSTALL_BINARY LAX_VM /usr/java/jdk1.5.0_16/bin/java -f $SILENT_INSTALL_FILE > $INSTALLER_OUTPUT;
Now, you are ready to start the installation and you can run install.sh from a terminal:
./install.sh
For, the first option, choose option 2 — linux. And, type Y to confirm the selection.

Next, change the Bea home directory (/bea) to /home/pshr/bea and also the default tuxedo directory (/home/pshr/bea/tuxedo91). I am doing this because I plan to keep everything in my user home directory. If you don’t do this, you need to create a directory and update the security on that directory.

Next, accept the default password of “password”.
Then, enter y to continue with the installation.

[...] under: PeopleSoft HCM 9.0, Server Administration, VMWare — digitaleagle @ 7:19 am This is a continuation of my virtual PeopleSoft installation. In this step, we will discuss how to install the Oracle [...]
Pingback by Step By Step Virtual PS Install: Install Database « PSST0101 — October 30, 2008 @ 7:19 am |
now I am getting this error. missing or invalid version of SQL library libpsora. in the stderr file we see this – dlopen in libpscompat failed for ‘libpsora.so’: libclntsh.so.9.0:cannot open shared object file: No such file or directory
This true. It doesn’t exit. I have libclntsh.so.10.1
Do we create the link in the $ORACLE_HOME/bin/lib folder? I did that, but it doesn’t seem to want to work.
Comment by Cliff Moore — February 27, 2009 @ 5:13 pm |
Here is a link that might help:
http://peoplesoft.ittoolbox.com/groups/technical-functional/peopletools-l/unable-to-boot-the-apserver-need-to-install-32-bit-library-for-window-to-fix-the-missing-or-invalid-version-of-sql-library-libpsora-1694781
I had this problem with data mover:
http://psst0101.wordpress.com/2008/11/04/libclntsh-error/
Check the paths were you made the link and also check the security/owner on the link to make sure that the application can see it. Just guessing here.
Comment by digitaleagle — February 27, 2009 @ 10:37 pm |
Thanks. I got it. It’s working now. I ran all the dms and sql scripts. Now. The big test. I have to install and setup Weblogic and get PIA up and running. Cliff
Comment by Cliff Moore — March 2, 2009 @ 10:19 am |
This is great! I have it installed on my Dell XPS M1530. Everything is working. I installed FSCM9 and it is good to go. But I have to say that I didn’t do Cobol yet! I had installed HCM and started running into PeopleCode issues whenever I tried to setup security. So I created another machine for FSCM9 and the whole process went so well, I am going to create another for HCM and do it again. Great! Great! Thank You so Much! Cliff Moore
Comment by Cliff Moore — March 13, 2009 @ 9:54 am |
Hello!
Very Interesting post! Thank you for such interesting resource!
PS: Sorry for my bad english, I’v just started to learn this language
See you!
Your, Raiul Baztepo
Comment by RaiulBaztepo — March 28, 2009 @ 4:48 pm |
Hi !
My name is Piter Kokoniz. oOnly want to tell, that your posts are really interesting
And want to ask you: will you continue to post in this blog in future?
Sorry for my bad english:)
Thank you:)
Piter.
Comment by PiterKokoniz — April 7, 2009 @ 5:55 pm |
Piter, yes I will continue to post to this blog in the future. It takes a lot of work and discipline to keep posting to this blog, but I think it is worth it. Thank you for the encouragement.
Comment by digitaleagle — April 14, 2009 @ 5:52 am |