Archives for: July 2007
Grow a FS under AIX 5.2
Here is a step by step for growing a FS under AIX.
1.- Determine to which VG belongs the FS you want to grow:
# df -k /home
/dev/lv02 /home
#smit lsvg
Search for /dev/lv02 , determine on which VG it belongs
for our example let's say it belongs to vg02
2.- Search for free space on that VG if there are no free "PP" on that
VG you will have to add a new disk to that VG
with this command you can see if there is any free PP for the VG
#lsvg -p vg02
if there are enough free PPs you are free to proceed growing the FS
3.- Lets grew that FS. Whitn the command "chfs"
#chfs -a size=4G /home
this will grow the file system /home up to 4 GB.
Oracle DB Report like statspak