Welcome Guest. Please Login or Register  


You are here: Index > Virtualizor - Virtual Server Control Panel > General Support > Topic : Virtualizor Unable to select databaseclean install CentOS 7



Threaded Mode | Print  

 Virtualizor Unable to select databaseclean install CentOS 7, Unable to select database (3 Replies, Read 17282 times)
rhavoc
Group: Member
Post Group: Newbie
Posts: 3
Status:
ok So i had it installed and running fine but i gave it the wrong vg drive to work with so i reinstalled and now im getting the following errors
1 cant dowload the lic file so i changed email and it worked everything was ok with install till i tried to login to the panel and i now get the following error Unable to select database. so i reinstalled again and get the following message......

[root@host1 ~]# ./install.sh email=my email went here kernel=kvm lvg=vg_ns beta=true

-----------------------------------------------
Welcome to Softaculous Virtualizor Installer
-----------------------------------------------

1) Installing Libraries and Dependencies
2) Installing PHP, MySQL and Web Server
3) Downloading and Installing Virtualizor
        - Configuring Virtualizor
        - Fetching License
        - Setting up the CRON Job
        - Importing Database
        - Getting List of OS templates
        - Generating the SSL Certificates
4) Installing the Virtualization Kernel - kvm
Note: Forwarding request to 'systemctl enable dhcpd.service'.
    KVM Module has been installed

-------------------------------------
Installation Completed
-------------------------------------
Congratulations, Virtualizor has been successfully installed

API KEY : dhu7rvt8vplgaqbfrcsuvqzhc7x2najl
API Password : er7gjb1qjk5l2v6p1klwrnlxor598g0k

You can login to the Virtualizor Admin Panel
using your ROOT details at the following URL :
https://xxx.xxx.xxx.xxx:4085/
OR
http://xxx.xxx.xxx.xxx:4084/

You will need to reboot this machine to load the correct kernel
Do you want to reboot now ? [y/N]

so now i reboot and i get this error when i try to login

Unable to select database

IP: --   

Virtualizor Unable to select databaseclean install CentOS 7
manekari
Group: Member
Post Group: Working Member
Posts: 212
Status:
Hello,

Sir, it happens if the Virtualizor service is stopped running. Please open a support ticket and provide us the server access so we can check what is the actual cause.

Regards,
Virtualizor Team
IP: --   

Virtualizor Unable to select databaseclean install CentOS 7
rhavoc
Group: Member
Post Group: Newbie
Posts: 3
Status:
Sorry but i reinstalled as i am a beta tester and must figure out the issue, as it turned out it looks like it had something to do with no being able to connect to sql but now i have a dif issue and i have some info for you. In centos7 they do not name the eth0 as such as you will see in my post of data, i did rename it at install but its not reading it as eth0 and eth1 i will try to get it to see it as the original eth0 from centos 6.5 down,

Last login: Fri Oct 31 06:29:32 2014 from 192.168.2.13
[root@localhost ~]# ifconfig
enp1s5: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.2.17  netmask 255.255.255.0  broadcast 192.168.2.255
        inet6 fe80::ca3a:35ff:fed1:29f6  prefixlen 64  scopeid 0x20<link>
        ether c8:3a:35:d1:29:f6  txqueuelen 1000  (Ethernet)
        RX packets 4793  bytes 5959340 (5.6 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2574  bytes 237853 (232.2 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp4s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.2.30  netmask 255.255.255.0  broadcast 192.168.2.255
        inet6 fe80::beae:c5ff:fe3c:da9f  prefixlen 64  scopeid 0x20<link>
        ether bc:ae:c5:3c:da:9f  txqueuelen 1000  (Ethernet)
        RX packets 167  bytes 17326 (16.9 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 28  bytes 4467 (4.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 51

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 41  bytes 3954 (3.8 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 41  bytes 3954 (3.8 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

[root@localhost ~]# ps aux |grep httpd
root      1682  0.0  0.1 506640 27676 ?        Ss  07:09  0:00 /usr/sbin/httpd
-DFOREGROUND
root      1978  0.0  0.0  50684  9660 ?        S    07:09  0:00 /usr/libexec/ns
s_pcache 196610 off /etc/httpd/alias
apache    2879  0.0  0.1 523604 27992 ?        S    07:09  0:00 /usr/sbin/httpd
-DFOREGROUND
apache    2882  0.0  0.1 523604 28496 ?        S    07:09  0:00 /usr/sbin/httpd
-DFOREGROUND
apache    2888  0.0  0.1 523604 28496 ?        S    07:09  0:00 /usr/sbin/httpd
-DFOREGROUND
apache    2889  0.0  0.1 523604 27992 ?        S    07:09  0:00 /usr/sbin/httpd
-DFOREGROUND
apache    2890  0.0  0.1 523604 27992 ?        S    07:09  0:00 /usr/sbin/httpd
-DFOREGROUND
apache    3974  0.0  0.1 523604 27992 ?        S    07:10  0:00 /usr/sbin/httpd
-DFOREGROUND
apache    3977  0.0  0.1 523604 27992 ?        S    07:10  0:00 /usr/sbin/httpd
-DFOREGROUND
apache    3978  0.0  0.1 523604 27992 ?        S    07:10  0:00 /usr/sbin/httpd
-DFOREGROUND
root      4893  0.0  0.0 112644  932 pts/0    S+  07:22  0:00 grep --color=au
to httpd
[root@localhost ~]#  does this tell you anything ?
IP: --   

Virtualizor Unable to select databaseclean install CentOS 7
rhavoc
Group: Member
Post Group: Newbie
Posts: 3
Status:
btw i am not a linux genius so please expand on your explanation thx in advance
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 19, 2024, 7:58 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.022