archstop
Use this program to stop Collector Server.
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.
- -p port
- Specifies the port of the Collector Server instance.
- -ip unicode_port
- Specifies the internal port of the Collector Server instance.You find the internal port number in the trace information that is written to the console or to the file that is specified by the CONSOLE_TRACE keyword in the server configuration profile. Example:
ArchPro 14024786 started on UNICODE Port 48637.
- now
- Stops the specified Collector Server instance immediately, without waiting for active jobs to be completed.
- -h
- Displays help information about the archstop command.
Comments
- The port number is necessary to establish a connection between a system and the archpro program.
- The fixed port number can also be read from the server configuration profile.
- If you do not specify -i, -p, or -ip, the information in the default server configuration profile is used.
- Only port numbers above 5000 are accepted.
Examples
archstop- Stops the Collector Server instance that uses port that is specified in the default server configuration profile.
archstop -p 5510- Stops the Collector Server instance that uses port 5510 after all jobs are completed.
archstop -p 5510 now- Immediately stops the Collector Server instance that uses port 5510.
archstop -i C:\Users\iccsapadmin\AppData\Roaming\IBM\iccsap\inst2\archint2.ini- Stops the Collector Server instance that uses the port that is specified in the server configuration profile archint2.ini.
