Saturday, June 23, 2012

Error when installing Solman7.1 with AIX+oracle

Q-: Why this error accur when we installing solman7.1 with AIX
New error: sapinst.log
INFO 2012-06-22 23:25:47.614
Execute step fillContextProduct of component |NW_Onehost|ind|ind|ind|ind|0|0
ERROR 2012-06-22 23:26:01.270
FJS-00003 invalid return (in script NW_Onehost|ind|ind|ind|ind, line 200469: return ( NW_Onehost_ind_ind_ind_ind( functionName , isValidator ) ); )
ERROR 2012-06-22 23:26:01.302
FJS-00011 Error compiling script.
ERROR 2012-06-22 23:26:04.190
FCO-00011 The step fillContextProduct with step key |NW_Onehost|ind|ind|ind|ind|0|0|fillContextProduct was executed with status ERROR ( Last error reported by the step
: invalid return (in script NW_Onehost|ind|ind|ind|ind, line 200469: return ( NW_Onehost_ind_ind_ind_ind( functionName , isValidator ) ); )).
INFO 2012-06-22 23:26:04.968
Creating file /oracle/sapinst_instdir/SOLMAN71SR1/SYSTEM/ORA/CENT RAL/AS/__instana_tmp.xml.
Sol-: You have to set the recommended OS kernel parameter (check your OS procedure) also set java environment parameters and test with java -version command if java is working under the user used to install oracle...basic prerequisite for OS administration part.
If you done these steps-:
temporarily shifted sapinst_dir under the oracle as default directory tmp got full. I ran pre-requisite checker and got two error as follow but I assumed its not relevant to this particular issue.
1. Environment variable (CPIC_MAX_CONV) =condition not met <
2. JAVA_HOME = Could not check <
You have need to remember this step when using java that what version and use parameter accordingly
you use the right java, in this case is JDK 1.4.2 downloaded from IBM, as far as I know. Also need to read the OS related notes as asep818 said in order to set the correct kernel parameters.

No comments:

Post a Comment

your comment will be visible after administrator approval