We were having display problems with a newly installed application. It was later determined that five required Open GL patches were missing. We used the patchadd command to install them.
Search for patch IDs
#showrev -p | grep patch_number
Used an inline script to install the patches
#sh
#cd /to_location_of_patches
#for i in patch1 patch2 patch3 patch4 patch5
do
patchadd $i
done
This blog covers Unix system administration HOWTO tips for using inline for loops, find command, Unix scripting, configuration, SQL, various Unix-based tools, and command line interface syntax. The Unix OS supports tasks such as running hardware, device drivers, peripherals and third party applications. Share tips/comments. Read the comments. But most importantly: Read Disclaimer - Read Disclaimer.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment