2008-5-31 12:48
lianjianbin
Windows 2000下如何创建TSM的.out文件
大家好!
我想把server1目录下dsmserv.opt文件中关于描述devcnfg与history的信息拷贝出来,但是不知道该如何创建.out的文件?
之前看过文档如果要备份TSM的数据库,就要把devcnfg与history的信息转变为devcnfg.out与history.out的文件
如果要拷贝devcnfg与history的信息,是否就只需把以下的东东复制就行
* VOLUMEHISTORY
* ********************************************************************
* VOLUMEHistory <filename>
*
* Specifies the name of a file that should contain sequential
* volume history information when it is changed by the server.
* Sequential volume history information is used by the administrator
* and server processes during server database recovery.
*
* More than one of these parameters may be specified to record
* sequential volume history information to multiple files
*
* Syntax
* +------------------+----------------------------------------------+
* | VOLUMEHistory | filename |
* +------------------+----------------------------------------------+
*
VOLUMEHistory "volhist.out"
* DEVCONFIG
* ********************************************************************
* DEVCONFig <filename>
*
* Specifies the name of a file that should contain device
* configuration information when it is changed by the server.
* Device configuration information is used by the
* server processes during server database recovery or load and
* DSMSERV DUMPDB processing.
*
* More than one of these parameters may be specified to record
* device configuration information to multiple files.
*
* Syntax
* +------------------+----------------------------------------------+
* | DEVCONFig | filename |
* +------------------+----------------------------------------------+
*
DEVCONFig "devcnfg.out"
请大家指导!