dre2ske,

after some googling i found a SMF xml file that helped me set this up at

http://blogs.sun.com/ritu/entry/how_to_configure_mysql_to

then i added the following to my .backup

/usr/local/lib/libCstd.so.1
/usr/local/lib/libCrun.so.1
/var/svc/method/mysql
/var/svc/manifest/application/database/mysql.xml

and the following the .exec



ln -s /usr/local/lib/libCstd.so.1 /lib/libCstd.so.1
ln -s /usr/local/lib/libCrun.so.1 /lib/libCrun.so.1


seemed to do the trick.

but its still starting up too early, as my data dir on a zfs mount, what is the 
last service i need make it depend on? that will make sure all the zpools are 
imported. i need to start it up after at the end of the .exec.

for now i have the repo.db stored with the service disabled and then at the end 
i do a enable on the mysql service. is there a better way?
-- 
This message posted from opensolaris.org
_______________________________________________
distribution-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/distribution-discuss

Reply via email to