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 |
How do you find which version and name of unix you are using at the command prompt?
What is Unix, and how does it differ from other operating systems?
Can you enlist some commonly used network commands?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
in UNIX,How to copy file into directory?
What are the differences among a system call, a library function, and a unix command?
Explain mount and unmount command.
what is the shell for dos,nt operating systems?
what is the use of "grep" command?
What command will bring user back to their home directory in UNIX?
How to display no of records in oracle using unix command?
How do you copy a directory with many files and folders into another directory?