How to install SAP Netweaver 2004 Linux Testdrive on SUSE 9.3 with BW enabled - Part 2: Preparing the NetWeaver installation
2. Preparing the NetWeaver installationBefore starting the NetWeaver install, you will need to do a few simple tasks. First of all(unless you customized your packages when installing SUSE), you need to install compatibility libraries and the Java SDK, which are needed by NetWeaver along with wget, a download utility and a simple text editor, pico. Insert SUSE CD1 in your CD-ROM drive and enter the command yast –i java-1_4_2-sun pico wget libstdc++-libc6 compat This will load YaST and you will be asked about the package dependencies. Select NX from the dependencies list using the spacebar and then select Solve
In the main YaST screen select Accept and then Ok in the dialog with the automatic changes list.
Next, you should set up a couple of configuration files that will be needed by for running NetWeaver properly. The easy to use pico editor is now installed and we are going to use it to edit the temporary filesystem value in file /etc/sysconfig/kernel pico /etc/sysconfig/kernel Find the SHMFS_SIZE variable and set it to SHMFS_SIZE ="1G" Press Ctrl-X to exit pico, press Y to save changes and Enter to confirm the file path.
The next file that you need to edit is the network interface configuration file and doing this will help avoiding a problem that the NetWeaver server would have after the first system restart. cd /etc/sysconfig/network Note: If you have more than one network card, there will be more than one configuration file. If that is the case, use the command ifconfig to find out the MAC addresses of the network cards in your system and pick the configuration file that is named using the MAC address of the eth0 card. At the end of the configuration file, append following lines: IPADDR_0='195.155.155.1'
Next, assign the hostname nw4host to the 195.155.155.1 IP address in the /etc/hosts file: cd /etc/ At the end of the file, append the following line: 195.155.155.1 nw4host Save the file and type the command reboot The reboot is needed to reinitialize the temporary filesystem size you have edited earlier and will also initialize the new IP address for the eth0 network interface. Next, you should create the NetWeaver Testdrive ISO from the part files. After booting, if you haven't already downloaded the NetWeaver ISO part files, do it now. Create a directory for the kit files, I'll call it SAPKIT. mkdir /SAPKIT Downloading can be easily done using the command wget: wget ftp://ftp.sap.com/pub/linuxlab/test_drive/NW4/i386/NW4_TestDrive.iso_Part_aa ...and so on to ae. If you already have the files on a Windows system and you don't know how to mount Windows shares, you can either read a tutorial on that or transfer them from the Windows system by using SCP. Once all the kit files are in the same directory merge them into the proper ISO file by using the command cat NW4_TestDrive.iso_Part_a* > NW4_TestDrive.iso After the file combine is finished, login as the superuser using the su command and mount the ISO image using the command: mount NW4_TestDrive.iso /media/cdrom/ -o loop
|








print: 
Recent comments
2 hours 41 min ago
3 hours 17 min ago
4 hours 55 min ago
6 hours 17 min ago
9 hours 32 min ago
10 hours 19 min ago
12 hours 16 min ago
12 hours 21 min ago
13 hours 45 min ago
14 hours 32 min ago