Hi all
I've seen that the script not work completly, the snapshot create successfully, but the part should remove oldest snapshot not work, can someone who have experience with bash scripting can take a look, i appreciate it, thanks.
Hi all i want to send metric server via https to an instance of influxdb that is behind a Nginx Reverse Proxy, but when i click "OK" i receive this:
from external i can reach without problem the influxdb WebUI via https://influxdb.mydomain.tld
I check via tcpdump and i not see any package sent...
Hi this mornig i receive email from zfs about state of zfs pool is "degraded"
This is data of the disk is "degraded":
SMART Attributes:
SMART Long Test Result:
DMESG Kernel Message:
In your opinion the SSD is "Healthy"? What about Kernel Message?
Thx
UPDATE: this is the actual version if something goes wrong we receive notification via email
#!/bin/bash
set -e # Stop the script if something fail
# Set email address for notification
EMAIL="emailaddress@email.com"
# ID of VM
VMID="100"
# Name of snapshot
SNAPSHOT_NAME="snapshot-$(date...
Hi All
I remove a old VM that i not use it anymore, and now i want to remove the backup on nfs destination to free up space, i select the backup and click on "prune group" and keep only 1 backup as you can see:
But i see that the space on datastore "NFS01" it still the same occupied space.
Hi all
I want you opinion about this script for create scheduled vm snapshot and delete oldest then 7 days:
#!/bin/bash
# ID della VM
VMID="100"
# Snapshot Name
SNAPSHOT_NAME="snapshot-$(date +%Y-%m-%d_%H-%M-%S)"
# Create snapshot
/usr/sbin/qm snapshot $VMID $SNAPSHOT_NAME
# Remove...
Hi @fireon
At the end i removed the replication for VM104 because is the 2nd Domain Controller of VM103 so it's already a replication.
Thanks anyway for the support.
Hi everyone i reboot all the nodes but i see that the replication tab not contains the replication tab is empty, i need to recreate each vm manually:
Why after reboot i found it empty?
Also the storage "zpool01" as you can see under "pve02" the space used is not how the "pve01"
I receive this...
No i forgot to modifiy /etc/hosts on each node, now i change with the new ip.
i don't reboot the node because all three is in production state, if it is necessary i need to schedule at night time.
this is the content of /etc/pve/datacenter.cfg
Hi
Everyone i receive email from proxmox "replication job failed" after i change the subnet of LAN on all three nodes.
Network configuration on PVE01:
pvecm status:
If i go in Datacenter>Cluster>Join Information i see that still the old ip and not the new one:
How can i fix that?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.