Skip to content | Skip to menu | Skip to search

Blog All Title

Tagline for Blog All

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

This script OSPRep makes DB report, from IzzySoft.


OSPRep History


OSPRep Download

This site works better with web standards! Original skin design courtesy of Tristan NITOT.

MySQL error!

Incorrect key file for table 'evo_hitlog'; try to repair it(Errno=1034)

Your query:
DELETE FROM evo_hitlog WHERE visitTime < '2010-08-08'