Recent content by Alfio

  1. A

    VG disappeared not found LVM ISCSI

    Nobody? any expert in LVM and VG? Thanks in advanced.
  2. A

    VG disappeared not found LVM ISCSI

    I was looking into: root@srv01:~# cd /etc/lvm/archive root@srv01:/etc/lvm/archive# ls almacen_00088-2018132490.vg almacen_00094-1333064704.vg almacen_00100-1063559119.vg almacen_00106-1020836520.vg almacen02_00009-229398896.vg almacen02_00015-1328749478.vg almacen_00089-1809170256.vg...
  3. A

    VG disappeared not found LVM ISCSI

    Hello, I have an installation running with LVM on iscsi, everything was working normally but suddenly the VG called storage disappeared, I have a Dell ME5084 storage configured with multipath, in which I have two volumes that I present to my proxmox cluster and only one Of the two that are...
  4. A

    [SOLVED] Lost iscsi connectivity to storage after upgrade 7-8

    Adding the newly named ports to the bridge and removing the previous ports solved the problem.
  5. A

    [SOLVED] Lost iscsi connectivity to storage after upgrade 7-8

    Hello, after upgrading from version 7 to version 8 of Proxmox, the cluster was left without communication with my iscsi storage. After verifying what could have happened, I realized that the names of the fiber cards that were installed were renamed. They communicated with the ISCSI storage, this...
  6. A

    [SOLVED] Proxmox 7 ISCSI Multipath Dell me5084

    Thank you, i will mark as solved this thread, i did the following: In /etc/iscsi/iscsid.conf Change those settings node.startup = automatic node.session.timeo.replacement_timeout = 15 Install multipath-tools # apt-get update # apt-get install multipath-tools In my case i have Dell EMC M5...
  7. A

    [SOLVED] Proxmox 7 ISCSI Multipath Dell me5084

    Ok, thanks for your quick response, let me rephrase my question then, does anyone have an example of a multipath configuration file for a working Dell storage that they can share with me? Thanks in advance.
  8. A

    [SOLVED] Proxmox 7 ISCSI Multipath Dell me5084

    Hello, I have three servers which I am going to install with version 7.3 of Proxmox, the storage is Dell PowerVault ME5 me5084 and I want to configure ISCSI multipath, although I have seen the wiki there are things that are not clear to me, if you could show me a files examples with some dell...
  9. A

    [SOLVED] Debian 11 to Proxmox 7 Problems

    Solved. Hi again, I was doing some test and the solution was to mark ifupdown2 before begin with the PVE install with apt-mark hold ifupdown2, after that everything was fine. after the installation I installed ifupdown2 and everything was right. Solved Note for Debian 11 to Proxmox 7 Problems...
  10. A

    [SOLVED] Debian 11 to Proxmox 7 Problems

    Hi, I'm trying to install Proxmox 7 in Debian 11 and I'm having some problems at the installations when the installation try with ifupdown2 the network goes down and i lost all connectivity to the server, I tried with deafferents providers and also in home lab, the results are the same: Get:531...
  11. A

    Problems Installing Proxmox on Debian 9

    Hi, nobody has try to install proxmox 5 in Debian 9?
  12. A

    Problems Installing Proxmox on Debian 9

    Hi, Im trying to install Proxmox 5.1 in Debian 9, I want to install in my laptop to make a dual boot system, Im using this tutorial: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch But when i run : apt install proxmox-ve postfix open-iscsi I get this error...
  13. A

    (SOLVED) Cant Upgrade from 4.x to 5.0

    Hi, thanks for your help, I was checking the repos files and the some repos were disable, I enable it again and everything worked fine, thanks again.