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

What is the use of sed command in unix?

0 Answers  


What is in grep command?

0 Answers  


what are the different hardwares available?

1 Answers  


what is the use of the hidden files?

3 Answers  


What is the functionality of a top command?

0 Answers   Amazon,


What is the nmap command?

0 Answers  


Which command will you use to change the permissions on file?

7 Answers  


What is the unix command to confirm a remote host is alive or not?

0 Answers  


What command will bring user back to their home directory in UNIX?

13 Answers   IBM, Wipro,


what are wild cards?

2 Answers  


why unix commands can be divided into internal and external commands?

3 Answers   Informatica,


what do you understand by 'building block primitive'?

0 Answers   Infosys,


Categories