Changes between Version 21 and Version 22 of GIMIv3/Documentation


Ignore:
Timestamp:
07/01/14 14:08:48 (10 years ago)
Author:
dbhat@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIMIv3/Documentation

    v21 v22  
    158158
    159159}}}
     160
     161
     162=== ExoGENI ===
     163{{{
     164
     165#!/bin/bash
     166host=$1
     167slice=`ruby -e "print '$2'[/[^+]*$/]"`
     168echo $host > /etc/hostname
     169/bin/hostname -F /etc/hostname
     170apt-get install psmisc
     171echo 'amqp://emmy9.casa.umass.edu' > /var/omf/communication_url
     172echo $host-$slice > /var/omf/node_uri
     173if grep 'Ubuntu' /etc/issue; then
     174restart omf_rc
     175else
     176/etc/init.d/omf_rc restart
     177fi
     178}}}
    160179[Divya]
    161180