Solstice Enterprise Manager 4.1 Customizing Guide Doc Set ContentsPreviousNextIndex


Chapter 19

Nerve Center Utilities

Nerve Center templates, conditions, poll rates, and severities can be saved to an ASCII text file using the em_ncexport command-line utility. Templates, conditions, poll rates, and severities previously saved to an ASCII text file can be loaded into an MIS using the em_ncimport command-line utility

This chapter describes the following topic:

19.1 em_ncimport and em_ncexport

The em_ncimport and em_ncexport facilities are useful for:

19.1.1 Options

19.1.2 Examples

Templates can also be piped to a printer. In the following example, the template IfUP from the remote MIS on machine bar is sent to the printer:

% em_ncexport -host bar -t IfUp -minimize | lp

Export all conditions from the default MIS to file myconditions:

% em_ncexport -f myconditions -c

Import all contents of the file mytemplates to the default MIS:

 
% em_ncimport -f mytemplates -t -c -p -s

Import only templates from the file templatelib:

  
% em_ncimport -f templatelib -t

Export all conditions from the machine bighost to the machine host2:

% em_ncexport -host bighost -c | em_ncexport -host host2 -c


Sun Microsystems, Inc.
Copyright information. All rights reserved.
Doc Set  |   Contents   |   Previous   |   Next   |   Index