ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   General discussion (http://forum.ispsystem.com//forumdisplay.php?f=33)
-   -   Help with install VDSmanager (http://forum.ispsystem.com//showthread.php?t=1059)

vps 05-22-2010 08:38 PM

Help with install VDSmanager
 
Hi, i will try use VDSmanager with Xen. I trying install this before, but have some error, so i will try one more time and have hope thats someone help me :P
I install xen-linux-system-2.6.26-2-xen-amd64 od Debian Lenny 64, have 2 disc 2 * 1TB on server, how the best be partitions for Xen and VDSmanager?
Will use RAID 1, so: i should make only 2 partition + swap?
Example:
Code:

/boot #10GB
/swap #duble RAM
/ #rest disc ?

Is this correct?

slava 05-23-2010 02:08 AM

You need make a very large boot, it can be 100-200 Mb max, you need such as

/boot - 100-200Mb
/ - 8-12Gb
/xen - all other space
/swap - 50% RAM

Also if you use ext3/ext4 FS on the server you may no do addtional /boot part, grub can boot from / without problem

vps 05-23-2010 08:24 PM

Thx for answer.
I reinstall system, create /xen, / and /boot.
Install xen-linux-system-2.6.26-2-xen-amd64 and VDSmanager.
After this i create 2 dirs: /xen/disk, /xen/mnt and add into vdsmanager.conf

PrivateDiskDir /xen/disk
MountDir /xen/mnt

When i try create vps get this error:

Error: Failed to find network information. Please configure ip and network information

When i click 'cancel', this vps stay on list, when i want to do something with this vps, show me error: Vps dont exist.

My server is in ovh, i will use ip failover to create vps`s.
My /etc/network/interfaces aftrer fresh install Xen:
Code:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
        up /etc/xen/scripts/network-bridge start
        address 91.121.223.**
        netmask 255.255.255.0
        network 91.121.223.0
        broadcast 91.121.223.255
        gateway 91.121.223.254

Can anyone make me example config for ipfailovers?

slava 05-24-2010 03:04 AM

Try to add to /usr/local/ispmgr/etc/vdsmgr.conf
Code:

DefaultNetmask 255.255.xxx.0
DefaultGateway xxx.xxx.xxx.xxx

(change to your network parameters) and restart vdsmgr process
Code:

killall vdsmgr

vps 05-24-2010 08:43 PM

Thx for replay. Thats help...
When i create vps`s, all looks good, but:
Not replay for ping, from outside and local.

Vps always stop on time 3.9
Always is 3.9 whenn i check 'xm list'

Code:

root:~# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 7536 8 r----- 57.0
test.vv 2 512 2 -b---- 3.9

uptime show good
Code:

root:~# xm uptime
Name ID Uptime
Domain-0 0 0:23:17
test.pl 2 0:07:25

/etc/network/interfaces:
Code:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
up /etc/xen/scripts/network-bridge start
address 91.121.223.--
netmask 255.255.255.0
network 91.121.223.0
broadcast 91.121.223.255
gateway 91.121.223.254

/etc/xen/xend-config.sxp
Code:

(network-script 'network-bridge bridge=eth0 antispoof=yes') #also trying with network-route
(vif-script vif-bridge)
(dom0-min-mem 196)
(dom0-cpus 0)
(vnc-listen '91.121.223.--')
(vncpasswd 'uEShnM.F')

/usr/local/ispmgr/etc/
Code:

PrivateDiskDir /xen/disk
MountDir /xen/mnt
DefaultNetmask 255.255.255.0 #trying with 255.255.255.'255'
DefaultGateway 91.121.223.-- #trying with 91.121.223.'254'

User admin ***

preset "Example package" {
Disk 4096
Mem 512
CPU 1200
Proc 1024
Fdesc 4096
Traf 92160
IpRate 5000
Templ ISPmanager
}

path iptables /var/lib/iptables/rules
ApacheVersion 2
path DefaultHomeDir /var/www
path httpd.conf /etc/apache2/apache2.conf
path apachectl /usr/sbin/apache2ctl start
path httpd /usr/sbin/apache2
ApacheUid 33
ApacheGid 33
Virtualization xen
disktemplate "Debian-5.0-i386" {
Path /xen/template/Debian-5.0-i386
Status ok
}
v
vds "188.165.18.--" {
Name test.vv
Owner admin
DiskTemplate /xen/template/Debian-5.0-i386
CPULimit 0 #should be 1200?
TrafLimit 92160
TrafUsed 0
Preset Example package
Backup none
}

What can i do now?

//edit some person from support will log into my server and fix this

slava 05-25-2010 04:28 AM

If you purchased a license from us, you can write a ticket to the technical support through a billing system and our experts will look at what was going on and configured.

vps 05-26-2010 02:10 PM

Hi. After 3 days your 'technical help' say:
Code:

Date:2010-05-26 10:08:10
Sorry, but your server don't boot with XEN kernel, because its processor not support 64bit. (Intel i7 920)

Before i trying install like u see up: xen-linux-system-2.6.26-2-xen-amd64 and boot without problem. After this i get message:
Code:

Date:2010-05-26 10:44:22
New VDSManager (release 18.05.2010) working only with xen-4.0. Old version of vdsmanager (which worked with xen <4.0) not supported now.

I dont see any info abuot this on your website. So, now i pay for licence and cant use your product. Lose money and 4 days.

You should add any info on website about supported Xen version. For other people before buy licence :)
Thx.

//EDIT

I speaking with people on IRC in Xen channel and try ask about Xen 4.0, 64 bits and i7 processor support and give me this answear:

Code:

[12:52:08] <***> hmm i7 is 64bit
[12:52:58] <***> ask the vendor of your website panel why his panel thinks i7 isn't 64bit

So i not understand...
Can u explain me this?

Sergik 06-21-2010 08:04 AM

Sorry for the mistake of our support team.
Course i7 is 64-bit. I can't imagine why support thinks that this is not.
Xen 3 also works and can be installed, but we recommend Xen 4.
We install VDSmanager (and all other our products) without any charge, please write us via https://my.ispsystem.com/ your installation request.


All times are GMT +2. The time now is 01:59 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.