Software Distributor Administration Guide (March 2009)

Table Of Contents
create a new volume group or extend an existing volume group. For help, see
either SAM help or the Managing Systems and Workgroups manual.
2. Login as root and mount the logical volume on a new directory named /update.
This directory will hold your network depot.
3. Insert the HP-UX 11i CD1 and wait for the CD drive’s busy light to stop blinking.
4. Find the CD-ROM device file name:
ioscan -fn | more
A typical CD-ROM device name is: /dev/dsk/c1t2d0
5. Create the directory /cdrom under root(/):
mkdir /cdrom
6. Mount the CD onto the /cdrom directory as a file system. For example:
mount /dev/dsk/c1t2d0 /cdrom
7. Merge all products on the mounted CD to the target depot, for example
/update/update-depot:
swcopy -s /cdrom \* @ /update/update-depot
8. Unmount the CD from directory /cdrom:
umount /cdrom
9. Insert the HP-UX 11i CD2. Wait for the drive’s busy light to stop blinking.
10. Repeat Steps 6 through 8 using CD2 and the Support Plus CD.
The network depot is now ready for you to use to update your HP-UX 10.20 or 11.0
system to HP-UX 11i.
4.4.5 Managing Multiple Versions of HP-UX
You can use your HP-UX 11i system to manage depots for HP-UX 11.00 and 10.20, with
the following guidelines:
HP recommends that you do not mix 10.20, 11.00, and 11i software within the
same depot. That is, locate 10.20 software in 10.20 depots, 11.00 software in 11.00
depots, and 11i software in 11i depots.
You can manage 11.00 depots from 11i without any special
considerations—although you should maintain the segregation of 11.00 and 11i
software in separate depots. Although the formats are similar, 11i software may
contain vendor-defined attributes not recognized by 11.00 systems. This results in
warnings when 11.00 systems access 11i software.
For 10.20 depots:
To create 10.20 depots from an 11i system, you must use the correct
layout_version. For example:
swcopy -x layout_version=0.8 ...
128 Managing Software Depots