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

How to find $ai_serual resolved path by using unix

0 Answers  


what does the command 'wc' do?

4 Answers  


How to see unused port number in Solaris?

2 Answers   HCL,


which command is used to identify the type of the file?

3 Answers  


What are the general commands in using unix os for a beginner?

0 Answers  






What is time_t?

0 Answers  


How we will execute previous command in vi editor?

8 Answers   Infosys,


What are the dos commands?

0 Answers  


How to copy multiple files and directories into some other directory?

4 Answers  


What is the use of tee command?

0 Answers  


how many types of file in unix?

34 Answers   MNC, TCS,


what is the difference between npar and vpar in HP-UX?

1 Answers   CSC,


Categories