Cli configuration management – Brocade Network Advisor SAN + IP User Manual v12.1.0 User Manual

Page 670

Advertising
background image

Brocade Network Advisor SAN + IP User Manual

611

53-1002949-01

CLI configuration management

17

“Exporting a configuration to a text file”

on page 1230

“Comparing configuration snapshots”

on page 1235

“Generating a configuration snapshot report”

on page 1236

“Viewing the pre- and post-configuration snapshot”

on page 1238

“Saving a configuration snapshot”

on page 1239

“Scheduling a configuration backup”

on page 1241

CLI configuration management

CLI configuration provides a text-based interface that allows you to enter command line interface
(CLI) commands to create configurations and reports for IronWare and Network OS devices. You
can deploy the configurations and reports on demand or at a scheduled time.

Instructions for creating product and monitoring configurations are detailed in

Chapter 34, “CLI

Configuration Management”

and include information about the following:

“Creating a new product configuration”

on page 1259

“Creating a monitoring configuration”

on page 1275

“Editing the Motorola Controller CLI responses properties file”

on page 1272

Some controller CLI commands require you to confirm command execution. By default, the
Management application confirms “Yes” to all confirmation commands. If you want to change the
confirmation command to “No” or “Abort”, complete the following steps.

1. Open the ipConfig.properties (located in Install_Home\conf\) file in a text editor.

2. Edit the flags, as needed.

# This flag will control the execution of Network OS and Controller

confirmation CLI commands.

# For example, reload or copy running-config startup-config. With this option

# you can pass either yes(1) or no(2) or stop the execution(3)

#

CLIConfigManager.ValueForConfirmationCLICommands=1

CLIConfigManager.ValueForConfirmationCLICommands.MinInt=1

CLIConfigManager.ValueForConfirmationCLICommands.MaxInt=3

CLIConfigManager.ValueForConfirmationCLICommands.IsDisplay=false

3. Save and close the file.

Advertising