archadmin

Use this program to establish a connection to a Collector Server instance so that you can view the messages that were issued by Collector Server. You can open a connection across systems and across operating systems.

Read syntax diagramSkip visual syntax diagram archadmin.sh1archadmin2 archint.ini -iprofilelocalhost - mserver_nameARCHPRO_PORT3 -pport -check_alive -trace_on -trace_off -h
Notes:
  • 1 On Linux® and UNIX systems
  • 2 On Windows
  • 3 If the server configuration profile is found, the value for the ARCHPRO_PORT keyword is used.

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.
-m server_name
Specifies the host name or the IP address of the system where Collector Server runs.
-p port
Specifies the fixed port that is used by the Collector Server instance.
-check_alive
Checks whether the Collector Server instance is running. A return code of 0 indicates that it is running.
-trace_on
Starts tracing. The Collector Server trace file and the RFC trace file are written.
-trace_off
Tracing stops. No trace files are written.
-h
Displays help information about the archadmin command.

Comments

  • If you do not specify the -m parameter, Content Collector for SAP assumes that the archpro program is on the local system (localhost).
  • If you do not specify either -p or -i, the information in the default server configuration profile is used.
  • Only port numbers above 5000 are accepted.
  • Connections between different operating systems, such as Windows and AIX®, are supported.

Examples

archadmin
Connects to Collector Server by reading the port number from the server configuration profile.
archadmin -p 5510
Connects to Collector Server by using the fixed port 5510.
archadmin -m ginkgo -p 5510
Connects to the Collector Server that runs on server ginkgo. The connection is established with the fixed port 5510.
archadmin -m 192.168.1.2 -p 5510
Connects to the Collector Server that runs on a server with IP address 192.168.1.2. The connection is established with the fixed port 5510.
archadmin -i C:\Users\iccsapadmin\AppData\Roaming\IBM\iccsap\inst2\archint2.ini
Connects to the Collector Server that runs on the local server. The port number is read from the server configuration profile.