Am trying to upgrade the AIX 6.1 TL 7 to TL 8. My rootvg is mirrored so i have unmirrored and taken out the secondary disk and trying to install the update via smitty alt_clone.
The filesets has been installed and finally when making the updated disk as bootable bosboot is failing. Please help me ...
When you un-mirrored, do you expect to be able to reboot from the removed disk? This is not the case. If you did something like:-
... and then pulled it, then hdisk1 is empty if the reducevg completes.
It seems counter intuitive, but assuming that the two disks were completely mirrored and bootable, you would have been safer to shutdown, pull the disk, boot. That way, if you need to, you could have forced the boot via SMS to start from the disk you pulled out.
If hd5 is not on hdisk0, this would suggest that it was only on hdisk1. The unmirror will not move LVs that are not mirrored. This would mean that you could not take hdisk1 out the VG of course, so that would suggest that something was wrong at that point.
Before we panic too much. Are you happy that you have recent mksysb media to recover with?
I suggest you do an "alt-disk-install" - which would be a fresh install of the new version of the OS - or an "alt-disk-migration", which means:
- breaking the mirror of a mirrored rootvg
- update the OS on the broken-off mirror
- restart the system (from the newly updated disk)
- resynchronize by remirroring using the disk with the old OS version
alt-disk-installation is quite similar, just instead of an update a fresh install is done.
Fortunately all this is done by the procedure itself, you do not do (manually) any of these steps. I just wrote it so you can picture what goes on during the procedure.
Put the disk back in, establish the mirror again and then start over doing an alt-disk-migration. For a procedure for performing an alternate disk migration read the IBM infocenter page.
Put the disk back in, establish the mirror again and then start over doing an alt-disk-migration. For a procedure for performing an alternate disk migration read the IBM infocenter page.
bakunin
I would like to make a point here, for Alt_Disk_Install, he actually needs a empty and free disk.
You don't have to place the disk back and mirror.
Before we do Alt_Disk_Install, we actually try to break the mirror and then use that empty disk to clone the OS. It is a backup copy of the current OS
After you done you can either upgrade this or alt_disk image.
But if you want to take a backup of existing image and upgrade the binaries at the same time you use alt_disk_clone.
Your current disk will server as backup disk (it will stay at current version even after reboot) and other empty disk you use for alt_disk_clone operation will be upgraded to the new desired OS version. In both cases you just have to change the bootlist to jump different version (ofcourse after a reboot).
Last edited by ibmtech; 11-21-2013 at 12:24 PM..
Reason: Corrected comment
I would like to make a point here, for Alt_Disk_Install, he actually needs a empty and free disk.
You don't have to place the disk back and mirror.
You are right and i should have clarified what i mean: my suggestion was to do an alternate disk migration, which needs the mirrored disk in place. It will break up the mirror as described in the process, but the procedure does that itself, you don't have to provide the broke-up mirror yourself.
i upgrade aix ml 5.3.2.1 to 5.3.2.2 but when running commnd #oslevel -r
shows out put, again 5.3.2.1-- where should i chek???
2-can any one tell me when mknfs command run which files get updated?? (2 Replies)
Hi,
I currently have one BE and would like to create an ABE.
# lustatus
BE_name Complete Active ActiveOnReboot CopyStatus
------------------------------------------------------------------------
coolthreads yes yes yes - But... (3 Replies)
Hello Folks,
i am facing some weired issues.
case is like this :-
initially i was on AIX 5.3
i have installed filesets related to my application and those were in APPLY state.(COMMIT is set as NO)
Then i have taken lslpp -l| grep -i <apps name>
in that i confirmed whether the filesets are... (1 Reply)
While executing tcpdump , i am getting following error.
tcpdump: BIOCSETIF: en0: Do not specify an existing file.
I checked with truss , and i able to see kioctl system is failed with "EEXIST"
==============================================
Message from truss output... (2 Replies)
Hi Guys,
i'm having trouble changing the path-priority. Now both priorities are 1 as you can see in the lspath-output.
Any ideas why the chpath command fails?
# chpath -l hdisk3 -p fscsi1 -a priority=10
Method error (/etc/methods/chgdisk):
0514-080 Invalid routine argument... (4 Replies)
I am having a strange problem with the poll() routine. I compiled a module under AIX 5.2 using the poll routine, it worked fine. When the OS was upgraded to AIX 5.3 the poll routine return an error code.
Here is a summary of the code:
#define MAX_EVENTS 300
long eventCount;... (0 Replies)
Hello everyone, I have to do a ML upgrade on AIX 5.2 from 01 to 09
this is the first time iam going to do it.
are there any command i have to keep in mind??
thanks! (1 Reply)
Hi guys
I have joined a new department and one of my tasks is to investigate the feasibility of upgrading our current AIX v 4.3 to V5.3.
I do not know anything about AIX and any actual work will be done by an outside consultant until such time as I have built up my own knowledge.
The system we... (3 Replies)