cancel
Showing results for 
Search instead for 
Did you mean: 

bp.conf

Bezoes_Lam
Level 3
anybody help me ?, what is configuration in bp.conf if i have server A as master server, media, and client. server B as media server and client. server C as client only.
3 REPLIES 3

Yasuhisa_Ishika
Level 6
Partner Accredited Certified
Here is a sample.

* server A
SERVER=
SERVER=
CLIENT_NAME=

* server B
SERVER=
SERVER=
CLIENT_NAME=

* server C
SERVER=
SERVER=
CLIENT_NAME=

Or if you want to limit administrative privileges for server B, following is better.

* server A
SERVER=
MEDIA_SERVER=
CLIENT_NAME=

* server B
SERVER=
MEDIA_SERVER=
CLIENT_NAME=

* server C
SERVER=
MEDIA_SERVER=
CLIENT_NAME=

Bezoes_Lam
Level 3
Pardon me can i ask question again ?, how about if server A is only as master server and client and server B still the same as media server and client and server C still the same as client. thanx a lot before

Yasuhisa_Ishika
Level 6
Partner Accredited Certified
bp.conf on each servers are same as above, although server A works as master server only. The first line of bp.conf must be "SERVER=", and it works in both case.