Creating Redis Accounts
--------------------------------------
-
Before starting services, it's necessary to create Redis accounts.
Issue the following command as the *opensrf* Linux account:
-
++
[source, bash]
---------------------------------------------------------------------------
osrf_control --reset-message-bus
---------------------------------------------------------------------------
++
+[NOTE]
+===========================================================================
+The script which creates Redis OpenSRF accounts also disables the
+'default' (password-less) Redis account for security reasons. To access
+the Redis command line with full privileges, use the 'admin' user and
+associated password from the SYSCONFDIR/redis-accounts.txt file.
+===========================================================================
Starting and stopping OpenSRF services
--------------------------------------