Upgrade notes

Here's what you need when upgrading to Lab Management 2.4.

Pre-upgrade steps:

Post-upgrade steps:

After the upgrade to Lab Management 2.4, perform these steps to update profiles:

  1. Check out the current profiles.
    • svn co http://localhost/svn/ai/profiles /tmp/profiles
  2. Update any RHEL or CentOS 5.x customer profiles that contain a downgraded autofs RPM.
    1. Remove these lines:
           <rpms action="remove">
             <rpm>autofs</rpm>
           </rpms>
    2. Remove the line specifying the older autofs RPM:
      • <rpm>autofs-5.0.1-0.rc2.55.i386.rpm</rpm>
  3. Commit the changes.
    • svn ci -m "Updated all rhel/centos 5.x profiles to use stock autofs rpm"