Recent content by NetRock

  1. N

    Assign A Role to API token

    Hi, After generating an API token using a bash script, I have to assign the role DatastoreAdmin for the root@pam user for a specific datastore in PBS 3.2. In my script, I can generate the token, but I can't assign the role. Could someone maybe assist me in demonstrating how to use a bash script...
  2. N

    Proxmox7 supported raid controller

    Thank YOU! for taking the time to answer my question. I have checked the wiki page below but found nothing for reference. https://pve.proxmox.com/wiki/Raid_controller
  3. N

    Proxmox7 supported raid controller

    Hi, Does anyone know if the latest Proxmox 7.2-1 supports PERC H330 controller. Thank you for your quick prompts. Cheers!
  4. N

    Supported Guest OS per Release

    Thanks for your reply Dominic. Mostly, what I am looking for finding out each release of supporting OSes / release. ex: 6.2 supports WIN2019, WIN10, Win2016, CentOS8 etc... whereas 5.4 supports WIN10, Win2016, CentOS7...etc. A list of supporting guest OSes for each release. Thank you for...
  5. N

    Supported Guest OS per Release

    Hi ... I was wondering, if there is any wiki/ release note/list for supported OSes guest per Proxmox releases. Thanks.
  6. N

    ISO directories

    Decided to change the system...all is good. Thanks.
  7. N

    ISO directories

    Hi ... Comparing the 4.0 ISO with 5.0 ISO, before mounting the ISO, in 4.0 version there are /usr, /root, /lib, sbin ...etc but in 5.0 these directories are not there. Could someone please advise where I can find thenm in 5.0. Thank you so much for your help. Cheers... :)
  8. N

    modyfying Boot Order

    Hi... Using "pvesh", how can I modify the boot order in the VM config file. I have search: - https://pve.proxmox.com/pve-docs/api-viewer/index.html without success. Thank you for your help..
  9. N

    Bonding Mode changes

    I applogize for not using the code-tags. for simple reading to debug the interface names are changed to eth0 and eth1. But in the actual interface file there are eno1 and eno2. using: proxmox-ve: 5.2-2 (running kernel: 4.15.17-1-pve) the eth0 status down is normal, since the bond mode has...
  10. N

    Bonding Mode changes

    Here is the info: Thank you for your great help.
  11. N

    Bonding Mode changes

    Hi .... In the host, Setting up the network bonding in "active-backup" mode. After creating a virtual machine, the bonding mode has changed to Balance-rr. Does anyone know what causes the bonding mode changes from mode1 active-backup to mode0 Balance-rr. Thank you for your help.
  12. N

    Execute Scripts From the Host

    Yes....That is correct. From the Host I need to connect to the VMs (Linux and Wondows) that are running on that Host and run a script. To use SSH I would need to have the IP of each Linux VM and that is not easy since i need to deal with many VMs. I thought there might be a way using 'qm' or...