Example node configuration files
You can use the example node configuration files to help set up the node configuration files for your StorageGRID system. The examples show node configuration files for all types of grid nodes.
For most nodes, you can add Admin and Client Network addressing information (IP, mask, gateway, and so on) when you configure the grid using the Grid Manager or the Installation API. The exception is the primary Admin Node. If you want to browse to the Admin Network IP of the primary Admin Node to complete grid configuration (because the Grid Network is not routed, for example), you must configure the Admin Network connection for the primary Admin Node in its node configuration file. This is shown in the example.
In the examples, the Client Network target has been configured as a best practice, even though the Client Network is disabled by default. |
Example for primary Admin Node
Example file name: /etc/storagegrid/nodes/dc1-adm1.conf
Example file contents:
NODE_TYPE = VM_Admin_Node ADMIN_ROLE = Primary TEMPORARY_PASSWORD_TYPE = Use custom password CUSTOM_TEMPORARY_PASSWORD = Passw0rd BLOCK_DEVICE_VAR_LOCAL = /dev/mapper/dc1-adm1-var-local BLOCK_DEVICE_AUDIT_LOGS = /dev/mapper/dc1-adm1-audit-logs BLOCK_DEVICE_TABLES = /dev/mapper/dc1-adm1-tables GRID_NETWORK_TARGET = bond0.1001 ADMIN_NETWORK_TARGET = bond0.1002 CLIENT_NETWORK_TARGET = bond0.1003 GRID_NETWORK_IP = 10.1.0.2 GRID_NETWORK_MASK = 255.255.255.0 GRID_NETWORK_GATEWAY = 10.1.0.1 ADMIN_NETWORK_CONFIG = STATIC ADMIN_NETWORK_IP = 192.168.100.2 ADMIN_NETWORK_MASK = 255.255.248.0 ADMIN_NETWORK_GATEWAY = 192.168.100.1 ADMIN_NETWORK_ESL = 192.168.100.0/21,172.16.0.0/21,172.17.0.0/21
Example for Storage Node
Example file name: /etc/storagegrid/nodes/dc1-sn1.conf
Example file contents:
NODE_TYPE = VM_Storage_Node ADMIN_IP = 10.1.0.2 BLOCK_DEVICE_VAR_LOCAL = /dev/mapper/dc1-sn1-var-local BLOCK_DEVICE_RANGEDB_00 = /dev/mapper/dc1-sn1-rangedb-0 BLOCK_DEVICE_RANGEDB_01 = /dev/mapper/dc1-sn1-rangedb-1 BLOCK_DEVICE_RANGEDB_02 = /dev/mapper/dc1-sn1-rangedb-2 BLOCK_DEVICE_RANGEDB_03 = /dev/mapper/dc1-sn1-rangedb-3 GRID_NETWORK_TARGET = bond0.1001 ADMIN_NETWORK_TARGET = bond0.1002 CLIENT_NETWORK_TARGET = bond0.1003 GRID_NETWORK_IP = 10.1.0.3 GRID_NETWORK_MASK = 255.255.255.0 GRID_NETWORK_GATEWAY = 10.1.0.1
Example for Gateway Node
Example file name: /etc/storagegrid/nodes/dc1-gw1.conf
Example file contents:
NODE_TYPE = VM_API_Gateway ADMIN_IP = 10.1.0.2 BLOCK_DEVICE_VAR_LOCAL = /dev/mapper/dc1-gw1-var-local GRID_NETWORK_TARGET = bond0.1001 ADMIN_NETWORK_TARGET = bond0.1002 CLIENT_NETWORK_TARGET = bond0.1003 GRID_NETWORK_IP = 10.1.0.5 GRID_NETWORK_MASK = 255.255.255.0 GRID_NETWORK_GATEWAY = 10.1.0.1
Example for a non-primary Admin Node
Example file name: /etc/storagegrid/nodes/dc1-adm2.conf
Example file contents:
NODE_TYPE = VM_Admin_Node ADMIN_ROLE = Non-Primary ADMIN_IP = 10.1.0.2 BLOCK_DEVICE_VAR_LOCAL = /dev/mapper/dc1-adm2-var-local BLOCK_DEVICE_AUDIT_LOGS = /dev/mapper/dc1-adm2-audit-logs BLOCK_DEVICE_TABLES = /dev/mapper/dc1-adm2-tables GRID_NETWORK_TARGET = bond0.1001 ADMIN_NETWORK_TARGET = bond0.1002 CLIENT_NETWORK_TARGET = bond0.1003 GRID_NETWORK_IP = 10.1.0.6 GRID_NETWORK_MASK = 255.255.255.0 GRID_NETWORK_GATEWAY = 10.1.0.1