Thread: Reconfig reboot
View Single Post

   
  #3 (permalink)  
Old 01-05-2008, 10:26 AM
rs6000er
 
Posts: n/a
Default Re: Reconfig reboot

command lsattr can show the wwn for you.

lsattr -El dac1|grep node_name|awk '{print $1," ",$2}'
node_name 0x200200a0b80f5c88

"200200a0b80f5c88" is what you are looking for.

regards,

Frank

Hajo Ehlers wrote:
> Giuliano Taddeo wrote:
> > Hi there AIX gurus,
> > does anybody know how to issue a "reconfigurational reboot" command?

>
> There is none because its normaly not needed.
> >
> > I just want to have the system to see new devices attached.
> > The same command under Solaris is boot -r but here does not work!!

>
> 1) Search this group for a AIX for SUN adaminstrator handbook
> 2) use " cfgmgr "
> If the device is not available - cfgmgr will tell if its misses a
> device driver - then add the device driver and run the command again.
>
> BTW: Is there a command to get the serial number ( Not the WWN ) of a
> SUN FC HBA. ?
>
> hth
> Hajo


Reply With Quote