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 use of wild cards?
what are the different commands used to create files?
What is the command to view process running?
in UNIX,what is the command to remove directory with files?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
what are the different hardwares available?
How to see unused port number in Solaris?
why unix operating system provides more security than other operating systems?
How do you change your account's password?
Enlist some filename manipulation commands in unix.
What is grep and sed command?
What UNIX command will control the default file permissions when files are created?