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 wild cards?

2 Answers  


what are the different commands used to create files?

5 Answers  


What is the command to view process running?

0 Answers  


in UNIX,what is the command to remove directory with files?

10 Answers  


in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?

6 Answers  






what are the different hardwares available?

1 Answers  


How to see unused port number in Solaris?

2 Answers   HCL,


why unix operating system provides more security than other operating systems?

4 Answers  


How do you change your account's password?

6 Answers  


Enlist some filename manipulation commands in unix.

0 Answers  


What is grep and sed command?

1 Answers  


What UNIX command will control the default file permissions when files are created?

4 Answers  


Categories