Setting permissions to run the DataStax Agent as the DSE user
Ensure that the DataStax Agent tarball can run as the DSE user.
If you install the DataStax Agent from a tarball, you must manually configure the Agent to run as the same DataStax Enterprise (DSE) user and set permissions for this user.
When DSE is installed, it creates a |
Prerequisites
Ensure the necessary read and write permissions are set for the user or group running the Agent:
Directory and File Permissions
Feature functionality | Permissions required | ||
---|---|---|---|
General Agent functionality |
Read permission to |
||
Configuring a cluster |
Read/write permissions to configuration directories and files. |
||
Backup and restore |
Read/write permissions to configuration directories and files.
|
Directory and File Locations
Directory/File | Location | ||
---|---|---|---|
|
See Configuration directories and files below. |
||
Configuration directories and files |
|
||
Data directories |
Default:
|
||
Commit log archiving script |
|
Procedure
To set up the umask:
-
Open a terminal.
-
Give read/write permission for new tables and data by editing the appropriate shell file for the DataStax Enterprise environment:
File Location dse-env.sh
-
/etc/dse/
-
install_location/conf/
cassandra-env.sh
-
/etc/dse/cassandra
-
install_location/conf
-
-
Add the command
umask 002
to the top of the file.Setting the umask to 002 is required because Cassandra creates new directories or files as 0700 by default, which does not grant read or write permissions.
umask 002