Cisco CSACS-1121-K9 Reference Guide - Page 139

import-export-abort, import-data, running

Page 139 highlights

Appendix A ACS Command Reference ACS Configuration Commands Defaults None. Command Modes ACS Configuration Usage Guidelines When you issue this command, the ACS server starts a process to import the ACS configuration data to the local ACS node from the specified remote repository and provides you a unique process ID to track the progress of the import operation. Use the import-export-status command to learn the status of import operations. If the import process violates the security constraints defined in the security type parameters (full, none, only-sec-repo, and only-sec-files), the ACS server returns a validation error similar to the following: Repository 'ftp01' has low security level The import-data command is asynchronous, which allows you to execute other CLI commands when the import operation is in progress. Examples acs/admin(config-acs)# import-data add user repository01 file01 resultfile01 abort-on-error full password Import process Id is: 2 acs/admin(config-acs)# Related Commands Command export-data import-export-abort import-export-status Description Exports configuration data from an ACS local store to a remote repository. Aborts all or specific import or export processes. Displays the status of all or specific import or export processes. import-export-abort To abort currently running, queued, or all import and export processes, use the import-export-abort command in the ACS Configuration mode. Only the super admin can simultaneously abort a running process and all pending import and export processes. However, a user who owns a particular import or export process can abort that particular process by using the process ID, or by stopping the process when it is in progress. import-export-abort {running | all | id id} Syntax Description running all Aborts if any import or export processes is in progress. Aborts if any import or export processes is in progress or waiting in queue to be processed. OL-18996-01 CLI Reference Guide for the Cisco Secure Access Control System 5.1 A-101

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190

A-101
CLI Reference Guide for the Cisco Secure Access Control System 5.1
OL-18996-01
Appendix A
ACS Command Reference
ACS Configuration Commands
Defaults
None.
Command Modes
ACS Configuration
Usage Guidelines
When you issue this command, the ACS server starts a process to import the ACS configuration data to
the local ACS node from the specified remote repository and provides you a unique process ID to track
the progress of the import operation. Use the
import-export-status
command to learn the status of
import operations.
If the import process violates the security constraints defined in the security type parameters (full, none,
only-sec-repo, and only-sec-files), the ACS server returns a validation error similar to the following:
Repository '
ftp01
' has low security level
The
import-data
command is asynchronous, which allows you to execute other CLI commands when
the import operation is in progress.
Examples
acs/admin(config-acs)#
import-data add user repository01 file01 resultfile01
abort-on-error full password
Import process Id is: 2
acs/admin(config-acs)#
Related Commands
import-export-abort
To abort currently running, queued, or all import and export processes, use the
import-export-abort
command in the ACS Configuration mode. Only the super admin can simultaneously abort a running
process and all pending import and export processes. However, a user who owns a particular import or
export process can abort that particular process by using the process ID, or by stopping the process when
it is in progress.
import-export-abort
{
running
|
all
|
id
id
}
Syntax Description
Command
Description
export-data
Exports configuration data from an ACS local store to a remote
repository.
import-export-abort
Aborts all or specific import or export processes.
import-export-status
Displays the status of all or specific import or export processes.
running
Aborts if any import or export processes is in progress.
all
Aborts if any import or export processes is in progress or waiting in queue to
be processed.