This is a discussion on Unable to de-allocate dvd within the AIX Operating System forums, part of the Unix Operating Systems category; --> I'm having some trouble getting one of my lpars on a p550 to let go of the dvd drive ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm having some trouble getting one of my lpars on a p550 to let go of the dvd drive so that I can use it on another lpar. I've tried doing it dynamically, and I've even removed it from the hardware profile, deactivated and reactivated (i.e. not just a reboot) and it still won't let it go. Has anybody experienced this and found a solution? Thanks so much, Chris |
| |||
| Is it add as a desired resource...Also, did you remove the parent adapter of the other mass storage controller from which its currently attached. Regards Salman delcielo wrote: > I'm having some trouble getting one of my lpars on a p550 to let go of > the dvd drive so that I can use it on another lpar. > > I've tried doing it dynamically, and I've even removed it from the > hardware profile, deactivated and reactivated (i.e. not just a reboot) > and it still won't let it go. > > Has anybody experienced this and found a solution? > > Thanks so much, > Chris |
| |||
| It was defined as a "desired" resource, though it is not allocated at all currently. Still, however, I am unable to allocate it to anything else, and am able to see it on the OS of the LPAR that should have released it. I probably should have said controller rather than drive; but yes, I have the controller that holds the drive unallocated from the first LPAR; but am unable to allocate it to the new LPAR. |
| |||
| delcielo wrote: > I probably should have said controller rather than drive; but yes, I > have the controller that holds the drive unallocated from the first > LPAR; but am unable to allocate it to the new LPAR. Well you have them unallocated, but in the system that will release the DVD, you must: rmdev -dl cd0 It is an IDE device rmdev -dl ide0 the IDE-device is mapped to a PCI-device rmdev -dl pcix you will get the pci-device by probing with lsdev -p After that, a DLPAR works for me, if the slot is marked desired in the active profile. A change from required to desired requires a reactivation of the LPAR. -- Michael Prix "What is this talk of 'release'? We do not make software 'releases'. Our software 'escapes', leaving a bloody trail of designers and quality assurance people in it's wake." -- BSD Programmers Statements #5 |