Hi
You can not install multiple instances using Infobright rpm. However it is possible to run multiple instances.
- Install infobright using rpm
- copy /etc/my-ib.cnf to /etc/my-ib2.cnf
- copy /usr/local/infobright/data to /usr/local/infobright/data2
- copy /usr/local/infobright/cache to /usr/local/infobright/cache2
- Change datadir in /etc/my-ib2.cnf by to /usr/local/infobright/data2
- Change cacedir in /usr/local/infobright/data2/brighthouse.ini to /usr/local/infobright/cachedir2
- Change socket, port inside /etc/my-ib2.cnf
Now run /usr/local/infobright/mysqld—defaults-file=/etc/my-ib2.cnf -umysql
Run /usr/bin/mysql-ib—defaults-file=/etc/my-ib2.cnf -uroot
You have to make sure there is not conflict in paths, socket, port etc.