B briceburg New Member Sep 26, 2012 19 0 1 Oct 9, 2013 #1 Is it possible to install the proxmox subscription key via the CLI / command line interface / root shell? We are trying to automate the provisioning of our proxmox cluster. I've searched in /etc/pve for clues but didn't find any. Thanks! ~ Brice
Is it possible to install the proxmox subscription key via the CLI / command line interface / root shell? We are trying to automate the provisioning of our proxmox cluster. I've searched in /etc/pve for clues but didn't find any. Thanks! ~ Brice
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,261 661 213 Austria www.proxmox.com Oct 9, 2013 #2 briceburg said: Is it possible to install the proxmox subscription key via the CLI / command line interface / root shell? Click to expand... The command is called 'pvesubscription'
briceburg said: Is it possible to install the proxmox subscription key via the CLI / command line interface / root shell? Click to expand... The command is called 'pvesubscription'
B briceburg New Member Sep 26, 2012 19 0 1 Oct 9, 2013 #3 Roger that. So I assume I should use: pvesubscription set <key> pvesubscription update -force=1 ? I'll update the command tools WIKI page
Roger that. So I assume I should use: pvesubscription set <key> pvesubscription update -force=1 ? I'll update the command tools WIKI page
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,261 661 213 Austria www.proxmox.com Oct 10, 2013 #4 To set the key use: # pvesubscription set <key> The following updates the subscription status # pvesubscription update -force To print subscription status use # pvesubscription get
To set the key use: # pvesubscription set <key> The following updates the subscription status # pvesubscription update -force To print subscription status use # pvesubscription get