Re: How to get a minimize package of Linux FailSafe
Kashif Shaikh <[email protected]> 28 Mar 2003 10:50:57 -0500
| Newsgroups | gmane.linux.failsafe |
|---|---|
| Message-ID | <1048866659.1030.29.camel@kashif> |
On Fri, 2003-03-28 at 04:58, cqcai wrote: > Hi: > > My Linux FailSafe installation and configuration is nearlly successful. > And now i want to get a minimize package, had better remove all > for Java and GUI. Any suggest is very appreciated. > > My current installation package is as below: > > compat-libstdc++-6.2-2.9.0.16.i386.rpm > heartbeat-stonith-0.4.9-2.i386.rpm > IBMJava118-JRE-1.1.8-3.0.i386.rpm > sysadm_base-client-1.3.7-1.i386.rpm > sysadm_base-dev-1.3.7-1.i386.rpm > sysadm_base-lib-1.3.7-1.i386.rpm > > cluster_admin-1.0.4-1.i386.rpm > cluster_services-1.0.4-1.i386.rpm > failsafe-1.0.4-1.i386.rpm If you want failsafe without the GUI, this is all you need: heartbeat-stonith(really needed if you're only using a reset network). sysadm_base-lib(used by the CLI programs) sysadm_base-dev(needed to compile failsafe). However, if you want to get adventurous, Failsafe only requires the libsysadmUtil and libsysadmParam and saParam.h files. So you can hack the makefiles, and get sysadm really small so you don't need IBMJava118 or fam to compile it. Failsafe is composed of sub packages for no practical purposes, so you can try hacking the rpm spec file to consolidate cluster_admin, cluster_services and failsafe-1.0.4 package into one grand package(which is very easy to do). So in the end, you can get failsafe down to 3 packages, easy to compile and easy to install. Kashif > > > > Sincerely > > > > > _______________________________________________ > LinuxFailSafe mailing list > [email protected] > http://lists.community.tummy.com/mailman/listinfo/linuxfailsafe