http://theblasfrompas.blogspot.com.au/2013/07/securing-schemas-in-pivotal-sqlfire.html
When you need to shutdown members with authentication on you would do the following.
1. Create a directory called "shutdown".
2. Copy sqlfire.properties into that directory
sqlfire.auth-provider=BUILTIN
sqlfire.sql-authorization=true
sqlfire.user.admin=adminpassword
sqlfire.user.locatoradmin=adminpassword
sqlfire.user.serveradmin=adminpassword
sqlf shut-down-all -locators=localhost[41111] -user=admin -password=adminpassword
This will only shutdown the members you would still need to stop the locator if you wanted to do that.
No comments:
Post a Comment