Search results

  1. T

    [SOLVED] setting up UTM vm wan port and vpn

    Hi, I am setting up a vm for UTM, and I assigned two bridge vmbr0 and vmbr8 (with two separated nic) to this vm, and vmbr8 shows up in vm as eth1, and I set it up as a wan port in UTM, question: I am trying to setup an openvpn on this UTM, when I login through a vpn from outside, traffic will...
  2. T

    How to move ceph mgr to a specific mgr node

    Hi, I have a ceph cluster with 6 nodes, and 3 nodes has mgr installed, and one (Proxmox2) is active and 2 are standby. I had an active zabbix agent installed on proxmox2, so it will send ceph info to zabbix server and it is working fine. But, every time when I have problem with proxmox2, ceph...
  3. T

    Procedure to turn off ceph private network switch

    I mean in ceph configuration file.
  4. T

    Procedure to turn off ceph private network switch

    Thanks for your reply. You mean I need to remove ceph public network first, then turn it off? And when it come back up, I add back ceph public network?
  5. T

    Procedure to turn off ceph private network switch

    Hi, I have a 6 cluster ceph (12 OSDs) running for a while now, and ceph public and private networks are on separated switches, I need to turn off private network switch for about 30 mins, wondering what is the best practice to do this. Thanks
  6. T

    [SOLVED] [solved] zabbix smart monitoring with pbs

    Yes, I got it. Thank you. I marked this thread solved.
  7. T

    [SOLVED] [solved] zabbix smart monitoring with pbs

    Hi, All I am trying to setup smart monitoring with zabbix, and I can not find /etc/sudoers file, anybody has successfully setup zabbix to use smart to monitor disks on PBS?
  8. T

    [SOLVED]Ceph dashboard cause ceph manager fail to start

    good to know, I marked this thread as SOLVED. thanks again.
  9. T

    [SOLVED]Ceph dashboard cause ceph manager fail to start

    great, thank you for that. After I looking this more, I decided not to use ceph dashboard, because I found most what I need from proxmox ceph gui and logfile, also I can get more info from couple command line commands, May I ask what feature you found most useful from ceph dashboard that...
  10. T

    [Solved] Ceph and Zabbix fail to send data to server

    update, resolved. 1. I added a new nic in zabbix server, and this nic is in same subnet of my ceph public network. 2. I need to set identifier name to :"ceph" and same as host name I created in zabbix. 3. I have 3 ceph mgr, and in zabbix server host "ceph", I entered all 3 ceph mgr's public ip...
  11. T

    [Solved] Ceph and Zabbix fail to send data to server

    I have a ceph cluster, and installed Zabbix agent2, i did: 1. Enable Zabbix module 2. I updated Zabbix host ip address But when I try “ceph Zabbix send” got a fail to send message. Here is my question, my ceph is on a 10.0.10.x network, but Zabbix server is on a 192.168.0.x network, fail to...
  12. T

    Ceph dashboard performance data (Prometheus etc)

    did you resolve your issue? I do not see anybody response. Wondering why you said it was a bad idea to enable the dashboard under pve? I have an issue, every time I enable dashboard, all my ceph manager daemon crashs, and can not be restarted, no one response to your post.
  13. T

    Ceph Dashboard not working after update to proxmox 7 (from 6.4)

    Hi, everyone; I have a 8 nodes cluster running for a while, and I have ceph on the same cluster. Yesterday, I tried to install and enable ceph dashboard, then caused my ceph manager service failed to restart and all manager service stopped and can not start, here is what I did step by step, and...
  14. T

    [SOLVED]Ceph dashboard cause ceph manager fail to start

    Hi, everyone; I have a 8 nodes cluster running for a while, and I have ceph on the same cluster. Yesterday, I tried to install and enable ceph dashboard, then caused my ceph manager service failed to restart and all manager service stopped and can not start, here is what I did step by step, and...
  15. T

    Linux bridge with two nic

    no, it did not resolve my issue. Sorry. I removed this bridge's ip, applied the change, and reboot the vm, still no ping inside of this vm from subnet 192.168.0.x to other subnet 10.0.10.x
  16. T

    Linux bridge with two nic

    I will do a test, but I thought by assigning ip to a bridge, only create a way for a node on subnet 10.0.10.x to access proxmox gui.
  17. T

    Linux bridge with two nic

    Hi, Thanks for your reply, here is network configuration: auto vmbr7 iface vmbr7 inet static address 10.0.10.200/24 bridge-ports eno4 enp3s0 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094 this is a bridge I created, and...
  18. T

    Linux bridge with two nic

    Hi, I have two nics in a proxmox, and each nic is on two different subnet. I created a Linux bridge to have both nics included, and assign this bridge to a vm. In this vm, I tried to ping a node in other subnet, but can not connect, not sure what did do wrong. The setup seems very...