Changes between Version 39 and Version 40 of InstallationGuidelines/Amazon


Ignore:
Timestamp:
11/08/12 01:35:08 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Amazon

    v39 v40  
    152152# Record the new Volume ID
    153153set NEW=vol-a9c2a3c4
     154# Attach new volume as secondary
     155ec2-attach-volume -i %DEV% %NEW% -d /dev/sdb1
    154156# Delete Snapshot (if no data in yet)
    155157ec2-delete-snapshot %SNAPSHOT%
    156 # Attach new volume as secondary
    157 ec2-attach-volume -i %DEV% %NEW% -d /dev/sdb1
    158158# Start Host
    159159ec2start %DEV%