Issue with coreadm utility


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Issue with coreadm utility
# 1  
Old 04-28-2009
Network Issue with coreadm utility

Hi all,

The core files are moved to a partition in my server using the coreadm utility. But the owner of the core files created is root. So other users are not having privillege to analys the same.


-rw------- 1 root root 56512875 Apr 27 17:05 tpm007_upd_local.N820.114.16281.core
-rw------- 1 root root 32367223 Apr 27 17:33 tpm039_ta_contro.N820.111.8082.core
-rw------- 1 root root 57029731 Apr 27 17:33 tpm007_ws_upd_lo.N820.111.8084.core
-rw------- 1 root root 111070755 Apr 28 11:50 crewxa.N820.111.16598.core

----------------------------------------------------------------
The output of the coreadm command is given below

# coreadm
global core file pattern: /data1/coredumps/cts/%f.%n.%u.%p.core
global core file content: default
init core file pattern: /data1/coredumps/cts/%f.%n.%u.%p.core
init core file content: default
global core dumps: enabled
per-process core dumps: enabled
global setid core dumps: enabled
per-process setid core dumps: enabled
global core dump logging: enabled

--------------------------------------------------------
The content of /etc/coreadm.conf is
#
# coreadm.conf
#
# Parameters for system core file configuration.
# Do NOT edit this file by hand -- use coreadm(1) instead.
#
COREADM_GLOB_PATTERN=/data1/coredumps/cts/%f.%n.%u.%p.core
COREADM_GLOB_CONTENT=default
COREADM_INIT_PATTERN=/data1/coredumps/cts/%f.%n.%u.%p.core
COREADM_INIT_CONTENT=default
COREADM_GLOB_ENABLED=yes
COREADM_PROC_ENABLED=yes
COREADM_GLOB_SETID_ENABLED=yes
COREADM_PROC_SETID_ENABLED=yes
COREADM_GLOB_LOG_ENABLED=yes

------------------------------------------------------

Anything more to be done here?
# 2  
Old 06-09-2009
man coreadm or refer the CIS benchmark, you will get more information about it.
a2156z
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Time Utility

I am looking at some practice problems from a book involving the time utility and I am a little confused on what to do. Here is what it is telling me to do: -Compile your sort: gcc -o sort1 sort1.c quicksort.c -For each input file, ins.n0000, get the time to execute: time sort1 <... (7 Replies)
Discussion started by: totoro125
7 Replies

2. Shell Programming and Scripting

Special Character issue in Expect Utility (Tcl)

Hi, I have written a unix expect utility "ssh-login.exp" which connects (ssh) to remote host and execute some shell script. I am calling this "ssh-login.exp" utility from another shell script. "ssh-login.exp" takes username, password, host and shell script path to execute on remote host. All... (1 Reply)
Discussion started by: Mahesh Desai
1 Replies

3. Shell Programming and Scripting

Issue in running a command line utility in CRON

Hi Everyone! I am facing an issue in running a command line utility from the CRON. This utility displays IPC statistics on UNIX message queues: The "queue name" and the "count" of messages in the queue. When running this utility from prompt, it will provide an output on the screen, like the... (4 Replies)
Discussion started by: vai_sh
4 Replies

4. Solaris

Where does the command coreadm -e log

I ran the commad coreadm -e log. Does anybody know where this file went on a Solaris 10 system? I checked in the current working directory and I don't see a file called in the directory. I also checked /var/core and I didn't see a log there. (6 Replies)
Discussion started by: jastanle84
6 Replies

5. Shell Programming and Scripting

How to Unzip a file using unzip utility for files zipped without zip utility ?

Hi, I need to zip/compress a data file and send to a vendor. The vendor does have only unzip utility and can accept only .ZIP files. I do not have zip utility in my server. How do I zip/compress the file so that it can be deflated using unzip command ? I tried gzip & compress commands, but... (1 Reply)
Discussion started by: Sabari Nath S
1 Replies

6. Shell Programming and Scripting

utility

hi experts, Can you please help me out in removing delimiters with in double quotes from a CSV file. input: ===== a,"bnn,",dgd, "sagfh,dj",ad output ===== a,"bnn",dgd, "sagfhdj",ad there are so mnay fileds in a row and there are millions of rows. Thanks in an advance.... (6 Replies)
Discussion started by: subhendu81
6 Replies

7. AIX

Help with nmon utility

We have processes that run on our AIX box that sometimes run away and end up consuming 99% of the CPU. I'd like to create a script that would attempt to monitor when this happens and send an email alert with the PID and CPU %. Has anyone done such a thing? I know that you can run the nmon output to... (6 Replies)
Discussion started by: ssmith001
6 Replies

8. Solaris

utility of solaris

hello sir, can anyone tell about untility in Solaris similiar untility as SMITY in AIX and SAM in HP (2 Replies)
Discussion started by: amarnathbasis8
2 Replies

9. Solaris

coreadm diasble a process from core dumping

Hello All Is it possible to disable a specific process from core dumping ? In my environment I have 2 bespoke application processes which needs to be stopped from core dumping but any other process should be allowed to core dump. If I do : coreadm -d process it will stop all per processes... (3 Replies)
Discussion started by: baner_n
3 Replies

10. UNIX for Dummies Questions & Answers

What utility do I use for this?

I want to pull out the 3rd column of information and stick in a file. What is the Utility I use to do this? (8 Replies)
Discussion started by: James
8 Replies
Login or Register to Ask a Question