DB2 10.5 for Linux, UNIX, and Windows

db2ccprf - Copy client profile command

You can use this command to copy client configuration files into another directory.

Authorization

None

Required connection

None

Command syntax

Read syntax diagramSkip visual syntax diagram
>>-db2ccprf--+-----+-- -t--TargetProfilePath--+------------------------+--+-----+-><
             +- -h-+                          '- -s--SourceProfilePath-'  '- -f-'   
             '- -?-'                                                                

Command parameters

-h | -?
Display help for the db2ccprf command.
-t TargetProfilePath
Specifies the target location that the client configuration files are copied to. If you want a local client to use the configuration files that are copied by using this command, you must set DB2_APPL_CFG_PATH to this directory.
-s SourceProfilePath
Specify the source location where the client configuration files are copied from. If a location is not specified, client configuration files are copied from the path that is specified in the DB2_NET_CLIENT_PATH environment variable.
-f
Specify this parameter to overwrite existing files in the path that the client configuration files are being copied to.

Usage notes