If JFS file system is 100% full how we can increase the file
system ?
Answer Posted / partho patnaik
# umount <mountpoint>
# lvextend –L <n> /dev/vgXX/lvolX
-L <n> set new size of lvol to n MB
# extendfs –F vxfs /dev/vgXX/rlvolX
# mount <mountpoint>
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How can we use grep command in unix?
What is awk good for?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Which command can you use to find the currently running process in unix server?
What command is used to check the current users?
What is unix command?
How do I search for text in vi?
What is rmdir command?
What are some command words?
What is the use of cut command in unix?
What is the pipe command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What do know about tee command and its usage?
what is the advaantage of each user having its own copy of the shell?
Enumerate some of the most commonly used network commands in unix?