Changes between Version 45 and Version 46 of install_kvm
- Timestamp:
- May 14, 2012, 1:40:09 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install_kvm
v45 v46 54 54 lvremove vg_hay0/delete 55 55 }}} 56 * If your server is not running MySQL, you may want to also delete the mysql partition (and edit /etc/fstab to remove the /var/lib/mysql entry) 56 57 * To create one or more new volumes from the remaining free space 57 58 {{{ … … 61 62 {{{ 62 63 lvcreate --size 80G -n home vg_goldman0 63 lvcreate --size 10G -n var.lib.mysql vg_goldman064 64 }}} 65 65 * Edit fstab with the mount point(s) for the new logical volume(s) … … 70 70 {{{ 71 71 /dev/mapper/vg_goldman0-home /home ext3 defaults,relatime,nosuid,nodev 0 2 72 /dev/mapper/vg_goldman0-var.lib.mysql /var/lib/mysql ext3 defaults,relatime 0 273 72 }}} 74 73 … … 85 84 {{{ 86 85 mount /home 87 mount /var/lib/mysql88 86 }}} 89 * Set the root password. Generate one locally with pwgen. 90 * Record new password in MFPL [wiki:keyringer keyringer] 87 * Set the root password. If you run the [wiki:keyringer keyringer pass] command without any arguments, it will prompt you with a random password and store the password in keyringer. 91 88 * Check the ssh host fingerprint (for comparison during steps below) 92 89 {{{