1

Need HTcondor to be installed on all computers in network Which is our own campus network for throughput computing, we need maximum nodes so we can do it in a better way. Mentioned network have many computers which are desktops, laptops some are connected to LAN and some connected through WLAN. There are 3 networks faculty, students, and senior students but for simplicity I am assuming its just single network. and they have different operating systems(Windows 7, Windows 8, Ubuntu, Windows XP). So how we can somehow broadcast it in network and install on all computers or prompt a pop up to user for installation ? I have looked into Microsoft Group Policy to install software remotely but this article applies to only Windows 2000 and its not cross platform either. How can I do that on cross platform using Linux(Ubuntu) or Windows ?
Any suggestions ?

4
  • Are they in or domain? WDS (Windows Deployment Service), WMI or powershell scripting. For ubuntu ssh connection could work.
    – cybernard
    Commented Dec 24, 2013 at 16:49
  • are they in or domain ? what does that mean ?
    – Waqas
    Commented Mar 12, 2014 at 6:43
  • @cybernard can you use simple words so i can understand ?
    – Waqas
    Commented Mar 12, 2014 at 6:45
  • Do you know what an "Active Directory" is? WMI is a scripting language you can use to remotely connect to another computer assuming you have a valid admin credentials on that PC.
    – cybernard
    Commented Mar 13, 2014 at 14:56

0

You must log in to answer this question.