How To
Summary
This document provides instructions for installing SUSE LINUX on the IBM Netfinity 5500, M10, and M20 servers.
Steps
These instructions describe how to install SUSE LINUX 6.2 onto IBM Netfinity Servers using the Yet another System Tool (YaST) installation wizard and the SUSE Advanced X Configuration Tool (SAX).These instructions assume:
- A supported IBM Netfinity Server is the target of the installation.
- An official SUSE LINUX 6.2 CD-ROM will be used as the installation source.
- The user has basic knowledge of either UNIX or LINUX commands, or both.
- A blank hard drive or blank logical drive in an array is available for the install.
- SUSE LINUX 6.2 will be the only operating system installed on the server.
- Flash the system BIOS to the current revision.
- If your system has a Service Processor installed, flash the system Service Processor to the current level.
- If your system has a ServeRAID controller installed, flash the ServeRAID controller to the current level (3.50C or later). Click here to download the current level.
- If you are installing to an array, use the Hardware guide CD-ROM from ServerGuide to set up a proper logical drive.
- The system should be configured for use with a bootable CD-ROM with the boot order set to Floppy, CD-ROM, and Hard Disk .
- Ensure that Virtual Wire PIC mode is selected from the Virtual Wire Mode Selection item under the Advanced Setup option.
- Reboot/Power up your system.
- Press F1 to access the Configuration/Setup utility.
- Highlight Advanced Setup -> press Enter .
- Highlight Virtual Wire Mode Selection -> press Enter .
- Select Virtual Wire PIC mode if it is not already selected.
- Save your Settings and Exit the Configuration/Setup utility.
| NOTE: Enable Write-backcache for faster formats during install. |
| WARNING: All data currently on the drives will be deleted by this installation procedure! |
Installing SUSE 6.2
Insert the LINUX CD #1and either reboot or power up your system. The LINUXrc program will load. LINUXrc allows you to select the necessary drivers to access your hardware.
LINUXrc
Use your up and down arrow keys to select menu items, your left and right arrow keys to select commands, and press Enter to execute the selected command.
- Highlight English as your language -> press Enter.
- Highlight Color display as the kind of display to be used -> press Enter.
- Highlight English (US) as your keyboard map -> press Enter.
- Highlight Kernel modules (hardware drivers) -> press Enter.
- Highlight Load SCSI module -> press Enter.
- Highlight ips : IBM ServeRAID -> press Enter .
- Enter parameters for ips in the kernel message field -> select Back.
- Select Start installation -> press Enter.
- Select CD-ROM as your source media -> press Enter.
- Select Install LINUX from scratch as your type of installation -> press Enter.
Partitioning hard drives
- Select Partitioning -> press Enter.
- Select Whole hard disk -> press Enter.
- Select Yes -> press Enter.
YaST will create the following partitions:
- One /boot partition (a minimum of 2MB)
- One swap partition (twice the size of your installed RAM, but no larger than 128MB)
- One /root partition the size of the remaining free space on your hard drive
Installing software
- Select Load configuration -> press Enter.
- Select SUSE Almost everything -> Add -> press Enter.
- Select Change/create configuration -> press Enter.
- Select xsrv -> press Enter.
- Select xs3 -> xsvga -> press F10 twice.
- Select Start installation -> press Enter. You will be prompted for the other installation CD-ROMs.
- When all the software packages have been installed, press Enter to return to the main menu.
| NOTE : You will need between 1166 MB and 4.75GB free space on your hard drive for the "SUSE Almost everything" option. |
Selecting a kernel
- Select SCSI-Kernel IBM ServeRAID -> press Enter.
- Select Yes to create a boot disk -> insert a blank formatted diskette into your drive -> press Enter.
Configuring the LINUX loader (LILO)
- Select Yes to configure LILO -> press Enter.
- Press F4 to create a new configuration.
- Enter a configuration name, for example "LINUX" -> press Tab.
- Select Boot LINUX in the Which operating system field -> press Tab.
- Press Tab twice.
- Press Enter twice to complete the installation of LILO.
| NOTE : /dev/sda will automatically be set as the (Root-) partition to boot and /boot/vmlinuz as the Kernel to be booted by LILO. |
Configuring a time zone
- Select a time zone -> press Enter.
- Select Local time unless your system clock is set to Greenwich Mean Time (GMT).
| NOTE : Select Local time if you are booting other operating systems on your system. |
Entering host and domain names
- Enter your host name.
- Enter your domain name.
- Select Real network -> press Enter.
- Select No -> press Enter. You can select Yes if you are operating within a DHCP environment.
- Select eth0 as the type of network.
- Enter your IP address, subnet mask address, and gateway address. Leave the PTP field blank.
- Select Yes to start inetd -> press Enter.
- Select Yes to start the portmapper if you plan to use a Network File Server (NFS) -> press Enter.
- Select Yes to start NFS, if you plan to share files.
- Enter the name of your Name Server -> press Enter twice.
- Enter the IP address and domain list of your Name Server -> press Enter.
Selecting a networking device
- Select eth0 as your network type -> press Enter.
- Select AMD PCI PCnet 32 or Intel EtherExpress Pro 100 (if you have a card) as your networking device type -> press Enter.
| NOTE : Leave the Module options field blank. |
Configuration sendmail
Select the Default option -> press Enter. After scripts have been executed, your system will reboot.
Setting up your root password and an example user
- Type in a new root password -> press Enter .
- Select Yes if you want to set up an example user.
| WARNING : Do not forget your root password; otherwise, you will not be able to perform system administration duties on your system. |
| NOTE : You will be asked to enter a unique user name and password for your example user. |
Configuring your modem
Select No to configure your modem later->press Enter.
Configuring your mouse
- Select Yes to configure your mouse -> press Enter.
- Select PS/2 mouse -> press Enter.
- Select Yes if you want to configure your mouse for gpm -> press Enter to confirm.
Logging in as "root" the first time after installation
At the login: prompt type root and your root password.
WARNING: Do not reboot.
.
Recommended fixes
Applying fix to LILO
- Click here to obtain the lilo.rpm fix -> download and save this file to the /tmp directory on your system.
- Type rpm -Uivh --force /tmp/lilo.rpm -> press Enter . Alternatively you could rebuild LILO, enable LARGE_EDBA, and install.
- Type lilo -> press Enter.
- Type reboot -> press Enter.
Updating ServeRAID code (optional for SMP and 2GB)
- Click here to obtain the ips-0.2-0.5 patch -> download and save this file to the /tmp directory on your system.
- Type cd /usr/src -> press Enter .
- Type patch -p0 </tmp/ips-0.2-0.5 -> press Enter .
- Type cd LINUX -> press Enter .
- Type make menuconfig -> press Enter .
- For Processor Type and Features select PPro/6x86MX -> Exit -> Save.
- Type make dep bzImage -> press Enter .
- Type cp arch/i386/boot/bzImage/boot/vmlinuz-SMP -> press Enter .
| NOTE: For Processor Type and Features, the Maximum Physical Memory field, the 2GB field,the Math Emulation, and Symmetric Multi-processing support fields are optional. |
Editing the /etc/lilo.conf file
Before the line image =/boot/vmlinuz: add the following lines:
- Type image = /boot/vmlinuz-SMProot = /dev/sda1 -> Enter .
- Type label = smp .
- Save /etc/lilo.conf.
- Type lilo at the command prompt.
| NOTE: The lines"Added smp" and "Added LINUX" should appear. |
If "Added smp " and "AddedLINUX" do not appear type tail /etc/lilo.conf to check whether the etc/lilo.conf contains the following lines:
- image = /boot/vmlinuz-SMP
- root = /dev/sda1
- label = smp
- image = /boot/vmlinuz
- root = /dev/sda1
- label = LINUX
| NOTE : Type reboot to reboot your system. |
Setting up Graphics
- Login as root.
- Type sax at the command prompt.
| NOTE : If SAX hangs at any point in reboot/reset, type XF86Setup at the command prompt and use VGA mode. |
Installing ServeRAID Utilities
- Click here to download ipsutil.rpm -> Download and save this file to the /tmp directory on your system.
- At the command prompt type rpm -Uivh /tmp/ipsutil.rpm.
| NOTE : The utilities ipsmon and ipssend will be installed in the /usr/bin directory of your system. |
Document Location
Worldwide
[{"Type":"HW","Business Unit":{"code":"BU016","label":"Multiple Vendor Support"},"Product":{"code":"QU02PAO","label":"Older System x->Netfinity 5500 M20->8662"},"Platform":[{"code":"PF047","label":"SurePOS"}],"Line of Business":{"code":"","label":""}},{"Type":"HW","Business Unit":{"code":"BU016","label":"Multiple Vendor Support"},"Product":{"code":"QU02PBM","label":"Older System x->Netfinity 5500 M10->8661"},"Platform":[{"code":"PF047","label":"SurePOS"}],"Line of Business":{"code":"","label":""}},{"Type":"HW","Business Unit":{"code":"BU016","label":"Multiple Vendor Support"},"Product":{"code":"QU02PBY","label":"Older System x->Netfinity 5500->8660"},"Platform":[{"code":"PF047","label":"SurePOS"}],"Line of Business":{"code":"","label":""}}]
Was this topic helpful?
Document Information
Modified date:
27 January 2019
UID
ibm1MIGR-4EETT3