Tanti Technology

My photo
Bangalore, karnataka, India
Multi-platform UNIX systems consultant and administrator in mutualized and virtualized environments I have 4.5+ years experience in AIX system Administration field. This site will be helpful for system administrator in their day to day activities.Your comments on posts are welcome.This blog is all about IBM AIX Unix flavour. This blog will be used by System admins who will be using AIX in their work life. It can also be used for those newbies who want to get certifications in AIX Administration. This blog will be updated frequently to help the system admins and other new learners. DISCLAIMER: Please note that blog owner takes no responsibility of any kind for any type of data loss or damage by trying any of the command/method mentioned in this blog. You may use the commands/method/scripts on your own responsibility. If you find something useful, a comment would be appreciated to let other viewers also know that the solution/method work(ed) for you.

Friday 18 April 2014

[How-To] Add, Remove CD/DVD ROM from LPAR Dynamically


Safe way to Move/Remove the CD/DVD ROM from LPAR using DLPAR Operation:
On the LPAR find out where the CD/DVD-ROM is assigned:
# lsdev -Cc cdrom
cd0   Available  03-08-00   SATA DVD-ROM Drive
# lsdev -Cl cd0 -F parent
sata0
# lsdev -Cl sata0 -F parent
sissas0
# lsslot -c slot
# Slot Description Device(s)
HEA 17 Logical I/O Slot lhea1 ent0
U789D.001.DQD52DG-P1-T1   Logical I/O Slot pci4 usbhc2 usbhc3
U789D.001.DQD52DG-P1-T3   Logical I/O Slot pci3 sissas0
U9117.MMA.6534BE4-V4-C0   Virtual I/O Slot vsa0
U9117.MMA.6534BE4-V4-C4   Virtual I/O Slot vscsi0
U9117.MMA.6534BE4-V4-C8   Virtual I/O Slot vscsi1
U9117.MMA.6534BE4-V4-C22  Virtual I/O Slot vscsi3
U9117.MMA.6534BE4-V4-C24  Virtual I/O Slot vscsi4
# lsdev -Cc cdrom -F "name physloc"
cd0 U789D.001.DQD52DG-P4-D1
Remove the slot from this host:
# rmdev -dl pci3 -R
cd0 deleted
sissas0 deleted
sata0 deleted
pci3 deleted
Then from HMC — go to –> Dynamically Logical Partitioning –> Physical Adapters –> Remove the controller and then assign to another partition.



No comments:

Post a Comment