Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
Important: Review theRead Before Installing or Updating to HP-UX 11i booklet accompanying the HP-UX 11i OE Media before installing or updating to 11i.: HP-UX 11i Installation and Update Guide > Chapter 5  Cold Installing HP-UX 11i

Next Steps

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

  • Your task is nearly complete. If you cold-installed to enable a hardware upgrade, proceed with the hardware phase of the upgrade. Ask your HP Customer Engineer for more information.

  • To potentially improve performance, run sam as root and remove any unneeded network drivers. The drivers listed in Table 4-1 “HP-UX 11i Software Bundles and Descriptions ” are installed by default. For help using sam, see its Help screens or the Managing Systems and Workgroups: A Guide for HP-UX System Administrators manual.

How to Retrieve Information After Cold-Installing

After completing the cold-install, you can retrieve the information you had previously saved onto another system. Here are some tips:

Create a New Directory for Root Users

Consider creating a root home directory that is not /. This keeps the user root dot files out of the / directory. Make sure it is on the root volume by not locating it under the mount point of the file system. A good name to uses /homeroot (not /home/root) as /home is often a mount point. This is especially important if you are using LVM or VxVM and /home is a separate volume.

  1. From the CDE login screen, select Options -> Command Line Login and login as root.

  2. Except on trusted systems, edit /etc/passwd to change the home directory from root to /homeroot and save it.

  3. Create the /homeroot directory:

    mkdir /homeroot

  4. Move root's personal files (files beginning with . ) to /homeroot:

    ls -a | grep "^\." | grep -v "^\.$" | grep -v "^\.\.$" | \
    cpio -pdmv /homeroot

  5. Exit and log in again as root.

Recover Files

Recover all the customized and personal files that you saved previously by merging them manually. For example, do not overwrite /etc/passwd with your old version. Instead, either paste in entries from your old files or merge the old information into the new files.

Restore /home

If you had a local home directory, you can restore it as follows:

  • For instance, if you copied it to, /backup/moe/home, enter these commands:

    cd /backup/moe/home
    find . -depth | cpio -pdm /moe/home

  • If you backed it up to tape with fbackup, enter:

    frecover -x -i /moe/home -v

Restore Other Files

Carefully use the same techniques to restore other files and directories, such as /usr, /local and /opt. For help in importing entire volume groups, see either the Managing Systems and Workgroups: A Guide for HP-UX System Administrators or the Managing Superdome Complexes.

The commands above will not write over newer files, so your new operating system and any files you update are well protected.

Verify Your Installation

After Ignite-UX has finished installing HP-UX 11i and all applications associated with your selected Operating Environment, you will need to verify that no errors occurred during the installation. For more details, see Chapter 7 “Verifying System Migration”

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.