Sponsored Content
Operating Systems HP-UX Need to identify the process/app which is triggering the error "vmunix: file: table is full" Post 302460718 by enchogas on Thursday 7th of October 2010 11:18:25 AM
Old 10-07-2010
Need to identify the process/app which is triggering the error "vmunix: file: table is full"

Hi,

I'm seeing the error vmunix: file: table is full in syslog.log.
Although changing the value of the kernel parameter nfile would make this error go away, how would I identify which process/application in the server is triggering this error? The server is a HP-UX B.11.11.
Thanks in advance!
 

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Error:"File system full"

Hi, I'm getting an error with my filesystems. After /dev/dsk/c0t0d0s7.......................100%............/export/home and #ls -l drwxr----.......................512......TT_DB drw..............................8192.....lost+found drw...............................512......oracle... (10 Replies)
Discussion started by: bacanaks
10 Replies

2. UNIX for Advanced & Expert Users

"relocation error" when installing app

I'm trying to install Urchin5 log analyzer and I get the following message: Sadly, I'm not all that good at lib tracing and troubleshooting, but I did attempt a few things. First, since this is a VPS, I can compare to the baseline fileset, and other servers on which this works. I used MD5 as a... (3 Replies)
Discussion started by: treesloth
3 Replies

3. Shell Programming and Scripting

Error with "multiplication table" in shell script

#!/bin/sh echo Enter the multiplication number required: read number for i in 1 2 3 4 5 6 7 8 9 10 do echo "$number * $i = expr $number \* $i" done I am not getting the output for this multiplication table. (4 Replies)
Discussion started by: vinodpaw
4 Replies

4. Shell Programming and Scripting

Identify high values "˙" in a text file using Unix command

I have high values (such as ˙˙˙˙) in a text file contained in an Unix AIX server. I need to identify all the records which are having these high values and also get the position/column number in the record structure if possible. Is there any Unix command by which this can be done to : 1.... (5 Replies)
Discussion started by: devina
5 Replies

5. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

6. Shell Programming and Scripting

identify files with "Normal termination" and compress them into a .tar.gz file

Hi, I have hundreds of files "*.out" located in one folder, and I want to: 1. Identify the good files containing "Normal termination" (grep "Normal termination" *.out ) 2. Compress the good files into a tar.gz file (tar cvfz good.tar.gz *.goog.out ) Is there a way I can automate this... (4 Replies)
Discussion started by: rockytodd
4 Replies

7. UNIX for Dummies Questions & Answers

Unix "look" Command "File too large" Error Message

I am trying to find lines in a text file larger than 3 Gb that start with a given string. My command looks like this: $ look "string" "/home/patrick/filename.txt" However, this gives me the following message: "look: /home/patrick/filename.txt: File too large" So, I have two... (14 Replies)
Discussion started by: shishong
14 Replies

8. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

9. Shell Programming and Scripting

Please identify "unexpected end of file" bug

This is a script I got off the web for transferring Safari's "reading list" to the Pocket app. I ran it in terminal with the command bash exportsafarireadinglist.sh and got syntax error: unexpected end of file. Thanks for any help! The code: #!/bin/bash # Script to export Safari's reading... (2 Replies)
Discussion started by: kdog126
2 Replies

10. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies
vparreloc(1M)															     vparreloc(1M)

NAME
vparreloc - relocate the load address of a vmunix file, determine if a vmunix file is relocatable, or promote the scope of symbols in a relocatable vmunix file SYNOPSIS
target-load-address source-vmunix-file target-vmunix-file] global-symbol-vmunix-file source-vmunix-file target-vmunix-file] symbol-name source-vmunix-file target-vmunix-file] source-vmunix-file DESCRIPTION
There are four forms of this command. Each form requests that one of four supported operations be performed. The four forms are distin- guished based on whether they contain a or none of these options. If the fourth form of the command is used, then the source file is checked to determine if it is relocatable. The remaining three command forms are described below. The command is allowed on Itanium(R)-based platforms for compatibility. No action is taken for this command. Options recognizes the following command-line options: Specifies that kernel relocation is requested. The source file is relocated to the load address specified in the target load address option, and the result is written to the target file. This option needs to be used when kernel relocation is required. The file specified by this option is the source file for the requested operation. The requested operation will be performed on this file, and the result will be placed into the target file. This is a required option for all four forms of this command. Specifies that global symbol promotion has been requested on a single symbol. The symbol matching the symbol name specified is promoted to global scope, and the resulting file is written to the target file. Note that only one option may be specified. All subsequent attempts to use this option will be ignored. This option is useful when a very small number of symbols need to be promoted to global scope. There is no need to create a global symbol file for this option. Specifies that global symbol promotion has been requested. All symbols in the source file which match a symbol with global scope in the global symbol file are promoted to have global scope. The result is written to the target file. The global symbol file can be created in one of two ways: it should either be a non-relocatable file, or a relocatable file which has already been run through vparreloc using the option. This option is useful when a tool expects certain symbols to be of global scope. The creation of a relocatable kernel file changes the scope of all symbols in that file to be local. Suppress the most common messages. Note that error messages regarding an invalid file will still be printed. This option is only available with the fourth form of this command. This option is useful when used in a script which examines the return value of this command, and has no need for the informa- tional messages. The result of the requested operation will be placed into the target file. The first three forms of this command utilize the target file option. If no target file option is specified, the default becomes If the fourth form specifies a target file option, it will be ignored. Note that the and options cannot be combined in a single invocation of the command. EXAMPLES
To determine if a file is relocatable: To relocate a file to be loaded at address 0x04000000, and place the resulting file into To promote all symbols that should have global scope in a file that has been linked utilizing the kernel relocation options: RETURN VALUE
The command exits with one of the following values: Successful completion. Bad options. Can not open a file. Error reading from or writing to a file, or allocating memory. Invalid kernel file. File is not relocatable. AUTHOR
was developed by the Hewlett-Packard Company. SEE ALSO
vparextract(1M). vparreloc(1M)
All times are GMT -4. The time now is 10:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy