Re: Migrating to FastT
From: Darryl Ousterhout (D.Ousterhout_at_LABSAFETY.COM)
Date: 07/22/05
- Previous message: Chafik,Basim: "Re: Migrate from AIX 5.1 ML8 to 5.2"
- Maybe in reply to: Drew T: "Migrating to FastT"
- Next in thread: Mike Tibor: "Re: Migrating to FastT"
- Reply: Mike Tibor: "Re: Migrating to FastT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 22 Jul 2005 08:00:07 -0500 To: aix-l@Princeton.EDU
I ran into the same problem. Mike Tibor posted a fix a while back for
it. Clean out your old devices and run cfgmgr.
You had to remove your complete Fiber-Environment with:
> <snip>
> for i in `lsdev -Cc disk|grep Array|awk '{print $1'}` do
> rmdev -dl $i
> done
> rmdev -dl dar0
> rmdev -dl dar1
> rmdev -dl dac0
> rmdev -dl dac1
> rmdev -dl fcnet0
> rmdev -dl fcnet1
> rmdev -Rdl fcs0
> rmdev -Rdl fcs1
> <snip>
>
> Then run cfgmgr -v .
> Your disks will then be available.
> fget_config -Av
> will show your Environment after the change.
Regards,
-Darryl
-----Original Message-----
From: IBM AIX Discussion List [mailto:aix-l@Princeton.EDU] On Behalf Of
Drew T
Sent: Thursday, July 21, 2005 1:33 PM
To: aix-l@Princeton.EDU
Subject: Migrating to FastT
Hello all.
We are migrating a few of our non-production AIX boxes to Fast-T. We
have two adapters zoned to the Fast-T, for redundancy (fcs0 and fcs2).
[atownsen @ uxsyblab1] /home/unixsa/atownsen >>lsdev -Cc adapter | grep
fc
fcs0 Available 41-08 FC Adapter (Fast-T)
fcs1 Available 47-08 FC Adapter (to something else)
fcs2 Available 4F-08 FC Adapter (Fast-T)
When we ran cfgmgr, each disk showed up twice. There are only 12
physical disks, and there is an exported volume group on them. As you
can see, there are actually 24 disks in the available state, 12 for each
adapter.
If I had only one adapter, and saw only 12 disks, I would go ahead and
import the vg. But I'm not sure in this case. (It's only lab). Should I
go ahead and import them anyway?
Thanks,
Drew
Here is the lsdev output for the disks:
[atownsen @ uxsyblab1] /home/unixsa/atownsen >>lsdev -Cc disk hdisk0
Available 4M-08-00-8,0 16 Bit LVD SCSI Disk Drive
hdisk1 Available 4M-08-00-9,0 16 Bit LVD SCSI Disk Drive
hdisk2 Available 41-08-02 1742 (700) Disk Array Device
hdisk3 Available 41-08-02 1742 (700) Disk Array Device
hdisk4 Available 41-08-02 1742 (700) Disk Array Device
hdisk5 Available 41-08-02 1742 (700) Disk Array Device
hdisk6 Available 41-08-02 1742 (700) Disk Array Device
hdisk7 Available 41-08-02 1742 (700) Disk Array Device
hdisk8 Available 41-08-02 1742 (700) Disk Array Device
hdisk9 Available 41-08-02 1742 (700) Disk Array Device
hdisk10 Available 41-08-02 1742 (700) Disk Array Device
hdisk11 Available 41-08-02 1742 (700) Disk Array Device
hdisk12 Available 41-08-02 1742 (700) Disk Array Device
hdisk13 Available 41-08-02 1742 (700) Disk Array Device
hdisk14 Available 4F-08-02 1742 (700) Disk Array Device
hdisk15 Available 4F-08-02 1742 (700) Disk Array Device
hdisk16 Available 4F-08-02 1742 (700) Disk Array Device
hdisk17 Available 4F-08-02 1742 (700) Disk Array Device
hdisk18 Available 4F-08-02 1742 (700) Disk Array Device
hdisk19 Available 4F-08-02 1742 (700) Disk Array Device
hdisk20 Available 4F-08-02 1742 (700) Disk Array Device
hdisk21 Available 4F-08-02 1742 (700) Disk Array Device
hdisk22 Available 4F-08-02 1742 (700) Disk Array Device
hdisk23 Available 4F-08-02 1742 (700) Disk Array Device
hdisk24 Available 4F-08-02 1742 (700) Disk Array Device
hdisk25 Available 4F-08-02 1742 (700) Disk Array Device
- Previous message: Chafik,Basim: "Re: Migrate from AIX 5.1 ML8 to 5.2"
- Maybe in reply to: Drew T: "Migrating to FastT"
- Next in thread: Mike Tibor: "Re: Migrating to FastT"
- Reply: Mike Tibor: "Re: Migrating to FastT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|