archcert

Use this program to accept an SAP certificate. An SAP certificate is necessary for each logical archive that is defined in the Collector Server instance configuration and that the SAP system communicates with.

Read syntax diagramSkip visual syntax diagram archcert.sh1archcert2 archint.ini -iprofile -aarchive_id -tracefilepath -h
Notes:
  • 1 On Linux® and UNIX systems
  • 2 On Windows

Parameters

-i profile
Specifies the fully qualified file name of the server configuration profile where the logical archive is defined. You can omit this parameter if the server configuration profile is in the directory from which you issue the command and if it has the name, namely archint.ini.
-a archive_id
Specifies the ID of the logical archive for which an SAP certificate is necessary.
-tracefile path
Activates tracing and specifies the fully qualified path to the trace file.
-h
Displays help information about the archcert command.

Examples

archcert -a A2
Displays the content of the SAP certificate for logical archive A2. In addition, you are asked whether you want to accept the SAP certificate.
archcert -i C:\Users\iccsapadmin\AppData\Roaming\IBM\iccsap\inst2\archint2.ini -a A2
Displays the content of the SAP certificate for logical archive A2. In addition, you are asked whether you want to accept the SAP certificate. The logical archive A2 is defined in the server configuration profile archint2.ini in the specified path.
archcert -a A2 -tracefile /home/iccsapadmin/instance1/traces/archcert.trace
Displays the content of the SAP certificate for logical archive A2. In addition, you are asked whether you want to accept the SAP certificate. During the execution of the archcert command, the trace file archcert.trace is created in the specified path.