Task #795

Weblogic Installation - Maybank(e-custody)

Added by Abu Bakar Mohamed Sahabanali over 13 years ago. Updated over 13 years ago.

Status:Work Completed-End life cycleStart date:February 23, 2011
Priority:NormalDue date:February 25, 2011
Assignee:Abu Bakar Mohamed Sahabanali% Done:

100%

Category:-Estimated time:3.00 hours
Target version:-Spent time:18.00 hours

Description

Server detail

1. Platform : Solaris 10
2. Architecture : 64bit(sparc)
3. Hostname : ptsuatgw
4. Weblogic : 10.3.2
5. JDK version : 1.6.0_23
6. JDK Architecture : 64bit
7. OS username/passwd : admin/admin
8. Weblogic usrname/passwd :
9. WebLogic installation dir : /Weblogic
10. Weblogic domain :
11. URL http :

History

#1 Updated by Abu Bakar Mohamed Sahabanali over 13 years ago

Weblogic server installation failed with error message

'Fatal error encountered during file installation.(No space left on device)'

Already send the report and logs to the Weblogic support for investigation.

ERROR:-
--------------------------------------------------------------------------------------------------
<-------------------- Oracle Installer - WebLogic 10.3.2.0 ------------------->

Installing files..

0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]
Fatal error encountered during file installation. The installer will now cleanup and exit!
/Weblogic/wlserver_10.3/server/lib/consoleapp/consolehelp/en-us/wls.css (No space left on device)
---------------------------------------------------------------------------------------------------

#2 Updated by Abu Bakar Mohamed Sahabanali over 13 years ago

  1. Has a conference with the Oracle Support personnel(Anurag Gopal).
  2. All the requirement and setup for the WLS installation is correct.
  3. But, the error still occur at the end of the installation like before.
  4. He will investigate and get back to me.

#3 Updated by Abu Bakar Mohamed Sahabanali over 13 years ago

  • % Done changed from 10 to 80

Action done because of this issue :

1. Re-download the Weblogic installer (suspect corrupted)
2. Transfer the installer using WinSCP with choosing binary mode
3. Add /usr/xpg4/bin in JAVA_HOME like this --> PATH=/Weblogic/jdk1.6.0_23/bin:/usr/xpg4/bin:$PATH
4. Use Jrockit as a replacement for Sun JDK
5. Run Weblogic from /Weblogic/jrockit_160_05/bin

a)./java -d64 -jar /Weblogic/wls1032_generic.jar
b)./java -d64 -Djava.io.tmpdir=/Weblogic/temp -jar /Weblogic/wls1032_generic.jar
-log=/Weblogic/install_log/install.log -mode=console

6. Try to install Weblogic 32 bit on the same server
7. Create a new SR to Solaris Support to check the system

Command used to check the system

1. uname -a
2. cat /etc/release
3. echo $PATH
4. java -version
5. java -d64 -version
6. env
7. uname -X
8. df -P
9. cd /Weblogic
/usr/sbin/mkfile -v 2g testfile --> This will create a 2GB test file.
ls -ltr testfile*
10. /usr/bin/df -o i
11. /usr/bin/df -F ufs -i
12. /usr/bin/df -h /Weblogic/Oracle/Middleware/user_projects/domains/ecustody_UAT/servers/AdminServer
13. cat /var/adm/messages* > /var/tmp/messagfiles.txt. ---> This will create the messagefiles.txt file in /var/tmp
14. ls -ltr /Weblogic/quota*
15. /usr/sbin/quota -v admin
16. /usr/sbin/repquota -va

All commands that tried to install Weblogic :

1. java -d64 -Xms128m -Xmx256m -Djava.io.tmpdir=/export/home/admin/temp -jar /Weblogic/wls1032_generic.jar
-log=/Weblogic/install_log/install.log

2. java -d64 -Xms128m -Xmx256m -Djava.io.tmpdir=/tmp -jar /Weblogic/wls1032_generic.jar
-log=/Weblogic/install_log/install.log

3. java -d64 -Djava.io.tmpdir=/Weblogic/temp -jar /Weblogic/wls1032_generic.jar
-log=/Weblogic/install_log/install.log -mode=console

4. java -d64 -Dos.name=unix -Xms256m -Xmx512m -jar wls1033_generic.jar -log=/Weblogic/install.log

5. java -d64 -Dos.name=Solaris -Xms256m -Xmx512m -jar wls1033_generic.jar -log=/Weblogic/install.log

6. java -d64 -Xms256m -Xmx256m -Djava.io.tmpdir=/export/home/admin/temp -Dspace.detection=false
-jar wlse1034_generic.jar

#4 Updated by Abu Bakar Mohamed Sahabanali over 13 years ago

  • % Done changed from 80 to 100

1. When the user ran "df -o i " command it showed inodes were full.

Filesystem iused ifree iused Mounted on
/dev/md/dsk/d6 64504 8 100
/Oracle
/dev/md/dsk/d7 10752 0 100% /Weblogic

2. The actual cause of error was the inodes for the file system were exhausted and because of which no new files
were getting created when the installer was running.

3. The cause of this problem is due to a large number of small files on the file system. This can use up all of the
inodes allocated for that file system while there is still plenty of disk space.

4. The System Admin asked to increase the inodes on the server filesystem before run the Weblogic installer once
again and it's running fine without any error.

#5 Updated by Tan Lee Yong over 13 years ago

Please update the status on this task.

#6 Updated by Abu Bakar Mohamed Sahabanali over 13 years ago

  • Status changed from Development / Work In Progress to Work Completed-End life cycle

Also available in: Atom PDF