Note!! Please register for a free account to access the full content and also to participate in Q&A in the community
OCI: How to Configure HA Samba Cluster With Local User Authentication
in Linux
Applies To
Oracle Cloud Infrastructure
Oracle Linux 7 and Later
Linux x86_64
Summary
This document explains steps to configure HA Samba cluster with local user authentication. For this, it uses the OCFS2 file system to provide parallel write capabilities.
Solution
This field is visible only to these user groups Customer.
1. Attach a disk with required size to the instances (Minimum 2) which are going to serve as Samba cluster servers. The disk should be attached as sharable & read-write mode.
2. Follow the below document to configure the OCFS2 cluster.
$o2cb add-cluster sambacluster $o2cb add-node sambacluster <HOSTNAME1> --ip ip_address $o2cb add-node sambacluster <HOSTNAME2> --ip ip_address
Tagged:
0