Dell DX6004S 구성 매뉴얼 - 페이지 4

{카테고리_이름} Dell DX6004S에 대한 구성 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Dell DX6004S 9 페이지. Document
Dell DX6004S에 대해서도 마찬가지입니다: 보충 설명서 (4 페이지), 사용자 설명서 (46 페이지), 설정 및 구성 매뉴얼 (43 페이지), 설치 및 구성 매뉴얼 (35 페이지), 시작하기 매뉴얼 (28 페이지), 공지 사항 (28 페이지), 공지 사항 (20 페이지), 개요 (19 페이지), 구성 매뉴얼 (9 페이지), 릴리스 노트 (8 페이지), 구성 매뉴얼 (7 페이지), 릴리스 노트 (6 페이지), 릴리스 노트 (5 페이지), 릴리스 정보 (5 페이지), 시작하기 매뉴얼 (49 페이지)

Dell DX6004S 구성 매뉴얼
DX Object Storage Platform: Advanced Node Configuration

Introduction

The Dell
DX Object Storage Platform provides configuration of cluster-wide parameters through the
TM
web-based management console on the DX Cluster Services Node (CSN). There are additional node
level configurations that are not supported through the web-based management console and require
advanced knowledge of the node configuration files located on the DX Cluster Services Node. This
document provides instructions on configuring the following advanced configurations through the node
configuration files:
Configuration of Sub-clusters
Configuration of Storage Nodes in archive mode
The target audience for this document is advanced DX Storage administrators and support teams.

Storage Node Configuration File

All cluster-wide Storage Node configurations should be done through the CSN Console. The
configuration parameters are stored in a single configuration files (/var/opt/caring/netboot/content/
common.cfg) that is automatically generated. DX Storage also allows Storage Node level configuration.
Node level configuration is not supported through the CSN console. It requires manual editing of
configuration files located on the CSN. There is an individual Storage Node configuration file for every
SN in the cluster that can be modified to define custom configuration for each storage node.
The configuration file can be manually created and stored
individual Storage Node should be given the name of the Storage Node machine (MAC) address
(snMACAddress.cfg) and should be located in the /var/opt/caringo/netboot/content/nodeconfigs/
directory. Since the Mac address is not assigned until after the Storage Node has boot into the
the Storage Node configuration file cannot be created until after the Storage Node boots into the
cluster. To assist in creating the individual Storage Node (SN) configuration files, a list of all IP address
assignments and the associated Storage Node MAC address can be obtained by running the following
command line script:
# /opt/caringo/csn/bin/ip-assignments
To create custom config files for every known MAC address automatically run following command:
# for mac in `/opt/caringo/csn/bin/ip-assignments --macs`; do touch
/var/opt/caringo/netboot/content/nodeconfigs/sn$mac.cfg; done
Below is a summary of the steps for creating and updating the configuration file for a Storage Node:
1. PXE boot the SN.
2. Identify the SN MAC address and create the configuration file via the /opt/caring/csn/bin/ip-
assignments script
3. Modify the snMACAddress.cfg file for that SN.
4. Reboot the SN.
on the CSN. . The file associated with an
cluster,
Page 2