Cisco Cisco Prime Network Services Controller 3.0

Page de 169
 
 
© 2013, 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 54 of 169 
Setting the Type Attribute for File Backups 
You can set the type attribute. 
BEFORE YOU BEGIN 
See 
 for basic information about the Prime Network 
Services Controller CLI. 
CLI 
Management controller 
SUMMARY STEPS 
  scope system 
1.
  scope backup <hostname or ip-address> 
2.
  set type {full-state} 
3.
  commit-buffer 
4.
DETAILED STEPS 
 
Command 
Purpose  
Step 1   scope system 
                                                         
Example:                                                 
nsc# scope system 
Places you in system mode. 
Step 2  delete backup 
                                                         
Example:                                                 
nsc /system # delete backup testhostname 
Deletes the file backup 
Step 3  set type 
                                                         
Example:                                                 
nsc /system/backup # set type full-state 
Sets the type attribute.
 
Step 4  commit-buffer 
                                                         
Example:                                                 
nsc /system/backup* # commit-buffer 
Commits (saves) the 
configuration. 
 
EXAMPLES 
This example shows how to set the type attribute: 
nsc# scope system 
nsc /system # scope backup testhostname 
nsc /system/backup # set type full-state 
nsc /system/backup* # commit-buffer 
nsc /system/backup #