You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

This procedure allows you to start Labview in a RDP session of Windows 10, through the use of puppet.

Install puppet-agent on Windows 10.

The guide to install is below:

https://puppet.com/docs/puppet/5.5/install_windows.html

Puppet-agent, periodically fetches and applies configurations from a Puppet master server, but in this case it doesn't need this features. It's possible use a ssh command to start of puppet-agent, as needed.

Disable puppet-agent in windows 10:

Open Windows "Services" App



Find Puppet-Agent and stop and disable service:



Now, It's possible triggering the start of puppet-agent from ssh, for example:


Trigger puppet-agent
 ssh chaos@chaos-win01.chaos.lnf.infn.it "puppet agent --test"


Setting variable on Puppet master/  Foreman.


Connect to puppet01.lnf.infn.it with your AAI credencial:



 











  • No labels