|
UPDATED December 9, 2002
SEARCH
GUIDES FOR
Students
Prospective Students
Faculty/Staff
ITS Staff Info
GET CONNECTED
Account Activation
Computer Labs
Connect Your Computer
Site-Licensed Software
Software Center
NETWORK RESOURCES
Back Up your System
Blackboard
Creating Web Pages
Student Printing
Network Status
Network User's Guide
GETTING HELP
ITS Help Desk
PC/Mac Support
Unix Support
Technology Training
Instructional Technology
ITS E-STORE
ITS DEPARTMENTS
ITS Help Desk
Customer Service
Administrative Applications
Cable Services
Phone Services
Infrastructure Services
Program Management
Security and Policies
Strategic Partnerships
Technical Support
Web Development Support
FEEDBACK
|
|
Instructions for Installing Solaris Recommended and Security Patches
December 2001
If you have any questions or problems using these instructions, just contact Workstation User Support.
Choose how you would like to obtain the patches. Your choices are:
- mount our NFS share containing the patches, assuming you accept Sun's license agreement
- download the patches by FTP from our server, assuming you accept Sun's license agreement
- download the patches by FTP directly from Sun
We recommend the first option, since it is easiest. We maintain local copies of the patches for Sparc editions of Solaris 7 and 8. For i386 (Intel) editions of Solaris, or Sparc versions earlier than 7, download the patches directly from Sun. Our local copies are updated weekly.
Method 1: Obtain patches through our NFS share
- Log in as root.
- Mount our NFS share. The directory can be mounted anywhere on your system that is convenient. We use /mnt as the example.
# mount us:/export/rspatches /mnt
- Change to the directory for your operating system version. We use Solaris 8 as the example.
# cd /mnt
# cd 8_Recommended
- Run the patch installer script. Don't forget the leading "dot slash" in the command.
# ./install_cluster
When the installation script asks whether you are ready to continue, answer yes and then wait for it to finish. The patch installation process will begin, and you will see each patch being applied. Often you may see errors resembling "Installation of 106952-01 failed. Return code 2.". This is normal, and usually means that the patch has already been applied.
- Reboot your system.
# init 6
Method 2: Obtain patches by FTP from us
- Log in as root.
- Download the latest patch cluster by anonymous FTP from ftp://us.case.edu/pub/solaris-sparc-patches.
- Un-zip the patch archive. (We use Solaris 8 as the example.) A single directory, full of patches, will be created.
# unzip 8_Recommended.zip
- Delete the Zip archive to conserve disk space.
# rm 8_Recommended.zip
- Change directory into the newly-created one.
# cd 8_Recommended
- Run the patch installer script. Don't forget the leading "dot slash" in the command.
# ./install_cluster
When the installation script asks whether you are ready to continue, answer yes and then wait for it to finish. The patch installation process will begin, and you will see each patch being applied. Often you may see errors resembling "Installation of 106952-01 failed. Return code 2.". This is normal, and usually means that the patch has already been applied.
- Delete the patch cluster files.
# cd ..
# rm -r 8_Recommended
- Reboot your system.
# init 6
Method 3: Obtain patches from Sun
- Log in as root.
- Visit http://sunsolve.sun.com/securitypatch, accept the license agreement, and download the patch cluster you need. (Alternatively, you can obtain the cluster by FTP from ftp://sunsolve.sun.com/pub/patches.)
- Un-zip the patch archive. (We use Solaris 8 as the example.) A single directory, full of patches, will be created.
# unzip 8_Recommended.zip
- Delete the Zip archive to conserve disk space.
# rm 8_Recommended.zip
- Change directory into the newly-created one.
# cd 8_Recommended
- Run the patch installer script. Don't forget the leading "dot slash" in the command.
# ./install_cluster
When the installation script asks whether you are ready to continue, answer yes and then wait for it to finish. The patch installation process will begin, and you will see each patch being applied. Often you may see errors resembling "Installation of 106952-01 failed. Return code 2.". This is normal, and usually means that the patch has already been applied.
- Delete the patch cluster files.
# cd ..
# rm -r 8_Recommended
- Reboot your system.
# init 6
Back to the Workstation User Support or User Support main pages.
|