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 setup sudo, only can use for particular date & time only ( for solaris10 )

1 Answers   ups,


What do know about tee command?

0 Answers  


What do chmod, chown, chgrp commands do?

0 Answers  


How do I run a whois command?

0 Answers  


In Unix file permissions what does the second field denotes?

3 Answers  






why metadb requires a seperate slice to create Solaris volume manager

0 Answers   Wipro,


What is the difference between cat and more command?

0 Answers  


How do you find path of a directory? Give its syntax.

7 Answers  


What is time_t?

0 Answers  


How to use grep command to list find the records of a file containing 10 different strings?

0 Answers  


Which command will print your home directory on screen?

0 Answers  


what is shell?

3 Answers  


Categories