Difference between revisions of "Solaris 10"
Jump to navigation
Jump to search
m (moved Patching solaris 10 to Solaris 10) |
m |
||
Line 1: | Line 1: | ||
− | + | =Zones= | |
− | =Error= | + | ==Adding IP to a zone== |
+ | * ifconfig bge0 addif ipaddr/netmask zone zonename | ||
+ | =Patching= | ||
+ | ==Error== | ||
The following error is a pretty common thing to see on a fresh solaris build when trying to patch: | The following error is a pretty common thing to see on a fresh solaris build when trying to patch: | ||
Line 18: | Line 21: | ||
</pre> | </pre> | ||
− | =Mitigation= | + | ==Mitigation== |
Dowload and install patch [http://sunsolve.sun.com/search/document.do?assetkey=1-21-119255-63-1 119255-63]. If you don't have a sunsolv account, download it [http://keegosoft.org/unix/119255-63.zip here] | Dowload and install patch [http://sunsolve.sun.com/search/document.do?assetkey=1-21-119255-63-1 119255-63]. If you don't have a sunsolv account, download it [http://keegosoft.org/unix/119255-63.zip here] |
Revision as of 10:46, 27 January 2011
Zones
Adding IP to a zone
- ifconfig bge0 addif ipaddr/netmask zone zonename
Patching
Error
The following error is a pretty common thing to see on a fresh solaris build when trying to patch:
bash-3.00# unzip -qq 10_x86_Recommended.zip note: didn't find end-of-central-dir signature at end of central dir. (please check that you have transferred or created the zipfile in the appropriate BINARY mode and that you have compiled UnZip properly)
Trying to install the patch cluster gives this error:
bash-3.00# ./installcluster ERROR: Unable to read patch set README file.
Mitigation
Dowload and install patch 119255-63. If you don't have a sunsolv account, download it here