+ Reply to Thread
Results 1 to 6 of 6

Thread: Installing Symphony DE on many machines

  1. #1
    Southpaw is offline Junior Member
    Join Date
    May 23rd, 2008
    Location
    Houston, Texas
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default Installing Symphony DE on many machines

    Hello,

    Installing Symphony DE on a local desktop was easy and straightforward. But is there any easy way to install it on many machines? Do you have any utility or sample script to do that?

    -Southpaw

  2. #2
    Ajith's Avatar
    Ajith is offline Symphony DE Moderator
    Join Date
    February 28th, 2008
    Location
    Markham, Ontario
    Posts
    108
    Blog Entries
    2
    Downloads
    10
    Uploads
    0

    Default

    Quote Originally Posted by Southpaw View Post
    Hello,

    Installing Symphony DE on a local desktop was easy and straightforward. But is there any easy way to install it on many machines? Do you have any utility or sample script to do that?

    -Southpaw
    I wrote on article on how to do the configuration;

    Adding Hosts to your Symphony DE Cluster

    A script would be useful to copy the configuration file to each of your compute hosts.
    Last edited by Ajith; July 16th, 2008 at 06:45 PM.

  3. #3
    lechen's Avatar
    lechen is offline Junior Member
    Join Date
    March 12th, 2008
    Location
    Toronto, Ontario
    Posts
    71
    Blog Entries
    1
    Downloads
    8
    Uploads
    0

    Default

    The Development Guide has a section covering this topic: Expand a single host installation to a cluster

    Though Ajith's article is more detailed.

  4. #4
    Southpaw is offline Junior Member
    Join Date
    May 23rd, 2008
    Location
    Houston, Texas
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default More question

    Shouldn't Symphony DE be installed on each of those compute hosts in the first place? If so, how would you deploy and install it on a massive-scale cluster?

    - Southpaw

  5. #5
    Ajith's Avatar
    Ajith is offline Symphony DE Moderator
    Join Date
    February 28th, 2008
    Location
    Markham, Ontario
    Posts
    108
    Blog Entries
    2
    Downloads
    10
    Uploads
    0

    Default

    Quote Originally Posted by Southpaw View Post
    Shouldn't Symphony DE be installed on each of those compute hosts in the first place? If so, how would you deploy and install it on a massive-scale cluster?

    - Southpaw
    You are correct, installing Symphony DE on 100's of machines can be a time consuming task. Luckily, Symphony DE doesn't require too much configuration, it just needs the vem_resource.conf file to be replicated onto each machine.

    If you are installing Linux, I suggest you install Symphony DE on one machine, update the vem_resource.conf file and then use a script to copy the Symphony DE directory to all the other computers.

    If you are installing on Windows, you can do a similar thing. The advantage of using the Windows msi installer is that it registers the DE agent starter as a service, sets up your path and environment and program groups. Once all the files are copied you need to visit each machine and do a bit of manual setup. You must set the env variable SOAM_HOME to point to the installation directory and add the symphony bin directory to your path. It may also be convenient to register the agent starter using the command; soamservice -register. That's it.

  6. #6
    Bart Gridson is offline Junior Member
    Join Date
    May 9th, 2008
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by Ajith View Post
    If you are installing on Windows, you can do a similar thing.
    Yes dude, Microsoft script center has some script tools that perform remote installation of MSI applications.

    http://www.microsoft.com/technet/scr.../usapvb02.mspx

    Of course there's also the disk imaging option =)
    Last edited by Bart Gridson; May 29th, 2008 at 05:36 PM.

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts