使用范圍:
將DB2客戶端安裝到多台機器上
需要將DB2數據庫服務器嵌入到您的應用程序,並在安裝這個應用程序同時安裝DB2數據庫服務器
創建響應文件的方法:
1:在安裝DB2 express-c 過程,第一步允許選擇將安裝信息保存到響應文件
此處生成文件為:PROD_EXPC.rsp文件,其基本內容如下:
2:安裝後,在db2的命令窗口,使用命令db2rspgn -d c:\1,會在C盤1文件夾生成一個響應文件樣例(.rsp後綴)
<!--[if !vml]-->
<!--[endif]-->
目錄1下生成的文件:db2expc.rsp文件,可以用記事本等程序打開,基本文件內容部分如下:
<!--[if !vml]-->
響應文件使用
Windows下:使用 setup -u c:\1\db2expc.rsp
Linux下 : 使用 db2setup -r <rsp文件>
附:db2rspgn參數(該命令只能在Windows運行)
-d
Destination directory for a response file and any instance files. This parameter is required.
-i
A list of instances for which you want to create a profile. The default is to generate an instance profile file for all instances. This parameter is optional.
-noctlsrv
Indicates that an instance profile file will not be generated for the Control Server instance. This parameter is optional.
-nodlfm
Indicates that an instance profile file will not be generated for the Data Links File Manager instance. This parameter is optional.
本文出自 “雲淡風清” 博客