On Tue, 2008-09-16 at 17:52 +0000, Hegde, Ramesh (OpenCall) wrote: > Hello, > > > > Any one has any idea on the effort required to port openais to OS > like HPUX different flavors like 32/64 bit processors? > > 32/64 bit is solved already. Big endian/little endian is solved already. If any machine uses 31 bit words I believe porting will be difficult and I seem to recall some hpux systems use 31 bit words but I could be confused with some other platform.
Porting to a new posix-like platform is really not that time consuming, assuming someone is familiar with the linux system calls and what may be missing from HPUX. If you have a hpux system outside a firewall somewhere I can ssh into, or can send me a loaner that is small and doesn't have special power requirements (ie runs on 15 amp ac circuit), I am happy to port it for you. Takes a few hours-1day max. > > Is it possible to separate out only event service alone and port it? I > understand that event service uses Cluster management service as well. > What is the effort involved in this case? The Makefile can be altered so that only clm and evt is compiled. Then in service.c the structure default_services tells openais which services to load by default. Just delete or comment out the ones you don't want loaded but remember, clm must be loaded for evt to work properly. :) > > > The whitetank branch already contains the merged code of openais which > has been ported to Solaris? > > I don't think so. > > Let us know > > > > Regards > > Ramesh > > > > Ramesh Hegde > > Software Engineer, Hewlett Packard > > > India Software Operations Pvt. Ltd > > > Sy No 192, Whitefield Road > > > Mahadevapura Post > > > Bangalore - 560 048. India. > > > +91 80 2516 6486- Direct > > > +91 80 2513 3522 - Fax > > > Jabber Id : [EMAIL PROTECTED] > > > +hp = everything is possible > > > > _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
