Search results

  1. C

    Backup a Windows server VM

    Hi and thanks for the replay I think I did find the problem I did forgot to uncheck backup for the extra harddrive that I have add to the Windows Server VM So it did try to backup alot more then 60 GB :)
  2. C

    Backup a Windows server VM

    Hi Not sure why but when I did try to backup a VM that running Windows Server I did get big problem. At first the disk is only 60 GB but after a 6 hour it stop running backup and did say my 1 TB space is full. I did look inside the datastore and it was full but did not show any VM inside?? What...
  3. C

    Have PBS and Storage on same drive

    Ahh yes I can do that, thanks. But my friend did remove the DVD driver and now we have space for another disk :) But good to know.
  4. C

    Have PBS and Storage on same drive

    Hi I know is maybe not so good idea but I I trying to see if I can have both PBS and Storage on same drive. When i install PBS I can change options for the disk to only give PBS 40 GB to install. I then login to PBS and then from shell I create a partition from the space left on the disk. But...
  5. C

    rename node

    Hmm sorry but I dont remember more then I have write in the update I did just move my conf files to the new node I did it from shell.
  6. C

    Upgrade 7.0 to new version

    Ahh ok thanks for the fast replay It is no cluster, just a single Proxmox server so maybe is a good idea to shutdown VM. I just want to make it as easy and nice as possible and I guess that go from 7.0 to 7.3 it have a new pve-kernel?
  7. C

    Upgrade 7.0 to new version

    Hi Trying to find info what is the best way to upgrade Proxmox server. I understand I can do that from CLI and GUI https://forum.proxmox.com/threads/proxmox-ve-7-3-released.118390/ # apt-get update # apt-get dist-upgrade But do I have to shutdown all the VM?, I guess I need to reboot the...
  8. C

    Problem with the job-end on my hook script

    Hi I run this script to control my PBS server !/bin/bash if [ "$1" == "job-init" ]; then pvesm set PBS --disable 0 wakeonlan 40:B0:34:3D:26:EC #(mac Address of PBS Server) ping 192.168.1.3 -c 60 fi if [ "$1" == "job-end" ]; then pvesm set PBS --disable 1 ssh root@192.168.1.3 "poweroff <...
  9. C

    exclude error in syslog

    ohh very nice thanks Now I have no error in the log but not sure how to turn my PBS on again. I run a WOL from my Proxmox server to wake up PBS with a hook and have add the command so I have to see tomorrow how it works
  10. C

    exclude error in syslog

    Hi I have make a system that turn on the Proxmox Backup server and when it down it shutdown (right now I do that manually) But when PBS is offline I get alot off error so I like to remove that error from the log so it does not show in my syslog.
  11. C

    Show information from Proxmox and ILO

    I wonder if that is any system that can show info and status from both Proxmox and ILO? I just like to see easy how my server feel and if everything is ok.
  12. C

    Reset ILO Password with HPONCFG

    ohh thanks, it works greate
  13. C

    Reset ILO Password with HPONCFG

    Hi I running Proxmox on a HP Proliant DL380 G9 and now is time to see what I can do with ILO. What I understand I can use HPONCFG to reset the password inside Linux http://woshub.com/reset-hp-ilo-administrator-password/#h2_2 But not sure how to use the ./add_repo.sh If I can't make this to...
  14. C

    Two question about Prune and Verify

    is ok I have a big harddrive.
  15. C

    Two question about Prune and Verify

    A little update here. What I have understand that is PBS does not have any hook script. So I have done some basic stuff. I have already many debian servers running so I did add a crontab in one of my server that turn the PBS on 10 minute before it run GC 3 hour later it run Prune and 2 hour...
  16. C

    Two question about Prune and Verify

    Thanks for the fast replay Hmm that was a good idea. What I understand I go under Datastore>backups (I call it backups) and then under "Prune & GC" I can run a Prune Schedule and also in "Keep Last I write 2 (I think I just need to use two backup of each VM), It also make verify go faster Also...
  17. C

    Two question about Prune and Verify

    Hi I have got Proxmox Backup Server to run like I want to but I do wonder over two things. 1. Can I schedule Prune somehow so I only have 4 or 5 version of each VM or do I have to run that manual with the "Prune All" button? 2. I run now a schedule that on Saturday it run a backup from my...
  18. C

    [SOLVED] Upgrade Proxmox 7.0-11 to the latest

    Thanks for the fast replay I was curious so I did run a upgrade by press the upgrade button and it say "Your System is up-to-date" I then run apt full-upgrade and it say "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded." and that was a little strange so I did run pveversion and...
  19. C

    [SOLVED] Upgrade Proxmox 7.0-11 to the latest

    Hi I trying to find info how to upgrade my Proxmox server. What I understand I can do it from GUI or CLI What I have found, if I going to use CLI then I have to write like this apt update apt full-upgrade But I have not see where in GUI I can upgrade. I only find updates. I also wonder if...