Official RSA documentation gives a general overview of many of the steps below. The instructions in this document are intentionally verbose. Every selection and click during the OS installation and every command and file edited for the application install is included.
Installing SuSE 11 SP3
To begin, boot from the SuSE 11 SP3 DVD and choose Installation.
- Check the box next to I Agree to the License Terms.
- Click Next.
- Do not make any selections or changes.
- Click Next.
- New installation is selected by default.
- Click Next.
- Clock and Time Zone screen
- Select the appropriate region and time zone for the server.
- Leave the hardware clock set to UTC selected.
- Click Next.
- Server Base Scenario screen
- The option for Physical Machine is selected by default.
- Click Next.
- Installation Settings screen
- Click the hyperlink for Partitioning.
- Preparing Hard Disk screen
- The option Custom Partitioning (for experts) is selected by default.
- Click Next.
- Expert Partitioner screen
- Choose the option to create /boot partition.
- Under Available Storage on Linux is the device /dev/sda.
- Right click on /dev/sda and choose Add Partition.
- To add a partition on the /dev/sda screen, leave Primary partition selected and click Next.
- To add a partition on the /dev/sda (screen 2), select Custom Size and type 2GB then click Next.
- To add a partition on /dev/sda (screen 3), Ext3 is the File System selected by default. Do not change this value.
- Click the Mounting Options pull down and select /boot.
- Click Finish.
- Expert Partitioner screen
- Create a swap partition.
- Highlight and right click on /dev/sda and choose Add Partition again.
- To add a partition on /dev/sda screen:
- Leave Primary partition selected.
- Click Next.
c. To add a partition on /dev/sda (screen 2):
- Select Custom Size and type 16GB.
- Click Next.
d. To add a partition on /dev/sda (screen 3):
- Select Swap from File System pull down.
- The Mount Partition option will automatically change to Swap.
2. Click Finish.
- Expert Partitioner screen (Create/Partition)
- Highlight and right click on /dev/sda.
- Choose Add Partition again.
- To add a partition on the /dev/sda screen.
- Leave Primary partition selected.
- Click Next.
b. To add a partition on /dev/sda (screen 2):
- Custom Size is selected by default with the remainder of the drive space.
- Click Next.
c. To add a partition on /dev/sda (screen 3):
- Ext3 is the File System selected and Mount Point / is select by default.
- Click Finish.
- Expert Partitioner screen
- Click Accept.
- Installation Settings screen
- Click the Software hyperlink.
- Right click on the print server and choose Do not install. This will result in a grayed check-box.
- Enable the option under Development for C/C++ Compiler and Tools and click OK.
- Click Accept to the YaST2 agfa-fonts end user license agreement.
- Installation Settings screen
- Click Install.
- Click Install again on the YaST2 confirm screen.
- It will prompt with a YaST2 reboot dialog after the installation is complete. Either wait for the ten second countdown to auto reboot or click OK.
- After reboot first time boot OS configuration will run.
- Password for the System Administrator "root" screen
- Choose and type a root password and confirm it.
- The default used for our hardware appliances is Av3k5a.
- When done, click Next.
- Hostname and Domain Name screen
- Populate the software appliance's hostname in the Hostname field.
- In the Domain Name field enter the suffix. For example, emc.com.
- Uncheck the Change hostname via DHCP option.
- Click Next.
- Network Configuration screen
- Click the Disable IPv6 hyperlink.
- Click OK to the YaST2 warning that states To apply this change, a reboot is needed.
- Click the Open hyperlink next to SSH port is blocked in the firewall section.
- Click on the Network Interfaces hyperlink.
- Highlight eth0 and click the Edit button.
- Choose No Link and IP Setup (Bonding Slaves).
- Click Next.
- Do the above step for each interface that is present.
- When done, click Add.
- For the Device Type, select Bond.
- Click Next.
- Network Card Setup screen
- Under the Address tab, select Statically Assigned IP Address.
- Populate the IP, subnet mask and hostname (using the fully qualified host.domain.com).
- Under the Bond Slaves tab, enable the check-box next to each ethX interface.
- Click Next.
- Click the Hostname/DNS tab.
- Enter the hostname and domain name (suffix).
- Enter the name servers (DNS servers).
- You can populate domain search, but it is not required.
- Click the Routing tab.
- Enter the default gateway information.
- Click OK.
- Network Configuration screen
- Click Next.
- Test Internet Connection screen
- Choose No, Skip this Test on the internet test.
- Click Next.
- Network Services Configuration Screen
- Leave Use Following Configuration selected.
- Click Next.
- User Authentication Method screen
- Leave Local (/etc/passwd) selected.
- Click Next.
- Create a user account and set a password. When creating an account do not use oracle or admin as the user name.
- When done, click Next.
- Click Next.
- Hardware Configuration screen
- When this screen displays, it will flicker. It will show a screen that is outside of Xwindows briefly. Both of these behaviors are expected.
- After the hardware probe is finished identifying the configuration, leave the default option to Use Following Configuration selected.
- Click Next.
- Installation Completed screen
- Un-check Clone This System for AutoYast.
- Click Finish.
Operating System configuration pre-application install steps
- Login as root with the password that was defined above in the section on Password for the System Administrator "root" screen. The default password is Av3k5a.
- Right click the desktop and open a terminal window.
- Edit the limits.conf with a text editor, for example:
vi /etc/security/limits.conf
4. Add these four entries just above the # End of file line at the bottom of the file:
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 65536
oracle hard nofile 65536
5. Edit the firewall:
vi /etc/sysconfig/SuSEfirewall2
6. Search for FW_SERVICES_EXT_TCP.
7. Add allowed incoming ports, for example:
FW_SERVICES_EXT_TCP="21 22 1158 1555 8443 8444"
8. Now search for FW_REDIRECT.
9. Add forwarding rules for 443 and 444, for example:
FW_REDIRECT="0/0,0/0,tcp,443,8443 0/0,0/0,tcp,444,8444"
10. Restart the firewall for settings to be applied:
/etc/init.d/SuSEfirewall2_init restart
/etc/init.d/SuSEfirewall2_setup restart
11. Add the following Oracle required rpms from the SuSE DVD media. Path will vary based on your DVD label
(NOTE: The character after libcap is the number one (1)).
cd /media/SLES-11-SP3-DVD-x86_6407031/suse/x86_64
rpm -ivh sysstat-8*x86_64.rpm
rpm -ivh nfs-kernel-server*x86_64.rpm
rpm -ivh libcap1-1*x86_64.rpm
12. Add the oracle user and group:
groupadd -g 500 oinstall
useradd -u 500 -g 500 -d /home/oracle -s /bin/bash oracle
- The operating system configuration required for our application to be installed is complete. Reboot the host prior to performing RSA Via L&G / IMG installation:
sync
reboot
RSA Via Lifecycle and Governance 7.0 Installation Steps
- Login or su to the user root.
- Make the directory structure to house the L&G installation files, as follows:
mkdir /tmp/Aveksa
mkdir /tmp/aveksa/packages
mkdir /tmp/aveksa/staging
- Transfer the following packages to /tmp/aveksa/packages:
- aveksa-7.0.0.tar.bz2
- cvupack_Linux_x86_64.zip
- linuxamd64_12102_database_1of2.zip
- linuxamd64_12102_database_2of2.zip
- linuxamd64_12102_grid_1of2.zip
- linuxamd64_12102_grid_2of2.zip
- openjdk17_v001.tar.bz2
- oracle_12.1.0.2_patches_v001.zip
- wildfly-8.2.0.Final.tar
- As root, unpack the installer to /tmp/aveksa/staging :
cd /tmp/aveksa/staging
tar -jxvf ../packages/aveksa-7.0.0.tar.bz2
- Configure NTP on the server by running the following command:
cd /tmp/aveksa/staging/deploy/bin
./modifytimeserver.sh <timeserver hostname or IP>
- If you do not have a timeserver, or if it is temporarily unavailable, you can disable NTP using the following:
mv /etc/ntp.conf /etc/ntp.conf.disable
- Install RSA Via Lifecycle and Governance 7.0
If you executed the RSA Via L&G 7.0 uninstall.sh, the Aveksa_System.cfg was removed and needs to be unpacked from aveksa-7.0.0.tar.bz2 prior to running install.sh.
- As root, complete the following:
cd /tmp/aveksa/staging
./install.sh
- The next lines are executed only if the Aveksa_System.cfg is being reported as missing by the installer:
cd /tmp/aveksa/staging
tar -jxvf ../packages/aveksa-7.0.0.tar.bz2 deploy/Aveksa_System.cfg
NOTE: This command might take a while to complete as it is searching through a heavily compressed archive looking for the single file.
- Type Yes to agree to the license terms and press Enter.
- Type Yes when asked Do you wish to install and press Enter.
- Press Enter to accept the default location for the installation files. The default is /tmp/aveksa/staging.
- Press Enter to accept the default location for the package files as /tmp/aveksa/packages.
- Press Enter to accept the default of not using a remote database.
- Type Yes to confirm that the summary is correct and press Enter.
- Type Yes when prompted to run the kernel settings change script.
- Press Enter when prompted with Check the System Configuration.
The installation will perform an nslookup on your hostname. If a nameserver was defined earlier and it is either unreachable or does not have an entry for your server you will receive the following error:
Oracle Installer Exit Code: 253
The /tmp/aveksa/oracle.log file will have the error:
Check for integrity of file "/etc/resolv.conf" failed.