Sponsored Content
Full Discussion: Question for Sun explorer
Operating Systems Solaris Question for Sun explorer Post 302768751 by solaris_1977 on Saturday 9th of February 2013 12:19:49 PM
Old 02-09-2013
Question for Sun explorer

I am running Sun Explorer to collect data, but /proc is very big in size so it is takin time to get completed. (Running from past 3 hours). I ran -->
HTML Code:
/opt/SUNWexplo/bin/explorer -w all,zones
HTML Code:
root@tsrim03:/# ps -ef | grep -i explo
    root 27623  6539   0 06:28:59 pts/1       0:03 ksh -p /opt/SUNWexplo/tools/proc
    root  6539  7362   0 06:19:20 pts/1       0:01 /bin/ksh -p ./explorer -w all,zones
Can anybody suggest, if I can comment something in this script to bypass running on /proc ?
I know, there is a option to exclude any module from running it as below
Code:
explorer -options -w default,\!module_name

But I am do not know module name, which is running query on proc.

Last edited by solaris_1977; 02-09-2013 at 01:31 PM..
 

9 More Discussions You Might Find Interesting

1. Solaris

Sun Patches question

I have Solaris 9 on my server. From SunSolve site, I see: Solaris9 Sun Alert Patch Cluster (184.9 M) & Solaris9 (204.3 M) What is the difference between the Sun Alert Patch Cluster and the "regular" patch cluster? Thanks! (1 Reply)
Discussion started by: FredSmith
1 Replies

2. Solaris

Sun Fire E2900 crashed. Help analyze explorer

Dear Friends, Sun Fire E2900 crashed. I collected explorer output. core dump files been generated. There some interesting output files related to crash dumps, that I need some help from you guys to understand. The file in the explorer output is under /sysconfig/crash it's called:... (5 Replies)
Discussion started by: Sun Fire
5 Replies

3. Solaris

SUN V440 Question

I have a SUN V440 and it is running Solaris 9 with two NICs in the box ce0 ce1. Is there any way to get full duplex 1000? I do I check to see what ce0 and ce1 is set at and if it is not set to full duplex 1000, how do I set it and do I have to reboot the system afterward? I am new to the SUN unix... (5 Replies)
Discussion started by: pmwayne01
5 Replies

4. Solaris

Sun T2000 question

This may be a stupid question, but I don't want to take any chances. I have a Sun T2000 in production. I want to run the "resetsc" command on the ALOM controller to active an IP address change. Will resetting ALOM affect the running OS? Thanks (2 Replies)
Discussion started by: soliberus
2 Replies

5. Solaris

Question about Sun Xvm

Is Xvm virtual box or something else ? I watched some movies on youtube and saw it is possible to install inside that black box a Windows or Linux :cool: Thanks (1 Reply)
Discussion started by: solaris_user
1 Replies

6. Solaris

Sun V240 Raid Question

Hi All, I'm new to this site. I have a few question since I'm in the process how to to repair my raid on Sun V240 Server. 1. How can we create RAID in Sun Sparc v240? 2. What utility can help people create RAID in Sun Sparc v240? 3. Do we need any special software to create the... (12 Replies)
Discussion started by: angkor
12 Replies

7. Hardware

Sun T5220 Firmware question

Hello all, I've been researching this to no avail, I have a T5220 running firmware 7.2.2.e (139442-06) However, the issue I have is that I want to update the firmware yet Oracle maintains 3 different sets of firmware for the T5220: 7.2.x = (139442-14) Being the latest at 7.2.11.a;... (4 Replies)
Discussion started by: seckure
4 Replies

8. Hardware

Sun/Oracle M5000 Question

I have an M5K with disk issues I'm trying to troubleshoot, and it's causing me some confusion. I know the host has four on-board HDDs, but the format command's output shows c0t0d0, c0t1d0, c3t0d0, and c3t1d0. cfgadm -al shows c0t3d0 as the DVD-ROM drive, and c1 and c2 as SAN disks. Confused yet? ... (2 Replies)
Discussion started by: desertdenizen
2 Replies

9. Solaris

Sun Cluster question

Hello everyone I've inherited an Oracle Solaris system holding ASE Sybase databases. The system consists of two nodes inside a Sun Cluster. Each of the nodes is hosting 2 Sybase database instances, where one of the nodes is active and other is standing by. The scenario at hand is that when any of... (3 Replies)
Discussion started by: abohmeed
3 Replies
PYDF(1) 						      General Commands Manual							   PYDF(1)

NAME
pydf - report colourised filesystem disk space usage SYNOPSIS
pydf [options] [file] DESCRIPTION
pydf is a python script that displays the amount of disk space available on the mounted filesystems, using different colours for different types of filesystems. Output format is completely customizable. If an optional file argument is given, pydf displays just information about filesystem containing the file(s), otherwise it displays information about all mounted filesystems. OPTIONS
--help Show summary of options. -v, --version Show version of program. -a, --all include filesystems having 0 blocks -h, --human-readable print sizes in human readable format (e.g., 133K 2341M 2448G) -H, --si likewise, but use powers of 1000 not 1024 --block-size=SIZE use SIZE-byte blocks -k, --kilobytes like --block-size=1024 -i, --inodes show information about inodes instead of blocks -l, --local limit listing to local filesystems -m, --megabytes like --block-size=1048576 -g, --gigabytes like --block-size=1073741824 --blocks use filesystem native block size --bw do not use colours --mounts=FILE file to get mount information from. On normal linux system, only /etc/mtab or /proc/mounts make sense. Use /proc/mounts when /etc/mtab is corrupted or inaccessible (the output looks a bit weird in this case though) -B, --show-binds Show also mount --bind mounted filesystems. BUGS
When running with python3, mountpoints with out-of-locale non ASCII names will not be displayed (due to inability of os.statvfs to use bytes instead of strings). FILES
/etc/pydfrc main configuration file ~/.pydfrc per-user configuration file SEE ALSO
df(1) AUTHOR
Radovan Garabik <garabik@kassiopeia.juls.savba.sk> PYDF(1)
All times are GMT -4. The time now is 03:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy