HP-UX IPSec version A.02.00 Administrator's Guide
Troubleshooting HP-UX IPSec
Troubleshooting Scenarios
Chapter 5184
• Restore the skeleton configuration database file and re-enter the
configuration data.
Using ipsec_migrate
You can only use this method if you still have a configuration file from a
previous release.
Step 1. Stop HP-UX IPSec:
ipsec_admin -stop
Step 2. Re-create the database file by migrating the configuration file from a
previous release, such as a /var/adm/ipsec/policies.txt file:
ipsec_migrate -s
old_config_file
-d
new_config_file
Step 3. Re-run your ipsec_config batch file, if you have one:
ipsec_config batch
batch_file
If you do not have an ipsec_config batch file, you must manually enter
your configuration information.
Using the Skeleton Database File
Use this method if you do not have a configuration file from a previous
version.
Step 1. Copy the skeleton database file
(/var/adm/ipsec/migration/skeleton.db.020000) to
/var/adm/ipsec/config.db:
cp /var/adm/ipsec/migration/skeleton.db.020000 \
/var/adm/ipsec/config.db
Step 2. Re-run your ipsec_config batch file, if you have one:
ipsec_config batch
batch_file
If you do not have an ipsec_config batch file, you must manually enter
your configuration information.