Meet the following requirements before you upgrade and install any OES 11 SP3 components:
Before upgrading, secure the current data on the server. For example, make a backup copy of the data so that you can restore the data volumes later if needed.
Save your configuration files. Copy all configuration files to a separate medium, such as a removable hard disk or USB stick, to secure the data. This primarily applies to files stored in /etc as well as some of the directories and files in /var and /opt. You might also want to write the user data in /home (the Home directories) to a backup medium. Back up this data as root. Only root has read permission for all local files.
Before starting your upgrade, make note of the root partition and space available.
If you suspect you are running short of disk space, secure your data before updating and repartition your system. There is no general rule regarding how much space each partition should have. Space requirements depend on your particular partitioning profile and the software selected.
WARNING:If you require more root partition space and if it resides in an EVMS container, you might not be able to repartition or expand the size of the root partition without deleting data elsewhere on the device.
The df -h command lists the device name of the root partition. In the following example, the root partition to write down is /dev/sda2 (mounted as /) with 5.8 GB available.
Complete the steps in Table 5-2 for your target server.
Table 5-2 Preparing the Server You Are Upgrading
If the Server Is Running |
Do This Before Upgrading the Server |
---|---|
SLES 10 SP3 |
|
SLES 11 SP4 |
|
OES 2 SP3 |
|
OES 11 SP1 |
|
OES 11 SP2 |
|
Ensure the server has a static IP address.
Ensure that DNS returns the correct static IP address when you ping the server's full DNS name. For example,
ping myserver.example.com
IMPORTANT:Most OES servers have either an eDirectory certificate or a third-party certificate installed.
These instructions only apply when that is not the case.
Ensure that the server has a server certificate that has been generated and exported as a Common Server certificate.
To check for or add a certificate:
Launch YaST.
Click Security and Users > CA Management.
If no certificate authorities (CAs) are listed, create one by clicking Create Root CA.
If a CA is listed, you can use it by selecting the CA and clicking Enter CA.
If you are using a listed CA, you must provide the CA password (generally the root password).
Click Certificates > Add.
Fill out the forms required for a server certificate. After the last form is complete, a server certificate is created and listed in the certificate list.
Select the certificate you just created.
Click the Export button, then select Export as Common Server Certificate.
Before starting the upgrade from OES2 to OES11 SP3, ensure that the mount options for all the partitions are set to Device ID or Device Path. The default mount option in SLES 10 is Kernel Device Name, which is not persistent, and therefore it is unreliable for use during an upgrade process.
IMPORTANT:Mount options should not be changed when you are upgrading an OES 2 SP3 instance installed on XEN whose root partition is on EVMS. Before starting the upgrade, apply the latest patches for OES 2 SP3 and SLES 10, then proceed with the upgrade to OES 11 SP3.
NOTE:After performing this procedure, do not attempt to boot the OES2 server. Instead, start the upgrade to OES11 SP3.
If the mount options are incorrect, use the following procedure to select the applicable one:
Log on to the OES2 server with root privileges.
In the terminal, type yast2 disk.
In the Warning dialog box, click Yes.
In the Expert Partitioner window, select a partition, such as root(/), then click Edit > Fstab Options.
Under Fstab options:, click Device ID or Device path > OK > OK.
IMPORTANT:If you plan to clone your hard disks in the future, do not select Device ID as a mount option. The cloning process will fail. For more information, see New default in SLES/SLED 10 SP1: mount "by Device ID"
.
After you have changed the mount options, click Apply.
In the Changes: dialog box, click Finish.
The mount options are successfully changed.
Review and complete the instructions for Setting Up a Network Installation Source. We recommend using the network installation option, especially if you are upgrading multiple servers.