Sponsored Content
Operating Systems Solaris I will do Maintenance for my Servers ... pls help Post 302096058 by Sowser on Monday 13th of November 2006 04:14:45 PM
Old 11-13-2006
try top too

you can also try out using top. its similar to prstat, nice and easy.

-S
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

System Maintenance

How do I go about doing this??? Is there something to it other than cleaning up useless files?? if you have knowledge concerning this, please give your suggestions also, is it possible or safe to compress an entire filesystem. how do you go about doing this??? any information is appreciated (7 Replies)
Discussion started by: IMPORTANT
7 Replies

2. UNIX for Dummies Questions & Answers

Pls help : file stamp issue on HP UX Servers

Hi All , I have a file which gets updated by a korn job daily . The file gets the latest timestamp on everyrun. But of late i have observed that the file timestamp gets modified to a older date ( Oct 25 2006 ) at some point in time of the day. This change has nothing to do with the job which... (2 Replies)
Discussion started by: siddaonline
2 Replies

3. Solaris

Disk needs maintenance

Hi there, It's my first time here. I have an hard drive need a maintenance. here the result of metastat : Sun Microsystems Inc. SunOS 5.9 Generic May 2002 host2{11}: metastat d1: RAID State: Needs Maintenance Invoke: metareplace d1 c2t2d0s1 <new device> Interlace:... (3 Replies)
Discussion started by: Juterassee
3 Replies

4. AIX

maintenance level

Hello I have a question. I have several box with $ oslevel -s 5300-06-01-0000 My questions are: 1.-How long I can keept my actual technology level (in time) before I updated to the next technology level? My other question is If I have to update to the next technology level. ... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

5. SuSE

Library Maintenance

How are libraries created and maintained? I tried the following to add prog.o to an existing library ar -r library.so prog.o but the output is "File format not recognized", on the other hand nm --print-armap library.so does print a table of contents. (2 Replies)
Discussion started by: jgt
2 Replies

6. UNIX for Dummies Questions & Answers

NEED MAINTENANCE ON DISK

hELLO PEOPLE I AM DETECTING IN THE MIRROR ON MY SPARC THAT IS A DISK ASKING FOR MAINTENANCE. d0: Mirror Submirror 0: d10 State: Needs maintenance Submirror 1: d20 State: Needs maintenance Pass: 1 Read option: roundrobin (default) Write option: parallel... (0 Replies)
Discussion started by: enkei17
0 Replies

7. Solaris

Servers lacked maintenance, here's my to-do list

I'll be taking over administration of a rack of Solaris machines that haven't had an admin for the last 9 months. Prior to that they had limited maintenance. I understand there are a few tickets that will need addressed, but I won't have the details for a few days on them. Regardless, I'm trying to... (6 Replies)
Discussion started by: DustinT
6 Replies

8. Solaris

Apache2 maintenance

Hi! apache and tomcat are installed in default on solaris 10, after some configuration tomcat is enable, but apache status is maintenance... How to change its status to online...? The log say And when I tape the svcs -xv commande, this is the result bash-3.00# svcs -xv... (2 Replies)
Discussion started by: tood
2 Replies

9. Solaris

Maintenance mode

i booted into maintenance mode boot -- -s from the console I got the Root password for system maintenance (control-d to bypass) I did control -d and then logged in it told me that I was booting into boot -s but after I did a control -d and logged in who -r shows ... (9 Replies)
Discussion started by: goya
9 Replies
explain_nice_or_die(3)					     Library Functions Manual					    explain_nice_or_die(3)

NAME
explain_nice_or_die - change process priority and report errors SYNOPSIS
#include <libexplain/nice.h> int explain_nice_or_die(int inc); int explain_nice_on_error(int inc); DESCRIPTION
The explain_nice_or_die function is used to call the nice(2) system call. On failure an explanation will be printed to stderr, obtained from the explain_nice(3) function, and then the process terminates by calling exit(EXIT_FAILURE). The explain_nice_on_error function is used to call the nice(2) system call. On failure an explanation will be printed to stderr, obtained from the explain_nice(3) function, but still returns to the caller. inc The inc, exactly as to be passed to the nice(2) system call. RETURN VALUE
The explain_nice_or_die function only returns on success, see nice(2) for more information. On failure, prints an explanation and exits, it does not return. The explain_nice_on_error function always returns the value return by the wrapped nice(2) system call. EXAMPLE
The explain_nice_or_die function is intended to be used in a fashion similar to the following example: int result = explain_nice_or_die(inc); SEE ALSO
nice(2) change process priority explain_nice(3) explain nice(2) errors exit(2) terminate the calling process COPYRIGHT
libexplain version 0.52 Copyright (C) 2009 Peter Miller explain_nice_or_die(3)
All times are GMT -4. The time now is 03:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy