The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 03-30-2008
Cesar Delgado Cesar Delgado is offline
Registered User
  
 

Join Date: Feb 2008
Posts: 13
Hi

That is not the normal behavior of AIX. Different from Solaris where you have to make a persistent binding of the tape devices, AIX it's supposed to save all information about devices in the ODM DB so in the next reboot it will configure devices still connected based on information of that ODM.

You can use commands in order to review contents of your ODM:

odmget CuAt > /tmp/cuat
odmget CuDep > /tmp/cudep
odmget CuDv > /tmp/cudv
odmget CuDvDr > /tmp/cudvdr
odmget CuVPD > /tmp/cuvpd

is this environment a LPAR ?? if so, adapter where rmt devices are connected (either SCSI or HBA) is a desired or required resource at LPAR configuration ?

Hope this helps