If JFS file system is 100% full how we can increase the file
system ?

Answers were Sorted based on User's Feedback



If JFS file system is 100% full how we can increase the file system ?..

Answer / farai ndawana

chfs -a size=+10G /u01

Is This Answer Correct ?    4 Yes 0 No

If JFS file system is 100% full how we can increase the file system ?..

Answer / supriya

#mount <mountpoint>

Is This Answer Correct ?    0 Yes 1 No

If JFS file system is 100% full how we can increase the file system ?..

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

Post New Answer

More Unix Commands Interview Questions

Why we are using UNIX OS when we are doing the testing in our application?

5 Answers   IBM,


what will this do $cat > file.c ?(file.c is a file in current directory)

20 Answers   IBM,


what are processor execution levels and priorities?

2 Answers   Infosys,


Give the command to display space usage on the UNIX file system.

16 Answers  


what is telnet?

6 Answers  






What command will change your prompt to myprompt?

0 Answers  


Does cp command overwrite files?

0 Answers  


How does pipe () work?

0 Answers  


Why is it called grep?

0 Answers  


Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.

8 Answers   Concentrix, IBM, Symantec, TCS,


How do I run a bash script?

0 Answers  


Give Command that will change the name of a directly from paypal to eBay

3 Answers   Alcatel, IBM,


Categories