Nexfs
Learn how to configure Nexfs for use with Filebase.
Last updated
Was this helpful?
Learn how to configure Nexfs for use with Filebase.
Last updated
Was this helpful?
Nexfs is a storage software that unites block, file, cloud and object storage technologies under one tool. Nexfs uses a three-tier architecture to combine hot, warm, and cold data under a single Nexfs server. This design allows workloads such as virtual machines and applications to be mixed in with everyday text and image files and cohesively consume object storage. The third tier in this architecture is compatible with AWS S3 services, and can be configured for use with Filebase.
Read below to learn how to use Nexfs with Filebase.
nexfscli -init
nexfscli configfile set defaults filebase
The default configuration for Filebase is as follows:
T3USEHTTPS 1
T3S3USEVIRTUALHOST 1
T3S3SIGNATUREV4 1
T3S3ENABLEREGION 0
T3S3COMPATIBLE 0
T3S3URL filebase.com
T3S3PORT 443
T3S3RETRYSLEEP 1
T3S3RETRIES 3
T3S3RETRY404 0 ​
nexfscli configfile set T3S3BUCKET filebase-bucket
nexfscli configfile set T3AWSAccessKeyId filebase-access-key
nexfscli configfile set T3AWSSecretAccessKey filebase-secret-key
Replace the following values to resemble your configuration:
Filebase-Bucket: Filebase Bucket Name
Filebase-Access-Key: Filebase Access Key
Filebase-Secret-Key: Filebase Secret Key
nexfscli configfile set T3DDIRENABLED 1
This example uses the directory /nexfs/filebase
.
nexfscli configfile set T1SDIR /nexfs/filebase
This example uses the directory /nexfs/t1
.
nexfscli configfile set T1DDIR /nexfs/t1
nexfscli setupdatastores
nexfscli configfile set TERMSANDCONDITIONSACCEPTED 1
mkdir /mnt/nexfs
/mnt/nexfs
:nexfscli server start
nextfscli server status