You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New feature:
-Automatic install of ScaleIO IM to allow API access to installed
ScaleIO cluster
-Additional parameter for OS version to allow day install of IM
sed -i 's/mdm.ip.addresses=/mdm.ip.addresses='${FIRSTMDMIP}','${SECONDMDMIP}'/' /opt/emc/scaleio/gateway/webapps/ROOT/WEB-INF/classes/gatewayUser.properties
60
+
sed -i 's/gateway-admin.password=/gateway-admin.password=Scaleio123/' /opt/emc/scaleio/gateway/webapps/ROOT/WEB-INF/classes/gatewayUser.properties
61
+
service scaleio-gateway restart
62
+
52
63
if [[ -n$1 ]];then
53
64
echo"Last line of file specified as non-opt/last argument:"
0 commit comments