linux - How to connect and run commands in a ubuntu and windows machines? -
i want run few scripts (jmeter scripts) in few aws ubuntu machines , windows7 machines. use winscp (transfer files), putty (run commands) linux , remote desktop connection windows machines, work manually.
now want automate these processes , know how achieve that. intention write code to,
- connect these machines,
- copy scripts,
- run scripts,
- fetch log files ,
- close machine
i want schedule them. best way of doing this? prefer code write can hosted somewhere (so rest api can exposed) or called direct library (api) in java server.
i know chef scripts can written, want know other alternatives. https://www.chef.io/chef/
thanks ton in advance.
Comments
Post a Comment