Increasing the particular partition size in EBS [closed]
up vote
0
down vote
favorite
I have a ec2 system with Suse12sp3 and have following file system
ip-10-XX-XX-1XX:/ # lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
xvda 202:0 0 100G 0 disk
└─xvda1 202:1 0 100G 0 part /
xvdf 202:80 0 500G 0 disk
├─xvdf1 202:81 0 93.1G 0 part /hana/shared
├─xvdf2 202:82 0 93.1G 0 part /hana/log
└─xvdf3 202:83 0 186.3G 0 part /hana/data
xvdg 202:96 0 20G 0 disk
└─xvdg1 202:97 0 20G 0 part /test
I have been trying to increase the size of xvdf3 using the following commands, but it is not working as expected:
ip-10-xx-xx-xxx:/ # growpart /dev/xvdf 3
NOCHANGE: partition 3 is size 390625280. it cannot be grown
It is giving me an error, that It can't be grown, can you suggest what am doing wrong here.
Initially, these partitions were created as shown below:
parted /dev/xvdf
mklabel gpt
unit GB
mkpart primary 0.00GB 100.00GB
mkpart primary 100.00GB 200.00 Gb
mkpart primary 200.00GB 400.00 Gb
print
quit
Please suggest how partition expansion can be done
linux amazon-web-services disk-partitioning
closed as off-topic by jww, eyllanesc, Michael - sqlbot, EJoshuaS, Machavity Nov 18 at 4:25
This question appears to be off-topic. The users who voted to close gave these specific reasons:
- "Questions on professional server- or networking-related infrastructure administration are off-topic for Stack Overflow unless they directly involve programming or programming tools. You may be able to get help on Server Fault." – Michael - sqlbot, EJoshuaS, Machavity
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – jww, eyllanesc
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
I have a ec2 system with Suse12sp3 and have following file system
ip-10-XX-XX-1XX:/ # lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
xvda 202:0 0 100G 0 disk
└─xvda1 202:1 0 100G 0 part /
xvdf 202:80 0 500G 0 disk
├─xvdf1 202:81 0 93.1G 0 part /hana/shared
├─xvdf2 202:82 0 93.1G 0 part /hana/log
└─xvdf3 202:83 0 186.3G 0 part /hana/data
xvdg 202:96 0 20G 0 disk
└─xvdg1 202:97 0 20G 0 part /test
I have been trying to increase the size of xvdf3 using the following commands, but it is not working as expected:
ip-10-xx-xx-xxx:/ # growpart /dev/xvdf 3
NOCHANGE: partition 3 is size 390625280. it cannot be grown
It is giving me an error, that It can't be grown, can you suggest what am doing wrong here.
Initially, these partitions were created as shown below:
parted /dev/xvdf
mklabel gpt
unit GB
mkpart primary 0.00GB 100.00GB
mkpart primary 100.00GB 200.00 Gb
mkpart primary 200.00GB 400.00 Gb
print
quit
Please suggest how partition expansion can be done
linux amazon-web-services disk-partitioning
closed as off-topic by jww, eyllanesc, Michael - sqlbot, EJoshuaS, Machavity Nov 18 at 4:25
This question appears to be off-topic. The users who voted to close gave these specific reasons:
- "Questions on professional server- or networking-related infrastructure administration are off-topic for Stack Overflow unless they directly involve programming or programming tools. You may be able to get help on Server Fault." – Michael - sqlbot, EJoshuaS, Machavity
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – jww, eyllanesc
If this question can be reworded to fit the rules in the help center, please edit the question.
Off topic. Stack Overflow is a site for programming and development questions.
– jww
Nov 18 at 2:41
Apologies, I have moved out this question to serverfault.Please delete this.
– Ashish Gupta
Nov 20 at 16:49
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a ec2 system with Suse12sp3 and have following file system
ip-10-XX-XX-1XX:/ # lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
xvda 202:0 0 100G 0 disk
└─xvda1 202:1 0 100G 0 part /
xvdf 202:80 0 500G 0 disk
├─xvdf1 202:81 0 93.1G 0 part /hana/shared
├─xvdf2 202:82 0 93.1G 0 part /hana/log
└─xvdf3 202:83 0 186.3G 0 part /hana/data
xvdg 202:96 0 20G 0 disk
└─xvdg1 202:97 0 20G 0 part /test
I have been trying to increase the size of xvdf3 using the following commands, but it is not working as expected:
ip-10-xx-xx-xxx:/ # growpart /dev/xvdf 3
NOCHANGE: partition 3 is size 390625280. it cannot be grown
It is giving me an error, that It can't be grown, can you suggest what am doing wrong here.
Initially, these partitions were created as shown below:
parted /dev/xvdf
mklabel gpt
unit GB
mkpart primary 0.00GB 100.00GB
mkpart primary 100.00GB 200.00 Gb
mkpart primary 200.00GB 400.00 Gb
print
quit
Please suggest how partition expansion can be done
linux amazon-web-services disk-partitioning
I have a ec2 system with Suse12sp3 and have following file system
ip-10-XX-XX-1XX:/ # lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
xvda 202:0 0 100G 0 disk
└─xvda1 202:1 0 100G 0 part /
xvdf 202:80 0 500G 0 disk
├─xvdf1 202:81 0 93.1G 0 part /hana/shared
├─xvdf2 202:82 0 93.1G 0 part /hana/log
└─xvdf3 202:83 0 186.3G 0 part /hana/data
xvdg 202:96 0 20G 0 disk
└─xvdg1 202:97 0 20G 0 part /test
I have been trying to increase the size of xvdf3 using the following commands, but it is not working as expected:
ip-10-xx-xx-xxx:/ # growpart /dev/xvdf 3
NOCHANGE: partition 3 is size 390625280. it cannot be grown
It is giving me an error, that It can't be grown, can you suggest what am doing wrong here.
Initially, these partitions were created as shown below:
parted /dev/xvdf
mklabel gpt
unit GB
mkpart primary 0.00GB 100.00GB
mkpart primary 100.00GB 200.00 Gb
mkpart primary 200.00GB 400.00 Gb
print
quit
Please suggest how partition expansion can be done
linux amazon-web-services disk-partitioning
linux amazon-web-services disk-partitioning
edited Nov 18 at 2:41
jww
52k37213479
52k37213479
asked Nov 17 at 23:15
Ashish Gupta
101
101
closed as off-topic by jww, eyllanesc, Michael - sqlbot, EJoshuaS, Machavity Nov 18 at 4:25
This question appears to be off-topic. The users who voted to close gave these specific reasons:
- "Questions on professional server- or networking-related infrastructure administration are off-topic for Stack Overflow unless they directly involve programming or programming tools. You may be able to get help on Server Fault." – Michael - sqlbot, EJoshuaS, Machavity
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – jww, eyllanesc
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by jww, eyllanesc, Michael - sqlbot, EJoshuaS, Machavity Nov 18 at 4:25
This question appears to be off-topic. The users who voted to close gave these specific reasons:
- "Questions on professional server- or networking-related infrastructure administration are off-topic for Stack Overflow unless they directly involve programming or programming tools. You may be able to get help on Server Fault." – Michael - sqlbot, EJoshuaS, Machavity
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – jww, eyllanesc
If this question can be reworded to fit the rules in the help center, please edit the question.
Off topic. Stack Overflow is a site for programming and development questions.
– jww
Nov 18 at 2:41
Apologies, I have moved out this question to serverfault.Please delete this.
– Ashish Gupta
Nov 20 at 16:49
add a comment |
Off topic. Stack Overflow is a site for programming and development questions.
– jww
Nov 18 at 2:41
Apologies, I have moved out this question to serverfault.Please delete this.
– Ashish Gupta
Nov 20 at 16:49
Off topic. Stack Overflow is a site for programming and development questions.
– jww
Nov 18 at 2:41
Off topic. Stack Overflow is a site for programming and development questions.
– jww
Nov 18 at 2:41
Apologies, I have moved out this question to serverfault.Please delete this.
– Ashish Gupta
Nov 20 at 16:49
Apologies, I have moved out this question to serverfault.Please delete this.
– Ashish Gupta
Nov 20 at 16:49
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Off topic. Stack Overflow is a site for programming and development questions.
– jww
Nov 18 at 2:41
Apologies, I have moved out this question to serverfault.Please delete this.
– Ashish Gupta
Nov 20 at 16:49