loginuser, or another local shell account, can access the configuration daemon and in this example shutdown a UTM: $ perl -e 'use Astaro::ConfdPlRPC ; my $c = Astaro::ConfdPlRPC->new; $c->system_shutdown; $c->disconnect;' The UTM configuration can also be read and modified through this mechanism.
↧