Difference between revisions of "OBCP Cluster Management"

From xBio:D Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
  
'''Add Capacity to OBCP Cluster NAS'''
+
'''OBCP Cluster Management'''
 +
 
 +
 
 +
== Initiate OBCP Cluster iSCSI Connection ==
 +
 
 +
Command: <code>sudo iscsiadm -m node -T iqn.1991-05.com.microsoft:d2l7t6v1-obcp-nas-target -p 192.168.5.2:3260 --login</code>
 +
 
 +
 
 +
== Mount iSCSI Volumes ==
 +
 
 +
Command: <code>sudo mount /dev/sdb1 /data</code>
 +
 
 +
Command: <code>sudo mount /dev/sdc1 /data2</code>
 +
 
 +
 
 +
== Add Capacity to OBCP Cluster NAS ==
  
 
# Insert hard disk with caddy into next available slot within NAS
 
# Insert hard disk with caddy into next available slot within NAS
Line 14: Line 29:
 
# Within the cluster Ubuntu OS, prepare to extend the iSCSI partition and filesystem
 
# Within the cluster Ubuntu OS, prepare to extend the iSCSI partition and filesystem
 
## Kill any processes accessing the iSCSI interface
 
## Kill any processes accessing the iSCSI interface
## Logout from the iSCSI connection and unmount the iSCSI filesystem (''umount /dev/sdb1'' - may require a restart)
+
## Logout from the iSCSI connection and unmount the iSCSI filesystem (<code>umount /dev/sdb1</code> - may require a restart)
 
## Within the Ubuntu GUI, open GParted and extend the partition stored on the NAS
 
## Within the Ubuntu GUI, open GParted and extend the partition stored on the NAS
## Log back into the iSCSI connection and remount the iSCSI filesystem (''mount -a'')
+
## Log back into the iSCSI connection and remount the iSCSI filesystem (<code>mount -a</code>)
 
# The cluster is now ready to use the additional storage capacity
 
# The cluster is now ready to use the additional storage capacity
  
 
[[Category:OSUC Private]]
 
[[Category:OSUC Private]]

Revision as of 17:52, 21 July 2015



OBCP Cluster Management


Initiate OBCP Cluster iSCSI Connection

Command: sudo iscsiadm -m node -T iqn.1991-05.com.microsoft:d2l7t6v1-obcp-nas-target -p 192.168.5.2:3260 --login


Mount iSCSI Volumes

Command: sudo mount /dev/sdb1 /data

Command: sudo mount /dev/sdc1 /data2


Add Capacity to OBCP Cluster NAS

  1. Insert hard disk with caddy into next available slot within NAS
  2. Within the NAS Windows OS, open Dell Open Manage Server Administrator
    1. Initialize the new physical disk
    2. Reconfigure the virtual disk (RAID-6) to include the new disk
    3. Re-initialize the virtual disk to prepare for added capacity
  3. Within the NAS Windows OS, open Windows Computer Management
    1. In Disk Management, extend the virtual disk volume to use the added capacity
    2. In iSCSI Software Management, go to Device and extended the virtual disk volume to use the added capacity
  4. Within the cluster Ubuntu OS, prepare to extend the iSCSI partition and filesystem
    1. Kill any processes accessing the iSCSI interface
    2. Logout from the iSCSI connection and unmount the iSCSI filesystem (umount /dev/sdb1 - may require a restart)
    3. Within the Ubuntu GUI, open GParted and extend the partition stored on the NAS
    4. Log back into the iSCSI connection and remount the iSCSI filesystem (mount -a)
  5. The cluster is now ready to use the additional storage capacity