Sponsored Content
Operating Systems HP-UX OSF/1 swap file low and killing processes! Post 302315311 by vbe on Tuesday 12th of May 2009 04:58:57 AM
Old 05-12-2009
2)
Years since I last saw an OSF1 (or decade?...)
From what I remember (it was well before Y2K...) Digital UNIX terminates all processes that failed its allocation of swap space
So I would believe it may filling up some log file somewhere
Now in those days also DEC-UX had 2 swap mode: deferred or immediate, I wonder if you are not in first case
I dont know how it is done, I think if you see a link when looking at /sbin/swapdefault pointing to /dev/rz0... then you are in immediate mode
swapon -s will show the swap
and you create new swap with the same swapon command, it will be lost at next reboot unless you modfy /etc/fstab and reboot after...

Good luck
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Killing idle user processes

I'm looking for some help, please! I'm trying to kill any idle user processes over 40 Minutes. I have tried putting TMOUT=2400 within the users .profile However this does not seem to be working. We run aix 4.3.3 with ORACLE 7.3 The above works o.k. when the user is only within the... (3 Replies)
Discussion started by: annette
3 Replies

2. Shell Programming and Scripting

Killing processes in scripts

I have a small problem. It's annoying though. I wrote this shell script: # # This script will accept two arguments. The first is a flag and the # second is a time interval. The only valid flag is '-t' which means # the user will specify the interval in seconds, otherwise the # default is 600... (3 Replies)
Discussion started by: el_toro
3 Replies

3. UNIX for Dummies Questions & Answers

Swap space is LOW

I checked the server and issued various command to investigated. but from teh output of swap -s and swap -l, i received the following swap -l swapfile dev swaplo blocks free /dev/vx/dsk/swapvol 197,7 16 4194800 4127696 /dev/vx/dsk/swap2 197,8 16 12582896... (3 Replies)
Discussion started by: TRUEST
3 Replies

4. Solaris

killing all processes for an user

how can I kill all the processes belonging to an user. I need it because I can't see a process initiated by a user and thus unable to kill it. (2 Replies)
Discussion started by: krishan
2 Replies

5. Shell Programming and Scripting

killing cascade processes

Hi everybody!! I've got a problem. I have a loop like this: while true; do some_work sleep 10m done It's possible to kill the main loop process and kill all childs from it? I want to kill main process and kill the sleep also. I tried kill -9 <loop_pid> with no result ... (4 Replies)
Discussion started by: victorin
4 Replies

6. UNIX for Advanced & Expert Users

Monitoring Processes - Killing hung processes

Is there a way to monitor certain processes and if they hang too long to kill them, but certain scripts which are expected to take a long time to let them go? Thank you Richard (4 Replies)
Discussion started by: ukndoit
4 Replies

7. UNIX for Advanced & Expert Users

killing all child processes

Hi, Is there a way I can kill all the child processes of a process, given its process id. Many thanks in advance. J. (1 Reply)
Discussion started by: superuser84
1 Replies

8. Shell Programming and Scripting

Finding the age of a unix process, killing old processes, killing zombie processes

I had issues with processes locking up. This script checks for processes and kills them if they are older than a certain time. Its uses some functions you'll need to define or remove, like slog() which I use for logging, and is_running() which checks if this script is already running so you can... (0 Replies)
Discussion started by: sukerman
0 Replies

9. Shell Programming and Scripting

killing serious of processes in the server

i am new to unix..i have requirement to kill informatica server process. when i used the below query pidoff "pmserver" it displayed 3 process running.. i need to get the 3 process and kill individual process in shell script. Can you please assit me in this. (2 Replies)
Discussion started by: hkoshekay
2 Replies

10. AIX

High Runqueue (R) LOW CPU LOW I/O Low Network Low memory usage

Hello All I have a system running AIX 61 shared uncapped partition (with 11 physical processors, 24 Virtual 72GB of Memory) . The output from NMON, vmstat show a high run queue (60+) for continous periods of time intervals, but NO paging, relatively low I/o (6000) , CPU % is 40, Low network.... (9 Replies)
Discussion started by: IL-Malti
9 Replies
HYPERG(3)						User Contributed Perl Documentation						 HYPERG(3)

NAME
PDL::GSLSF::HYPERG - PDL interface to GSL Special Functions DESCRIPTION
This is an interface to the Special Function package present in the GNU Scientific Library. SYNOPSIS
Functions FUNCTIONS
gsl_sf_hyperg_0F1 Signature: (double x(); double [o]y(); double [o]e(); double c) /* Hypergeometric function related to Bessel functions 0F1[c,x] = Gamma[c] x^(1/2(1-c)) I_{c-1}(2 Sqrt[x]) Gamma[c] (-x)^(1/2(1-c)) J_{c-1}(2 Sqrt[-x]) gsl_sf_hyperg_1F1 Signature: (double x(); double [o]y(); double [o]e(); double a; double b) Confluent hypergeometric function for integer parameters. 1F1[a,b,x] = M(a,b,x) gsl_sf_hyperg_U Signature: (double x(); double [o]y(); double [o]e(); double a; double b) Confluent hypergeometric function for integer parameters. U(a,b,x) gsl_sf_hyperg_2F1 Signature: (double x(); double [o]y(); double [o]e(); double a; double b; double c) Confluent hypergeometric function for integer parameters. 2F1[a,b,c,x] gsl_sf_hyperg_2F1_conj Signature: (double x(); double [o]y(); double [o]e(); double a; double b; double c) Gauss hypergeometric function 2F1[aR + I aI, aR - I aI, c, x] gsl_sf_hyperg_2F1_renorm Signature: (double x(); double [o]y(); double [o]e(); double a; double b; double c) Renormalized Gauss hypergeometric function 2F1[a,b,c,x] / Gamma[c] gsl_sf_hyperg_2F1_conj_renorm Signature: (double x(); double [o]y(); double [o]e(); double a; double b; double c) Renormalized Gauss hypergeometric function 2F1[aR + I aI, aR - I aI, c, x] / Gamma[c] gsl_sf_hyperg_2F0 Signature: (double x(); double [o]y(); double [o]e(); double a; double b) Mysterious hypergeometric function. The series representation is a divergent hypergeometric series. However, for x < 0 we have 2F0(a,b,x) = (-1/x)^a U(a,1+a-b,-1/x) AUTHOR
This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.trieste.it> All rights reserved. There is no warranty. You are allowed to redistribute this software / documentation under certain conditions. For details, see the file COPYING in the PDL distribution. If this file is separated from the PDL distribution, the copyright notice should be included in the file. The GSL SF modules were written by G. Jungman. perl v5.8.0 2003-01-29 HYPERG(3)
All times are GMT -4. The time now is 11:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy