AIXThis forum is for the discussion of IBM AIX.
eserver and other IBM related questions are also on topic.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Quick background on all this before the real question is asked.
A couple of weeks back I configured an HACMP cluster between to servers with SAN based shared storage. Now that the cluster is up and functional with no problems an issue with the EMC frame comes up. The only fix for the problem, according to the SAN guys, is to move everything over to a new frame.
My concern with moving the disks to a new frame is regarding the PVIDs. If those change then HACMP will have to reconfigured, if they don't change then there is very little for me to do other than to shutdown the cluster and reboot the servers.
The PVID is part of the VGDA (volumn group descriptor area).
I dont know about ECM, or Frames, but it shouldnt break HACMP in anyway.
Two basic safety things to do though: make a snapshot of your HACMP cluster. This should at least help greatly if you need to rebuild.
And, if at all possible save your volumn groups to a backup to tape or as a large file. The best command for this will be:
savevg -f <SomeBackupStorage> <your_vg_name>
If you backup to a large file, make sure you have ulimits set to -1 (no limits). The defaults will cause a backup to a file to fail generally.
Defaults:
michael@x054:[/home/michael]ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 131072
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.