This is a discussion on Re: Separate the filesystem in different physical volume within the AIX Operating System forums, part of the Unix Operating Systems category; --> First, create the logical volume, then create the filesystem on the new lv. The commands are something like: mklv ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| First, create the logical volume, then create the filesystem on the new lv. The commands are something like: mklv -y'crmdatelv' -e'x' '-S16K' whatevervg 10 crfs -v jfs -d'crmdatelv' -m'/crmdate' -Ayes -p'rw' -tno -a frag=4096 -a nbpi=4096 -a ag=8 mount /crmdate NOTE: Cut&Patse of the above WILL cause problems. Find out what the options mean first For additional info: http://www16.boulder.ibm.com/pseries...cmds3/mklv.htm http://publib16.boulder.ibm.com/pser...cmds1/crfs.htm http://www.google.ca/search?hl=en&ie...rfs+mklv&meta= SMIT and Google are your best friends grasshopper. -- Jay Harrison If XP is the answer, you didn't understand the question "DT" <odn@sinaman.com> wrote in message news:bggppo$o9m2@imsp212.netvigator.com... > Dear AIX experts, > > Recently, 5 physical harddisks with 18.2 GB was installed to AIX server > (p610 with AIX4.3.3 ML10). > In order to improve the read performance, I plan to create a filesystem ( > e.g /crmdate ) with about 20GB capacity but across the 5 physical harddisk > so that each logical volume will have about 4.0GB. > > Could any experts here tell me which command should I use in command line > level but not in smitty? > > Thanks. > > > > > > > > |
| ||||
| > "DT" <odn@sinaman.com> wrote in message > news:bggppo$o9m2@imsp212.netvigator.com... > > Dear AIX experts, > > > > Recently, 5 physical harddisks with 18.2 GB was installed to AIX server > > (p610 with AIX4.3.3 ML10). > > In order to improve the read performance, I plan to create a filesystem ( > > e.g /crmdate ) with about 20GB capacity but across the 5 physical harddisk > > so that each logical volume will have about 4.0GB. > > BTW, this is called striping. |