Without code modification you can't "Can I reorganize storage for records", you can `mount` desired folder to webapps/openmeetings/streams/hibernate in this case your recordings can be in any folder
On Wed, Dec 27, 2017 at 1:48 PM, Maxim Solodovnik <[email protected]> wrote: > group delete was broken: https://issues.apache. > org/jira/browse/OPENMEETINGS-1802 > > On Wed, Dec 27, 2017 at 12:36 PM, Yakovlev N. <[email protected]> > wrote: > >> Hello Andrey, >> >> Centos 7 + mariadb + russian >> >> >> >> You should make the next before creating of database and installing of OM: >> >> >> >> 1. Edit the config file - /etc/my.cnf.d/server.cnf >> >> [mysqld] >> >> ... >> >> innodb_file_per_table >> >> skip-character-set-client-handshake >> >> collation-server=utf8_unicode_ci >> >> character-set-server=utf8 >> >> >> >> 2. Edit the config file - /etc/my.cnf.d/server.cnf/client.cnf >> >> [client] >> >> default-character-set = utf8 >> >> >> >> 3. Restart mariadb service >> >> systemctl start mariadb.service >> >> >> >> 4. Enter into mariadb management: >> >> mysql -u root -p ..... >> >> >> >> 5. Create database (The database name is "om", the password is "passw" in >> this example. Ones can be any of your choice.) >> >> >> >> CREATE DATABASE om DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; >> >> GRANT ALL PRIVILEGES ON om.* TO 'om'@'localhost' IDENTIFIED BY 'passw' >> WITH GRANT OPTION; >> >> Flush privileges; >> >> quit; >> >> >> >> 6. Install openmeetings. >> >> >> >> 7. To start mariadb service automatically in Centos 7 you should type the >> next command as root >> >> systemctl enable mariadb >> >> >> >> 8. To start red5 automatically you should write the script that runs as >> service in Centos 7. >> >> >> >> 9. No any delays are required between starting of om and mariadb >> services. The order of launching services can be adjusted if it is very >> necessary. >> >> >> >> Best regards >> >> Nik >> >> >> >> *From:* Андрей Прицепов [mailto:[email protected]] >> *Sent:* Tuesday, December 26, 2017 5:15 PM >> *To:* [email protected] >> *Subject:* Bugs and questions OM Centos7 >> >> >> >> I stop test OM on Windows10(about Windows Server 2016 I even silence) >> without fresh documentation, the last one doc is for Windows 2003/xp, so I >> install OM as virtual machine in Hyper-V with Centos7 on board. To many >> bugs for Windows, I will return for Windows when developers fix bugs, >> without it OM on Windows is useless and it’s just waste of time, 4-6 month >> to test all functionality that I need it. >> >> For CentOS7 at this moment all installation done by this instruction >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/ >> Tutorials+for+installing+OpenMeetings+and+Tools? >> preview=/27838216/74689947/Installation%20OpenMeetings% >> 204.0.1%20on%20Centos%207.pdf >> >> Bugs: >> >> 1. Problem with Cyrillic symbols. Russian language as default. >> When I create user, group, room, writing in chat all well done. Its work as >> I expect and Cyrillic symbols are correct, but when I restart >> “/etc/init.d/red5-2” and go again on localhost:5080/openmeetings I see all >> data that I create not in Cyrillic symbols, but like this “???????????”. >> >> 2. I can’t delete group when I create it. I look at dependencies >> for group and delete users from this group, and delete group from rooms, >> but group I can’t delete. When I click delete and confirm, it redirect me >> to error page “internal error. return to home page” >> >> Questions: >> >> 1. I don’t know Linux system as well as Windows system. Where does >> OM directory is installed, in /opt or /etc or else? >> >> 2. Where store records that was done in OM? Can I reorganize >> storage for records? I want to create storage on host virtual >> machine(Windows Server 2016) and store records there. I don’t want store it >> inside of VM because I think VM in my case wouldn’t be pass-through-disk >> VM. It will be in format vhdx, but I am not sure yet. >> >> 3. How can I start mariadb and red5 automatically when start OS? >> Will I need make delay for red5 before start mariadb? >> >> >> >> >> >> *------------------- * >> >> *С уважением**, **Андрей Прицепов** “**Лаборатория Форт Крым**”* >> >> >> > > > > -- > WBR > Maxim aka solomax > -- WBR Maxim aka solomax
