Free cookie consent management tool by TermsFeed Start Script
Start Script

Purpose

The start script starts up the Appian engines and associated other services, like service manager and Kafka.

Location

<APPIAN_HOME>/services/bin/start.sh (.bat)

Options

Short Name Long Name Required Meaning
-h --help No Show usage information
-p --password Yes Password for Admin REST API
-s --services Yes A comma-separated list of services to start. See below for values.
-f --foreground No Run in the foreground
-nk --no-kafka No Skip starting distributed transaction log

Available values for the --services parameter: all, analytics00analytics31, channels, content, download-stats, execution00execution31, forums, groups, notifications, notifications-email, portal, process-design, manager, mirror-maker.

Usage

1
./start.sh -p <password> -s all
Open in Github Built: Fri, Mar 22, 2024 (05:03:50 PM)

Start Script

FEEDBACK