Changes between Version 37 and Version 38 of Eucalyptus/Install
- Timestamp:
- Aug 4, 2009, 4:52:41 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Eucalyptus/Install
v37 v38 41 41 {{{ 42 42 for x in hostname1 hostname2 ... hostnameN ; do \ 43 ssh $x "mkdir -p /usr/local/instances/; /usr/sbin/euca_conf -hypervisor xen -instances /usr/local/instances /etc/eucalyptus/eucalyptus.conf"43 ssh $x "mkdir -p /usr/local/instances/; /usr/sbin/euca_conf -hypervisor xen -instances /usr/local/instances" 44 44 done 45 45 }}}