Changes between Version 2 and Version 3 of Admin/StandardOperatingProcedures/GrowFileSystem


Ignore:
Timestamp:
Nov 23, 2018, 3:22:58 PM (6 years ago)
Author:
Mikael Brandström Durling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Admin/StandardOperatingProcedures/GrowFileSystem

    v2 v3  
    33Filesystems residing in the logical volume manager can easily be grown, as long as there is free space in the volume group.
    44
    5 ==== The my-mgridstor1 case ====
     5==== The my-gridfront case ====
    66my-gridstore1 is using the Linux iSCSI iitiator to mount iSCSI targets on mykonas4 and reexport these using NFSv4.
    771. Log on to mykonas4 and increase the size of the LUN for the iSCSI target used.
    881. Log on to my-mgridstore and run ```sudo iscsiadm -m session -R``` to rescan the iSCSI target in order for the system to pick up the increase in volume size.
    9 1. Grow the filesystem by running ```sudo resize2fs /dev/sdX``` where /dev/sdX is replaced with the device corresponding to the filesystem you want to increase the size of. N.B. /export/home1 is not always mounted on /dev/sdc, it varies from boot to boot.
     91. Grow the filesystem by running ```sudo resize2fs /dev/sdX``` where /dev/sdX is replaced with the device corresponding to the filesystem you want to increase the size of. N.B. /export/home1 is not always mounted on /dev/sdc, it varies from boot to boot, check with df or mount. If using multi pathing, they will be found as /dev/mapper/something.
    1010
    1111