Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

show_cached_clearinghouse(1m) [hpux man page]

show cached clearinghouse(1m)											     show cached clearinghouse(1m)

NAME
show cached clearinghouse - Displays current information about the specified cached clearinghouse SYNOPSIS
cdscp show cached clearinghouse clearinghouse-name ARGUMENT
A specific clearinghouse name. The name can contain wildcard characters. DESCRIPTION
The show cached clearinghouse command displays all the names and values of the attributes in the specified cached clearinghouse. The fol- lowing are valid attributes: Specifies the time at which this clearinghouse was added to the cache Specifies the number of operations other than read and write (that is, skulks, new epochs, and so on) performed by this clerk on the cached clearinghouse Specifies the number of lookup operations of any sort performed by the clerk on the cached clearinghouse Specifies the protocol sequence and Internet address of the server that maintains the cached clearinghouse Specifies the number of write operations performed by this clerk on the cached clearing- house Privilege Required You must have read permission to the clerk. NOTE
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE. EXAMPLE
The following command displays all attributes of the cached clearinghouse /.:/Paris2_CH. cdscp> show cached clearinghouse /.:/Paris2_CH SHOW CACHED CLEARINGHOUSE /.../abc.com/Paris2_CH AT 1991-10-15-15:58:09 Creation Time = 1991-10-01-17:03:32.32 Read Operations = 412 Write Operations = 618 Miscellaneous Operations = 278 RELATED INFORMATION
Commands: list clearinghouse(1m) show cached clearinghouse(1m)

Check Out this Related Man Page

clear clearinghouse(1m) 												   clear clearinghouse(1m)

NAME
clear clearinghouse - Removes knowledge of the specified clearinghouse from the server's memory SYNOPSIS
cdscp clear clearinghouse clearinghouse-name ARGUMENTS
clearinghouse-name The full name of the clearinghouse. DESCRIPTION
The clear clearinghouse command removes knowledge of the specified clearinghouse from the server's memory. The clearinghouse files are not deleted. This ensures that the clearinghouse is not automatically enabled on server restarts. If you issue a list clearinghouse command, the clearinghouse will be listed. Before you can delete a cleared clearinghouse, you must use the create clearinghouse command to recreate it. After recreating the clear- inghouse, you can use the delete clearinghouse command to remove it. This command is part of the process of relocating a clearinghouse. See the OSF DCE Administration Guide for more information. Privilege Required You must have write permission to the server on which the clearinghouse resides. NOTE
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE. EXAMPLES
The following command clears the clearinghouse /.:/Paris2_CH before moving it to another server: cdscp> clear clearinghouse /.:/Paris2_CH RELATED INFORMATION
Books: OSF DCE Administration Guide Commands: create clearinghouse(1m), delete clearinghouse(1m), list clearinghouse(1m), set cdscp preferred clearinghouse(1m), show cdscp preferred clearinghouse(1m), show clearinghouse(1m) clear clearinghouse(1m)
Man Page

12 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

su - manager

Hi, I'm already login as clerk(not a superuser) on unix machine, from clerk, Since clerk does not have permision to run a script, forcefully I want to login as manager and run the script and I don't want to give a manager's password to clerk. Can I encrypt password ( or make an exe file from... (1 Reply)
Discussion started by: krishna
1 Replies

2. HP-UX

IO by Process/program

HI there, I'm trying to find a way of showing the IO's performed by individual programs. Number of reads/writes IO time that kind of thing. Anybody know of any way to show this information. Free little downloads that kind of thing? Cheers Phil (2 Replies)
Discussion started by: cpiuk
2 Replies

3. UNIX for Dummies Questions & Answers

command to view ports being used

Is there a command that will show me all ports being used? I thought maybe the "lsof" command would show me, but I'm not seeing anything. Thanks, Jeff (2 Replies)
Discussion started by: lawadm1
2 Replies

4. Linux

Meminfo

This server is running slowly This is our mail server What is 'cached' in /proc/meminfo ? Can I minimize the usage of cached ? (1 Reply)
Discussion started by: dipanrc
1 Replies

5. UNIX for Dummies Questions & Answers

Need some basic help

Hi everyone, I need some help! I know that this is a very simple little problem but I seem to be stuck. I was just wondering if you could show me the right way. I basicly have to write a single line of commands (using piping) to do the following: From the file data.txt, select all of the... (2 Replies)
Discussion started by: itk
2 Replies

6. UNIX for Dummies Questions & Answers

Release the memory which is cached.

Hi, Can any one suggest me the way how can get mamory which has been cached during a process execution without rebooting the machine? (1 Reply)
Discussion started by: siba.s.nayak
1 Replies

7. UNIX for Dummies Questions & Answers

is process data cached somewhere?

hi When I search a file with find, the subsequent search process takes relatively less time. Is it cached somewhere in RAM altough the process died? (3 Replies)
Discussion started by: xyzt
3 Replies

8. Shell Programming and Scripting

Issue with WC command

I am trying to show out the character count of a file if greater than 500 characters. When I do the -m its show the size of the file and not the characters in the file. Where am I getting confused? Or is -c and -m the same thing? Code is below if ; then echo "Char... (3 Replies)
Discussion started by: tvb2727
3 Replies

9. Linux

Linux cache

Hi, We are working on OEL5.7 (Oracle Linux) OS. We have a server with 64GB RAM. When we issue free -m command which shows the used, available and cached space. Most of the space is shown in cached section, where as we are not really doing much activity on the server. It's like cached is... (5 Replies)
Discussion started by: shrshah64
5 Replies

10. Shell Programming and Scripting

awk help about show all the line beside the changed line

awk '/abc/{print $2}' This will show the line contains abc and only show the "two filed" But I want to the line contains "abc" will only show $2, other line still show. and I want to know awk's way about not only show the line besides changed line Thanks (2 Replies)
Discussion started by: yanglei_fage
2 Replies

11. UNIX for Dummies Questions & Answers

MAN and read & write function

How to use MAN to find information about read() and write() function ? The command "man read" show some rubbish, for example "man open" show great information about function I need. (2 Replies)
Discussion started by: bbqtoss
2 Replies

12. UNIX for Dummies Questions & Answers

UNIX Memory

what is the difference between cached and buffer memory? can i use either buffer or cached memory if i want to run an application? (1 Reply)
Discussion started by: erin00
1 Replies