• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Unix Script to remotely start Windows Services?

Skacer

Banned
Has anyone ever had the pleasure of writing a Unix script to remotely start Windows services on another server? I'm thinking of something that could run within an application like HP ServiceGuard. Let me know if you have any good resources! Thanks.
 
My guess is that you'd want some wmi libraries ported to unix. Or can you do service manipulation via smb? Whatever the solution, I'm sure it will involve some tla.
 
Yea, good luck with that. It looks like the 'net' command that ships with Samba will be able to do it in the future, but the man page still says "Not implemented yet.".
 
Back
Top