Unix and Linux Discussions Tagged with batch |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
3,549 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
20,023 |
Windows & DOS: Issues & Discussions |
|
|
|
6 |
3,262 |
Shell Programming and Scripting |
|
|
|
2 |
2,628 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
12,791 |
Windows & DOS: Issues & Discussions |
|
|
|
3 |
2,451 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,980 |
Shell Programming and Scripting |
|
|
|
0 |
1,354 |
Shell Programming and Scripting |
|
|
|
3 |
2,439 |
Shell Programming and Scripting |
|
|
|
5 |
21,466 |
Shell Programming and Scripting |
|
|
|
4 |
6,901 |
Shell Programming and Scripting |
|
|
|
10 |
5,353 |
HP-UX |
|
|
|
7 |
6,838 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
4,490 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,666 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
11,686 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
15,477 |
Shell Programming and Scripting |
|
|
|
4 |
6,773 |
Windows & DOS: Issues & Discussions |
|
|
|
3 |
6,410 |
Shell Programming and Scripting |
|
|
|
4 |
35,189 |
Shell Programming and Scripting |
|
|
|
1 |
4,423 |
Shell Programming and Scripting |
|
|
|
3 |
5,862 |
Shell Programming and Scripting |
|
|
|
8 |
19,530 |
Windows & DOS: Issues & Discussions |
|
|
|
1 |
10,839 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
2,586 |
Shell Programming and Scripting |
|
|
|
4 |
6,739 |
AIX |
|
|
|
1 |
3,181 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
4,397 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
11,293 |
Windows & DOS: Issues & Discussions |
|
|
|
4 |
2,884 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
35,333 |
Gentoo |
|
|
|
0 |
2,146 |
UNIX and Linux RSS News |
|
|
|
10 |
20,203 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
6,981 |
Windows & DOS: Issues & Discussions |
|
|
|
0 |
3,597 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,600 |
Shell Programming and Scripting |
|
|
|
5 |
11,136 |
Shell Programming and Scripting |
|
|
|
3 |
9,534 |
Shell Programming and Scripting |
|
|
|
1 |
11,905 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,312 |
UNIX and Linux RSS News |
ipsec_config_batch(1M) ipsec_config_batch(1M)
NAME
ipsec_config_batch - allow for processing of IPsec config operations in a single batch file
SYNOPSIS
batch_file_name profile_file]
DESCRIPTION
The command allows you to specify multiple and operations in a single batch file for processing. HP-UX IPSec processes the operations in a
batch file as a group. This mode is useful if you are adding or deleting configuration records that may affect other records.
If one operation is invalid, all operations in the batch file fail. The utility first verifies each operation in the batch file for syntax
errors and collisions (object names and priority values) with existing entries in the configuration database. If all operations in the
batch file are valid, the HP-UX IPSec infrastructure updates the configuration database with all operations at the same time. If HP-UX
IPSec is active and running, the HP-UX IPSec infrastructure also updates the runtime policy database.
Options and Operands
The batch operation recognizes the following options and operands:
batch_file_name
The name of the batch file containing and operations.
A batch file cannot contain operations that operate on the following objects:
For example, the
operation is illegal in a batch file.
In addition, a batch file cannot contain the following commands:
o does not allow recursive batch files) or commands.
o
o
Lines starting with a pound sign are interpreted as comments. Comment lines within an operation are not allowed.
Maximum length: 1023 characters.
Default: None.
The utility verifies the and operations, but does not add or delete entries in the configuration database. This option applies to
all operations in the batch file. Individual operations in the batch file cannot specify the option.
Specifies the name of the profile file containing default argument
values for this policy. The argument values are evaluated once, when the policy is added to the configuration database. Val-
ues used from the profile file become part of the configuration record for the policy.
This argument applies to all operations in the batch file. Individual operations in the batch file cannot specify the profile
argument.
Maximum length: 1023 characters.
Default:
EXAMPLES
The file contains the following entries:
AUTHOR
was developed by HP.
FILES
configuration database.
default profile file.
SEE ALSO
ipsec_admin(1M), ipsec_config(1M), ipsec_config_add(1M), ipsec_config_delete(1M), ipsec_config_export(1M), ipsec_config_show(1M),
ipsec_migrate(1M), ipsec_policy(1M), ipsec_report(1M).
HP-UX IPSec Software Required ipsec_config_batch(1M)