Wednesday 17 October 2012

Solaris - October CPU error

When applying the latest prereq I got the following error:

bash-3.2# ./installpatchset --apply-prereq --s10patchset
ERROR: Unable to read patch set 10_Recommended_CPU_2012-07.README file.




Looking at the extracted files in the directory:

drwxr-xr-x   3 root     root          11 Oct 11 21:43 .
drwxr-xr-x   3 root     root           5 Oct 17 10:42 ..
-r--r--r--   1 root     root      105874 Oct 11 11:56 10_Recommended_CPU_2012-10.html
-r-xr-xr-x   1 root     root       57112 Oct 11 11:56 10_Recommended_CPU_2012-10.README
-r--r--r--   1 root     root        7625 Oct 11 11:56 Copyright
lrwxrwxrwx   1 root     root          15 Oct 17 10:52 installcluster -> installpatchset
-r-xr-xr-x   1 root     root      100674 Oct 11 11:56 installpatchset
-r--r--r--   1 root     root       18775 Oct 11 11:56 LEGAL_LICENSE.TXT
-r--r--r--   1 root     root        3640 Oct 11 11:56 patch_order
drwxr-xr-x 366 root     root         367 Oct 11 11:56 patches
-r--r--r--   1 root     root        4818 Oct 11 11:56 patchset.conf


Spot the difference......

Yes, someone forgot to change the password check to read the 10_Recommended_CPU_2012-10.README and not 10_Recommended_CPU_2012-07.README file


Renaming the README files fixes the (minor) problem.......

No comments:

Post a Comment