dse fs
Starts the DSE File System (DSEFS).
Starts the DSE File System (DSEFS). The DSEFS prompt shows the current working directory, which is the default DSEFS search directory.
Synopsis
dse fs [--prefer-contact-points -h IP_address1,IP_address2,...]
- --prefer-contact-points -h IP_address1,IP_address2,...
- Give precedence to the specified hosts, regardless of proximity, when issuing DSEFS
commands. As long as the specified hosts are available, DSEFS will not switch to other
DSEFS nodes in the cluster.
Without these options, DSEFS switches to the closest available DSEFS node.
Examples
Start DSEFS
dse fs
Connected to DataStax Enterprise File System 6.0.2 at DSE cluster Test Cluster
Type help to get the list of available commands.
dsefs dsefs://127.0.0.1:5598/ >
DSEFS starts on the closest available DSEFS node.
Start DSEFS
dse fs 10.0.0.2,10.0.0.5
Connected to DataStax Enterprise File System 6.0.2 at DSE cluster Test Cluster
Type help to get the list of available commands.
dsefs dsefs://127.0.0.1:5598/ >
DSEFS starts with precedence to the specified hosts, regardless of proximity.