A sharing how to extend disk capacity for SCI.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2018 09:16 PM
Hi.
I have shared how to extend a disk capacity for SCI.
You can find this below URL.
https://drive.google.com/open?id=1Y2mgJ1mlteAJtm1f2U2Zzsb7zmllb9C2
I hope Ruckus provide us "how to" officially.
Regards.
I have shared how to extend a disk capacity for SCI.
You can find this below URL.
https://drive.google.com/open?id=1Y2mgJ1mlteAJtm1f2U2Zzsb7zmllb9C2
I hope Ruckus provide us "how to" officially.
Regards.
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 07:34 AM
Hi,
Thanks for pulling together all the screenshots! We are exploring how we can release this officially with validated testing against the various hypervisors and versions.
Thanks again!
See Ho
Thanks for pulling together all the screenshots! We are exploring how we can release this officially with validated testing against the various hypervisors and versions.
Thanks again!
See Ho
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2018 05:51 PM
Thanks.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 01:05 AM
If you want to add a new disk:
###############################################
ADD NEW Disk
root@data /home/rsa # fdisk /dev/xvdf
Command (m for help): n
Partition type:
p primary (0 primary, 0 extended, 4 free)
e extended
Select (default p): p
Partition number (1-4, default 1):
First sector (2048-2147483647, default 2048):
Using default value 2048
Last sector, +sectors or +size{K,M,G} (2048-2147483647, default 2147483647):
Using default value 2147483647
Partition 1 of type Linux and of size 1024 GiB is set
Command (m for help): t
Selected partition 1
Hex code (type L to list all codes): 8e
Changed type of partition 'Linux' to 'Linux LVM'
Command (m for help): w
The partition table has been altered!
root@data /home/rsa # pvcreate /dev/xvdf1
root@data /home/rsa # vgs
VG #PV #LV #SN Attr VSize VFree
storage_grp 1 1 0 wz--n- <1024.00g 0
sysvg 1 2 0 wz--n- <74.50g 8.99g
root@data home/rsa # vgextend storage_grp /dev/xvdf1
Volume group "storage_grp" successfully extended
root@data /home/rsa # lvextend /dev/storage_grp/storage_vol /dev/xvdf1
Size of logical volume storage_grp/storage_vol changed from <1024.00 GiB (262143 extents) to <2.00 TiB (524286 extents).
Logical volume storage_grp/storage_vol successfully resized.
xfs_growfs /dev/storage_grp/storage_vol
###############################################
ADD NEW Disk
root@data /home/rsa # fdisk /dev/xvdf
Command (m for help): n
Partition type:
p primary (0 primary, 0 extended, 4 free)
e extended
Select (default p): p
Partition number (1-4, default 1):
First sector (2048-2147483647, default 2048):
Using default value 2048
Last sector, +sectors or +size{K,M,G} (2048-2147483647, default 2147483647):
Using default value 2147483647
Partition 1 of type Linux and of size 1024 GiB is set
Command (m for help): t
Selected partition 1
Hex code (type L to list all codes): 8e
Changed type of partition 'Linux' to 'Linux LVM'
Command (m for help): w
The partition table has been altered!
root@data /home/rsa # pvcreate /dev/xvdf1
root@data /home/rsa # vgs
VG #PV #LV #SN Attr VSize VFree
storage_grp 1 1 0 wz--n- <1024.00g 0
sysvg 1 2 0 wz--n- <74.50g 8.99g
root@data home/rsa # vgextend storage_grp /dev/xvdf1
Volume group "storage_grp" successfully extended
root@data /home/rsa # lvextend /dev/storage_grp/storage_vol /dev/xvdf1
Size of logical volume storage_grp/storage_vol changed from <1024.00 GiB (262143 extents) to <2.00 TiB (524286 extents).
Logical volume storage_grp/storage_vol successfully resized.
xfs_growfs /dev/storage_grp/storage_vol
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2018 03:14 AM
The time it takes to expand the volume size depends on a few factors, such as if you have taken snapshots before, and how much data has changed since your latest snapshot and how much of your volume has been actually used. Feel free to ping me if you have further questions. Thanks!
Bluestacks Textnow Downloader
Bluestacks Textnow Downloader

