euca-terminate-instances <instance01_id> <instance02_id>
TipThe following is an example that scripts the
individual steps to shut down Eucalyptus components
noted in this section.
for x in $( euca_conf --list-nodes | tail -n +2 | awk '{ print $1 }');
do ssh root@$x "service eucalyptus-nc stop"; done
for x in $( euca_conf --list-clusters | tail -n +2 | awk '{ print $2
}'); do ssh root@$x "service eucalyptus-cc stop"; done
for x in $( euca_conf --list-scs | tail -n +2 | awk '{ print $2 }');
do ssh root@$x "service eucalyptus-cloud stop"; done
for x in $( euca_conf --list-walruses | tail -n +2 | awk '{ print $2
}'); do ssh root@$x "service eucalyptus-cloud stop"; done
service eucalyptus-cloud stop
If you don't have ssh keys set up, you'll have to type a
lot of passwords during this.
|
service eucalyptus-nc stop
service eucalyptus-cc cleanstop
service eucalyptus-cloud stop
TipThis command also shuts down a CLC, Walrus,
and SC components co-located with the CC and VMware
Broker to stop at the same time, in the correct
order.
|
service eucalyptus-cloud stop
service eucalyptus-cloud stop
service eucalyptus-cloud stop