I am running 5.2 connected to an EMC CX700 array. We have a progress database that is spread across 16 disks on our EMC array. The database can leverage the performance of those 16 spindles. The database lives in one AIX vg but there are 7 AIX logical volumes and 7 file systems that make up the database. They have names like db1, db2, db3, db4, db5, db6, db7. When the database needs to grow the dba's will ask me to create a new file system for db8. Each of these file systems stores a bunch of database extents. When the db7 one starts to fill up it is time to create the new db8.
We have many different LPARs that run different versions of the application and database. For each progress database I have to deal with the 7 file systems and 7 aix logical volumes. I'm not sure why we have 7. Why not have one file system called db (instead of db1 thru db7). We could combine all of the database extents there. When we need to grow the database we simply increse the size of the one file system (there is room in the VG to increase the LV and file system). All the database extents would still be spread across the same 16 spindles so performance should not change.
Does this make sense? I'm trying to eliminate some of the many objects I have to manage. I don't think we are getting any performance benifits from having 7 LV's. The advantage comes from the 16 spindles.
We have many different LPARs that run different versions of the application and database. For each progress database I have to deal with the 7 file systems and 7 aix logical volumes. I'm not sure why we have 7. Why not have one file system called db (instead of db1 thru db7). We could combine all of the database extents there. When we need to grow the database we simply increse the size of the one file system (there is room in the VG to increase the LV and file system). All the database extents would still be spread across the same 16 spindles so performance should not change.
Does this make sense? I'm trying to eliminate some of the many objects I have to manage. I don't think we are getting any performance benifits from having 7 LV's. The advantage comes from the 16 spindles.