Issue:
When you apply a siebel patch on solaris env, you may got following error message.
(Jun 9, 2011 6:09:48 PM), Setup.product.install, Utility, msg1, Launching: hostname
(Jun 9, 2011 6:09:51 PM), Setup.product.install, Initialize, err, Unable to determine OS Service Level.(SBL-STJ-00176)
ServiceException: (error code = 305; severity = 0)
(Jun 9, 2011 6:10:07 PM), Setup.product.install, Utility, msg1, Launching: ksh -c env | grep SIEBEL
(Jun 9, 2011 6:10:08 PM), Setup.product.install, Initialize, err, Please unset any Siebel related variable in your environment before running this setup.(SBL-STJ-00198)
Reason:
You didn’t hide your siebel env.
Solution:
1.Please execute command “ksh -c env | grep SIEBEL”. This command will show you all the env variables that is related to siebel.
2.Then unset each of them one by one, like
3. After you setup patch, please remember re-set these env variables again, like
TIP:
There is a little bit different between csh and bash.
csh | bash |
setenv | set |
unsetenv | unset |