Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have E series, need enlarge vol size in Linux, therefore I must enlarge lun in ESeries, can some help me to enlarge lun, because I didn't see how enlarge lun in SANTricity.
Thank
Adhye
Solved! See The Solution
1 ACCEPTED SOLUTION
elementx has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is a guide on how to expand an E-Series volume.
https://docs.netapp.com/us-en/e-series-santricity/sm-storage/increase-capacity-of-a-volume.html
Team NetApp
5 REPLIES 5
elementx has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is a guide on how to expand an E-Series volume.
https://docs.netapp.com/us-en/e-series-santricity/sm-storage/increase-capacity-of-a-volume.html
Team NetApp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Note : I have Linux server attach to Eseries, in other environment I have FAS series that attach with lun connection , if I want enlarge Volume in Linux first I enlarge Volume in Netapp then I enlarge the lun, I meant now I want enlarge Linux that attach to E Series , what guidance in E Series ? Still no need enlarge lun ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From page [1] linked just below:
> After you expand the volume capacity, you must manually increase the file system size to match. How you do this depends on the file system you are using. See your host operating system documentation for details.
E-Series does not control your Linux filesystem size. Linux does that.
If an E-Series volume is 20GiB and it's increased to 30GiB, Linux will see 30GiB.
'''
$ sudo fdisk -l
[sudo] password for sean:
Disk /dev/vda: 30 GiB, 32212254720 bytes, 62914560 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
'''
If you see 30Gi then volume size has been increased as expected.
But E-Series cannot order Linux to increase filesystem size.
The Linux administrator needs to check the documentation and do that on the filesystem which uses that volume. The exact steps depend on filesytem type, volume manager, etc. That's why the documentation says to consult Linux documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Additionally, if the volumes are thin provisioned you may need to increase the allocated capacity limit. See this page for more details: https://docs.netapp.com/us-en/e-series-santricity/sm-storage/change-allocated-capacity-limit-for-a-thin-volume.html