OpenVZ Forum


Home » General » Support » connectivity again
Re: connectivity again [message #4785 is a reply to message #4782] Wed, 26 July 2006 09:32 Go to previous messageGo to previous message
goeldi
Messages: 92
Registered: June 2006
Member
I stopped them in both, no difference.

I for one suspect something different:

Some weeks ago I created 3 vps on this hn, doing a
vzsplit -n 4 -f sample

Now I added a fourth vps and did a
vzsplit -n 10 -f newsample

then I did
vzctl set VEID --config newsample --save

with VEID being all 4 vps.

I suspect the resources. I paste all vps.conf here (195.conf being the problematic ve):

----- 192.conf -----
ONBOOT="yes"

# UBC parameters (in form of barrier:limit)
# Primary parameters
AVNUMPROC="206:206"
NUMPROC="800:800"
NUMTCPSOCK="800:800"
NUMOTHERSOCK="800:800"
VMGUARPAGES="310624:2147483647"

# Secondary parameters
KMEMSIZE="16947363:18642099"
TCPSNDBUF="2372321:5649121"
TCPRCVBUF="2372321:5649121"
OTHERSOCKBUF="1186160:4462960"
DGRAMRCVBUF="1186160:1186160"
OOMGUARPAGES="310624:2147483647"
# Auxiliary parameters
LOCKEDPAGES="827:827"
SHMPAGES="31062:31062"
PRIVVMPAGES="310624:341686"
NUMFILE="6592:6592"
NUMFLOCK="659:724"
NUMPTY="80:80"
NUMSIGINFO="1024:1024"
DCACHESIZE="3686400:3796992"

PHYSPAGES="0:2147483647"
NUMIPTENT="200:200"

# Disk quota parameters (in form of softlimit:hardlimit)
DISKSPACE="1047990:1252800"
DISKINODES="80000:88000"
QUOTATIME="0"

# CPU fair sheduler parameter
CPUUNITS="13440"
IP_ADDRESS="195.141.1.92"
HOSTNAME="spatz.goeldi.net"
VE_ROOT="/vz/root/$VEID"
VE_PRIVATE="/home/$VEID"
#VE_PRIVATE="/vz/private/$VEID"
OSTEMPLATE="centos-4-i386-default"
ORIGIN_SAMPLE="vps.mytest"
NAMESERVER="195.141.56.5 193.192.227.3"
IPTABLES="iptable_filter iptable_mangle ipt_limit ipt_multiport ipt_tos ipt_TOS ipt_REJECT ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_LOG ipt_length ip_conntrack ip_conntrack_ftp ip_conntrack_irc ipt_conntrack ipt_state ipt_helper iptable_nat ip_nat_ftp ip_nat_irc ipt_REDIRECT"
----- end of 192.conf -----

----- 193.conf -----
ONBOOT="yes"

# UBC parameters (in form of barrier:limit)
# Primary parameters
AVNUMPROC="206:206"
NUMPROC="800:800"
NUMTCPSOCK="800:800"
NUMOTHERSOCK="800:800"
VMGUARPAGES="310624:2147483647"

# Secondary parameters
KMEMSIZE="16947363:18642099"
TCPSNDBUF="2372321:5649121"
TCPRCVBUF="2372321:5649121"
OTHERSOCKBUF="1186160:4462960"
DGRAMRCVBUF="1186160:1186160"
OOMGUARPAGES="310624:2147483647"
PRIVVMPAGES="310624:341686"

# Auxiliary parameters
LOCKEDPAGES="827:827"
SHMPAGES="31062:31062"
PHYSPAGES="0:2147483647"
NUMFILE="6592:6592"
NUMFLOCK="659:724"
NUMPTY="80:80"
NUMSIGINFO="1024:1024"
DCACHESIZE="3686400:3796992"
NUMIPTENT="200:200"
DISKSPACE="1047990:1252800"
DISKINODES="80000:88000"
CPUUNITS="13440"

IP_ADDRESS="195.141.1.93"
HOSTNAME="blabla.goeldi.net"
VE_ROOT="/vz/root/$VEID"
VE_PRIVATE="/home/$VEID"
#VE_PRIVATE="/vz/private/$VEID"
OSTEMPLATE="centos-4-i386-default"
ORIGIN_SAMPLE="vps.basic"
NAMESERVER="195.141.56.5"
IPTABLES=iptable_filter iptable_mangle ipt_limit ipt_multiport ipt_tos ipt_TOS ipt_REJECT ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_LOG ipt_length ip_conntrack ip_conntrack_ftp ip_conntrack_irc ipt_conntrack ipt_state ipt_helper iptable_nat ip_nat_ftp ip_nat_irc ipt_REDIRECT
----- end of 193.conf -----

----- 194.conf -----
ONBOOT="yes"

# UBC parameters (in form of barrier:limit)
# Primary parameters
NUMPROC="800:800"
AVNUMPROC="206:206"
NUMTCPSOCK="800:800"
NUMOTHERSOCK="800:800"
VMGUARPAGES="310624:2147483647"

# Secondary parameters
KMEMSIZE="16947363:18642099"
TCPSNDBUF="2372321:5649121"
TCPRCVBUF="2372321:5649121"
OTHERSOCKBUF="1186160:4462960"
DGRAMRCVBUF="1186160:1186160"
OOMGUARPAGES="310624:2147483647"
PRIVVMPAGES="310624:341686"

# Auxiliary parameters
LOCKEDPAGES="827:827"
SHMPAGES="31062:31062"
PHYSPAGES="0:2147483647"
NUMFILE="6592:6592"
NUMFLOCK="659:724"
NUMPTY="80:80"
NUMSIGINFO="1024:1024"
DCACHESIZE="3686400:3796992"
NUMIPTENT="200:200"
DISKSPACE="1047990:1252800"
DISKINODES="80000:88000"
CPUUNITS="13440"

# CPU fair sheduler parameter
IP_ADDRESS="195.141.1.94"
HOSTNAME="perse.goeldi.net"
VE_ROOT="/vz/root/$VEID"
#VE_PRIVATE="/vz/private/$VEID"
VE_PRIVATE="/home/$VEID"
OSTEMPLATE="centos-4-i386-default"
ORIGIN_SAMPLE="vps.basic"
NAMESERVER="195.141.56.5 193.192.227.3"
IPTABLES=iptable_filter iptable_mangle ipt_limit ipt_multiport ipt_tos ipt_TOS ipt_REJECT ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_LOG ipt_length ip_conntrack ip_conntrack_ftp ip_conntrack_irc ipt_conntrack ipt_state ipt_helper iptable_nat ip_nat_ftp ip_nat_irc ipt_REDIRECT
----- end of 194.conf -----

-- 195.conf -----

---ONBOOT="yes"

# UBC parameters (in form of barrier:limit)
# Primary parameters
NUMPROC="800:800"
AVNUMPROC="206:206"
NUMTCPSOCK="800:800"
NUMOTHERSOCK="800:800"
VMGUARPAGES="310624:2147483647"

# Secondary parameters
KMEMSIZE="16947363:18642099"
TCPSNDBUF="2372321:5649121"
TCPRCVBUF="2372321:5649121"
OTHERSOCKBUF="1186160:4462960"
DGRAMRCVBUF="1186160:1186160"
OOMGUARPAGES="310624:2147483647"
PRIVVMPAGES="310624:341686"

# Auxiliary parameters
LOCKEDPAGES="827:827"
SHMPAGES="31062:31062"
PHYSPAGES="0:2147483647"
NUMFILE="6592:6592"
NUMFLOCK="659:724"
NUMPTY="80:80"
NUMSIGINFO="1024:1024"
DCACHESIZE="3686400:3796992"
NUMIPTENT="200:200"
DISKSPACE="1047990:1252800"
DISKINODES="80000:88000"
CPUUNITS="13440"

IP_ADDRESS="195.141.1.95"
HOSTNAME="backup.goeldi.net"
VE_ROOT="/vz/root/$VEID"
VE_PRIVATE="/home/$VEID"
OSTEMPLATE="centos-4-i386-default"
ORIGIN_SAMPLE="vps.mytest"
NAMESERVER="195.141.56.5"
IPTABLES="iptable_filter iptable_mangle ipt_limit ipt_multiport ipt_tos ipt_TOS ipt_REJECT ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_LOG ipt_length ip_conntrack ip_conntrack_ftp ip_conntrack_irc ipt_conntrack ipt_state ipt_helper iptable_nat ip_nat_ftp ip_nat_irc ipt_REDIRECT"
----- end of 195.conf -----

----- vz.conf -----
## Global parameters
VIRTUOZZO=yes
LOCKDIR=/vz/lock
DUMPDIR=/vz/dump
VE0CPUUNITS=1000

## Logging parameters
LOGGING=yes
LOGFILE=/var/log/vzctl.log
LOG_LEVEL=0

## Disk quota parameters
DISK_QUOTA=no
VZFASTBOOT=no

# The name of the device whose ip address will be used as source ip for VE.
# By default automatically assigned.
#VE_ROUTE_SRC_DEV="eth0"

## Template parameters
TEMPLATE=/vz/template

## Defaults for VEs
VE_ROOT=/vz/root/$VEID
#VE_PRIVATE=/vz/private/$VEID
VE_PRIVATE=/home/$VEID
CONFIGFILE="vps.10stueck"
DEF_OSTEMPLATE="fedora-core-4"

## Load vzwdog module
VZWDOG="no"

IPTABLES="ipt_REJECT ipt_tos ipt_limit ipt_multiport iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length"
----- end of vz.conf -----

----- /etc/rc.d/rc.local -----
/sbin/modprobe iptable_filter iptable_mangle ipt_limit ipt_multiport ipt_tos ipt_TOS ipt_REJECT ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_LOG ipt_length ip_conntrack ip_conntrack_ftp ip_conntrack_irc ipt_conntrack ipt_state ipt_helper iptable_nat ip_nat_ftp ip_nat_irc ipt_REDIRECT
----- end of rc.local -----

[Updated on: Wed, 06 February 2008 13:57]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon3.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: *SOLVED* migration problem, right version now
Next Topic: load balancing and migration between hardware nodes.
Goto Forum:
  


Current Time: Wed Aug 28 18:23:23 GMT 2024

Total time taken to generate the page: 0.03329 seconds