Saturday, July 9, 2011

How to use ISO image on SPLAT to upgrade

1- df -h # command to see where you have enough space.

2- mkdir /var/temp/ISO_folder #create folder

3-cp/ftp/scp the CD image to /var/temp/ISO_folder # Transfer the file to the folder

4- mount -t iso9660 -o loop /var/temp/ISO_folder/ISO_file".iso /mnt/cdrom

5- ls /mnt/cdrom. # verify that the ISO_file".iso is listed

6- patch add #to start upgrading

No comments:

Post a Comment