HP Insight Control Software for Linux User Manual

Page 266

Advertising
background image

3. Loop mount and copy the service pack contents into their separate
directories

# mkdir -p SVRP3/CD{1,2,3}

# mount -o loop /tmp/SLES-9-SP-3-i386-CD1.iso cdmount
# cd cdmount
# find . -depth -print | cpio -pamVd ../SVRP3/CD1
# cd ..
# umount cdmount

# mount -o loop /tmp/SLES- 9-SP-3-i386-CD2.iso cdmount
# cd cdmount
# find . -depth -print | cpio -pamVd ../SVRP3/CD2
# cd ..
# umount cdmount

# mount -o loop /tmp/SLES-9-SP-3-i386-CD3.iso cdmount
# cd cdmount
# find . -depth -print | cpio -pamVd ../SVRP3/CD3
# cd ..
# umount cdmount

266

Sample SLES version 9 installation media copy session

Advertising