Corsair F240 User Manual Page 14

  • Download
  • Add to my manuals
  • Print
  • Page
    / 27
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 13
Option
Action
Completion Summary
Verify that the status of each component is equal to success
and select close.
Install SOA Suite
SOA Suite requires that the kernel parameters for the soft and hard limit of open files are
set to a minimum of 4096. Logon as root and start a terminal session. Run the script below
in the terminal and shutdown and reboot the system.
su - root
cat >> /etc/security/limits.conf << EOF
soaadmin soft nofile 4096
soaadmin hard nofile 4096
EOF
Configure the VMs CD/DVD device to use the Oracle Linux ISO file as the disc image and
make sure it is connected. Install additional required Linux packages by executing the
instructions as root in Terminal below.
if [[ -e /media/OL5.7\ x86_64\ dvd\ 20110728/Server/ ]]
then
cd /media/OL5.7\ x86_64\ dvd\ 20110728/Server/
rpm -Uvh sysstat-* libaio-devel-*
cd /
eject /dev/cdrom
shutdown -t 0 -r now
else
echo Make sure the correct DVD is mounted
fi
Logon as soaadmin to OEL and start a terminal session. Start the SOA Suite Installer by
entering the following instructions on the terminal.
How to: SOA Suite 11g R1 on Oracle Linux in VM Ware Fusion
Page 14 of 27
Dutch tilt
Page view 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 26 27

Comments to this Manuals

No comments