| Installation error of hypervm on Xen [message #95063] |
Wed, 15 February 2012 01:04  |
|
I install hypervm after xen.
but, I cannot login to ip:8888 and ip:8887.
How should I fix this?
The following is the procedure and log which installed.
# uname -a
Linux hostname 2.6.18-274.18.1.el5xen #1 SMP Thu Feb 9 14:05:09 EST 2012 i686 i686 i386 GNU/Linux
# /bin/sh hypervm-install-master.sh --virtualization-type=NONE
# cat ./program-install/hypervm-linux/hypervm_install.log
...snip
Creating table pserver....
Updating the system. Will take a while
Executing UpdateCleanup. This will take a long time. Please be patient
Creating table vps....
Creating table client....
Notice : The resource you have requested doesn't exist. The server returned the error message: <br> not_admin <br>
No Virtualization has been chosen. It is assumed that it is an existing installation
Executing Update Cleanup... Will take a long time to finish....
Congratuations. hyperVM has been installed succesfully on your server as master
You can connect to the server at https//<ip-address>:8887 or http//<ip-address>:8888
...snip
# cat /usr/local/lxlabs/hypervm/log/bdatabase
14:40 Feb/15/2012: DbError: Insert Failed for client: insert into client ( ) values( ) ;
14:40 Feb/15/2012: DbError: Insert Failed for client: insert into client ( ) values( ) ;
# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda2 10154020 2347016 7282884 25% /
/dev/hda1 194442 15802 168601 9% /boot
tmpfs 275268 0 275268 0% /dev/shm
none 275176 104 275072 1% /var/lib/xenstored
|
|
|
|
|
| Re: Installation error of hypervm on Xen [message #95073 is a reply to message #95071] |
Wed, 15 February 2012 09:48   |
|
Iptables is setting all to ACCEPT for testing.
iptables is ...
# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
additional : "Alert: Login Unsuccessful" will be displayed if username/password (admin/admin) is entered in ip:8887(8888) for login.
(modify: ID -> username)
[Updated on: Wed, 15 February 2012 09:50] Report message to a moderator
|
|
|
|
|
| Re: Installation error of hypervm on Xen [message #95077 is a reply to message #95076] |
Wed, 15 February 2012 11:39   |
|
# /script/resetpassword master admin
# cat /usr/local/lxlabs/hypervm/log/bdatabase
01:36 Feb/16/2012: DbError: Insert Failed for client: insert into client ( ) values( ) ;
and, "Alert: Login Unsuccessful" was displayed in ip:8887(8888).
|
|
|
|
| Re: Installation error of hypervm on Xen [message #95107 is a reply to message #95063] |
Thu, 16 February 2012 08:17   |
|
I am sorry to have added repeatedly.
additional:
mysql> show tables like 'pserver';
+--------------------------------+
| Tables_in_hypervm1_0 (pserver) |
+--------------------------------+
| pserver |
+--------------------------------+
1 row in set (0.00 sec)
mysql> show tables like 'vps';
Empty set (0.00 sec)
mysql> show tables like 'client';
Empty set (0.00 sec)
Please help me
|
|
|
|
| Re: Installation error of hypervm on Xen [message #95111 is a reply to message #95108] |
Thu, 16 February 2012 14:01   |
|
Yes, I tried install again (2 or more).
However, even if I run re-installation, the generated problem is same as the first of this topic.
The same problem (message #95063 - #95107) is repeated.
When installation is completed, are vps and a client table created in the database?
(message #95078, #95107)
|
|
|
|