AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  Configuring Particular Device

    Posted Sun November 02, 2008 05:16 PM

    Originally posted by: GurpreetSingh


    Hi Friends,

    Is it possible to remove the device & then reconfigure that device only without running cfgmgr for all the devices. I removed a SAN Storage Disk using rmdev -dl disk. Now is it possible to get it back without running the cfgmgr...(by using some alternate command)
    #AIX-Forum


  • 2.  Re: Configuring Particular Device

    Posted Mon November 03, 2008 08:15 AM

    Originally posted by: SystemAdmin


    Did you try mkdev ?
    #AIX-Forum


  • 3.  Re: Configuring Particular Device

    Posted Mon November 03, 2008 09:26 AM

    Originally posted by: frenger


    you can limit cfgmgr per parent device. For example
    cfgmgr -l fcs0 will configure all child devices of fcs0 (the parent device must be known in this case). When you have no parent device you can run it with -l on the pci device itself, you get the matching pci device by
    lsslot -c pci -for all machines with non virtual adapters and with
    lsslot -c slot -for all machines with virtual adapters.

    frenger
    #AIX-Forum


  • 4.  Re: Configuring Particular Device

    Posted Mon November 03, 2008 09:51 AM

    Originally posted by: jvk


    I would suggest to always use the cfgmgr.
    You can run something like 'cfgmgr -l fcsN' (N=0,1,2..)

    The mkdev won't work for all devices...
    #AIX-Forum


  • 5.  Re: Configuring Particular Device

    Posted Tue November 04, 2008 12:19 PM

    Originally posted by: GurpreetSingh


    thanks every one...ton of thanks for your time....I ran cfgmgr -i <name of the LUN>
    it came back...
    #AIX-Forum