11Image - Install Log

From Earlham CS Department
Revision as of 09:45, 27 July 2011 by Amweeden06 (talk | contribs) (Created page with "- '''Push the current production image to the image server as ACL_OLD (thereby making a backup of it).'''<br /> acl22# /usr/sbin/si_prepareclient --server image.cs.earlham.edu -...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

- Push the current production image to the image server as ACL_OLD (thereby making a backup of it).

acl22# /usr/sbin/si_prepareclient --server image.cs.earlham.edu --yes
forty-one# si_getimage --golden-client acl22.cs.earlham.edu --image ACL_OLD --quiet --update-script YES --autodetect-disks --ip-assignment DHCP --post-install reboot

- Determine the version numbers of all installed packages.

acl22# for i in `dpkg --get-selections | grep -v deinstall | awk '{print $1}'`; do dpkg-query -W $i >> acl_old_package_versions_19072011; done.

- Download the Ubuntu 9.10 alternate disk image.

quark# wget http://old-releases.ubuntu.com/releases/9.10/ubuntu-9.10-alternate-i386.iso