Wondering if one could get the kernel headers from somewhere for the proxmox kernel in PVE 3.3-1/a06c9f73 as I want to compile modules against the kernel?
↧
Kernel headers for 2.6.32-32-pve
↧
Proxmox 3.3 : smbios settings option doesn't accept space character
Hi,
When I create a VM in Proxmox GUI, I want to specify some SMBIOS settings like Manufacturer and Product (VM options).
The problem is that GUI doesn't accept space character in the input field.
For example, on want to enter Manufacturer value "Microsoft Corporation", but it's impossible to validate.
I must edit the VM config file and add the line "args : -uuid ... -smbios 'type=1,manufacturer=Microsoft Corporation,product=Virtual Machine' "
Is it a bug ?
Fall
When I create a VM in Proxmox GUI, I want to specify some SMBIOS settings like Manufacturer and Product (VM options).
The problem is that GUI doesn't accept space character in the input field.
For example, on want to enter Manufacturer value "Microsoft Corporation", but it's impossible to validate.
I must edit the VM config file and add the line "args : -uuid ... -smbios 'type=1,manufacturer=Microsoft Corporation,product=Virtual Machine' "
Is it a bug ?
Fall
↧
↧
[SOLVED] Connecting between nodes
Hello,
i am trying to do a script that will make some actions between different nodes of a cluster, i need to launch some action.
when i try to connect, i get this message :
Serge
Special thanks to Remark,
connecting with IP address solve this problem, i know how to search a solution
Serge
i am trying to do a script that will make some actions between different nodes of a cluster, i need to launch some action.
when i try to connect, i get this message :
root@S2P-PMX01:~# ssh S2P-PMX02
Warning: the ECDSA host key for 's2p-pmx02' differs from the key for the IP address '172.16.2.102'
Offending key for IP in /etc/ssh/ssh_known_hosts:4
Matching host key in /root/.ssh/known_hosts:6
Are you sure you want to continue connecting (yes/no)? yes
Linux S2P-PMX02 2.6.32-34-pve #1 SMP Fri Dec 19 07:42:04 CET 2014 x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Feb 2 13:05:15 2015 from s2p-pmx01.xxxxxxxxxxxxxxx
root@S2P-PMX02:~#
My problem, is that login require manual action, wich is incompatible with a automated script. Any idea on how to circumvent this ?Warning: the ECDSA host key for 's2p-pmx02' differs from the key for the IP address '172.16.2.102'
Offending key for IP in /etc/ssh/ssh_known_hosts:4
Matching host key in /root/.ssh/known_hosts:6
Are you sure you want to continue connecting (yes/no)? yes
Linux S2P-PMX02 2.6.32-34-pve #1 SMP Fri Dec 19 07:42:04 CET 2014 x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Feb 2 13:05:15 2015 from s2p-pmx01.xxxxxxxxxxxxxxx
root@S2P-PMX02:~#
Serge
Special thanks to Remark,
connecting with IP address solve this problem, i know how to search a solution
Serge
↧
Open vSwitch just not working!
Hi guys,
I am having trouble getting Open vSwitch working. I want to use it since the final environment consists of many VLANS which are subject to change, so Open vSwitch would make this much easier.
I have a proxmox installation on a small test network. At first I had the box working fine using a bond of eth0+1 via the standard linux networking model. So I tried breaking down that and using open vswitch instead. I read the proxmox guide, even copied their example confg and changed it, but I just cannot get it to work.
So for testings sake, I have gone back to a single port trunk on the cisco switch and am just trying to get Open vSwitch working with eth0 as my physical port, a single bridge and an internal port for host connectivity.
Here is my /etc/network/interfaces config, can anyone point out what I am doing wrong?
auto lo
iface lo inet loopback
auto vmbr0
allow-ovs vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports eth0 vlan10
allow-vmbr0 vlan10
iface vlan10 inet static
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=10
ovs_extra set interface ${IFACE} external-ids:iface-id=$(hostname -s)-${IFACE}-vif
address 172.16.1.199
netmask 255.255.255.0
gateway 172.16.1.254
I am having trouble getting Open vSwitch working. I want to use it since the final environment consists of many VLANS which are subject to change, so Open vSwitch would make this much easier.
I have a proxmox installation on a small test network. At first I had the box working fine using a bond of eth0+1 via the standard linux networking model. So I tried breaking down that and using open vswitch instead. I read the proxmox guide, even copied their example confg and changed it, but I just cannot get it to work.
So for testings sake, I have gone back to a single port trunk on the cisco switch and am just trying to get Open vSwitch working with eth0 as my physical port, a single bridge and an internal port for host connectivity.
Here is my /etc/network/interfaces config, can anyone point out what I am doing wrong?
auto lo
iface lo inet loopback
auto vmbr0
allow-ovs vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports eth0 vlan10
allow-vmbr0 vlan10
iface vlan10 inet static
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=10
ovs_extra set interface ${IFACE} external-ids:iface-id=$(hostname -s)-${IFACE}-vif
address 172.16.1.199
netmask 255.255.255.0
gateway 172.16.1.254
↧
Physical Volume - How much free space for snapshots/backups of OpenVZ
Hi all
I have two Harddisks in my proxmox server. On the first hd is proxmox installed. Now what I did for my second HD:
But when I try to create an OpenVZ backup I get Exit Code 5. I found out, that this is because the physical volume has no free space for snapshots. My question ist, how much free space needs the physical volume for creating OpenVZ backups. How much space do you allocate for snapshots? What is a good value?
The size of the hd is 278 GB.
Regards
jompsi
I have two Harddisks in my proxmox server. On the first hd is proxmox installed. Now what I did for my second HD:
Code:
pvcreate /dev/sdb1
vgcreate local /dev/sdb1
lvcreate -n name -l 100%FREE local
The size of the hd is 278 GB.
Regards
jompsi
↧
↧
Take Snapshot
Hi All,
I am new to PROXMOX. Just wanted to check with you all about taking snapshot online for VM's on PROXMOX. Is there any limitation to have the option(take snapshot) available for VM's, if they have been created with certain format only. Because for certain vm's on the proxmox, the option to take snapshot has been grayed out.
Could any help me on this.
Thanks in Advance.
-RV
I am new to PROXMOX. Just wanted to check with you all about taking snapshot online for VM's on PROXMOX. Is there any limitation to have the option(take snapshot) available for VM's, if they have been created with certain format only. Because for certain vm's on the proxmox, the option to take snapshot has been grayed out.
Could any help me on this.
Thanks in Advance.
-RV
↧
manage raid card
greetings all, I have an adaptec 6504E raid controller that I suspect has a bad drive. How would I go about installing aacraid to check the status of the drives and raid array? Is there a built-in utility or do I need to try and install something like storman?
↧
cluster.conf /usr/sbin/ccs_config_validate: Segmentation fault
Hello
I get a seg fault trying to validate a new config.
Here is a working config:
so I try to change to this:
and get this error on validate:
pveversion -v:
any clues on how to solve?
best regards, rob
I get a seg fault trying to validate a new config.
Here is a working config:
Code:
<?xml version="1.0"?>
<cluster name="fbc201408" config_version="9">
<fencedevices>
<fencedevice agent="fence_apc" ipaddr="10.1.10.11" login="fbcadmin" name="apc11" passwd="xxxxxi" power_wait="10"/>
<fencedevice agent="fence_apc" ipaddr="10.1.10.78" login="fbcadmin" name="apc78" passwd="xxxxxi" power_wait="10"/>
<fencedevice agent="fence_apc" ipaddr="10.1.10.88" login="fbcadmin" name="apc88" passwd="xxxxxi" power_wait="10"/>
</fencedevices>
<cman keyfile="/var/lib/pve-cluster/corosync.authkey">
</cman>
<clusternodes>
<clusternode name="dell1-ib" votes="1" nodeid="1"/>
<clusternode name="ceph2-ib" votes="1" nodeid="3"/><clusternode name="ceph4-ib" votes="1" nodeid="4"/><clusternode name="dell-2-ib" votes="1" nodeid="2"/></clusternodes>
</cluster>
Code:
<?xml version="1.0"?>
<cluster name="fbc201408" config_version="10">
<fencedevices>
<fencedevice agent="fence_apc" ipaddr="10.1.10.11" login="fbcadmin" name="apc11" passwd="xxxx" power_wait="10"/>
<fencedevice agent="fence_apc" ipaddr="10.1.10.78" login="fbcadmin" name="apc78" passwd="xxxx" power_wait="10"/>
<fencedevice agent="fence_apc" ipaddr="10.1.10.88" login="fbcadmin" name="apc88" passwd="xxxx" power_wait="10"/>
</fencedevices>
<cman keyfile="/var/lib/pve-cluster/corosync.authkey">
</cman>
<clusternodes>
<clusternode name="dell-1-ib" votes="1" nodeid="1">
<fence>
<method name="power">
<device name="apc88" port="1" secure="on" action="off"/>
<device name="apc78" port="4" secure="on" action="off"/>
<device name="apc88" port="1" secure="on" action="on"/>
<device name="apc78" port="4" secure="on" action="on"/>
</method>
</fence>
</clusternode>
<clusternode name="ceph2-ib" votes="1" nodeid="3"/><clusternode name="ceph4-ib" votes="1" nodeid="4"/><clusternode name="dell-2-ib" votes="1" nodeid="2"/></clusternodes>
</cluster>
Code:
ccs_config_validate -l /etc/pve/cluster.conf.new
/usr/sbin/ccs_config_validate: line 186: 60308 Segmentation fault ccs_config_dump > $tempfile
Unable to get the configuration
Code:
proxmox-ve-2.6.32: 3.3-139 (running kernel: 2.6.32-34-pve)
pve-manager: 3.3-5 (running version: 3.3-5/bfebec03)
pve-kernel-2.6.32-32-pve: 2.6.32-136
pve-kernel-2.6.32-30-pve: 2.6.32-130
pve-kernel-2.6.32-29-pve: 2.6.32-126
pve-kernel-2.6.32-34-pve: 2.6.32-140
pve-kernel-2.6.32-31-pve: 2.6.32-132
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-1
pve-cluster: 3.0-15
qemu-server: 3.3-3
pve-firmware: 1.1-3
libpve-common-perl: 3.0-19
libpve-access-control: 3.0-15
libpve-storage-perl: 3.0-25
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.1-10
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1
best regards, rob
↧
Clone status from command line
Hey all. I'm trying to figure out a way to check the status of a clone from the command line instead of having to login through the web gui.
↧
↧
Service CMan Stopped in second node of my Cluster each 3 or 4 days
Hi everyone!
I have a problem with my Cluster of two nodes, the first node not present problems but the second node after 3 or 4 days stopped the service CMan, the only solution is reboot the second node and after 3 or 4 days stopped the service again
My cluster is configure:
Node1 192.168.27.22 - Node2 192.168.27.21
DRBD Node1: 10.0.0.1 DRBD Node2: 10.0.0.2 - DRBD not presente problems, the status is connected and full synchronized
Attachments the next images:
image1: show the service CMan stopped
image2: try start the service and show the error
image3: my configuration of cluster.conf
I appreciate any help
thanks very much,
I have a problem with my Cluster of two nodes, the first node not present problems but the second node after 3 or 4 days stopped the service CMan, the only solution is reboot the second node and after 3 or 4 days stopped the service again
My cluster is configure:
Node1 192.168.27.22 - Node2 192.168.27.21
DRBD Node1: 10.0.0.1 DRBD Node2: 10.0.0.2 - DRBD not presente problems, the status is connected and full synchronized
Attachments the next images:
image1: show the service CMan stopped
image2: try start the service and show the error
image3: my configuration of cluster.conf
I appreciate any help
thanks very much,
↧
Manage multiple nodes without clustering?
I have two Proxmox nodes that I'd like to be able to manage from the same web interface. I thought clustering would allow this, which it did, but I do not have the redundancy to support clustering. Is there another way to manage the multiple nodes within the same interface, without clustering, similar to how virt-manager does on Linux?
↧
adding node to cluster failed, now quorum says activity blocked
Trying to add another node to a 4x node test cluster I got an issue like this:
root@node6:¨#> pvecm add node1
The authenticity of host 'node1 (xx.xx.xx.xx)' can't be established.
ECDSA key fingerprint is da:a7:df:e7:ff:8f:0f:1a:82:82:1b:e1:e6:49:3d:30.
Are you sure you want to continue connecting (yes/no)? yes
copy corosync auth key
stopping pve-cluster service
Stopping pve cluster filesystem: pve-cluster.
backup old database
Starting pve cluster filesystem : pve-cluster.
Starting cluster:
Checking if cluster has been disabled at boot... [ OK ]
Checking Network Manager... [ OK ]
Global setup... [ OK ]
Loading kernel modules... [ OK ]
Mounting configfs... [ OK ]
Starting cman... [ OK ]
Waiting for quorum... Timed-out waiting for cluster
[FAILED]
waiting for quorum...
node address seems to say localhost...
root@node6:~# pvecm status
Version: 6.2.0
Config Version: 8
Cluster Name: sprawlcl
Cluster Id: 28778
Cluster Member: Yes
Cluster Generation: 12
Membership state: Cluster-Member
Nodes: 1
Expected votes: 5
Total votes: 1
Node votes: 1
Quorum: 3 Activity blocked
Active subsystems: 2
Flags:
Ports Bound: 0
Node name: node6
Node ID: 5
Multicast addresses: 239.192.112.218
Node addresses: 127.0.0.1
Following I had no issue adding another node7, which now says:
root@node7:/# pvecm status
Version: 6.2.0
Config Version: 11
Cluster Name: sprawlcl
Cluster Id: 28778
Cluster Member: Yes
Cluster Generation: 236
Membership state: Cluster-Member
Nodes: 5
Expected votes: 5
Total votes: 5
Node votes: 1
Quorum: 3
Active subsystems: 5
Flags:
Ports Bound: 0
Node name: node7
Node ID: 6
Multicast addresses: 239.192.112.218
Node addresses: xx.xx.xx.xx
any hints on how to resolve are appreciated (other than just reinstall hole server :)
TIA!
root@node6:¨#> pvecm add node1
The authenticity of host 'node1 (xx.xx.xx.xx)' can't be established.
ECDSA key fingerprint is da:a7:df:e7:ff:8f:0f:1a:82:82:1b:e1:e6:49:3d:30.
Are you sure you want to continue connecting (yes/no)? yes
copy corosync auth key
stopping pve-cluster service
Stopping pve cluster filesystem: pve-cluster.
backup old database
Starting pve cluster filesystem : pve-cluster.
Starting cluster:
Checking if cluster has been disabled at boot... [ OK ]
Checking Network Manager... [ OK ]
Global setup... [ OK ]
Loading kernel modules... [ OK ]
Mounting configfs... [ OK ]
Starting cman... [ OK ]
Waiting for quorum... Timed-out waiting for cluster
[FAILED]
waiting for quorum...
node address seems to say localhost...
root@node6:~# pvecm status
Version: 6.2.0
Config Version: 8
Cluster Name: sprawlcl
Cluster Id: 28778
Cluster Member: Yes
Cluster Generation: 12
Membership state: Cluster-Member
Nodes: 1
Expected votes: 5
Total votes: 1
Node votes: 1
Quorum: 3 Activity blocked
Active subsystems: 2
Flags:
Ports Bound: 0
Node name: node6
Node ID: 5
Multicast addresses: 239.192.112.218
Node addresses: 127.0.0.1
Following I had no issue adding another node7, which now says:
root@node7:/# pvecm status
Version: 6.2.0
Config Version: 11
Cluster Name: sprawlcl
Cluster Id: 28778
Cluster Member: Yes
Cluster Generation: 236
Membership state: Cluster-Member
Nodes: 5
Expected votes: 5
Total votes: 5
Node votes: 1
Quorum: 3
Active subsystems: 5
Flags:
Ports Bound: 0
Node name: node7
Node ID: 6
Multicast addresses: 239.192.112.218
Node addresses: xx.xx.xx.xx
any hints on how to resolve are appreciated (other than just reinstall hole server :)
TIA!
↧
Change default port for web UI
Hi all,
I'm new in Proxmox and need some advices from you. So I install Proxmox in Linux Debian following the official Proxmox documentation (->kernel 2.6.32-26-pve).
I need to change the default port for the Web UI from 8006 to 80 or 443 (standards ports).
I see few articles about this but I have not found the right information. I see many thing about Apache configuration files but I don't have these files.
Anyone can help me ?
Thank you in advance.
I'm new in Proxmox and need some advices from you. So I install Proxmox in Linux Debian following the official Proxmox documentation (->kernel 2.6.32-26-pve).
I need to change the default port for the Web UI from 8006 to 80 or 443 (standards ports).
I see few articles about this but I have not found the right information. I see many thing about Apache configuration files but I don't have these files.
Anyone can help me ?
Thank you in advance.
↧
↧
Does RAID card(JBOD) make difference in Ceph? It may be so
Does a RAID card in JBOD mode make any difference in Ceph or any other storage? From running some benchmarks on Ceph OSDs it appears that it does. Take a look at the image below:
raid-write.PNG
This is a 6 node Ceph cluster with 4 OSD in each. Node 17, 18, 19 got cacheless RAID driving each OSDs. Node 20,21,22 has no RAID card. All OSDs are directly connected to motherboard SATA port. The write performance is noticeable. The entire storage also got slower after adding 5th and 6th node. All nodes got identical motherboard and CPU. The only variables are the RAID cards.
I ordered some RAID cards to install in node 20,21 and 22 then run same benchmark to see how the number changes.
Any thoughts?
raid-write.PNG
This is a 6 node Ceph cluster with 4 OSD in each. Node 17, 18, 19 got cacheless RAID driving each OSDs. Node 20,21,22 has no RAID card. All OSDs are directly connected to motherboard SATA port. The write performance is noticeable. The entire storage also got slower after adding 5th and 6th node. All nodes got identical motherboard and CPU. The only variables are the RAID cards.
I ordered some RAID cards to install in node 20,21 and 22 then run same benchmark to see how the number changes.
Any thoughts?
↧
move proxmox vm out of proxmox
hi,
I am have installed proxmox running with ceph as its data storage.
I was wondering if I have installed a VM in proxmox how can I move it out of proxmox VE so I could place in on an ubuntu server running KVM? just saying.
I am have installed proxmox running with ceph as its data storage.
I was wondering if I have installed a VM in proxmox how can I move it out of proxmox VE so I could place in on an ubuntu server running KVM? just saying.
↧
move proxmox vm out of proxmox
hi,
I am have installed proxmox running with ceph as its data storage.
I was wondering if I have installed a VM in proxmox how can I move it out of proxmox VE so I could place in on an ubuntu server running KVM? just saying.
I am have installed proxmox running with ceph as its data storage.
I was wondering if I have installed a VM in proxmox how can I move it out of proxmox VE so I could place in on an ubuntu server running KVM? just saying.
↧
DRBD no longer working in pri/pri setup.
As i posted before already, my drbd setup no longer working with pri/pri. 2 weeks ago i switched to pri/sec und have no issue since then, on sunday i switched back to pri/pri and on monday i get this email:
version: 8.3.13 (api:88/proto:86-96)
GIT-hash: 83ca112086600faacab2f157bc5a9324f7bd7f77 build by root@sighted, 2012-10-09 12:47:51
0: cs:WFConnection ro:Primary/Unknown ds:UpToDate/DUnknown C r-----
ns:4496240 nr:0 dw:74066828 dr:31588880 al:5759 bm:854 lo:0 pe:0 ua:0 ap:0 ep:1 wo:d oos:5471788
version: 8.3.13 (api:88/proto:86-96)
GIT-hash: 83ca112086600faacab2f157bc5a9324f7bd7f77 build by root@sighted, 2012-10-09 12:47:51
0: cs:StandAlone ro:Primary/Unknown ds:UpToDate/DUnknown r-----
ns:0 nr:4496240 dw:4496240 dr:1792472 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 ep:1 wo:d oos:0
Both nodes are thinking they are primary, one with WFConnection state and the other with StandAlone state.
Before i switched to pri/pri on sunday it was running 2 weeks as:
version: 8.3.13 (api:88/proto:86-96)
GIT-hash: 83ca112086600faacab2f157bc5a9324f7bd7f77 build by root@sighted, 2012-10-09 12:47:51
0: cs:Connected ro:Primary/Secondary ds:UpToDate/UpToDate C r-----
ns:681576328 nr:0 dw:804444808 dr:247308040 al:44804 bm:19362 lo:0 pe:0 ua:0 ap:0 ep:1 wo:d oos:0
So i can say there is something wrong with drbd since the last updates. Maybe there was some changes in the kernel module?
2.6.32-34-pve
Now i switched back to pri/sec:
version: 8.3.13 (api:88/proto:86-96)
GIT-hash: 83ca112086600faacab2f157bc5a9324f7bd7f77 build by root@sighted, 2012-10-09 12:47:51
0: cs:SyncTarget ro:Secondary/Primary ds:Inconsistent/UpToDate C r-----
ns:0 nr:400 dw:4496640 dr:1792776 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 ep:1 wo:d oos:8041436
[>....................] sync'ed: 0.1% (7852/7852)M
finish: 2:47:31 speed: 400 (400) want: 2,440 K/sec
Ok not be shocked, the sync speed jumps up and down, it was in the first second only. :-)
So now back in stable pri/sec setup but HA is gone now. :-(
version: 8.3.13 (api:88/proto:86-96)
GIT-hash: 83ca112086600faacab2f157bc5a9324f7bd7f77 build by root@sighted, 2012-10-09 12:47:51
0: cs:WFConnection ro:Primary/Unknown ds:UpToDate/DUnknown C r-----
ns:4496240 nr:0 dw:74066828 dr:31588880 al:5759 bm:854 lo:0 pe:0 ua:0 ap:0 ep:1 wo:d oos:5471788
version: 8.3.13 (api:88/proto:86-96)
GIT-hash: 83ca112086600faacab2f157bc5a9324f7bd7f77 build by root@sighted, 2012-10-09 12:47:51
0: cs:StandAlone ro:Primary/Unknown ds:UpToDate/DUnknown r-----
ns:0 nr:4496240 dw:4496240 dr:1792472 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 ep:1 wo:d oos:0
Both nodes are thinking they are primary, one with WFConnection state and the other with StandAlone state.
Before i switched to pri/pri on sunday it was running 2 weeks as:
version: 8.3.13 (api:88/proto:86-96)
GIT-hash: 83ca112086600faacab2f157bc5a9324f7bd7f77 build by root@sighted, 2012-10-09 12:47:51
0: cs:Connected ro:Primary/Secondary ds:UpToDate/UpToDate C r-----
ns:681576328 nr:0 dw:804444808 dr:247308040 al:44804 bm:19362 lo:0 pe:0 ua:0 ap:0 ep:1 wo:d oos:0
So i can say there is something wrong with drbd since the last updates. Maybe there was some changes in the kernel module?
2.6.32-34-pve
Now i switched back to pri/sec:
version: 8.3.13 (api:88/proto:86-96)
GIT-hash: 83ca112086600faacab2f157bc5a9324f7bd7f77 build by root@sighted, 2012-10-09 12:47:51
0: cs:SyncTarget ro:Secondary/Primary ds:Inconsistent/UpToDate C r-----
ns:0 nr:400 dw:4496640 dr:1792776 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 ep:1 wo:d oos:8041436
[>....................] sync'ed: 0.1% (7852/7852)M
finish: 2:47:31 speed: 400 (400) want: 2,440 K/sec
Ok not be shocked, the sync speed jumps up and down, it was in the first second only. :-)
So now back in stable pri/sec setup but HA is gone now. :-(
↧
↧
Slow download speeds openvz
Hi all,
I've got a new node with only two vm with no traffic at all since I don't use them yet to serve any service.
I can download with up to 60-80Mbit/sec fine inside the vm but when I'm trying to download outside the vm I'm getting very slow speeds, max 3-5Mbit/sec.
Any ideas how I can troubleshoot this?
Many thanks
I've got a new node with only two vm with no traffic at all since I don't use them yet to serve any service.
I can download with up to 60-80Mbit/sec fine inside the vm but when I'm trying to download outside the vm I'm getting very slow speeds, max 3-5Mbit/sec.
Any ideas how I can troubleshoot this?
Many thanks
↧
Proxmox 3.3 VE won't install on Supermicro X7DBU
I have a ton of these in productio, Supermicro X7DBU 1U servers. They currently run Xenserver and I am looking to get away from Xenserver.
Xenserver installs and runs fine. Ubuntu 12.x installs and runs fine.
With Proxmox:
The server boots to the CD then simply hangs. Running the debug install the install hangs as below:
proxmoxhung.jpg
I am actively seeking to migrate my server farm away from Xenserver.
Any and all help appreciated.
Xenserver installs and runs fine. Ubuntu 12.x installs and runs fine.
With Proxmox:
The server boots to the CD then simply hangs. Running the debug install the install hangs as below:
proxmoxhung.jpg
I am actively seeking to migrate my server farm away from Xenserver.
Any and all help appreciated.
↧
Can I use the 2 physical NICs in my proxmox host for a web proxy setup?
My host server has 2 eternet cards and I currently use only of them at this time,
so I was wondering if I could install PfSense or other Linux distro that could help me
to create a proxy server and use both cards for that purpose, just like in this picture
https://www.lucidchart.com/documents...d-a504f0610d69
so I was wondering if I could install PfSense or other Linux distro that could help me
to create a proxy server and use both cards for that purpose, just like in this picture
https://www.lucidchart.com/documents...d-a504f0610d69
↧