The installation begins, do not interrupt process until the installation is complete. A successful installation returns an OK
message. An unsuccessful installation returns a FAILED message. If the installation fails, study the smit.log file to determine
the cause.
13.
Press: F10.
14.
After the RealPort® software is successfully installed, the user should configure the 7036-P16 IP address,
7036-P16 Network
Configuration
.
Linux SuSE Installation Instructions
These steps move the rpm source file from the 7036-P16 Software and Documentation CD to the server.
1.
Login as root.
2.
If the 7036-P16 Software and Documentation CD is already inserted and mounted, then proceed to
5
.
3.
Insert the 7036-P16 Software and Documentation CD into the CD-ROM drive.
4.
Type:
mount -t auto /dev/cdrom /mnt
.
5.
This step displays the name of the RealPort® rpm file, which is 40002086_K.src.rpm
Type:
ls -l /mnt/linux
.
6.
Type:
cp /mnt/linux/40002086_K.src.rpm /usr/src/packages/SOURCES
.
7.
Type:
umount /mnt
.
8.
The next steps are required to prepare for the rpmbuild.
Type:
uname -a
.
This causes the
kernel level
to be displayed, which is needed in the next step.
9.
Type:
cd /usr/src/linux
<kernel level>
.
10.
Type:
make mrproper
.
11.
Type:
make oldconfig
.
12.
The next steps perform the rpmbuild.
Type:
cd /usr/src/packages/SOURCES
.
13.
Type:
rpmbuild --rebuild 40002086_k.rpm
.
14.
Type:
rpm -i /usr/src/packages/RPMS/ppc64/dgrp-1.9-1.ppc64.rpm
.
15.
Type:
rpm -qa | grep dgr
If the RealPort® Package installed correctly the following is displayed: dgr-1.9.1 .
Once this step is done successfully, the RealPort® installation on SuSE is complete.
16.
After the RealPort® software is successfully installed, the user should configure the IP address, go to 7036-P16 IP address,
7036-P16 Network Configuration
.
Linux Red Hat Installation Instructions
1.
Login as root
2.
If the 7036-P16 Software and Documentation CD is already inserted and mounted, then proceed to
5
.
3.
Insert the 7036-P16 Software and Documentation CD into the CD-ROM drive.
4.
Type:
mount -t auto /dev/cdrom /mnt
5.
Type:
ls -l /mnt/linux
This step should reveal the name of the RealPort® rpm file, which should be: 40002086_k.src.rpm
6.
Type:
cp /mnt/linux/40002086_k.src.rpm /usr/src/packages/SOURCES
7.
Type:
umount /mnt