Originally posted by: SystemAdmin
It should work assuming that your 5.3 actually installed on hdisk0, you should be able to use bootlist -m normal hdisk0 to boot from that disk. It sounds like the 5.3 installation wasn't sucessful or was written to hdisk1 and overwritten by the AIX 5.2 install.
You also might want to look at the device address used by hdisk0 and hdisk1, because there is no guarentee that either OS or the install media would assign the same name to hdisk0 & hdisk1 (for example, if you do a
lsdev -C c disk
one AIX instance may display:
hdisk0 Available 10-80-00-2,0 16 Bit LVD SCSI Disk Drive
hdisk1 Available 10-80-00-4,0 16 Bit LVD SCSI Disk Drive
while the other AIX instance (or the installation) may display:
hdisk1 Available 10-80-00-2,0 16 Bit LVD SCSI Disk Drive
hdisk0 Available 10-80-00-4,0 16 Bit LVD SCSI Disk Drive
It is generally pretty deterministic for simple disk
configurations, but it could be different in some cases.
If that happened, you could have accidentally overwritten
the AIX 5.3 disk with the AIX 5.2 installation.
Jay