Recent content by fdb

  1. F

    remote restart via SOAP

    Thanks dietmar! I write this code but there is something wrong: use strict; use PVE::Utils; use PVE::ConfigServer; use PVE::Cluster; my $secret = PVE::Utils::load_auth_secret(); my $ticket = PVE::Utils::create_auth_ticket ($secret, 'root', 'root'); my $conn = PVE::ConfigClient::connect...
  2. F

    remote restart via SOAP

    Yes it return the same id for 40-60 second after the creation of a new VE. Yes it may be a solution, but i like better to use only Proxmox infrastructure to take decisions as new VE ids. Is there a trick to force cluster update before call get_nextveid()? Bye
  3. F

    PVE development library/documentation ?

    Using perl code in this thread I've got the next free veid number: use strict; use PVE::Utils; use PVE::ConfigServer; use PVE::Cluster; my $secret = PVE::Utils::load_auth_secret(); my $ticket = PVE::Utils::create_auth_ticket ($secret, 'root', 'root'); my $conn = PVE::ConfigClient::connect...
  4. F

    remote restart via SOAP

    Using perl code in this thread I've got the next free veid number: use strict; use PVE::Utils; use PVE::ConfigServer; use PVE::Cluster; my $secret = PVE::Utils::load_auth_secret(); my $ticket = PVE::Utils::create_auth_ticket ($secret, 'root', 'root'); my $conn = PVE::ConfigClient::connect...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!