Changeset 1614


Ignore:
Timestamp:
Sep 6, 2010, 6:14:30 PM (14 years ago)
Author:
ezyang
Message:
Corrections as suggested by quentin.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc13-dev/server/doc/install-fedora

    r1612 r1614  
    22----------------------------------------
    33
    4 1. Create the LVS partitions that the Scripts guest will use.
     41. Create the LVM partitions that the Scripts guest will use.
    55
    66Our classic setup is 50GB for the main, root partition (/) and
     
    99and server-name-swap.
    1010
    11 Creating new LVS partitions is done with `lvcreate`:
     11Creating new LVM partitions is done with `lvcreate`:
    1212
    1313    # Example values:
     
    5252    stella $HOSTNAME
    5353
    54 Manually configure its IP, disabling IPv6 for now [XXX I don't know how
    55 to configure that].  The network mask is 16, and you can check
    56 '/etc/resolv.conf' if you don't remember what MIT's DNS servers are.
     54Manually configure its IP, disabling IPv6 for now.  The network mask is
     5516, and you can check '/etc/resolv.conf' if you don't remember what
     56MIT's DNS servers are.
    5757
    5858It will then ask you for an installation image.  Continuing with our
     
    6868the VNC session on MITnet, so make sure you use a good password, and
    6969we should figure out to make it not do that].  Grab your favorite
    70 VNC client and login to $HOSTNAME:1
     70VNC client and login to $HOSTNAME:1 over SSH from the internal SIPB
     71network.
    7172
    72735. Installation in VNC
     
    7677We don't have any exotic devices (we did that at the host level,
    7778recall), so you can use normal configuration.  The scripts-server Xen
    78 configuration will have automatically selected the LVS partitions you
     79configuration will have automatically selected the LVM partitions you
    7980created in Step 1, and you want both of them.
    8081
     
    9192
    9293Use Scripts root password for a real install, and fake password
    93 otherwise. [XXX: Insecure over VNC? Argh!]
     94otherwise.
    9495
    95965.5 Formatting the disks
     
    139140    xm create scripts-server machine_name=$SERVERNAME
    140141
    141 Use xm console to get a terminal, and proceed with the official install
    142 instructions.
     142You should have password SSH logins now too:
    143143
    144     xm console $SERVERNAME
     144    ssh root@$SERVERNAME
Note: See TracChangeset for help on using the changeset viewer.