Sponsored Content
Operating Systems AIX Question on NMON - disable detailed disk statistics Post 302928897 by tssr_2001 on Tuesday 16th of December 2014 05:12:31 AM
Old 12-16-2014
Yes Zaxxon, i didnt find anything in documentation (pretty much generic commands only), and also i did some googling earlier and have looked into few options, but the below 2 options looks to be online/interactive options and so cant be used in scripts :

1. -D prevents DISK sections being produced (useful when Disk Groups are being used because there are too many hdisks to process)
2. To limit the disks that the nmon lists to a maximum of 64 (online only), use the -k flag with the diskname parameter. Example: nmon -k hdisk2,hdisk0,hdisk3
since i am new to NMON not sure on these, thats why came to forums for help and looking for proper command.

Thanks,
Raja
 

9 More Discussions You Might Find Interesting

1. Linux

the old question: how to disable the beep ?

still the old question (didn't find the satisfied answer in the forum) how to disable the awful beep in linux workstation? i tried this: /etc/inputrc -〉set bell-style none but it can only disable the beep whenever you input wrongly in the console. in some othercases, i still can hear... (1 Reply)
Discussion started by: princelinux
1 Replies

2. Solaris

Please tell me the Detailed Booting procedure of Solaris 8

Can anyone explain me the detailed booting procedure on Solaris 2.8 Regards, Max29583 (3 Replies)
Discussion started by: max29583
3 Replies

3. Shell Programming and Scripting

Detailed disk usage versus age summary

Hi, I'm posting my question here as I fele that what I am about to try to do must have been done already, and I don't want to re-invent the wheel. I have recently become responsible for monitoring disk space usage for a large file system. I would like to geenrate reports that will summise... (8 Replies)
Discussion started by: littleIdiot
8 Replies

4. UNIX for Dummies Questions & Answers

backup disk to disk to tape question

Hi all I had started to learn how to backup disk to disk to tape method Firstly I had backup to my NAS tar czvf /MyNetworkStorge/backup.tar /home Secondly I using dd command to copy the tar to tape dd if=/MyNetworkStorge/backup.tar of=/dev/tape0 But the tape drive always hang.... (5 Replies)
Discussion started by: lijiajin
5 Replies

5. Filesystems, Disks and Memory

internal disk and external disk question

Hello, We are running sun solaris and it is connected to SAN storage. How do I find what are the disks are internal and what are the disks are connected to SAN? (0 Replies)
Discussion started by: mokkan
0 Replies

6. Shell Programming and Scripting

How to disable Enable/Disable Tab Key

Hi All, I have bash script, so what is sintax script in bash for Enable and Disable Tab Key. Thanks for your help.:( Thanks, Rico (1 Reply)
Discussion started by: carnegiex
1 Replies

7. UNIX for Dummies Questions & Answers

require detailed description for df -k command

Hi, I have used df -k always just to check the % of disk space left. Recently i discovered that the sum availabl space and used space is not equal to 1K-blocks. Can anyone explain me the reason for this difference. Thanks. (3 Replies)
Discussion started by: shooter
3 Replies

8. Red Hat

SSL/TLS renegotiation DoS -how to disable? Is it advisable to disable?

Hi all Expertise, I have following issue to solve, SSL / TLS Renegotiation DoS (low) 222.225.12.13 Ease of Exploitation Moderate Port 443/tcp Family Miscellaneous Following is the problem description:------------------ Description The remote service encrypts traffic using TLS / SSL and... (2 Replies)
Discussion started by: manalisharmabe
2 Replies

9. Shell Programming and Scripting

Getting detailed error from sql script

Hello, I have a main.sql file which runs around 5-6 .sql files and each .sql file is spooling it in separate text file. In my shell script I am appending main.sql to one of my log file but I am not able to get detailed error if anything fails from those 5-6 .sql files. Those errors are... (1 Reply)
Discussion started by: sp92
1 Replies
scmadm(1M)						  System Administration Commands						scmadm(1M)

NAME
scmadm - storage cache manager administration utility SYNOPSIS
scmadm scmadm -h scmadm -e scmadm -d scmadm -v scmadm -C [parameter [= [value]]...] scmadm -o {system | cd | device} [option] scmadm -m {cd | diskname | all} DESCRIPTION
The scmadm command provides various options for controlling and gathering information about a storage device cache. OPTIONS
If no options are specified, scmadm displays a list of configured cache descriptors with disknames, options, and global options. The scmadm command supports the following options: -h Displays usage information for the scmadm command. -e Reads the configuration and enables the storage device cache with those parameters. See dscfg(1M). -d Shuts down the storage device cache. -v Displays the cache version number. -C [parameter[=[value]] ...] Sets or displays the configuration parameters. If the -C option is specified with no arguments the current cache configuration parame- ters are displayed. If parameter is specified, the current value of parameter is displayed. If parameter=value is specified, the cur- rent value of parameter is displayed and the parameter is changed to value. If value is omitted, or if value is specified as the null string, " ", or as "-", the parameter is deleted from the configuration and the system uses the default value. Multiple parameters can be specified in a single invocation of the scmadm command. A change in a configuration parameter takes effect only when the cache is next restarted. -o { system | cd | diskname } [option] Sets or displays the options for the system or for the cache device specified by cd or diskname. If the option rdcache or nordcache is specified, the system or specified cache device is set to that option. The option is saved as part of the configuration so that the option persists. See dscfg(1M). To notify the system to "forget" about a saved option, use the forget option. This does not change the option; it just removes the option from the saved configuration. If no option is specified, current options are displayed. The rdcache option is set as the default. The options are defined as follows: rdcache Data blocks are likely to be referenced again and should remain in cache. nordcache Data blocks are unlikely to be referenced again and should be treated as least recently used, so that other blocks can remain in the cache longer. -m { cd | diskname | all } Displays the cache descriptor and diskname map for the device specified by cd or diskname or, if you specify all, displays the cache descriptors and diskname map for all storage devices on the system. EXIT STATUS
The scmadm command returns 0 for success, non-zero for error. FILES
/dev/sdbc ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscmr, SUNWscmu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
dscfg(1M), attributes(5) DIAGNOSTICS
scmadm fails if there is insufficient contiguous memory. SunOS 5.11 3 August 2006 scmadm(1M)
All times are GMT -4. The time now is 09:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy