*SOLVED* Installing Websphere 6.1 in a VPS FAILS due to disk space [message #12476] |
Mon, 30 April 2007 20:45 |
oviney
Messages: 17 Registered: April 2007 Location: Ottawa
|
Junior Member |
|
|
The only reason I am posting this is to see if anyone has actually successfully installed Websphere 6.1 within a VE.
Environment Details:
HN:
=====
Processor: Intel(R) Xeon(TM) CPU 3.00GHz with HyperTheading enabled
RAM: 1031472 kB
I just ran into an issue with a Websphere 6.1 installation inside a RHEL 4. update 4 VPS. The installer complained about there not being enough disk space, however after performing a quick df -h on the VPS I noticed that wasn't the problem:
[root@hostnamelvz-1 /]# df -h
Filesystem Size Used Avail Use% Mounted on
simfs 6.7G 4.3G 2.4G 65% /
I could not force the installer past this point as the "next" button was disable based on the space requirements.
The installer does mentioned that it doesn't matter if the "/tmp" is not a separate partition, as long as the sum of required space is respected.
I am going to start digging around in the installation to see if I can find how it detects the disk space but I am not promising anything.
[Updated on: Fri, 04 May 2007 12:52] by Moderator Report message to a moderator
|
|
|
|
|
|
|
Re: Installing Websphere 6.1 in a VPS FAILS due to disk space [message #12484 is a reply to message #12482] |
Mon, 30 April 2007 22:57 |
oviney
Messages: 17 Registered: April 2007 Location: Ottawa
|
Junior Member |
|
|
I just tested with more memory and it hasn't helped, but I am guessing that it might be the system memory that just isn't enough. Can someone suggest how I would go about ensuring that I truly do need to upgrade my system memory. I have done some simple tests using free -m and vzmemcheck but am not confident that I understand the statistics it reports.
HN:
=====
[root@hostnamelvz opt]# vzmemcheck
Output values in %
LowMem LowMem RAM MemSwap MemSwap Alloc Alloc Alloc
util commit util util commit util commit limit
0.40 58.62 5.18 1.75 7.70 2.52 30.70 41.13
VE:
=====
[root@hostnamelvz-1 bin]# free -m
total used free shared buffers cached
Mem: 1007 441 566 0 17 239
-/+ buffers/cache: 184 822
Swap: 1983 44 1939
Any suggestions are welcome.
I am trying to attach the JAVA traces and dumps from the "out of memory" error... but the site is having issues I guess. I just tried again, the errors seems to depend on the size of the file.
[Updated on: Mon, 30 April 2007 23:02] Report message to a moderator
|
|
|
|
|
|
|
Re: Installing Websphere 6.1 in a VPS FAILS due to disk space [message #12495 is a reply to message #12493] |
Tue, 01 May 2007 18:02 |
rickb
Messages: 368 Registered: October 2006
|
Senior Member |
|
|
no problem. shortest answer is, enough to satisfy your application load. Since I don't know jack about how many processes websphere wants, we will guestimmate and tweak later. Set it to 1000, install your application, run it, watch the max cnt column. For example, if it hits 200 max after heavy application load, I would say 300 is a safe number to limit it at.
-------------
Common Terms I post with: http://wiki.openvz.org/Category:Definitions
UBC. Learn it, love it, live it: http://wiki.openvz.org/Proc/user_beancounters
|
|
|
|