Monday, July 26, 2010

Bootstrapping SAP Web dispatcher

$ pwd
/sapmnt/EP1/webdisp2_710
$ sudo ./sapwebdisp -bootstrap
SAP Web Dispatcher Bootstrap
============================

This bootstrap will perform the following steps:
1. create profile file "sapwebdisp.pfl" for SAP Web Dispatcher (if not already existing)
2. create user for web based administration in file "icmauth.txt" (if not already exisiting)
3. start SAP Web Dispatcher with the created profile

After the bootstrap you can use the web based administration

Generating Profile "sapwebdisp.pfl"
Hostname of Message Server (rdisp/mshost): hostname
HTTP Port of Message Server (ms/http_port): 8100
Checking connection to message server...OK
Unique Instance Number for SAP Web Dispatcher (SAPSYSTEM): 22
HTTP port number for SAP Web Dispatcher: 8002
Create configuration for s(mall), m(edium), l(arge) system (default: medium): m
Profile "sapwebdisp.pfl" generated
Authentication file "icmauth.txt" generated
Web Administration user is "icmadm" with password "Ea9qaPtT"
Restart sapwebdisp with profile: sapwebdisp.pfl
sapwebdisp started with new pid 278536
Web administration accessible with "http://:8002/sap/wdisp/admin"

SAP Web Dispatcher bootstrap ended (rc=0)
$ *** SAP Web Dispatcher up and operational (pid: 278536) ***

No comments:

Post a Comment