Changes between Version 12 and Version 13 of InstallationGuidelines/Amazon


Ignore:
Timestamp:
10/02/11 20:32:28 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Amazon

    v12 v13  
    8484# Attach volume as boot
    8585ec2-attach-volume -i %DEV% vol-a9c2a3c4 -d /dev/sda1
     86# Attach old volume for /var/log
     87ec2-attach-volume -i %DEV% vol-e189e88c -d /dev/sdb1
    8688# Start Host
    8789ec2start %DEV%
     
    8991# Login (Remember different IP!)
    9092df -h
     93# Use the old partition for /var/log (to avoid DoS)
     94mv /var/log /var/log_old
     95vim /etc/fstab
     96/dev/xvdb1 /var/log  ext3    noatime 0 0
     97
     98mount /var/log
     99mv /var/log_old/* /var/log
     100rm -rf /var/log_old
    91101}}}
    92102