Document describes, how to install Oracle 10R2 RAC cluster on SuSe Linux Enterprise Server 9 (Service pack 3) on x86_64 (AMD64 and Intel ET64T) servers. I used iSCSI, NetApp storage servers and ASM storage model, but you can change it easily. I configured both, ASM (on raw devices – I do not se ANY reason to use ASMLib which just adds entropy into Linux kernel) and OCFSv2 cluster file system. It is not all possible scenarios guide, but just an example of such installation. It can be sub optimal and/or contain bugs. Some specifics rely to our installation servers (such as mount points for scripts), and should be replaced by your own names and hosts (not too much).
To use it, download scripts here (related to this particular case, here), download and extract Oracle10.2 distributive (including Clusterware and Database), and edit CONFIG.sh file (set up your names, Oracle locations and so on).
This document is brief and do not show details. Use another document (here), it describes Oracle 10.1 installation in all details and shows, how to configure iSCSI, network, how to use ASM and so on.
Picture 1. Hardware configuration. You can use another SAN storage (Fibre Channel, for example) or share cross connect network and SAN network – it eliminates one of eth1 / eth2 interfaces, but idea will be just the same.

Run ALL scripts as ROOT. Scripts run ‘su - oracle’ when necessary.
0) Connect servers to power and Ethernet (eth0 to public VLAN, eth1 to storage VLAN, eth2 to cross cable.). Connect and configure DRAC-IV card if you use DELL 1850 or 2850 server(s) (then you never need to enter server room again).
Configure DNS – for each server, create
- 1 public IP
- 1 private IP
- 1 SAN network IP
- 1 VIP IP in public LAN
- 1 DRAC IP (if use DRAC card on DELL servers):
|
Host |
Domain |
Type |
Pref |
Data |
|
testrac11 |
A |
|
10.23.32.111 |
|
|
testrac11-1 |
A |
|
10.254.32.111 |
|
|
testrac11-2 |
A |
|
10.253.32.111 |
|
|
testrac11-r |
A |
|
10.23.96.111 |
|
|
testrac11-vip |
A |
|
10.23.32.113 |
|
|
testrac12 |
A |
|
10.23.32.112 |
|
|
testrac12-1 |
A |
|
10.254.32.112 |
|
|
testrac12-2 |
A |
|
10.253.32.112 |
|
|
testrac12-r |
A |
|
10.23.96.112 |
|
|
testrac12-vip |
A |
|
10.23.32.114 |
Now, install SLES9 SP3 Linux on servers. I use our network installation server. You can find few profiles, suitable for these installations, in yast directory of installation scripts, and use them as a starting point.
Set up server names (testrac11, testrac12), IP (testrac11 and testrac12 on eth0,
testrac11-1 and testrac12-1 on eth1, testrac11-2 and testrac12-2 on eth2). Do not forget to setup mtu=9000, on eth1 and eth2, for better iSCSI performance, and allow JUMBO frames in PRIVATE and Storage LAN’s on switches. Reboot. Login as root’ (with X11); and mount installation directory (or copy installation scripts and unpack them):
mount /image/UNIX
Create shortcut for installation scripts:
cd
/image/UNIX/INSTALLS/SLES9-ORA10.2RAC-iSCSI-ASM
ln –s `pwd` /INST
1) Edit /etc/hosts, and change hostname for PRIVATE address in accordance with your DNS (or just remove this hostname).
For example, in my case it should be:
10.23.32.111
testrac11.sjclab.exigengroup.com testrac11
10.254.23.111 testrac11-1.sjclabl.exigengroup.com
10.253.23.111 testrac11-2.sjclab.exigengroup.com
2) Run scripts on both nodes:
sh 000*.sh
3) Install iSCSI (see main document about iSCSI configuration).
Run on both nodes sh 002*sh script to read step by step instruction.
iSCSI LUN allocation:
Filer Lun Size Comment (dev) Name
in ‘rawnames’
fas-1a 0 100M OCRFile sdc OCRFile
fas-1a 1 20M CSSFile sdd CSSFile
fas-1a 2 18GB ASM(DB1) sde DB1
fas-1a 5 1GB ASM(LOG1) sdf LOG1
fas-1a 7 20GB OCFSv2:/S01 sdg
fas-1b 3 10GB ASM(DB2) sdh DB2
fas-1b 4 1GB ASM(LOG2) sdi LOG2
fas-1b 8 24GB OCFSv2:/S02 sdj
(Notice – NetApp and Linux uses different Megabytes, so better allocate 106 Mb for OCRFile and 24 Mb for CSSFile in NetApp).
Open Yast2 and create partition 1 on ALL these disks (SLES9 have a bug and panic
if you use unpartitioned devices with raw, oracle and async io).
4) If using raw devices for cluster files (reasonable on NetApp filer because LUN is just a file inside it) OR using ASM.Run on both nodes sh 005*sh script. It will install rawnames.conf configuration file and create raw devices
in /dev/rawnames:
OCRFile
CSSFile
DB1
DB2
LOG1
LOG2
5) Run on both nodes sh 007*sh script (optional); it will install setduplex service which allows to enforce Ethernet duplex. add delays and control Ethernet initialization.
6) Now, reboot both servers to verify, that you created everything in order (system must come with correct ‘rawnames’ devices and correct ISCSI setting.
7) Run now on both nodes:
sh 010*sh – install ORARUN
Enter oracle password here.
8) Run on both nodes sh 015*sh – patch oracle profile(s).
Run on both nodes:
sh 016-set-reboot-on-panic.sh
It configure Linxu to reboot after panic or oops (default is 0- do not reboot).
9) Run on both nodes sh 018*sh – install our version or /etc/init.d/oracle and /etc/sysconfig/oracle files (from FILES.d).
10) (Skip this step if you are not using OCFSv2). Now, install and configure OCFSv2 file system on both nodes:
a) Check that we have all stuff installed: yast2 -> software -> search ocfs.
I have, after all:
ocfs2-console: 1.1.4-05
ocfs2-tools: 1.1.4-05
b) mkdir /S01 /S02 on both servers.
ocfs2console
à Create cluster nodes
à propagate configuration.
/etc/o2cb enable
Here is resulting /etc/ocfs2/cluster.conf file:
node:
ip_port = 7777
ip_address = 10.23.32.111
number = 0
name = testrac11
cluster = ocfs2
node:
ip_port = 7777
ip_address = 10.23.32.112
number = 1
name = testrac12
cluster = ocfs2
cluster:
node_count = 2
name = ocfs2
c) Format file systems using mkfs.ocfs2.
d) Add into /etc/fstab:
/dev/disk/by-id/iscsi-iqn.1992-08.com.netapp:exigengroup.fas-1a-7p1
/S01 ocfs2 datavolume,_netdev 0 0
/dev/disk/by-id/iscsi-iqn.1992-08.com.netapp:exigengroup.fas-1b-8p1
/S02 ocfs2 datavolume,_netdev 0 0
e) Turn on all services:
insserv o2cb
insserv ocfs2
chkconfig o2cb on
chkconfig ocfs2 on
chkconfig oracle on
Disable ISDN –
it is ON by some mystical reason:
chkconfig isdn off
Resulting oracle startup must be AFTER ocfs2.
Now, decide if
you want to increate OCFSv2 timeout. Run script 19 to do it:
sh
019-edit-o2cb.sh
REBOOT servers and verify, that you have /S01 and /S02 mounted after system comes back.
11) Now, run on BOTH nodes
sh 030*sh – check oracle user environment.
12) Now, run ssh keys generator. Answer: yes if you are asked (yes/no), root password , when you asked for password, and <ENTER>
in all other cases.
sh 080*sh
on node1 and then on node2.
13) Run on node1 and then on node2
sh 090*sh
and answer yes on all questions. DO it 2 times – you should not see any anwers on the second run.
14) Run on both nodes: sh 100*sh – verify raw devices.
Now,
your nodes are READY for the cluster installation.
Checklist:
- servers are configured on static IP;
- interconnect link is configured;
- SAN link (if any) is configured;
- VIP IP are allocated (but not used in this point);
- DNS is configured properly;
- No any bad records exists in /etc/hosts;
- rawnames script / service is installed and configured;
- iscsi (if used) is configured;
- /dev/rawnames devices are configured;
- orarun package is installed and replaced by one from our script;
- oracle user is configured (password);
- oracle user ssh access without password is configured;
- ServicePack3 OR online update to ServicePack2 are applied (required for Oracle 10.2);
- OCFSv2 is configured, if used;
- rcoracle started and apply kernel updates;
- system reboot verified (all this stuff must work properly after reboot).
Double check /etc/hosts. SuSe Linux installation likes to add hostname with all IP addresses for all interfaces, creating the mess (for example,
it assigned me 3 lines with testrac11 name in /etc/hosts). Better use DNS and remove all names except primary host ame (full domain name, please) from /etc/hosts file.
See my list of installed RPM’s in APPENDIX I.
Now you can proceed with next step.
2.1) Run installer:
sh 200*sh
on PRIMARY NODE ONLY.
Click NEXT few times.

