Recent content by Doug Curtis

  1. D

    Megaraid Storage Manager on Proxmox

    I know this is an old post but I just wanted to say this worked great. The cli tools are available in a separate repo but I wanted the java app to have a gui to manage things. I just had to start the vivaldiframework but once I did, the ui could see the LSI card and I was able to silence the...
  2. D

    Console doesn't work from one node to another

    I was able to fix it by removing the bad entry from /etc/ssh/ssh_known_hosts on node1 and readding node2 with --force to the cluster. Thanks
  3. D

    Console doesn't work from one node to another

    Looks like the ssh pub key node1 has for node2 is incorrect: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY...
  4. D

    Console doesn't work from one node to another

    I'm pretty new to the Proxmox environment. I've setup a cluster with two nodes with shared storage. Most everything is working fine except if I am logged into node 1 and try to open a console for a VM on node 2, I receive a message that says "Failed to connect to server". However, if I login...