imperva 非交互式导入导出配置

非交互使用模式full_expimp.sh可以导出/导入手动使用交互式CLI 
在root的命令行下执行:

例子:

# full_expimp.sh --operation=1 --pwd=密码 --dmpfile=/tmp/dump
导入:
full_expimp.sh --operation=2 --pwd=密码 --dmpfile=/tmp/dump.tgz --encryptpwd=密码 --securepwd=密码 

Help: Bellow命令将显示命令的全部用法
full_expimp.sh? 

用法:
交互模式:
/opt/SecureSphere/server/bin/full_expimp.sh  
非交互模式:
/opt/SecureSphere/server/bin/full_expimp.sh --operation=<operation_type> --pwd=<system_password> [--dmpfile=<file_name>] [--logfile=<file_name>] [--encryptpwd=<encryptpwd>] [<export options> | <import options> | <clean options>]
有关加密密码的说明:输入用于加密导出文件的密码(默认为系统

密码,即SecureSphere数据库的系统用户的密码)。
日志:在过程之后,这是一个包含详细信息的日志 
/tmp/dump.log中的上面的例子

posted @ 2018-09-02 22:52  时光凉&春衫薄  阅读(211)  评论(0编辑  收藏  举报