Edit first node names and add second node. I use:
testrac11.sjclab.exigengroup.com
testrac11-2.sjclab.exigengroup.com
testrac11-vip.sjclab.exigengroup.com
for testrac11, and similar for testrac12:

Attention. If system writes, that you used the
same name for private and public node (when you actially used different names),
it may indicate forgotten records in /etc.hosts. Exit from installer, edit
/etc/hosts and try again.
Now, edit interfaces. I use eth0 as public, eth2 as private, and eth1 as unused.
Next step – configure OCRFile and CSSFile. I use:
- external redundancy
- /dev/rawnames/OCRFile for OCRFile
- /dev/rawnames/CSSFile for CSSFile
Confirm installation, and here we are:

When CRS installation ends, system ask to run one or 2 rot scripts:

Run them one by one, on EACH node, OR use 2 our scripts:
sh 210*sh
sh 220*sh
Second root.sh script is very important – it starts CRS service. Script 220 adjusts ~root/.bashrc file.
If, by some reason, VIP interfaces was not created (it is reported by installer), then you must run vipca program:
. ~/.bashrc
vipca
Configure eth0 as VIP interface (testrac11-vip and testrac12-vip addresses).

Now everything looks good.
Check CRTS status by running
crs_stat –t
(as root; you must have /opt/oracle/product/10.2.0/crs_1/bin in your PATH).
testrac11:~
# . ~/.bashrc
testrac11:~
# crs_stat -t
Name Type Target State
Host
------------------------------------------------------------
ora....c11.gsd
application ONLINE ONLINE testrac11
ora....c11.ons
application ONLINE ONLINE testrac11
ora....c11.vip
application ONLINE ONLINE testrac11
ora....c12.gsd
application ONLINE ONLINE testrac12
ora....c12.ons
application ONLINE ONLINE testrac12
ora....c12.vip
application ONLINE ONLINE testrac12
3.1) Check environment:
sh 300*sh
3.2) Run installation on ONE node only:
sh 310*sh
Select defaults;
Select ‘install software only’;
Run installation.

