Recent content by Gianni

  1. G

    Enable fencing the cluster loose sync

    Yesssss. Yesterday I have tryed this hint only on node 2 and hasn't solved. Today I have tried only on node 1 and not on 2. When I issued the command that you suggest on node 2, everythings went well. Thank you a lot Tom, Gianni
  2. G

    Enable fencing the cluster loose sync

    Hello Tom, yes I have read the HA requirements. But how can I re-sync my cluster?
  3. G

    Enable fencing the cluster loose sync

    Hi, I have a pve cluster 3.2 with two nodes and DRBD as shared storage, run perfect. I will configure fencing, so: - uncomment the line: FENCE_JOIN="yes" in /etc/default/redhat-custer-pve on both nodes - restart cman on both nodes - join the fence domain, first on the first node then on the...
  4. G

    "nosync": pveca -l -> Use of uninitialized value in string

    This happens even in this configuration: auto eth0 iface eth0 inet manual auto vmbr0 iface vmbr0 inet static # address 192.168.0.7 address 192.168.0.1 netmask 255.255.255.0 gateway 192.168.0.250 bridge_ports eth0 bridge_stp off bridge_fd 0 If you delete the address...
  5. G

    PVE CLuster upgrading/updating guide?

    Sorry Tom, on this thread the Marco's post was the last and I can't find the answers. Maybe the answers are on another section of forum? Thanks, Jan
  6. G

    PVE CLuster upgrading/updating guide?

    The best and interesting results are: http://forum.proxmox.com/threads/6729-Cluster-upgrade-Best-practice?highlight=upgrading+cluster But the questions that Marco posed are very interesting and with search I can't find nothing. Nothing to say, the best way is support this project
  7. G

    PVE CLuster upgrading/updating guide?

    Hi all, Marco posed important questions! (One year ago) Why the team don't respond? Many people use proxmox in a production environment, where they can find answers to questions? Thanks, Jan
  8. G

    Cluster - change the IP to Master node and to slave

    Hi, I have a cluster with two nodes: Master: 192.168.0.1 Slave: 192.168.0.2 On cluster there are 12 VM. For various reasons I must change the IP of both nodes. New IP master: 192.168.0.240 New IP slave: 192.168.0.241 What is the best way? If I don't want stop the VM is possible change the...
  9. G

    Give a tape to a vm, but the tape change the host ID at reboot.

    The same kernel. Alex type only reboot at prompt, with all vm stopped and when the proxmox restart the tupla [h:b:t:id] is changed. Jan
  10. G

    Give a tape to a vm, but the tape change the host ID at reboot.

    Good morning, a friend asked me an opinion on a problem that happens on a machine proxmox v 1.8. He wants to give a tape to a vm. No problem, fill in the file: proxmox: ~ # cat /etc/scst.conf [HANDLER tape] DEVICE [6:0:3:0] [ASSIGNMENT Default] DEVICE [6:0:3:0], 0 The problem arises...
  11. G

    Cluster, SAN and online migration, how can I give a direct-SAN-disk to a vm?

    Yes, I would define it in storage.cfg as another storage model, like this: direct: DirectDisk path /dev/mapper/SANDisk4 shared content none This storage model cannot be used by proxmox, it is only passed to the VM as is. When I migrate the VM, proxmox should...
  12. G

    Cluster, SAN and online migration, how can I give a direct-SAN-disk to a vm?

    It's more complicated, I must use a direct disk because I give the SAN-snapshots of this disk to a physical Windows server that don't read the LVM, but only NTFS. My SAN (Hp Eva4400) use Fibre Channel protocol and I can't define a iscsi storage model, I see my SAN-disk as internal logical...