Memory problems on a -sunfire T2000


 
Thread Tools Search this Thread
Operating Systems Solaris Memory problems on a -sunfire T2000
# 1  
Old 05-03-2010
Question Memory problems on a -sunfire T2000

I work with a network management tool, which, for various reasons, is installed on a solaris server.This is a Sunfire T2000 server with 16 CPUs and 8GB of RAM. I have installed a Solaris 10 ZFS and 8GB swap. From the beginning I had problems with memory occupation that it rises progressively to 95% of the 8GB, no swapping, no cpu problems. When I run a top command, I see that sum of these processes is less than 2 gb. Do you have any idea where I can find the 6GB I missing?
# 2  
Old 05-03-2010
In the ZFS ARC cache and similar. It's actually not a problem as this is still available memory.

Run this:
Code:
echo ::memstat | mdb -k

# 3  
Old 05-04-2010
The problem is that when memory is above 87% occupancy, it shuts down the network monitoring application, which is all this server has installed. Although, there is not core.

Code:
bash-3.00# echo ::memstat | mdb -k
Page Summary                Pages                MB  %Tot
------------     ----------------  ----------------  ----
Kernel                      83685               653    8%
ZFS File Data              267573              2090   26%
Anon                       186106              1453   18%
Exec and libs               10172                79    1%
Page cache                   5512                43    1%
Free (cachelist)             4313                33    0%
Free (freelist)            455652              3559   45%
Total                     1013013              7914
Physical                  1007838              7873
bash-3.00# 
You have new mail in /var/mail/root
bash-3.00#


Last edited by DukeNuke2; 05-04-2010 at 02:35 AM..
# 4  
Old 05-04-2010
To keep the forums high quality for all users, please take the time to format your posts correctly.

First of all, use Code Tags when you post any code or data samples so others can easily read your code. You can easily do this by highlighting your code and then clicking on the # in the editing menu. (You can also type code tags [code] and [/code] by hand.)

Second, avoid adding color or different fonts and font size to your posts. Selective use of color to highlight a single word or phrase can be useful at times, but using color, in general, makes the forums harder to read, especially bright colors like red.

Third, be careful when you cut-and-paste, edit any odd characters and make sure all links are working property.

Thank You.

The UNIX and Linux Forums
# 5  
Old 05-04-2010
Quote:
Originally Posted by drusa79
The problem is that when memory is above 87% occupancy, it shuts down the network monitoring application, which is all this server has installed. Although, there is not core.
Why is this monitoring application shutting down ?

One workaround might be to limit the arc cache size:
http://www.solarisinternals.com/wiki/index.php/ZFS_Evil_Tuning_Guide#Limiting_the_ARC_Cache
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Memory problems.

Hi All, Just loaded AIX 6.1 and then got Firefox running on the workstation. To test out I wanted to download some small files from 'Perlz', and during this I'm told there's not enough room in the Downloads folder. What do I do to resize folders from the default and generally move memory around? In... (3 Replies)
Discussion started by: Box_the_Jack_in
3 Replies

2. Solaris

SunFire T2000 ipmievd error

I'm running Solaris 10 (09/10) on Sun Fire T2000. This error message is logged repeatedly in /var/adm/messages: May 22 10:40:33 EBDW01 last message repeated 25 times May 22 10:40:36 EBDW01 ipmievd: Reading sensors... May 22 10:40:40 EBDW01 ipmievd: Error obtaining SDR info: Unknown... (4 Replies)
Discussion started by: Sun Fire
4 Replies

3. Solaris

Supported Memory Configurations on Netra T2000

I need to upgrade the memory configuration on our T2000s to 24 Gb. I presently have 8x2Gb DIMMS in Rank 0 and 8x1Gb DIMMS in Rank 1, but the OS only recognizes 16Gb. How can I upgrade these T2000s to 24Gb? (2 Replies)
Discussion started by: iambernieb
2 Replies

4. Hardware

Fan Tray for Sunfire T2000

Recently the rear fan assembly of one of our T2000 servers went faulty. I could replace it immediately with the one from a currently powered off standby machine. But now this one has to be replaced. So I got a quote from our supplier who charges EUR 776 for a new spare part or EUR 405 (all... (0 Replies)
Discussion started by: hergp
0 Replies

5. Programming

[C] Problems with shared memory

Hi everbody, i have a problem with shared memory and child-processes in C (unix). I have a server that do forks to create (N) child processes. This processes work with a shared "stuct" thanks to shared memory and a semaphore. The problem is when a child modify the shared memory and the others... (2 Replies)
Discussion started by: hurricane86
2 Replies

6. Solaris

Network Install Problems T2000

Hi I am trying to do a network install of Solaris 10 08_07 onto a Sunfire T2000. I have configured all my network-boot-arguments on the client server (named sundb1). I have installed my image of Solaris on my install server (sun1). But when I try to install using # boot net -s I get the... (0 Replies)
Discussion started by: Bobby76
0 Replies

7. HP-UX

UNIX memory problems

I don't know if this is better suited for the application section, but here goes. We are currently running HP-UX 11 as our database server. The database is Progress version 9.1C. As of late, some of our batch processes that run on the UNIX db server are erroring out because of what appear to... (3 Replies)
Discussion started by: eddiej
3 Replies

8. Solaris

PC memory on sunfire v100

i have a sunfire v100 machine with 256mb memory. Can i install a PC memory on sunfire v100? someone on irc told me that this is possible, by toggling jp7 which enables/disables pc133u/pc133. can someone please explain if this is true? thanks (3 Replies)
Discussion started by: marcpascual
3 Replies

9. UNIX for Advanced & Expert Users

Program/ Memory Problems

I need some advise. I have an application server running several applications. When I try and start a particular application when the others are running I receive the following. This is appearing in the core file that is created. ... (1 Reply)
Discussion started by: dbrundrett
1 Replies

10. UNIX for Advanced & Expert Users

plock() memory locking problems

I'm experiencing some strangeness when using plock(). I'm on a Solaris 5.7/SPARC machine with 64MB of memory. I can show that plock() works by successfully locking down 10 MB of memory. Then, I ask for 40 MB, and I get a failure notice because there is "Not enough memory" available. I... (5 Replies)
Discussion started by: troccola
5 Replies
Login or Register to Ask a Question