Unsolved
This post is more than 5 years old
1 Rookie
•
92 Posts
0
926
December 28th, 2007 11:00
emc_cfgmgr problem , aix host
I have a emc_cfgmgr problem with one of my aix box ¿
I map & mask on Raid5 device to host, after that I run
/usr/lpp/EMC/Symmetrix/bin/emc_cfgmgr on host
It taking long time and checking all hdisks in the host I have 2 volume groups
County1/root:/>lsdev ¿Cc disk
--------snipped------
hdisk5 Defined 06-08-02 EMC Symmetrix FCP Disk TimeFinder
hdisk6 Defined 06-08-02 EMC Symmetrix FCP Disk TimeFinder
-------snipped------
County1/root: / > lsvg
rootvg
emcvg
county1/root: / > lsvg -p rootvg
rootvg:
PV_NAME PV STATE TOTAL PPs FREE PPs FREE DISTRIBUTION
hdisk1 active 271 165 54..03..00..54..54
hdisk0 active 271 157 54..03..00..54..46
county1/root: / > lsvg -p emcvg
0516-010 : Volume group must be varied on; use varyonvg command.
Because this host is a HACMP cluster of production server so the emcvg must be varyoff
Emc_cfgmgr checking all disks saying the hdisks which have EMC Symmetrix FCP Disk TimeFinder
State are in undetermined state and checking some other things and came back to state of checking those
Disk time finder devices and saying same msg and still running for past 30 mins
County1/root: / > /usr/lpp/EMC/Symmetrix/bin/emc_cfgmgr
----------------
Attempting to configure device 'sisscsia0'
Time: 0 LEDS: 0x2522
Invoking /usr/lib/methods/cfgsisioa -l sisscsia0
Number of running methods: 1
-----snipped------
hdisk63 is in a undetermined state
whats the problem?????
thank you..
I map & mask on Raid5 device to host, after that I run
/usr/lpp/EMC/Symmetrix/bin/emc_cfgmgr on host
It taking long time and checking all hdisks in the host I have 2 volume groups
County1/root:/>lsdev ¿Cc disk
--------snipped------
hdisk5 Defined 06-08-02 EMC Symmetrix FCP Disk TimeFinder
hdisk6 Defined 06-08-02 EMC Symmetrix FCP Disk TimeFinder
-------snipped------
County1/root: / > lsvg
rootvg
emcvg
county1/root: / > lsvg -p rootvg
rootvg:
PV_NAME PV STATE TOTAL PPs FREE PPs FREE DISTRIBUTION
hdisk1 active 271 165 54..03..00..54..54
hdisk0 active 271 157 54..03..00..54..46
county1/root: / > lsvg -p emcvg
0516-010 : Volume group must be varied on; use varyonvg command.
Because this host is a HACMP cluster of production server so the emcvg must be varyoff
Emc_cfgmgr checking all disks saying the hdisks which have EMC Symmetrix FCP Disk TimeFinder
State are in undetermined state and checking some other things and came back to state of checking those
Disk time finder devices and saying same msg and still running for past 30 mins
County1/root: / > /usr/lpp/EMC/Symmetrix/bin/emc_cfgmgr
----------------
Attempting to configure device 'sisscsia0'
Time: 0 LEDS: 0x2522
Invoking /usr/lib/methods/cfgsisioa -l sisscsia0
Number of running methods: 1
-----snipped------
hdisk63 is in a undetermined state
whats the problem?????
thank you..
No Events found!


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
December 28th, 2007 12:00
pctech321
1 Rookie
•
92 Posts
0
December 28th, 2007 13:00
server1/root: / > symmir -g county2_dg query
Device Group (DG) Name: county2_dg
DG's Type : REGULAR
DG's Symmetrix ID : XXXXX
Standard Device BCV Device State
-------------------------- ------------------------------------- ------------
Inv. Inv.
Logical Sym Tracks Logical Sym Tracks STD <=> BCV
-------------------------- ------------------------------------- ------------
----------snipped------
DEV023 024C 0 BCV023 0353 * 0 Synchronized
DEV024 024D 0 BCV024 0354 * 0 Synchronized
DEV025 067D 0 BCV025 0313 * 1 SyncInProg
DEV026 067E 0 BCV026 0314 * 0 Synchronized
DEV027 067F 0 BCV027 0315 * 0 Synchronized
DEV028 0749 0 BCV028 02DB * 0 Synchronized
DEV029 074A 0 BCV029 02DC * 0 Synchronized
DEV030 074B 0 BCV030 02DD * 0 Synchronized
-------------------snipped---------
Total ------- -------
Track(s) 0 4
MB(s) 0.0 0.1
Legend:
(*): The paired BCV device is associated with this group.
AFTER few SEC¿S Here is the state of devices
Server1/root: / > symmir -g county2_dg query
Device Group (DG) Name: county2_dg
DG's Type : REGULAR
DG's Symmetrix ID :XXXX
Standard Device BCV Device State
-------------------------- ------------------------------------- ------------
Inv. Inv.
Logical Sym Tracks Logical Sym Tracks STD <=> BCV
-------------------------- ------------------------------------- ------------
DEV023 024C 0 BCV023 0353 * 0 Split
DEV024 024D 0 BCV024 0354 * 0 Split
DEV025 067D 0 BCV025 0313 * 0 Split
DEV026 067E 0 BCV026 0314 * 0 Split
DEV027 067F 0 BCV027 0315 * 0 Split
DEV028 0749 0 BCV028 02DB * 0 Split
DEV029 074A 0 BCV029 02DC * 0 Split
DEV030 074B 0 BCV030 02DD * 0 Split
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
December 28th, 2007 14:00
rawstorage
4 Apprentice
•
423 Posts
0
December 28th, 2007 23:00
Dynamox is right you should run the cfg mgr when the BCV's are in a split state.
If the emc_cfgmgr is running during the middle of a cycle the device state will be changing, the BCV will become not ready when it is in sync in progress and will change to RW when it is split. This could be confusing for the emc_cfgmgr script if the replication process is running.
Before stopping your script you should also ensure you know how to restart it and what state everything needs to be in before kicking off.