Data Integration Hub
- Data Integration Hub 10.4.1
- All Products
repoutil <-c|--command> command <-t|contentType> contentType<-l|--url> “url”<-u|--user> user <-p|--password> password[--authmode mode][--sysadmin name] [--docStore docStore] [--file file][--forceDelete][-Ddx.kerberos.initial.administrator] [-Ddx.pwc.domain.gateway] [-Ddx.kerberos.krb5.file] [-Ddx.kerberos.console.keytab.file] [-Ddx.kerberos.console.service.principal.name]
Options
| Argument
| Description
|
---|---|---|
- c
--command
| command
| Required. Command to run on the repository. Enter one of the following commands:
|
-t
--contentType
| contentType
| Required. Specifies on which repository the command runs. Specify one of the following options:
|
-l
-- url
| "url"
| Optional. JDBC URL for the
Data Integration Hub repository or for the
. You must enclose the URL in quotation marks. For example:
Data Integration Hub publication repository
|
-u
--user
| user
| Optional. User name for the database account to use when the utility connects to the
Data Integration Hub repository or for the operational data store.
|
-p
--password
| password
| Optional. Password for the database account to use when the utility connects to the
Data Integration Hub repository or for the operational data store.
|
--authMode
| mode
| Optional for the createContent command. The argument determines the authentication mode to set. Specify one of the following options:
|
--sysadmin
| name
| Required for the following commands:
By default, the password for the administrator user account is the same as the user name. If --authMode has the value "isp", this option is ignored.
|
--docStore
| docStore
| Required for the moveDocumentStore command. Absolute path of the directory to which to move the document store. The directory must have the same access permissions as the current directory.
You cannot move the document store to a subdirectory of the current document store directory. For example, if current document store directory is
c:\DocStore , you cannot move the document store to the following directory:
c:\DocStore\newstore
If the repository utility fails when you run the moveDocumentStore command, you can resume the move with the same value in the --docStore command.
On Windows operating systems, you must use forward double slashes (//) in the file path.
|
--file
| file
| Optional for the loadProperties, migrateToISPKerberos, migrateToISP, and verifyContents commands.
Enter the following file name in the command:
The commands use the file to determine the connection properties of the publication repository. Each property must appear on a separate line in the following format:
|
--configFile
| propertyFile
| Optional for all the repository commands. Points to the location of the
Data Integration Hub configuration property file. If not specified,
Data Integration Hub loads the file from the following location:
|
--createVersion
| version
| Optional. If you run the createSchema command, you can use this option to specify the version of the product for which to create the repository. The product version consists of numbers separated by periods. For example:
9.6.0 . By default, the product version is set to the latest version.
|
--forceDelete
| Optional for the deleteSchema command. Deletes the repository schema regardless of errors. By default, the deleteSchema command does not delete the repository schema if it encounters errors.
| |
-Ddx.kerberos.initial.administrator
| user
| Required for the migrateToISPKerberos command. Kerberos user that exists in the Informatica security domain, in the following format:
You must enter
<SECURITY_DOMAIN> in uppercase letters. For example:
|
-Ddx.pwc.domain.gateway
| host
| Required for the migrateToISPKerberos command. Gateway machine to the Informatica domain. For example:
|
-Ddx.kerberos.krb5.file
| file
| Required for the migrateToISPKerberos command. Location of the Kerberos configuration file. This file usually resided in the same location as the PowerCenter configuration file.
|
-Ddx.kerberos.console.keytab.file
| file
| Required for the migrateToISPKerberos command. Location of the keytab file.
If
Data Integration Hub is installed on the same machine as the PowerCenter Administrator Console, the keytab file is the same file that is used for the service principal
HTTP/<hostname>@<domain> , the file
webapp_http.keytab .
If
Data Integration Hub is installed on a different machine than the PowerCenter Administrator Console, the keytab file must contain the credentials for the service principal
HTTP/< .
DIH hostname>@<domain> |
-Ddx.kerberos.console.service.principal.name
| name
| Required for the migrateToISPKerberos command. Service principal host name in the following format:
For exampe:
|
repoutil –c createSchema –u DIH_USR –p DIH_USR –l ”jdbc:informatica:oracle://dih_rdbms:1521;SID=orcl” –t dih
repoutil –c createContent –u DIH_USR –p DIH_USR –l ”jdbc:informatica:oracle://dih_rdbms:1521;SID=orcl” –t dih
repoutil –c createSchema –u DIH_STAGING_USR –p DIH_STAGING_USR –l ”jdbc:informatica:oracle://dih_rdbms:1521;SID=orcl” –t dih_staging
repoutil –c createContent –u DIH_STAGING_USR –p DIH_STAGING_USR –l ”jdbc:informatica:oracle://dih_rdbms:1521;SID=orcl” –t dih_staging
repoutil –c createSchema –u DIH_USR –p DIH_ODS_PASSWORD –l ”jdbc:informatica:oracle://dih_rdbms:1521;SID=orcl” –t dih_ods
repoutil –c createContent –u DIH_USR –p DIH_ODS_PASSWORD –l ”jdbc:informatica:oracle://dih_rdbms:1521;SID=orcl” –t dih_ods