Previous Topic: Determine if Hotfixes are Installed using domNext Topic: Explanation of High Availability in AppLogi


Enable LVM Stripping for 3.0.30 and Previous Versions

To enable LVM stripping in 3.0 and previous versions you just need to rename one of the scripts to make use of it.

From the distribution directory go into aldlib/svprep/ . From here first make a copy of ks-postinstall to ks-postinstall.linear then copy ks-postinstall.stripe to ks-postinstall overwriting it.

 
[root@lodg6srv8 svprep]# ls -l
total 640
-rw-r--r-- 1 root root  14484 Dec  6  2010 ks-postinstall
-rw-rw-r-- 1 root root   9680 Sep 23  2007 ks-postinstall.old
-rw-r--r-- 1 root root  13855 Feb  3  2009 ks-postinstall.stripe
 
[root@lodg6srv8 svprep]# cp ks-postinstall ks-postinstall.linear
[root@lodg6srv8 svprep]# cp ks-postinstall.stripe ks-postinstall
[root@lodg6srv8 svprep]# ls -l
total 640
-rw-r--r-- 1 root root  13855 Feb  3  2009 ks-postinstall
-rw-r--r-- 1 root root  14484 Dec  6  2010 ks-postinstall.linear
-rw-rw-r-- 1 root root   9680 Sep 23  2007 ks-postinstall.old
-rw-r--r-- 1 root root  13855 Feb  3  2009 ks-postinstall.stripe

Once done just run through a normal grid install.