閲覧
ヘルプ
サインイン
レスポンス(1)
Solutions(1)
JPCommunityMgr
Community Manager
•
3.1K メッセージ
0
2017年12月13日 00:00
エラーコード0x6500112は様々な要因で発生するのですが、一つの原因としてターゲット(Destination)のLUNの属性が設定されていない(-replDest)ことが考えられます。以下がその設定の方法になります。
設定方法
uemcli -d <Unity IP アドレス> -u <ユーザ名> -p <パスワード> /stor/prov/luns/lun -id <LUNのID> set -replDest yes
属性の確認方法
uemcli -d <Unity IP アドレス> -u <ユーザ名> -p <パスワード> /stor/prov/luns/lun -id <LUNのID> show -detail
コマンド例 (LUNID:sv_400をターゲットLUNにしたいのでターゲットのフラグ(属性)を付与)
service@Unity300spa:~> uemcli -d XX.XX.XX.XX -u admin -p XXXX /stor/prov/luns/lun -id sv_400 set -replDest yes
Storage system address: XX.XX.XX.XX
Storage system port: 443
HTTPS connection
ID = sv_400
Operation completed successfully.
service@Unity300spa:~> uemcli -d XX.XX.XX.XX -u admin -p XXXX /stor/prov/luns/lun -id sv_400 show -detail
1: ID = sv_400
Name = test2
Description =
Group =
Storage pool ID = pool_6
Storage pool = test
Type = Primary
Base storage resource = sv_400
Source =
Original parent =
Health state = OK (5)
Health details = "The LUN is operating normally. No action is required."
Size = 11811160064 (11.0G)
Maximum size = 281474976710656 (256.0T)
Thin provisioning enabled = yes
Compression enabled = no
Compression space saved = 0
Compression percent = 0%
Compression ratio = 1:1
Current allocation = 0
Protection size used = 0
Non-base size used = 0
Family size used = 2952790016 (2.7G)
Snapshot count = 0
Family snapshot count = 0
Family thin clone count = 0
Protection schedule =
Protection schedule paused = no
WWN = 60:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:CD
Replication destination = yes <=ここ確認
Creation time = 2017-12-13 08:14:07
Last modified time = 2017-12-13 08:25:56
SP owner = SPA
Trespassed = no
FAST VP policy = Start high then auto-tier
FAST VP distribution = Extreme Performance: 0%, Performance: 0%, Capacity: 100%
LUN access hosts =
Snapshots access hosts =
IO limit =
Effective maximum IOPS = N/A
Effective maximum KBPS = N/A
上記の設定をした後に
uemcli -d -u <ユーザー> -p <パスワード> /prot/rep/session create -name -srcRes <ソースLUN ID> -dstType local -dstRes <ターゲットLUN>-syncType manual
にてローカルリプリケーションを設定すればエラーになりません。
例
Unity300spa:~> uemcli -d xx.xx.xx.xx -u xxxx -p xxxx /prot/rep/session create -name Testayas -srcRes sv_401 -dstType local -dstRes sv_400 -syncType manual
Storage system address: xx.xx.xx.xx
ID = 42949674120_APM00xxxx23096_0000_xxxx4117_APM00xxxxxxx_0000
デル サポート リソース
すべて表示
Top
JPCommunityMgr
Community Manager
•
3.1K メッセージ
0
2017年12月13日 00:00
エラーコード0x6500112は様々な要因で発生するのですが、一つの原因としてターゲット(Destination)のLUNの属性が設定されていない(-replDest)ことが考えられます。以下がその設定の方法になります。
設定方法
uemcli -d <Unity IP アドレス> -u <ユーザ名> -p <パスワード> /stor/prov/luns/lun -id <LUNのID> set -replDest yes
属性の確認方法
uemcli -d <Unity IP アドレス> -u <ユーザ名> -p <パスワード> /stor/prov/luns/lun -id <LUNのID> show -detail
コマンド例 (LUNID:sv_400をターゲットLUNにしたいのでターゲットのフラグ(属性)を付与)
service@Unity300spa:~> uemcli -d XX.XX.XX.XX -u admin -p XXXX /stor/prov/luns/lun -id sv_400 set -replDest yes
Storage system address: XX.XX.XX.XX
Storage system port: 443
HTTPS connection
ID = sv_400
Operation completed successfully.
service@Unity300spa:~> uemcli -d XX.XX.XX.XX -u admin -p XXXX /stor/prov/luns/lun -id sv_400 show -detail
Storage system address: XX.XX.XX.XX
Storage system port: 443
HTTPS connection
1: ID = sv_400
Name = test2
Description =
Group =
Storage pool ID = pool_6
Storage pool = test
Type = Primary
Base storage resource = sv_400
Source =
Original parent =
Health state = OK (5)
Health details = "The LUN is operating normally. No action is required."
Size = 11811160064 (11.0G)
Maximum size = 281474976710656 (256.0T)
Thin provisioning enabled = yes
Compression enabled = no
Compression space saved = 0
Compression percent = 0%
Compression ratio = 1:1
Current allocation = 0
Protection size used = 0
Non-base size used = 0
Family size used = 2952790016 (2.7G)
Snapshot count = 0
Family snapshot count = 0
Family thin clone count = 0
Protection schedule =
Protection schedule paused = no
WWN = 60:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:CD
Replication destination = yes <=ここ確認
Creation time = 2017-12-13 08:14:07
Last modified time = 2017-12-13 08:25:56
SP owner = SPA
Trespassed = no
FAST VP policy = Start high then auto-tier
FAST VP distribution = Extreme Performance: 0%, Performance: 0%, Capacity: 100%
LUN access hosts =
Snapshots access hosts =
IO limit =
Effective maximum IOPS = N/A
Effective maximum KBPS = N/A
上記の設定をした後に
uemcli -d -u <ユーザー> -p <パスワード> /prot/rep/session create -name -srcRes <ソースLUN ID> -dstType local -dstRes <ターゲットLUN>-syncType manual
にてローカルリプリケーションを設定すればエラーになりません。
例
Unity300spa:~> uemcli -d xx.xx.xx.xx -u xxxx -p xxxx /prot/rep/session create -name Testayas -srcRes sv_401 -dstType local -dstRes sv_400 -syncType manual
Storage system address: xx.xx.xx.xx
Storage system port: 443
HTTPS connection
ID = 42949674120_APM00xxxx23096_0000_xxxx4117_APM00xxxxxxx_0000
Operation completed successfully.