LxCenter HyperVM & Kloxo Support

Forum



Members   Search      Help    Register    Login    Home
Home » HyperVM Community Support » HyperVM Xen » Installation error of hypervm on Xen
Installation error of hypervm on Xen [message #95063] Wed, 15 February 2012 01:04 Go to next message
ddeemm is currently offline ddeemm  Japan
Messages: 8
Registered: February 2012
Member
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 #95064 is a reply to message #95063] Wed, 15 February 2012 02:55 Go to previous messageGo to next message
ddeemm is currently offline ddeemm  Japan
Messages: 8
Registered: February 2012
Member
The above commands are processed in Domain-0.
Re: Installation error of hypervm on Xen [message #95071 is a reply to message #95064] Wed, 15 February 2012 09:11 Go to previous messageGo to next message
shazar is currently offline shazar  United States
Messages: 1856
Registered: May 2011
Grandmaster
LxCenter Core Team Member
LxCenter Representative
iptables?

https://www.mercuryvps.com
HyperVM Xen VPS hosting
Re: Installation error of hypervm on Xen [message #95073 is a reply to message #95071] Wed, 15 February 2012 09:48 Go to previous messageGo to next message
ddeemm is currently offline ddeemm  Japan
Messages: 8
Registered: February 2012
Member
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 #95074 is a reply to message #95073] Wed, 15 February 2012 10:05 Go to previous messageGo to next message
shazar is currently offline shazar  United States
Messages: 1856
Registered: May 2011
Grandmaster
LxCenter Core Team Member
LxCenter Representative
Maybe someone logged in before you and changed the password?

https://www.mercuryvps.com
HyperVM Xen VPS hosting
Re: Installation error of hypervm on Xen [message #95076 is a reply to message #95074] Wed, 15 February 2012 11:31 Go to previous messageGo to next message
ddeemm is currently offline ddeemm  Japan
Messages: 8
Registered: February 2012
Member
No, not changed.
Moreover, login after "/script/resetpassword master admin" was also the same.
Re: Installation error of hypervm on Xen [message #95077 is a reply to message #95076] Wed, 15 February 2012 11:39 Go to previous messageGo to next message
ddeemm is currently offline ddeemm  Japan
Messages: 8
Registered: February 2012
Member
# /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 #95078 is a reply to message #95077] Wed, 15 February 2012 11:45 Go to previous messageGo to next message
ddeemm is currently offline ddeemm  Japan
Messages: 8
Registered: February 2012
Member
# mysql -u hypervm -p hypervm1_0
mysql> show tables like 'client';
Empty set (0.00 sec)


Is this right?
Re: Installation error of hypervm on Xen [message #95107 is a reply to message #95063] Thu, 16 February 2012 08:17 Go to previous messageGo to next message
ddeemm is currently offline ddeemm  Japan
Messages: 8
Registered: February 2012
Member
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 Dead
Re: Installation error of hypervm on Xen [message #95108 is a reply to message #95107] Thu, 16 February 2012 10:02 Go to previous messageGo to next message
shazar is currently offline shazar  United States
Messages: 1856
Registered: May 2011
Grandmaster
LxCenter Core Team Member
LxCenter Representative
Have you tried running the installer again?

https://www.mercuryvps.com
HyperVM Xen VPS hosting
Re: Installation error of hypervm on Xen [message #95111 is a reply to message #95108] Thu, 16 February 2012 14:01 Go to previous messageGo to next message
ddeemm is currently offline ddeemm  Japan
Messages: 8
Registered: February 2012
Member
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)
Re: Installation error of hypervm on Xen [message #95602 is a reply to message #95111] Wed, 29 February 2012 02:47 Go to previous message
semir is currently offline semir  Hungary
Messages: 976
Registered: January 2011
Location: Hungary
Senior Master
Forum Moderator
LxCenter Evangelist
Did you have mysql installed before? Cause then you must pass the mysql root password on install!
use this, like w kloxo: --db-rootpassword=PASSWORD



ProfiVPS.com Cheap VPS hosting! Buy it from me Smile
ProfiVPS.hu Megbízható, Olcsó VPS bérlés, Virtuális szerver bérlés

If I helped you, please consider putting my link on your site/blog! Thank you in advance Smile
Previous Topic:HyperVM vps as a gateway
Next Topic:A few use Xen appends
Goto Forum:
  


Current Time: Sat May 25 21:53:03 EDT 2013

Total time taken to generate the page: 0.01201 seconds
.:: Contact :: Home :: Privacy ::.

Click here to lend your support to: LxCenter and make a donation at www.pledgie.com !

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software