archpro
Use this program to start Collector Server, which controls all Content Collector for SAP components.
Parameters
- -i profile
- Specifies the fully qualified file name of the server configuration profile that you want to use. You can omit this parameter if the server configuration profile is in the directory that you issue the command from and if its name is archint.ini.
- -f masterkey
- Generates the master key that is used to encrypt the password
file, which is set by the CONFIG_FILE keyword,
and the SAP certificates. The master key is stored in the file that
is set by the MASTER_KEYFILE keyword.
You must have read and write permissions for the fully qualified path to the master key file. Ideally, you are the owner of this file and no other user has access to this file. Linux® and UNIX systems check the access permissions for this file.
- -f r3passwd [sap_client [sap_user [password]]]
- Specifies the password of the CPIC user that Collector Server uses to log on to an SAP client.
- -f serverpasswd [server [repos_user [password]]]
- Specifies the password of the user that Collector Server uses to log on to IBM® Content Manager, Content Manager OnDemand, FileNet® P8. If you use Tivoli® Storage Manager as repository, it specifies the password of the Tivoli Storage Manager node.
- -f dll_keystore_passwd password
- Specifies the password of the server keystore. The server keystore is needed for the communication between a Collector Server instance and the API of Content Collector for SAP.
- -f keystore_passwd password
- Specifies the password of the SSL keystore that contains the server certificate. The SSL keystore is required for the communication between a Collector Server instance and IBM Content Navigator and for the HTTPS communication between a Collector Server instance and an SAP system.
- -f truststore_passwd password
- Specifies the password of the SSL truststore that contains the certificates of the trusted web application servers and the trusted SAP systems. An SSL truststore is needed for the communication between a Collector Server instance and IBM Content Navigator. It is also needed for an HTTPS communication with client authentication between a Collector Server instance and an SAP system.
- -f serverpasswd_PE [server [pe_user [password]]]
- Specifies the password of the Process Engine user. Note: If the value for server contains one or more blanks, you must enclose it in quotation marks. On Windows, you must use double quotation marks. On Linux and UNIX systems, you can use single quotation marks or double quotation marks.
- -f serverpasswd_ICN [server [ICN_user [password]]]
- Specifies the password of the IBM Content Navigator user. Note: If the value for server contains one or more blanks, you must enclose it in quotation marks. On Windows, you must use double quotation marks. On Linux and UNIX systems, you can use single quotation marks or double quotation marks.
- -f webdavpasswd password
- Specifies the password for the user who is allowed for ILM-enabled data archiving (BC-ILM).
- -h
- Displays help information about the archpro command.
The specified passwords are added to the password file and are reused when you start a Collector Server instance the next time.
Examples
archpro- Starts a Collector Server instance with the default server configuration profile. If the profile contains new users, nodes, or keystores you are prompted for their passwords.
archpro -i C:\Users\iccsapadmin\AppData\Roaming\IBM\iccsap\inst2\archint2.ini- Starts a Collector Server instance with the specified server configuration profile. If the profile contains new users, nodes, or keystores you are prompted for their passwords.
archpro -f serverpasswd- Prompts you for the passwords of all users or nodes that the Collector Server instance uses to log on to the repositories that are specified in the instance configuration.
archpro -f serverpasswd SRV USR- Prompts you for the password of the user or node
USRthat the Collector Server instance uses to log on to the repository on serverSRV. archpro -f serverpasswd SRV USR PWD- Specifies the password
PWDfor the user or nodeUSRthat the Collector Server instance uses to log on to the repository on serverSRV. archpro -f serverpasswd_PE "[CFSIS42_OS][http://ecmsap-p850:9080/wsi/FNCEWS40MTOM][P8 Domain]" sampleUser3 PWD- Specifies the password
PWDfor the Process Engine usersampleUser3.
