CENTOS 7: Failed to start Microsoft SQL Serve
This error appeared after I gave REBOOT in centos, because SQL is not starting, can someone help me please?
https://i.ibb.co/98P85Yg/CENTOS.png
I have already tried this tutorial: www.mssqltips.com/sqlservertip/4727/how-to-stop-start-enable-and-disable-sql-server-services-on-linux/
Even so it does not start.
Re: CENTOS 7: Failed to start Microsoft SQL Serve
Installing the command line tools
You now have a working MS SQL Server. However, in order to work with it you must install the necessary command line tools. To do this, issue the following commands:
###
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
curl https://packages.microsoft.com/confi...6.04/prod.list | tee /etc/apt/sources.list.d/msprod.list
apt update && apt -y install mssql-tools unixodbc-dev
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
source ~/.bashrc
###
FOR Linux CentOS 7.X you can follow this:
http://forum.ragezone.com/f460/cento...erver-1144251/
Re: CENTOS 7: Failed to start Microsoft SQL Serve
How much ram do you have in centos machine?
Re: CENTOS 7: Failed to start Microsoft SQL Serve
Quote:
Originally Posted by
samus
How much ram do you have in centos machine?
one way of doing that would be to run one of the following from the command line:
$ free -m
$ less /proc/meminfo
$ cat /proc/meminfo
$ vmstat -s
$ top
one of more of the above should work to get the amount of memory...
Re: CENTOS 7: Failed to start Microsoft SQL Serve
are u running just the sql, o the server both?
Re: CENTOS 7: Failed to start Microsoft SQL Serve
When i install SQL Server in Ubuntu-16.04 it say minimum RAM needed to run SQL Server is 2GB RAM. if RAM that used is below 2GB RAM SQL Server cannot be running, need to up RAM first and try again.
in Cabal turorial section: [CentOS 7 Repack] Full Cabal Server Installation + CentOS SQL (Database) - RaGEZONE - MMO development community
Requirements of System:
1. CentOS 7 [Not Debian, not Ubuntu, not Fedora or any of that sort]
2. 6 GB Ram [CentOS SQL requires minimum of 4 GB RAM]
3. 100 GB of space [can be either SSD or HDD]
4. 100mbps Bandwith [This is only if you won't make it public or will not go international, for public release minimum 250mbps recommended]
#### My English is bad. sorry