File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,14 @@ case "$OS" in
74
74
export MONGO_SHELL_CONNECTION_FLAGS=" $MONGO_SHELL_CONNECTION_FLAGS --host localhost --ssl --sslCAFile=$MONGO_ORCHESTRATION_HOME /lib/ca.pem --sslPEMKeyFile=$MONGO_ORCHESTRATION_HOME /lib/client.pem"
75
75
fi
76
76
;;
77
+ sunos* )
78
+ # Can't make a virtual env here
79
+ echo " { \" releases\" : { \" default\" : \" ` pwd` /mongodb/bin\" } }" > orchestration.config
80
+ nohup mongo-orchestration -f orchestration.config -e default --socket-timeout-ms=60000 --bind=127.0.0.1 --enable-majority-read-concern start > $MONGO_ORCHESTRATION_HOME /out.log 2> $MONGO_ORCHESTRATION_HOME /err.log < /dev/null &
81
+ if [ " $SSL " != " nossl" ]; then
82
+ export MONGO_SHELL_CONNECTION_FLAGS=" $MONGO_SHELL_CONNECTION_FLAGS --host localhost --ssl --sslCAFile=$MONGO_ORCHESTRATION_HOME /lib/ca.pem --sslPEMKeyFile=$MONGO_ORCHESTRATION_HOME /lib/client.pem"
83
+ fi
84
+ ;;
77
85
* )
78
86
echo " { \" releases\" : { \" default\" : \" ` pwd` /mongodb/bin\" } }" > orchestration.config
79
87
# Make sure MO is running latest version
You can’t perform that action at this time.
0 commit comments