Dell DX6000 Deployment Manual page 41

Dell dx object storage file gateway deployment guide
Hide thumbs Also See for DX6000:
Table of Contents

Advertisement

Dell DX Object Storage – File Gateway Deployment Guide
22. After all LUNs are added to /etc/fstab, mount the new file systems.
# mount –a
23. Use 'df' to verify that all are mounted.
WARNING:
Do NOT mount the drives on the backup node while the file system is mounted on the
primary node. This will cause the mount to fail and could even damage the file system. You must
unmount the file system from the primary drive BEFORE mounting the file system on the backup
node. Likewise, even after assigning a mount on the backup node (assuming you have unmounted
from the primary node), do NOT set it to automount.
24. Verify that /etc/iscsi/iscsid.conf has node.startup = automatic enabled.
# iscsiadm -m node -o show
Expected output is as follows:
node.name = iqn.2010-12.local.project.xyz.cifs1
node.startup = automatic
node.conn[0].startup = manual
node.name = iqn.2010-12.local.project.xyz.cifs1
node.startup = automatic
node.conn[0].startup = manual
25. Set the iSCSI initiator to startup automatically at boot-time and login to the iSCSI targets at start-
up.
# iscsiadm -m node -o update -n 'node.conn[0].startup' -v automatic
26. Validate that the new settings have been accepted by running following command (previously used
in the step above):
# iscsiadm -m node -o show | egrep 'node\.(name|conn\[0\]\.startup|startup)'
Expected output is as follows:
node.name = iqn.2010-12.local.project.xyz.cifs1
node.startup = automatic
node.conn[0].startup = automatic
node.name = iqn.2010-12.local.project.xyz.cifs1
node.startup = automatic
node.conn[0].startup = automatic
27. Restart the iscsi initiator service, and set it to run automatically by executing the following
commands.
# service iscsid stop
| egrep 'node\.(name|conn\[0\]\.startup|startup)'
Page 39

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dx object storage

Table of Contents