Run root.sh scripts in the very end:
/opt/oracle/product/10.2.0/db_1/root.sh
3.3) Run netca on ONE node only, it creates listener:
sh 340*sh
Script 400 calls dbca (Data Base Configuration Assistant).
Run it on ONE node only:
sh 400*sh
Select:
- Oracle Real Application Clusters database;
- Configure Automatic Storage Management
- Select ALL nodes
- Set up ASM password
- Select ‘Initialization Parameters File (Pfile)’ because we did not installed ORACLE_HOME on clustered file system.
If ASM instance startup shows error ORA-27125, run script 350 (on ALL Nodes!)
sh 350*sh
which will turn off hugetlbs (they creates problem
in my case – do not ask me WHY). Be careful with this – if you relink oracle, then you will lose this change.
See explanation here:
http://linux.inet.hr/oracle10g_on_debian.html
and here
http://www.gesinet.it/oracle/hugetlb.html
Now, select CREATE DISK GROUP and change discovery path to /dev/rawnames/*:

Select EXTERNAL redundancy, select DB1 and DB2 disk groups, and create group TESTDB:

Create second group, REDO, from LOGS1 and LOGS2 disks.
Now you can create database, using ASM groups. Allocate database onto _TESTDB group and REDO logs onto +REDO group.
I created OLTP database because I will run ‘hammerora’ TPC-C test next.
The rest is the same as for Oracle 10.1 (see document here index.html), except port for DB console, which is (for the very first instance) 1158 instead of 5500:

testrac11:~ #
crs_stat -t
Name Type Target State
Host
------------------------------------------------------------
ora.ora.db application ONLINE ONLINE testrac11
ora.ora.ora.cs
application ONLINE ONLINE testrac12
ora....ra1.srv
application ONLINE ONLINE testrac11
ora....ra2.srv
application ONLINE ONLINE testrac12
ora....a1.inst
application ONLINE ONLINE testrac11
ora....a2.inst
application ONLINE ONLINE testrac12
ora....SM1.asm
application ONLINE ONLINE testrac11
ora....11.lsnr
application ONLINE ONLINE testrac11
ora....c11.gsd
application ONLINE ONLINE testrac11
ora....c11.ons
application ONLINE ONLINE testrac11
ora....c11.vip
application ONLINE ONLINE testrac11
ora....SM2.asm
application ONLINE ONLINE testrac12
ora....12.lsnr
application ONLINE ONLINE testrac12
ora....c12.gsd
application ONLINE ONLINE testrac12
ora....c12.ons
application ONLINE ONLINE testrac12
ora....c12.vip application ONLINE ONLINE testrac12
When you create database, DBCA writes it into /etc/oreatab . Unfortunately, it writes database name instead of instance names, and it do not allow /etc/init.d/oracle to start few things such as DB console or iSQLPlus. I recommend to edit this file, changing database name into instance name (ora -> ora1 or ora2, in my example):
#
#
+ASM1:/opt/oracle/product/10.2.0/db_1:N
ora1:/opt/oracle/product/10.2.0/db_1:Y
(I specify Y here, because /etc/init.d/oracle script do not start databases itself /so it is safe to do it/ because it is stripped to RAC cluster version only, but uses Y flag to determine databases which require DB console start. You can select another method to start DB console server).
DBCA creates (if you did not unchecked it) web DB console server on port (for the very first database) 1158. We can open it as (in our example) http://testrac11-vip:1158/em .
DBCA is not registered in CRS and is not started by Cluster Service (crs). It can be started by /etc/init.d/oracle if /etc/sysconfig/oracle have parameter
START_ORACLE_DB_EMANAGER="yes"
You can start it manually as
export ORACLE_SID=instance_id
emctl start dbconsole
When started, you can open web
(see above) and login into web enterprise manager:

bison-32bit-9-200501041713
XFree86-fonts-scalable-4.3.99.902-43.70
libpcap-0.8.1-39.3
rdist-6.1.5-792.4
zlib-devel-1.2.1-70.12
providers-2004.4.2-4.1
dos2unix-3.1-300.1
hdparm-5.5-41.3
ncurses-5.4-61.4
terminfo-5.4-61.4
joe-2.9.8-378.1
bzip2-1.0.2-346.6
libnetpbm-1.0.0-618.10
XFree86-server-glx-4.3.99.902-43.71
atk-1.4.1-128.2
e2fsprogs-32bit-9-200511222041
pcre-32bit-9-200508260820
libpng-32bit-9-200408140621
liby2util-2.9.27-0.4
cracklib-32bit-9-200407011229
gdbm-32bit-9-200407011229
less-382-34.8
libjpeg-32bit-9-200407011229
libraw1394-0.10.1-20.1
linux-atm-lib-2.4.0-412.1
slang-1.4.9-121.1
vacation-1.2.6.1-128.4
fillup-1.42-98.1
grep-2.5.1-427.1
libvorbis-32bit-9-200407011229
tar-1.13.25-325.3
fam-2.6.10-119.6
microcode_ctl-1.12-1.4
acct-6.3.5-675.9
libica-1.3.6rc2-0.5
resmgr-0.9.8-47.6
SuSEfirewall2-3.1-310.12
gdb-6.3-16.4
perl-5.8.3-32.4
XFree86-Mesa-4.3.99.902-43.71
traffic-vis-0.35-136.3
evms-2.3.3-0.40
netpbm-10.11.4-172.10
qt3-32bit-9-200501051723
xinetd-2.3.13-39.11
gcc-c++-3.3.3-43.41
ipsec-tools-0.3.3-1.6
permissions-2005.10.20-0.2
heimdal-tools-0.6.1rc3-55.9
gpg-1.2.4-68.7
squid-2.5.STABLE5-42.44
samba-python-3.0.20b-3.4
yast2-slp-2.9.11-0.3
3ddiag-0.716-116.1
cdrdao-1.1.8-43.1
gconf2-2.4.0.1-148.2
guile-1.6.4-124.1
libbonobo-2.4.3-68.1
mkisofs-2.01a27-21.1
perl-MailTools-1.60-29.1
pptp-1.4.0-39.1
tightvnc-1.2.9-181.1
xaw3d-32bit-9-200407011229
ghostscript-x11-7.07.1rc1-195.8
perl-X500-DN-0.28-117.1
xpp-1.1-566.1
smpppd-1.16-5.1
man-2.4.1-214.4
rsh-0.17-548.13
yast2-heartbeat-2.9.4-0.3
yast2-cd-creator-2.9.14-0.3
yast2-control-center-2.9.14-0.2
yast2-storage-2.9.74-0.3
autoyast2-installation-2.9.58-0.3
yast2-repair-2.9.17-0.2
yast2-update-2.9.35-0.2
yast2-kerberos-client-2.9.9-0.3
yast2-backup-2.9.20-0.2
libgnome-2.4.0-156.1
cryptplug-0.3.16-233.1
yast2-dhcp-server-2.9.25-0.5
antiword-0.35-63.1
cadaver-0.22.2-1.2
cyrus-sasl-gssapi-2.1.18-33.1
dhcp-3.0.1rc13-28.18
flex-2.5.4a-293.1
gkermit-1.0-702.1
ippl-1.4.14-293.1
lksctp-tools-1.0.1-0.2
mpich-1.2.5.2-114.1
nagios-1.2-73.1
ntop-3.0-9.3
perl-Curses-1.06-470.1
perl-Mon-0.11-294.1
perl-XML-RegExp-0.03-475.1
powertweak-0.99.5-32.1
qt3-mysql-3.3.1-35.11
rzsz-0.12.20-836.1
statserial-1.1-572.1
tix-8.1.4-76.1
vte-0.11.10-220.1
flamethrower-0.1.6-21.1
gnome-libs-1.4.1.7-671.1
perl-Expect-1.15-293.1
fontconfig-devel-32bit-9-200407011229
freeradius-1.0.5-2.4
XFree86-devel-4.3.99.902-43.70
openmotif-devel-32bit-9-200410081851
nss_ldap-215-59.5
gpg-pubkey-3d25d3d9-36e12d04
netconsole-tools-20030909-3.4
glibc-2.3.3-98.59
libaio-0.3.102-1.2
unixODBC-2.2.8-58.7
file-4.09-3.2
aaa_skel-2004.6.8-0.2
expat-1.95.7-37.1
libxcrypt-2.1.90-61.3
patch-2.5.9-141.1
xntp-doc-4.2.0a-23.1
gettyps-2.1.0-120.4
glib-1.2.10-586.2
module-init-tools-3.0_pre10-37.32
glibc-32bit-9-200511222036
glibc-locale-32bit-9-200511222041
libelf-32bit-9-200511222041
compat-libstdc++-lsb-4.0.2_20050901-0.4
ltrace-32bit-9-200511222041
audiofile-32bit-9-200407011229
expat-32bit-9-200407011229
id3lib-3.8.3-86.1
libgimpprint-4.2.6-46.7
liblcms-32bit-9-200407011229
libselinux-1.8-16.1
makedev-2.6-403.1
tcpd-7.6-710.1
compat-32bit-9-200407011229
flac-32bit-9-200407011229
libjasper-1.701.0-1.2
orbit2-32bit-9-200407011229
gconf2-32bit-9-200407011229
cpio-2.5-324.5
irqbalance-0.09-37.6
yast2-theme-SuSELinux-2.9.13-0.5
heimdal-lib-32bit-9-200504071809
pdksh-5.2.14-780.7
multipath-tools-0.4.5-0.11
binutils-2.15.90.0.1.1-32.10
nscd-2.3.3-98.59
xfsprogs-2.6.25-0.6
procinfo-18-35.8
SPident-0.9-42.28
libgcj-devel-3.3.3-43.41
perl-Archive-Zip-1.14-0.2
tcsh-6.12.00-452.6
cups-libs-1.1.20-108.26
hotplug-0.44-32.45
openmotif-2.2.2-519.4
xsupplicant-1.2.1-0.4
rsync-2.6.2-8.18
openssh-4.1p1-11.10
libsmbclient-3.0.20b-3.4
yast2-packagemanager-2.9.67-0.4
intlfnts-1.2.1-191.1
bootcycle-0.3-95.1
fltk-1.1.4-82.1
groff-1.17.2-881.1
kbd-1.12-26.1
libusb-0.1.8-31.1
perl-Digest-MD4-1.3-27.1
perl-XML-Parser-2.34-28.1
smartmontools-5.30-20.3
vsftpd-1.2.1-69.3
SDL-32bit-9-200407011229
librsvg-2.4.0-154.1
setserial-2.17-577.1
bootsplash-3.1-37.3
xscsi-1.7_2.34_1.06_0.11-9.12
nfs-utils-1.0.6-103.23
telnet-1.1-38.9
yast2-nfs-client-2.9.11-23.2
fetchmail-6.2.5-49.9
yast2-online-update-2.9.21-0.3
yast2-xml-2.9.8-19.2
yast2-profile-manager-2.9.9-0.3
k3b-0.11.15-2.2
yast2-sysconfig-2.9.17-0.3
yast2-mail-2.9.16-0.3
kdenetwork3-vnc-3.2.1-50.7
pinentry-0.6.9-259.1
yast2-ca-management-2.9.31-0.3
netdiag-20010114-385.1
autoconf-2.59-75.1
compartm-1.1-301.1
dante-1.1.14-122.3
emacs-nox-21.3-185.1
freetype2-devel-2.1.7-53.5
gtksourceview-doc-0.7.0-133.1
jpeg-6b-731.1
majordomo-1.94.5-306.1
mtr-0.54-194.1
netacct-0.71-496.1
pcpmon-1.3.3-715.1
perl-Data-ShowTable-3.3-569.1
perl-Time-Period-1.20-301.1
python-egenix-mx-base-2.0.4-203.1
rcs-5.7-864.1
sgrep-1.92a-821.1
tarfix-1.0-810.1
units-1.74-328.1
x3270-3.2.20-282.5
fontconfig-devel-2.2.92.20040221-28.13
ncurses-devel-32bit-9-200407011229
rarpd-1.1-580.1
perl-IO-Socket-SSL-0.95-28.1
pure-ftpd-1.0.18-39.4
XFree86-devel-32bit-9-200511222041
libnasl-2.0.10a-17.2
gpg-pubkey-15c17deb-3f9e80c9
apache2-example-pages-2.0.49-27.29
libaio-32bit-9-200502241149
man-pages-1.67-1.18
file-32bit-9-200505232206
glibc-locale-2.3.3-98.59
usbutils-0.11-211.3
net-tools-1.60-543.8
tcpdump-3.8.1-49.4
attr-2.4.16-1.2
zlib-devel-32bit-9-200507231356
howtoenh-2004.4.4-0.4
words-words.2-547.1
compat-2004.7.1-1.2
ethtool-1.8-123.3
gle-3.0.6-646.1
libcap-1.92-479.1
mingetty-0.9.6s-73.1
opie-2.4-544.1
sash-3.7-28.1
vlan-1.8-23.1
dialog-0.9b-188.1
gnome-mime-data-2.4.1-66.2
bash-2.05b-305.9
dhcpcd-1.3.22pl4-193.8
libapr0-2.0.49-27.34
libxml-1.8.17-366.4
acl-2.2.21-54.4
glib2-2.2.3-117.2
XFree86-server-4.3.99.902-43.71
glib2-32bit-9-200507121454
bind-utils-32bit-9-200501051723
libattr-32bit-9-200412131615
libobjc-32bit-9-200511291317
zlib-32bit-9-200507231356
libgcj-3.3.3-43.41
libxml2-32bit-9-200412202049
libstdc++-devel-3.3.3-43.41
audiofile-0.2.5-37.1
cdparanoia-32bit-9-200407011229
db-4.2.52-86.3
freetype2-32bit-9-200407011229
i4l-isdnlog-2004.5.27-1.2
insserv-1.00.2-85.1
libart_lgpl-32bit-9-200407011229
libidn-0.3.7-64.1
libksba-0.4.7-138.1
libogg-1.1-56.1
libsamplerate-0.0.15-140.1
libusb-32bit-9-200407011229
mad-32bit-9-200407011229
ntfsprogs-1.9.0-21.1
tcl-32bit-9-200407011229
unzip-5.50-345.1
bc-1.06-744.1
ed-0.2-864.1
flac-1.1.0-387.1
gettext-0.14.1-30.1
libidl-0.8.3-48.1
libtool-1.5.2-56.1
make-3.80-184.1
recode-3.6-488.1
zsh-4.2.0-31.1
bison-1.875-51.4
cyrus-sasl-32bit-9-200502182129
gnome-vfs2-32bit-9-200504131658
libtiff-3.6.1-38.21
ppp-2.4.2-39.8
acpid-1.0.1-259.4
device-mapper-1.01.01-1.6
ipxrip-0.7-857.4
linux-iscsi-4.0.1-88.26
pidentd-3.1a25-181.10
hwinfo-8.98-0.3
pam-modules-9-18.10
XFree86-libs-32bit-9-200511222041
dvd+rw-tools-5.21.4.10.8-5.2
libsmbclient-32bit-9-200512021458
parted-1.6.21-4.2
reiserfs-3.6.19-3.2
sitar-0.9.3-0.4
java2-jre-1.4.2-129.14
strace-32bit-9-200505232206
info2html-1.1-174.4
dmapi-2.2.1-0.2
gd-2.0.22-65.6
libungif-32bit-9-200511021858
openmotif-libs-2.2.2-519.4
perl-Compress-Zlib-1.33-30.4
saxtools-2.2-1431.28
texinfo-4.6-61.4
arts-32bit-9-200407271038
curl-7.11.0-39.9
gcc-java-3.3.3-43.41
imlib-1.9.14-180.11
libgcj-devel-32bit-9-200511291317
openslp-1.1.5-73.25
webalizer-2.01-725.2.4
cups-client-1.1.20-108.26
kernel-smp-2.6.5-7.243
openldap2-client-2.2.24-4.12
apache2-2.0.49-27.38
postgresql-server-7.4.8-0.6
openssh-askpass-4.1p1-11.10
rpm-4.1.1-177.16
samba-3.0.20b-3.4
yast2-core-2.9.97-0.3
bitstream-vera-1.10-163.1
netcfg-9-17.1
at-3.1.8-898.1
bootsplash-theme-SuSE-SLES-3.1-22.14
dirmngr-0.4.5-225.1
freeglut-2.2.0-81.1
gnokii-0.6.0-44.2
gtk-1.2.10-881.1
i4l-base-2004.5.27-1.2
ksymoops-2.4.9-135.1
libgsf-1.8.2-164.1
lilo-22.3.4-508.1
pcsc-lite-1.1.1-245.1
perl-Digest-SHA1-2.07-30.1
perl-Parse-RecDescent-1.80-243.3
perl-gettext-1.01-576.1
raidtools-1.00.3-222.4
sysvinit-2.85-21.3
tk-8.4.6-41.1
wvstreams-3.74-61.1
xf86tools-0.1-955.5
desktop-data-SLES-9-1.6
finger-1.2-39.1
libmng-1.0.6-54.1
perl-Date-Calc-5.3-185.1
sensors-2.8.6-0.3
xmms-1.2.10-44.3
SDL-1.2.7-38.1
libgtkhtml-2.4.1-144.1
fvwm2-2.5.9-42.1
gnome-vfs2-2.4.2-68.9
net-snmp-5.1.3.1-0.6
powersave-0.7.8.5-0.11
rstatd-4.0-0.4
yast2-perl-bindings-2.9.34-1.5
yast2-support-2.9.4-0.5
yast2-instserver-2.9.26-0.3
cron-3.0.1-920.7
qt3-non-mt-3.3.1-41.17
yast2-mouse-2.9.11-4.2
yast2-qt-2.9.25-0.6
yast2-x11-2.9.11-0.3
yast2-security-2.9.15-0.2
yast2-bootloader-2.9.45-0.3
kpowersave-0.1-75.10
ethereal-0.10.13-2.4
kdebase3-samba-3.2.1-68.46
yast2-installation-2.9.110-0.3
yast2-nfs-server-2.9.9-23.2
yast2-network-2.9.88-0.3
yast2-nis-server-2.9.11-0.4
CheckHardware-0.1-955.1
kinternet-0.63-20.1
perl-OPENSSL-1.0.5-0.2
libbonoboui-2.4.0-158.1
yast2-ipsec-2.9.14-0.8
yast2-ldap-server-2.9.19-0.4
bin86-0.16.0-183.1
PyGreSQL-3.4-34.1
arpwatch-2.1a11-466.1
blt-2.4z-204.1
ckermit-8.0.209-162.1
cyrus-sasl-crammd5-2.1.18-33.1
cyrus-sasl-plain-2.1.18-33.1
ddrescue-1.02-477.1
emacs-info-21.3-185.1
findutils-locate-4.1.7-860.1
fping-2.2b1-819.1
gdbm-devel-1.8.3-228.1
gq-1.0beta1-46.1
icmpinfo-1.11-554.1
ircd-2.10.3p5-78.1
libstdc++-devel-32bit-9-200407011229
lsvpd-0.11.5-19.2
miplv6-1.0-12.5
mt_st-0.7-419.1
mysql-client-4.0.18-32.1
ncurses-devel-5.4-61.4
nmap-3.50-73.1
pam_radius-1.3.16-65.1
perl-Convert-BER-1.3101-190.1
perl-Cyrus-SIEVE-managesieve-2.2.3-83.5
perl-IO-Stty-.02-517.1
perl-Tie-IxHash-1.21-584.1
perl-Unix-Syslog-0.100-25.1
pptpd-1.1.2-585.1
python-mysql-0.9.3b2-90.1
qt3-unixODBC-3.3.1-35.11
rinetd-0.61-803.1
saint-3.5.5-252.3
sitecopy-0.11.4-1017.6
suck-4.3.0-527.1
tclx-8.4-326.1
transfig-3.2.4-65.1
usbview-1.0-843.1
wdiff-0.5.2-659.1
xibod-2.0-813.1
amanda-2.4.4p2-55.1
freetype2-devel-32bit-9-200407011229
mgetty-1.1.30-293.1
oaf-0.6.10-431.1
perl-Net-SNMP-4.1.2-73.1
scanlogd-2.2-601.1
perl-libwww-perl-5.76-30.1
perl-ldap-ssl-0.29-132.1
mysql-4.0.18-32.20
python-tk-2.3.3-88.6
emacs-21.3-185.6
ocfs2console-1.1.4-0.5
fetchmailconf-6.2.5-49.3
JTOpen-4.3.1-1.2
orarun-1.8-109.15
gpg-pubkey-0dfb3188-41ed929b
yast2-trans-en_US-2.9.8-0.2
filesystem-9-29.8
sles-release-9-82.17
XFree86-man-4.3.99.902-43.70
dosfstools-2.10-90.3
popt-1.7-176.16
libexif-0.5.12-118.7
schedutils-1.4.0-1.2
zlib-1.2.1-70.12
libaio-devel-32bit-9-200502241149
Crystalcursors-0.5-24.1
susehelp_en-2004.04.05-3.1
cabextract-1.0-17.1
eject-2.0.13-185.1
ghostscript-fonts-other-7.07.1rc1-195.8
hfsutils-3.2.6-1038.1
lsof-4.70-30.1
netcat-1.10-864.1
prctl-1.3-353.1
utempter-0.5.2-385.4
zisofs-tools-1.0.4-121.1
lukemftp-1.5-578.1
ruby-1.8.1-42.7
cpp-3.3.3-43.41
libacl-2.2.21-54.4
libpng-1.2.5-182.10
procmail-3.22-39.4
environment-modules-3.1.6-510.7
timezone-2.3.3-98.59
binutils-32bit-9-200505232206
atk-32bit-9-200507121454
glib-32bit-9-200501041713
libobjc-3.3.3-43.41
resmgr-32bit-9-200410202150
libacl-32bit-9-200408311758
libstdc++-3.3.3-43.41
htdig-3.1.6-402.4
dosbootdisk-1.1-35.1
cdk-4.9.10-406.1
db-32bit-9-200407011229
freetype2-2.1.7-53.5
gnome-icon-theme-1.1.0-83.1
initviocons-0.4-298.1
libart_lgpl-2.3.16-84.1
libidl-32bit-9-200407011229
libjpeg-6.2.0-731.1
libmikmod-32bit-9-200407011229
libraw1394-32bit-9-200407011229
libtool-32bit-9-200407011229
mad-0.15.1b-28.1
ncurses-32bit-9-200407011229
slang-32bit-9-200407011229
unrar-3.3.6-28.1
yp-tools-2.8-188.1
diffutils-2.8.4-75.1
findutils-4.1.7-860.1
fontconfig-32bit-9-200407011229
libgcrypt-1.1.91-39.1
libmng-32bit-9-200407011229
m4-1.4o-622.1
pam-32bit-9-200407011229
wol-0.7.0-48.2
orbit2-2.8.3-55.1
e2fsprogs-1.38-4.9
gzip-1.3.5-136.6
libtiff-32bit-9-200511222041
readline-32bit-9-200501051723
OpenIPMI-1.4.19-1.8
devs-9-16.14
jfsutils-1.1.7-1.2
ncpfs-2.2.4-25.7
quota-3.11-22.14
libxslt-1.1.2-58.7
submount-0.9-33.6
XFree86-libs-4.3.99.902-43.70
gawk-3.1.3-210.3
logrotate-3.7-31.7
perl-32bit-9-200502051955
star-1.5a38-26.3
XFree86-Mesa-32bit-9-200512021458
pango-1.2.5-174.4
strace-4.5.11-1.2
yast2-mail-aliases-2.9.16-0.3
enscript-1.6.2-814.6
gtk2-2.2.4-125.10
libungif-4.1.0b1-585.4
openmotif-libs-32bit-9-200410081851
perl-DBI-1.41-28.4
scsi-1.7_2.36_1.16_0.11-0.4
util-linux-2.12-72.46
acroread-7.0.1-2.2
cvs-1.11.14-24.10
gcc-objc-3.3.3-43.41
imlib-32bit-9-200411221740
mkinitrd-1.2-27.21
openslp-server-1.1.5-73.25
wireless-tools-27pre12-39.31
cyrus-sasl-2.1.18-33.8
pcp-2.4.0-1.2
postgresql-7.4.8-0.6
suse-build-key-1.0-662.10
snort-2.3.2-0.7
kdebase3-32bit-9-200511222041
samba-client-3.0.20b-3.4
samba-winbind-3.0.20b-3.4
yast2-ncurses-2.9.29-0.4
efont-unicode-0.4.0-630.1
susehelp-2004.04.05-3.1
autofs-3.1.7-900.1
cdparanoia-IIIalpha9.8-543.1
esound-0.2.33-32.1
freeglut-32bit-9-200407011229
gpgme-0.3.16-51.1
gtk-32bit-9-200407011229
imwheel-0.9.5-1031.1
ldapcpplib-0.0.3-21.3
liblcms-1.12-55.1
linc-1.0.3-177.1
perl-Bit-Vector-6.3-198.1
perl-IO-stringy-2.109-27.1
perl-TermReadKey-2.21-292.1
pmtools-20010730-172.3
rrdtool-1.0.46-32.1
thinkeramik-32bit-9-200407011229
unclutter-8-834.1
xaw3d-1.5E-216.3
xlockmore-5.11.1-85.1
capi4linux-2004.5.27-1.2
i4lfirm-2004.5.27-1.2
perl-Crypt-SmbHash-0.02-1.2
portmap-5beta-728.1
wvdial-1.54-61.4
siga-9.100-29.1
ghostscript-library-7.07.1rc1-195.8
xdg-menu-0.2-45.1
gdk-pixbuf-0.22.0-62.13
mc-4.6.0-324.10
postfix-2.1.1-1.17
rsh-server-0.17-548.13
yast2-ldap-2.9.15-1.3
arts-1.2.1-35.4
yast2-boot-server-2.9.0-8.5
yast2-runlevel-2.9.16-0.3
perl-SNMP-5.1.3.1-0.6
yast2-country-2.9.30-0.3
yast2-power-management-2.9.10-1.3
yast2-tune-2.9.30-0.3
yast2-ldap-client-2.9.29-0.4
kdelibs3-3.2.1-44.60
autoyast2-2.9.58-0.3
XFree86-4.3.99.902-43.70
kdebase3-ksysguardd-3.2.1-68.46
kdebase3-3.2.1-68.46
yast2-packager-2.9.73-0.3
yast2-inetd-2.9.12-21.2
yast2-nis-client-2.9.18-0.3
yast2-ntp-client-2.9.15-0.2
kdeutils3-3.2.1-66.5
mailx-10.6-65.1
xbanner-1.31-858.1
libgnomeui-2.4.0.1-173.1
sax2-4.8-103.28
kdebase3-SLES-9.1-18.23
wondershaper-1.1a-210.6
argus-2.0.5-464.1
bing-1.0.4-859.1
calamaris-2.58-121.1
ctapi-cyberjack-1.0.0-173.1
cyrus-sasl-otp-2.1.18-33.1
db1-1.85-85.1
dump-0.4b35-41.1
evlog-1.6.0-35.20
flex-32bit-9-200407011229
gcal-3.01-581.1
gmp-4.1.2-185.1
i4l-vbox-2004.5.27-1.2
iptraf-2.7.0-181.3
libnet-1.1.1-42.1
logsurfer-1.5a-553.1
mhash-0.8.18-130.1
mrtg-2.10.13-44.1
mtx-1.2.18rel-116.1
ncftp-3.1.7-40.1
netdate-1.2-576.1
orbit-0.5.17-330.1
perl-Convert-ASN1-0.18-66.1
perl-Cyrus-IMAP-2.2.3-83.5
perl-HTML-Tagset-3.03-550.1
perl-Net_SSLeay-1.25-25.1
perl-Tk-800.024-429.1
perl-XML-Writer-0.4-512.1
plotutils-2.4.1-575.1
psqlODBC-07.03.0200-82.4
python-numeric-23.1-89.1
radiusclient-0.3.2-140.1
rp-pppoe-3.5-333.1
scsi-changer-0.20-502.1
squidGuard-1.2.0-373.1
talk-0.17-552.1
telnet-server-1.1-38.3
tripwire-2.3.1-179.4
varmon-1.0.2-570.1
whois-4.6.9-40.1
xosview-1.8.1-79.3
dante-server-1.1.14-122.3
gdbm-devel-32bit-9-200407011229
minicom-2.1-142.1
perl-DBD-mysql-2.9003-22.1
perl-XML-Generator-0.93-130.1
directory_administrator-1.5.1-258.1
susevbox-1.1-1526.1
bastille-2.1.1-32.11
nagios-plugins-1.3.1-270.7
sysstat-5.0.1-35.7
python-gtk-2.0.0-215.3
openmotif-devel-2.2.2-519.4
nessus-libraries-2.0.10a-17.2
JTOpen-doc-4.3.1-1.2
gpg-pubkey-9c800aca-40d8063e
saxident-1.1-1136.28
glibc-i18ndata-2.3.3-98.59
libattr-2.4.16-1.2
zip-2.3-732.4
sles-admin_en-9.1.0.5-0.16
ash-0.4.18-56.1
gdbm-1.8.3-228.1
linux32-1.0-341.1
pax-3.2-77.1
xtermset-0.5.2-118.1
readline-4.3-306.8
km_iscsi-4.0.1-88.18
pciutils-2.1.11-192.18
src_vipa-2.0.3-0.2
popt-32bit-9-200506062332
libgcc-3.3.3-43.41
curl-32bit-9-200511222041
fam-32bit-9-200512021458
capi4linux-32bit-9-200407011229
expect-5.40-27.1
info-4.6-61.1
libgpg-error-0.6-35.1
libmikmod-3.1.10-662.1
libselinux-32bit-9-200407011229
mcelog-0.2-1.2
termcap-2.0.8-876.1
db-utils-4.2.52-86.3
fontconfig-2.2.92.20040221-28.13
libjasper-32bit-9-200407011229
pam-0.77-221.1
libbonobo-32bit-9-200407011229
iproute2-2.4.7-866.11
sudo-1.6.7p5-117.4
grub-0.94-45.6
openldap2-client-32bit-9-200511222041
lvm2-2.01.14-3.6
alsa-1.0.9-2.3
mdadm-1.5.0-40.3
syslogd-1.4.1-519.11
pango-32bit-9-200507121454
aaa_base-9-29.46
gtk2-32bit-9-200511021858
openssl-0.9.7d-15.21
sysconfig-0.31.0-15.54
bind-utils-9.2.3-76.14
heimdal-lib-0.6.1rc3-55.15
ocfs2-tools-1.1.4-0.5
xfsdump-2.2.25-0.8
postgresql-libs-7.4.8-0.6
lkcdutils-netdump-server-4.2-193.68
libglade2-2.0.1-501.3
samba-vscan-0.3.6b-0.10
ifnteuro-1.2.1-191.1
awesfx-0.5.0b-38.1
fbset-2.1-778.1
gpm-1.20.1-301.1
isapnp-1.26-489.1
libstroke-0.4-737.1
perl-Config-Crontab-1.03-46.1
perl-URI-1.30-29.1
scpm-0.9.6-37.3
vim-6.2-235.1
xscreensaver-4.16-2.6
aalib-1.4.0-279.1
openct-0.1-197.1
w3m-0.4.1_m17n_20030308-201.1
flac-xmms-1.1.0-387.1
evms-gui-2.3.3-0.40
perl-MIME-tools-5.411a-368.4
yast2-2.9.89-0.3
yast2-tftp-server-2.9.4-23.2
mutt-1.5.6i-64.6
yast2-pam-2.9.14-0.3
seccheck-2.0-505.4
yast2-you-server-2.9.13-0.3
kdebase3-kdm-3.2.1-68.46
yast2-restore-2.9.12-0.3
yast2-firewall-2.9.12-0.3
kdepim3-3.2.1-39.3
thinkeramik-3.0.6-59.1
lsb-3.0-4.8
postgresql-jdbc-7.3-189.1
automake-1.8.3-23.1
ctags-2004.1.11-53.1
db-devel-4.2.52-86.3
emacs-x11-21.3-185.1
g3utils-1.1.30-293.1
gv-3.5.8-1129.5
libmcrypt-2.5.7-121.1
marsnwe-0.99.pl20-581.1
mtr-gtk-0.54-194.1
netatalk-1.6.4-51.1
perl-AppConfig-1.56-27.1
perl-DateManip-5.42a-124.1
perl-TimeDate-1.16-121.1
psutils-p17-862.1
radvd-0.7.2-181.1
scsirastools-1.4.4-25.1
talk-server-0.17-552.1
udpcast-20040222-22.1
wwwoffle-2.8a-72.1
evlog-snmp-1.6.0-35.20
nagios-nsca-2.4-207.1
perl-ldap-0.29-132.1
mon-0.99.2-352.1
nessus-core-2.0.10a-24.7
samba-pdb-3.0.20b-3.4
pxe-1.4.1-19.1
apache2-doc-2.0.49-27.29
XFree86-fonts-75dpi-4.3.99.902-43.70
iptables-1.2.9-95.12
pcre-4.4-109.4
libaio-devel-0.3.102-1.2
latex2html-pngicons-2002.2.1-363.1
core-release-9-6.3
gpart-0.1h-475.1
mktemp-1.5-729.1
tcl-8.4.6-26.3
gnome-filesystem-0.1-172.4
busybox-1.00.pre8-26.6
libelf-0.8.5-32.4
ltrace-0.3.36-5.4
alsa-32bit-9-200505232206
bzip2-32bit-9-200506050833
openssl-32bit-9-200511222041
libgcj-32bit-9-200511291317
libxslt-32bit-9-200510271531
cracklib-2.7-1006.1
fribidi-0.10.4-485.1
iputils-ss021109-147.1
libidn-32bit-9-200407011229
libogg-32bit-9-200407011229
libxcrypt-32bit-9-200407011229
screen-4.0.2-41.1
utempter-32bit-9-200407011229
esound-32bit-9-200407011229
gpm-32bit-9-200407011229
libvorbis-1.0.1-56.1
sed-4.0.9-31.1
coreutils-5.2.1-23.8
gcc-info-3.3.3-43.41
pam-modules-32bit-9-200509011751
cups-libs-32bit-9-200511222041
libxml2-2.6.7-28.7
udev-021-36.56
XFree86-Xvnc-4.3.99.902-43.70
glibc-info-2.3.3-98.59
procps-3.2.5-1.2
glibc-devel-2.3.3-98.59
glibc-devel-32bit-9-200511222041
gcc-3.3.3-43.41
numactl-0.6.4-1.17
release-notes-9.1-8.88
apache2-prefork-2.0.49-27.38
gcc-g77-3.3.3-43.41
kernel-source-2.6.5-7.243
python-2.3.3-88.9
kdelibs3-32bit-9-200511222041
pwdutils-2.6.4-2.25
xntp-4.2.0a-23.8
wget-1.9.1-45.12
yast2-transfer-2.9.3-0.3
aalib-32bit-9-200407011229
cdrecord-2.01a27-21.1
ghostscript-fonts-std-7.07.1rc1-195.8
hotplugctl-0.08-264.1
libgnomecanvas-2.4.0-140.1
mtools-3.9.9-196.1
perl-NetxAP-0.02-554.1
psmisc-21.4-39.1
tk-32bit-9-200407011229
xdmbgrd-0.5-30.1
gail-1.4.1-130.1
perl-Digest-HMAC-1.01-492.1
xmms-32bit-9-200407011229
opensc-0.8.0-194.1
lkcdutils-4.2-193.68
qt3-3.3.1-36.19
ypbind-1.18-1.7
yast2-phone-services-2.9.5-21.2
quagga-0.96.4-31.7
yast2-sound-2.9.23-0.3
yast2-samba-client-2.9.17-1.3
yast2-users-2.9.49-0.3
syslinux-2.08-43.5
yast2-powertweak-2.9.16-0.5
yast2-http-server-2.9.31-0.5
kio_slp-0.4-33.1
newpg-0.9.4-257.1
yast2-dns-server-2.9.30-0.3
aide-0.10-45.1
bonnie-1.4-336.1
cyrus-sasl-digestmd5-2.1.18-33.1
dds2tar-2.5.2-1169.1
finger-server-1.2-39.1
gettext-32bit-9-200407011229
indent-2.2.9-188.1
linux-atm-2.4.0-412.1
mirror-2.9-750.1
mysql-shared-4.0.18-32.1
nss_db-2.1.92-576.1
perl-Crypt-DES-2.03-359.1
perl-IO-Tty-1.02-292.1
perl-XML-DOM-1.43-28.1
powertweak-extra-0.99.5-32.1
qt3-postgresql-3.3.1-35.11
sablot-1.0.1-41.1
stunnel-4.05-20.1
tn5250-0.16.5-299.1
w3m-inline-image-0.4.1_m17n_20030308-201.1
MyODBC-unixODBC-3.51.06-153.1
gnuplot-3.7.3-256.1
perl-HTML-Parser-3.35-31.1
libglade-0.17-230.1
freeswan-2.04_1.5.4-1.18
dhcp-server-3.0.1rc13-28.20
Mule-UCS-0.84.20040212-55.1
pam_ldap-169-28.4