1834927 Members
2597 Online
110071 Solutions
New Discussion

Re: control file

 
Matrah
Advisor

control file

Hello,

LV[0]=/dev/vg01/lvol1; FS[0]=/pkg1a;
LV[1]=/dev/vg01/lvol2; FS[1]=/pkg1b;

If i replace LV[0] by LV[5] and LV[1] by LV[2],
may I find a probleme if i run cmapplyconf ?

thanks
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor

Re: control file

The answer is it depends. If all the lvols have all been created and exported/imported to all the nodes then all you need is a cmapplyconf BUT is these are new lvols, then you must do the export/import first.
If it ain't broke, I can fix that.
Sridhar Bhaskarla
Honored Contributor

Re: control file

Matrah,

I would say no. You will not have any problem if you change the order of LV[].

If you check further the script, you will find in the fuction check_and_mount

for I in ${LV[@]}

LV[@] will take care of the order however you set it up in the LV definitions.

You don't need to run cmapplyconf if you are changing the control file.


-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Ovidiu D. Raita
Valued Contributor

Re: control file

You don't need the reapply the cluster for changing a pkg cntl file. The order matters only if you mount imbricated file systems.

FS[0]=/mount1
FS[1]=/mount1/mount2

Regards,
Ovidiu
Simple solutions to complex problems
jh_yang
Advisor

Re: control file

I will say no. The key is if the information of the mount point and logic device is correct or not.

JH Yang
Santosh Nair_1
Honored Contributor

Re: control file

The order in which you mount the filesystems shouldn't matter, but just out of curiosity, why are you trying to do this? All the filesystems get mounted pretty much at the same time, so what does it really buy you?

-Santosh
Life is what's happening while you're busy making other plans