If JFS file system is 100% full how we can increase the file
system ?
Answers were Sorted based on User's Feedback
Answer / 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 |
what is the command to list all files in a directory, including the hidden files in UNIX ?
Who command in unix operating system?
what is the command to print last 8 lines of any text file.
What do chmod, chown, chgrp commands do?
Give two UNIX kernel parameters that effect an Oracle install
What are some command words?
what are the different hardwares available?
How to see unused port number in Solaris?
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
What is the difference between cat command and more command?
what is the advaantage of each user having its own copy of the shell?
0 Answers BMC, CNS, DELL, Infosys,
If JFS file system is 100% full how we can increase the file system ?