This document covers the steps to set up your ObjectiveFS filesystem with Oracle Government Cloud Object Storage.
Filesystem
section on your profile pageConfigure Objectivefs
a. For Oracle US GovCloud
$ sudo mount.objectivefs config ocs-gov://
Creating config for Oracle Govcloud in /etc/objectivefs.env
Enter ObjectiveFS License: <your ObjectiveFS license>
Enter Name Space: <your oracle GovCloud namespace>
Enter Access Key: <your oracle GovCloud access key>
Enter Secret Key: <your oracle GovCloud secret key>
Enter Region: <your GovcCoud region, e.g. us-gov-ashburn-1>
b. For Oracle UK GovCloud
$ sudo mount.objectivefs config ocs-ukgov://
Creating config for Oracle UK Govcloud in /etc/objectivefs.env
Enter ObjectiveFS License: <your ObjectiveFS license>
Enter Name Space: <your oracle GovCloud namespace>
Enter Access Key: <your oracle GovCloud access key>
Enter Secret Key: <your oracle GovCloud secret key>
Enter Region: <your GovCloud region, e.g. uk-gov-london-1>
Create your filesystem (one-time only)
$ sudo mount.objectivefs create <your filesystem name>
Passphrase (for <filesystem>): <your passphrase>
Verify passphrase (for <filesystem>): <your passphrase>
Mount your filesystem
Mount your filesystem on an existing empty directory, e.g. /ofs
. The ObjectiveFS process will run in the background.
$ sudo mkdir /ofs
$ sudo mount.objectivefs <your filesystem name> /ofs
Passphrase (for //<filesystem>): <your passphrase>
[Optional] ** Multi-server setup**
Mount this filesystem on as many servers as you wish by running steps 1 and 3 on each server after installing ObjectiveFS. Each server can read and write to the same filesystem at the same time.
If you have questions, please email us at support@objectivefs.com.
Last updated by ObjectiveFS staff, October 3, 2022
ObjectiveFS is a shared filesystem for Linux and macOS that automatically scales up and out with high performance. In production use by Fortune 500 companies since 2013.