Cisco Systems 1.0 (1) Manual De Usuario

Descargar
Página de 291
Cisco Support Tools 1.0 User Guide 
How to Use the Processes Utility from a Command Line   129 
Command: Description: 
Example: 
view 
Displays the contents of a processes file from the 
Repository on the application server.  
Optionally, you can include an argument to dump 
this output to a local file. Output is stored as 
XML-formatted text. 
>view <filename> 
OR 
>view <filename> 
<localfile_path\filename> 
remove, rm 
Deletes a specified processes file from the 
Repository on the application server. 
>remove <filename> 
rename, ren 
Renames a processes file in the Repository on 
the application server. 
>rename <filename> 
<new_filename> 
read_file, read 
Directs command input to another input file. 
For example, you can direct input to run a batch 
file that contains a series of commands 
executable by this utility. 
>read <filename> 
silent 
Executes command without displaying output. 
Note: Available in command-line mode only. 
><command> /silent 
quit, q 
Ends the program. 
>quit 
Examples 
Viewing and Killing a Process 
The following table shows an example of viewing and killing a process, with a 
description of each entry. 
Command Option: 
Description: 
>processcontrol 
Invokes the Processes utility. 
>list  
Returns a list of all processes running on the target system. 
>stop 01464 "snmp service" 
Kills the specified process. 
Note that due to an embedded space, the process name was placed in 
quotes.