New to SunOS...


 
Thread Tools Search this Thread
Operating Systems Solaris New to SunOS...
# 1  
Old 03-11-2009
New to SunOS...

...and I'm having an issue with memory usage. I got an alert from our sun management console that the box is at 90% memory usage. I need to know what's eating up the memory as this particular box has 16GB of RAM.
# 2  
Old 03-11-2009
At least post the output of uname -a so folks know what model and OS level you have. A clue or two about what you run on the box would also help.

Luckily my mind reading powers are working.... you have a sunfire V240 running Solaris 8 and you are running Oracle on it. When a big database server is low on memory, I always check the shared memory segments.

ipcs -mb

will do it. Smilie
# 3  
Old 03-11-2009
Sorry for the lack of information, but like I said, I'm new to SunOS. Here's the output from the commands you gave. You mind reading powers were almost right on the money Smilie

<Host><root></>
$: ipcs -mb
IPC status from <running system> as of Wed Mar 11 20:21:48 EDT 2009
T ID KEY MODE OWNER GROUP SEGSZ
Shared Memory:
m 5 0xa5643354 --rw-r----- oracle dba 10657726464
<Host><root></>
$: uname -a
SunOS FoxHill 5.10 Generic_125100-09 sun4u sparc SUNW,Sun-Fire-V490

I'm assuming from the output that oracle is eating up all the memory.
# 4  
Old 03-11-2009
Dang... I should have bought a lottery ticket. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

C-Kermit and SunOS 5.10

Has anyone managed to install C-Kermit successfully on SunOS 5.10? SunOS 5.10 Generic_141444-09 sun4v sparc SUNW,T5240 I installed with "make solaris9g64", the only make that worked. If I'm not mistaken, isn't there a test to see if ssl is available? Something like C-Kermit>define... (0 Replies)
Discussion started by: MichaelInDC
0 Replies

2. Solaris

SunOS 5.6

Hi, I called Sun and they said they no longer sell SunOS 5.6. I desperately need a CD-ROM of the install CD to perform maintenance work on a server. Does anyone know where to get one or know someone who can make me a copy? (2 Replies)
Discussion started by: mojoman
2 Replies

3. Solaris

SunOS 5.8 vs 5.10

Hi, I am bulding a path to open files like this \path\values\file.xxx This path is opened in an IE browser window and opens the file/document I am trying to see. I mean it opens a pdf document or it promps you to "save" or "open" the specific file (if it's a .xml, .doc, .html). I was using... (1 Reply)
Discussion started by: hcibl_javok
1 Replies

4. Solaris

Looking for help with SunOS 5.6

Hey all, I've got my hands on 10 SunOS 5.6 SPARCStation 20 machines and I'm looking to get them up and running. They're all in various states of disrepair but I've got them all to a state where the hardware is working and the machine will at least attempt to boot. I've only used Solaris as a... (1 Reply)
Discussion started by: kevpatts
1 Replies

5. Solaris

SunOS 5.4

Hi, I Hope you can help me with my problem. I need to have an installation CD of this version. Is there any site you can recommend that I can download an image of this OS? Thanks and God Bless!!! (6 Replies)
Discussion started by: mr_balodoy
6 Replies

6. Solaris

Solaris vs SunOS

Hi Guys, Could you please clarify me doubts. SunOS and Solaris are they same. ? What is difference between forte and studio ? Thanks, Nagaraj G (2 Replies)
Discussion started by: ennstate
2 Replies

7. Solaris

SunOS 5.6 vs 5.8 HardDisk

Hi all, I am not sure I am in the correct forum or not, but I would appreciate if somebody from here can help me out. My processing equipment currently is using Unltra5 SunOs 5.6 with 8.6 GB hard disk, newer UltraSPARC SunOS 5.8 is with higher hard disk capacity. I am wondering how much hard... (2 Replies)
Discussion started by: uvex
2 Replies

8. UNIX for Dummies Questions & Answers

SunOS 4.1.4 add_services

Hi, I know this OS is ancient but we are running it, I am trying to use the add_services under /usr/etc/install and it reads table of contents ok, but after it asks if im done with the form it goes back to the prompt and says add_services:cannot read arch_list file I've tried putting this... (2 Replies)
Discussion started by: redwjamz
2 Replies

9. UNIX for Advanced & Expert Users

Migration of binary file from Sunos 5.8 to Sunos 5.9

I have compiled binary file using "cc" on SunOS 5.8 and the same binary file i have copied to SunOS 5.9 and it is giving me core dump error.I want to know whether migration of compiled code from lower version to higer version created this problem. how can i solve this problem.I am pasting the core... (1 Reply)
Discussion started by: Arvind Maurya
1 Replies

10. Shell Programming and Scripting

SunOS 5.8

I am loging into a SunOS 5.8 box for the first time. I do not see a .profile file in the home directory. Also on the command line when I type a backspace to correct my typing I get a ^H character. Where and how can I fix this? Thanks in advance (5 Replies)
Discussion started by: jxh461
5 Replies
Login or Register to Ask a Question