Changeset 1614 for branches/fc13-dev
- Timestamp:
- Sep 6, 2010, 6:14:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc13-dev/server/doc/install-fedora
r1612 r1614 2 2 ---------------------------------------- 3 3 4 1. Create the LV Spartitions that the Scripts guest will use.4 1. Create the LVM partitions that the Scripts guest will use. 5 5 6 6 Our classic setup is 50GB for the main, root partition (/) and … … 9 9 and server-name-swap. 10 10 11 Creating new LV Spartitions is done with `lvcreate`:11 Creating new LVM partitions is done with `lvcreate`: 12 12 13 13 # Example values: … … 52 52 stella $HOSTNAME 53 53 54 Manually configure its IP, disabling IPv6 for now [XXX I don't know how55 to configure that]. The network mask is 16, and you can check 56 '/etc/resolv.conf' if you don't remember whatMIT's DNS servers are.54 Manually configure its IP, disabling IPv6 for now. The network mask is 55 16, and you can check '/etc/resolv.conf' if you don't remember what 56 MIT's DNS servers are. 57 57 58 58 It will then ask you for an installation image. Continuing with our … … 68 68 the VNC session on MITnet, so make sure you use a good password, and 69 69 we should figure out to make it not do that]. Grab your favorite 70 VNC client and login to $HOSTNAME:1 70 VNC client and login to $HOSTNAME:1 over SSH from the internal SIPB 71 network. 71 72 72 73 5. Installation in VNC … … 76 77 We don't have any exotic devices (we did that at the host level, 77 78 recall), so you can use normal configuration. The scripts-server Xen 78 configuration will have automatically selected the LV Spartitions you79 configuration will have automatically selected the LVM partitions you 79 80 created in Step 1, and you want both of them. 80 81 … … 91 92 92 93 Use Scripts root password for a real install, and fake password 93 otherwise. [XXX: Insecure over VNC? Argh!]94 otherwise. 94 95 95 96 5.5 Formatting the disks … … 139 140 xm create scripts-server machine_name=$SERVERNAME 140 141 141 Use xm console to get a terminal, and proceed with the official install 142 instructions. 142 You should have password SSH logins now too: 143 143 144 xm console$SERVERNAME144 ssh root@$SERVERNAME
Note: See TracChangeset
for help on using the changeset viewer.