2
 oslevel -s
 6100-03-03-0943

IF I have a Logical Volume that I need to shrink, then how can I do it? [there could be several FileSystems on it...]. What is the process?

Gilles 'SO- stop being evil'
  • 807,993
  • 194
  • 1,674
  • 2,175
LanceBaynes
  • 39,295
  • 97
  • 250
  • 349

1 Answers1

5

you can use chfs like :

chfs -a size=*newsize* /filesystem

For example

chfs -a size=2G /tmp

That will set /tmp to 2Gb of space

For more info take a look at chfs' man page