[Resolved] CentOS 6/Nginx Post Installation Issue

Hello,

I have installed BM and it’s NOT working. In this regard, I have few initial basic questions.

  1. Memory available
    4 Gb minimum for default configuration

Is this a must requirement? Because, I have installed it on my VPS with 512 MB Ram only.

  1. ‘bluemind-installer-2.0.11004-rhel6.bin.log’ last line reads as under:
    Blue Mind installation is successful.
    Connect to https://server.hemangshah.tk/setup/ to complete your setup

However, said, URL:
https://server.hemangshah.tk/setup/
is NOT opening.

In this regard, I like to give you output of following two commands.

hostname > server
hostname -f > server.hemangshah.tk

  1. How can I uninstall Blue mind properly in case, it doesn’t work well with my VPS?

kindly clarify.

[quote=Hemang Shah]Hello,

I have installed BM and it’s NOT working. In this regard, I have few initial basic questions.

  1. Memory available
    4 Gb minimum for default configuration

Is this a must requirement? Because, I have installed it on my VPS with 512 MB Ram only.
[/quote]

Yes this requirement is necessary, at least for production.
Some of users said that BlueMind 3 may work with 3Gb for testing purpose, but with 512Mb it’s impossible, there is not enougth RAM and BlueMind services can’t start.

At least, nginx service fail to start… But, definitly, there is not enougth RAM.

[quote=Hemang Shah]
3. How can I uninstall Blue mind properly in case, it doesn’t work well with my VPS?

kindly clarify.[/quote]

If you increase RAM, BlueMind must work on your VPS.

To uninstall, remove bm-* packages.

[quote=Toony]

To uninstall, remove bm-* packages.[/quote]

Hello,

Thanks for your clarifications.

Can you be little more elaborate on how to uninstall through yum or other ways.

Thanks again.

# yum remove bm-*

[quote=Toony][code]

yum remove bm-*

[/code][/quote]
I knew that.

However, I Get this message:

Package(s) bm-* available, but not installed.
No Packages marked for removal

I still want to clean those packages, any idea?

Simply remove local reposirory:

# rm -f /etc/yum.repos.d/bm.repo
# rm -rf /var/spool/bluemind-pkgs

Ok,

Thanks for info.

Please make this as resolved & close.