Hi Guros,
First of all i would like to say that i'm confused about these terms, dar and dac! I know that one of them is poing to our SAN controller! i'm not sure thought what do they mean!
I've recently added a new fiber channel to one of the clusters then run cfgmgr on the LPARs and i can see the fiber for now added:
The cluster used to have only one FC so by adding this i was trying to eliminate one of the single point of failure in the cluster.
But now i don't think that my newly added FC is being used by the SAN disks! here is what i did to discover that:
So i guess my SAN hdisks are linked to fcs0 thru fscsi0 on dac0 only.
When i check my other clusters i get this:
how can i make the former cluster to be identical to the later?
Regards,
Khalid
First of all i would like to say that i'm confused about these terms, dar and dac! I know that one of them is poing to our SAN controller! i'm not sure thought what do they mean!
I've recently added a new fiber channel to one of the clusters then run cfgmgr on the LPARs and i can see the fiber for now added:
Code:
# lsdev -C | grep fcs
fcs0 Available 03-08 FC Adapter
fcs1 Available 09-08 FC Adapter
The cluster used to have only one FC so by adding this i was trying to eliminate one of the single point of failure in the cluster.
But now i don't think that my newly added FC is being used by the SAN disks! here is what i did to discover that:
Code:
# lspv
hdisk0 00c5c1ebd9337eb2 rootvg active
hdisk1 00cf359f352e8582 oravg concurrent
hdisk2 00c5c1eb0ef90cd8 oravg concurrent
hdisk3 00c5c1ebcc9ededb oravg concurrent
# lsdev -C -F parent -l hdisk2
dar0
# lsdev -C -F parent -l hdisk3
dar0
# lsdev -C | grep dar
dar0 Available 1742-900 (900) Disk Array Router
en0 Available 04-08 Standard Ethernet Network Interface
en1 Available 05-08 Standard Ethernet Network Interface
# lsdev -C | grep dac
dac0 Available 03-08-02 1742-900 (900) Disk Array Controller
dac1 Available 03-08-02 1742-900 (900) Disk Array Controller
# lsdev -C -F parent -l dac0
fscsi0
# lsdev -C -F parent -l dac1
fscsi0
# lsdev -C -F parent -l fscsi0
fcs0
# lsdev -C -F parent -l fscsi1
fcs1
So i guess my SAN hdisks are linked to fcs0 thru fscsi0 on dac0 only.
When i check my other clusters i get this:
Code:
# lsdev -C | grep fcs
fcs0 Available 07-08 FC Adapter
fcs1 Available 08-08 FC Adapter
# lspv
hdisk0 00c5c1ebd970edea rootvg active
hdisk1 00c5c1ebe91077b1 rootvg active
hdisk2 00c5c1eb37584a50 oravg concurrent
hdisk3 00c5c1eb37584b90 oravg concurrent
hdisk4 00c5c1eb37584cd2 oravg concurrent
hdisk5 00c5c1eb0df2cddf oravg concurrent
hdisk6 00c5c1eb525594d2 oravg concurrent
# lsdev -C -F parent -l hdisk2
dar0
# lsdev -C -F parent -l hdisk3
dar0
# lsdev -C -F parent -l hdisk4
dar0
# lsdev -C -F parent -l hdisk5
dar0
# lsdev -C -F parent -l hdisk6
dar0
# lsdev -C | grep dar
dar0 Available 1742-900 (900) Disk Array Router
en0 Available 0C-08 Standard Ethernet Network Interface
en1 Available 0D-08 Standard Ethernet Network Interface
# lsdev -C | grep dac
dac0 Available 07-08-02 1742-900 (900) Disk Array Controller
dac1 Available 08-08-02 1742-900 (900) Disk Array Controller
dac2 Available 07-08-02 1742-900 (900) Disk Array Controller
dac3 Available 08-08-02 1742-900 (900) Disk Array Controller
# lsdev -C -F parent -l dac0
fscsi0
# lsdev -C -F parent -l dac1
fscsi1
# lsdev -C -F parent -l dac2
fscsi0
# lsdev -C -F parent -l dac3
fscsi1
# lsdev -C -F parent -l fscsi1
fcs1
how can i make the former cluster to be identical to the later?
Regards,
Khalid