| 5 | ==== The my-mgridstor1 case ==== |
| 6 | my-gridstore1 is using the Linux iSCSI iitiator to mount iSCSI targets on mykonas4 and reexport these using NFSv4. |
| 7 | 1. Log on to mykonas4 and increase the size of the LUN for the iSCSI target used. |
| 8 | 1. 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. |
| 10 | |
| 11 | |
| 12 | ==== In the case of local disks on the machine using lvm2 === |
| 13 | |
| 14 | This is for example the case of my-mgrid and heterobasidion, as well as all my-mgridN machines. |