[PVE-User] Load modules into the VPS

Maykel Franco Hernández maykel at maykel.sytes.net
Tue Apr 17 19:53:44 CEST 2012


 

I configured the VPS with ALL --capability on but the error in
heartbeat is the same... 

tail -f /var/log/syslog 

 Return code _255_
from /etc/ha.d/resource.d/_LVSSyncDaemonSwap_ 

I will test the
configuration in not a openvz container, I will test in kvm and I
comment the results if the error _LVSSyncDaemonSwap_ 

_Thanks for
all_

El 2012-04-17 09:31, Maykel Franco Hernández escribió: 

> Hi, I
probed the command: 
> 
> vzctl set 100 --capability net_admin:on --save

> 
> And in the container exec lsmod and not results... 
> 
>
root at test1-mysql:~# lsmod
> Module Size Used by
> 
> And I restart to
openvz with /etc/init.d/vz restart in proxmox 2.0.
> 
> The network
devices in the container is venet or veth??
> 
> root at test1-mysql:~#
ifconfig
> lo Link encap:Local Loopback 
> inet addr:127.0.0.1
Mask:255.0.0.0
> inet6 addr: ::1/128 Scope:Host
> UP LOOPBACK RUNNING
MTU:16436 Metric:1
> RX packets:8 errors:0 dropped:0 overruns:0
frame:0
> TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
>
collisions:0 txqueuelen:0 
> RX bytes:400 (400.0 B) TX bytes:400 (400.0
B)
> 
> venet0 Link encap:UNSPEC HWaddr
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 
> inet addr:127.0.0.2
P-t-P:127.0.0.2 Bcast:0.0.0.0 Mask:255.0.0.0
> UP BROADCAST POINTOPOINT
RUNNING NOARP MTU:1500 Metric:1
> RX packets:379 errors:0 dropped:0
overruns:0 frame:0
> TX packets:288 errors:0 dropped:0 overruns:0
carrier:0
> collisions:0 txqueuelen:0 
> RX bytes:30571 (30.5 KB) TX
bytes:34542 (34.5 KB)
> 
> venet0:0 Link encap:UNSPEC HWaddr
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 
> inet addr:10.0.0.155
P-t-P:10.100.100.155 Bcast:0.0.0.0 Mask:255.0.0.0
> UP BROADCAST
POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
> 
> Can anybody help me
please??
> 
> El 2012-04-16 18:20, Maykel Franco Hernández escribió: 
>

>> Thanks very much. I probed tomorrow. 
>> 
>> Thanks again. 
>> 
>>
El 2012-04-16 17:54, Timh B escribió: 
>> 
>>> Hi,
>>> 
>>> Usually
loading the modules on the hardware node is enough, in some cases
>>>
you might need "vzctl set--save --capability net_admin:on" if it
>>>
does anything special with the network devices. I've only found this
>>>
useful for doing DHCP/PXE so far though. In some rare cases you might
want
>>> to restart openvz after you've added modules to the hardware
node;
>>> /etc/init.d/vz restart.
>>> 
>>> Good luck!
>>> 
>>> BR,
>>>
Timh
>>> 
>>> On Mon, April 16, 2012 17:25, Maykel Franco Hernández
wrote:
>>> 
>>>> Hi!! Before I tell everything, Congratulations for
PROXMOX 2.0. I installed the proxmox and I test this tool. All OK, but I
created the container ubuntu 10.04 and I need load the modules for the
loadbalancing in this VPS container ubuntu.: modprobe ip_vs_dh modprobe
ip_vs_ftp modprobe ip_vs modprobe ip_vs_lblc modprobe ip_vs_lblcr
modprobe ip_vs_lc modprobe ip_vs_nq modprobe ip_vs_rr modprobe ip_vs_sed
modprobe ip_vs_sh modprobe ip_vs_wlc modprobe ip_vs_wrr # modprobe
ip_vs_dh WARNING: Deprecated config file /etc/modprobe.conf, all config
files belong into /etc/modprobe.d/. FATAL: Module ip_vs_dh not found.
But in the proxmox the modules are loaded successfull: For example:
root at proxmox1:~# modprobe ip_vs_dh root at proxmox1:~# lsmod | grep ip
nf_conntrack_ipv4 9946 2 nf_nat nf_conntrack 80789 3
vzrst,nf_nat,nf_conntrack_ipv4 nf_defrag_ipv4 1531 1 nf_conntrack_ipv4
ip6t_REJECT 4743 0 ip6table_mangle 3637 0 ip6table_filter 3001 0
ip6_tables 19714 2 ip6table_mangle,ip6table_filter iptable_mangle 3461 0
iptable_filter 2905 0 xt_multiport 2812 0 ipt_REJECT 2431 0 ip_tables
18151 2 iptable_mangle,iptable_filter ip_vs_wrr 2291 0 ip_vs_wlc 1257 0
ip_vs_sh 2061 0 ip_vs_sed 1257 0 ip_vs_rr 1436 0 ip_vs_nq 1222 0
ip_vs_lc 1190 0 ip_vs_lblcr 5735 0 ip_vs_lblc 4235 0 ip_vs_ftp 3626 0
ip_vs_dh 1997 0 ip_vs 108414 22
ip_vs_wrr,ip_vs_wlc,ip_vs_sh,ip_vs_sed,ip_vs_rr,ip_vs_nq,ip_vs_lc,ip_vs_lblcr,ip_vs_lblc,ip_vs_ftp,ip_vs_dh
ipv6 326645 333 vzrst,ip6t_REJECT,ip6table_mangle,ib_addr,ip_vs I found
in google what the modules are loaded in proxmox, not a VPS. And from
proxmox share this modules in the VPS openvz. I found in google this
example: vzctl set 101 --iptables iptable_filter --iptables ipt_length
--iptables ipt_limit --iptables iptable_mangle --iptables ipt_REJECT
--save But I need load the modules ip_vs....... Can I help me please??
_______________________________________________ pve-user mailing list
pve-user at pve.proxmox.com [1]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user [2]
>>> 
>>> --
Timh

 

Links:
------
[1] mailto:pve-user at pve.proxmox.com
[2]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.proxmox.com/pipermail/pve-user/attachments/20120417/f784963b/attachment.htm>


More information about the pve-user mailing list