• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

install sql server

blackmetal

Basic Pleskian
Hello,
how can i install sql server 2008 and intgrate it with my plesk?
i have virtuozzo contaoiner with w2k8 dc edition and install plesk from my virtuozzo application manager,

is there any way install it?

Thanks,
 
i tried add component via plesk 10 installer but it says :

Add packages with unresolved deps to blacklist
PkgManager: start to resolving packages
findNecessaryPackages(): start pass 0
Find directly required packages for mssql2008_configurator-1.0.noarch
Find directly required packages for sql2008_express-1.0.x86_64
=== Package resolving sucessfuly ends ===
(b) mssql2008_configurator-1.0
(s) msi45-5.0.7600.16385
(s) w2k3sp2-6.1.7600.16385
(s) dotnetfw2sp2-2.0.50727.4927
(s) plesk-10.0.1
(t) sql2008express-x64.exe
Check package set before installation
The following packages will be installed because they are required by the packages you selected for installation:
FileFetcher: get file (PANEL-WIN_10.0.1/thirdparty-msi-Windows-any-x86_64/)/sql2008express-x64.exe
File downloading PANEL-WIN_10.0.1/thirdparty-msi-Windows-any-x86_64/sql2008express-x64.exe: 10%..20%..30%..40%..50%..60%..70%..80%..90%..100% was finished.
Starting installation of packages
Create tiny repository only with resolved list and system packages
Regenerate packages provides cache.
Find directly required packages for mssql2008_configurator-1.0.noarch
(regen conflicts cache) (update package names cache) (regen obsoletes cache) Find directly required packages for sql2008_express-1.0.x86_64
installing MSSQL 2008 server...
Execute C:\93f60cbdec5800542b43e58d62f5917a\parallels\PANEL-WIN_10.0.1\thirdparty-msi-Windows-any-x86_64\sql2008express-x64.exe /Q /ACTION=INSTALL /FEATURES=SQL,AS,RS,IS /INSTANCEDIR="C:\Program Files (x86)\Microsoft SQL Server" /INSTALLSQLDATADIR="C:\Parallels\Plesk\\Databases\MSSQL" /INSTANCENAME=MSSQLSERVER2008 /SECURITYMODE=SQL /TCPENABLED=1 /NPENABLED=1 /SAPWD="ItDoesntMatter111" /SQLSYSADMINACCOUNTS="Builtin\Administrators" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /AGTSVCACCOUNT="NT AUTHORITY\SYSTEM" /ASSYSADMINACCOUNTS="Builtin\Administrators" /ASSVCACCOUNT="NT AUTHORITY\SYSTEM" /RSSVCACCOUNT="NT AUTHORITY\SYSTEM" /ISSVCACCOUNT="NT Authority\Network Service"
Error: Some action sequence of package 'sql2008_express' has been failed with code -1
Not all packages were installed.
Please, contact product technical support.
 
SQL server 2008 installation logs are stored by default here:
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log

Please check these logs, maybe this can shed some light on real problem.
 
Run CMD as Administrator

Copy script from your log
C:\93f60cbdec5800542b43e58d62f5917a\parallels\PANE L-WIN_10.0.1\thirdparty-msi-Windows-any-x86_64\sql2008express-x64.exe /Q /ACTION=INSTALL /FEATURES=SQL,AS,RS,IS /INSTANCEDIR="C:\Program Files (x86)\Microsoft SQL Server" /INSTALLSQLDATADIR="C:\Parallels\Plesk\\Databases\M SSQL" /INSTANCENAME=MSSQLSERVER2008 /SECURITYMODE=SQL /TCPENABLED=1 /NPENABLED=1 /SAPWD="ItDoesntMatter111" /SQLSYSADMINACCOUNTS="Builtin\Administrators" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /AGTSVCACCOUNT="NT AUTHORITY\SYSTEM" /ASSYSADMINACCOUNTS="Builtin\Administrators" /ASSVCACCOUNT="NT AUTHORITY\SYSTEM" /RSSVCACCOUNT="NT AUTHORITY\SYSTEM" /ISSVCACCOUNT="NT Authority\Network Service"

Execute

It has worked for me
 
Back
Top