cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ECC 6.0 installed on Solaris Container

Former Member
0 Kudos

hello All,

we want install a production system of SAP ECC 6.0 on a solaris 10 container, the DB is oracle 10.

Have any recommendations, suggestion with this?

Thanks

Hernando

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hello

when we were installing the ECC on solaris 10 container the following error

ERROR 2009-08-26 22:14:46.730 [iaxxinscbk.cpp:260]

CJS-00091 Unable to create the tablespaces. DIAGNOSIS: There is not enough free disk space: Mount point | space required | space available | SAPDATA directories

/oracle/CMD/sapdata1 | 281050 | 54186.6 | 1

. SOLUTION: Make more disk space available.

ERROR 2009-08-26 22:14:46.735

CJSlibModule::writeError_impl()

MUT-03025 Caught ESAPinstException in Modulecall:

/oracle/CMD/sapdata1 | 281050 | 54186.6 | 1

.

ERROR 2009-08-26 22:14:46.932 [sixxcstepexecute.cpp:951]

FCO-00011 The step checkFreeDiskSpace with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraTablespace2|ind|ind|ind|ind|6|0|checkFreeDiskSpace was executed with status ERROR ( Last error reported by the step :Caught ESAPinstException in Modulecall:

/oracle/CMD/sapdata1 | 281050 | 54186.6 | 1

How we can fix this error?

thanks

Hernando

Former Member
0 Kudos

Hi Hernando,

There is enough sapce in the directory /oracle/CMD/sapdata1,you can extend the file system and repeat the installation

How much sapce required for /oracle/CMD/sapdata1 is mentioned in the installation guide.

Regards

Ashok Dalai

Former Member
0 Kudos

Hi ,

Please run command df -k and check thet there is enough amount of space in datafile system.

Please also check that the file system are mounted properly.

Thanks

Rishi Abrol

Former Member
0 Kudos

hello

DF -K show that the FS is 3% , the size is 57 GB and available 54 GB, is strange is a new system

thanks

Former Member
0 Kudos

It looks like a permision issue rather than the space.

Check the directory is owned by ora<SID> and group dba and also you ora<sid> account exist as part of the install.

Also makesure the file system is read write.

Former Member
0 Kudos

hello

we have 54 GB available, the orasid user exist and /oracle/sid/sapdata* have read - write permissions and orasid:dba is owner

thanks

Former Member
0 Kudos

Login as ora<sid> and check if you can write a file by giving the following command /oracle/<SID>sapdata1

touch a

If you are able to create the file, then

You might get clue from dbsize.xml file, which can tell how much is allocated to each sapdata* filesystems located where the installation logs are written /tmp/sapinst_instdir/...

Also confirm which installation CD you are using.

Former Member
0 Kudos

assuming that you already done the same installation in Sandbox and Dev and Q because you stated that you are doing in Production this time.

Any ways,went smoothly when I have done on AIX - Oracle - ECC6.0 recently and no big issues ....Follow your installation guide carefully and all the very best!

Just be careful about space and Env variables and naming convention (Specially if you are going for Dual stack).

Thank you.

Edited by: Sri kanth on Aug 13, 2009 4:34 PM

Edited by: Sri kanth on Aug 13, 2009 4:35 PM