If a volume group named vg0 already exists and we need to extend this volume group up to 4gb. How will you do it?
Answer / Pallavi Sharma
To extend the existing volume group, you can use the following steps: 1. Identify a physical volume that is not assigned to any volume group. 2. Add the physical volume to the vg0 volume group using the command `pvcreate /dev/sdaX`. Replace X with your physical volume's identifier. 3. Extend the volume group using the command `vgextend vg0 /dev/sdaX`. This will extend the vg0 volume group by the size of the added physical volume, which can be up to 4GB.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is linux shell?
Is linux affected by viruses?
Why halt -p command needs root in ubuntu if one wants to shut it down?
Is unix and linux the same thing?
How many types of shells are there in linux?
How do I search for a specific word in vi linux?
What is the real mean of dhcp?
Explain the work of ctrl+alt+del key combination on the linux operating system?
how you will block porn sites using squid proxy in linux operating system?
1 Answers SwanSoft Technologies,
You have a file called phonenos that is almost 4,000 lines long. What text filter can you use to split it into four pieces each 1,000 lines long?
What is the use of nis server in linux?
Is pfsense an os?