Friday, February 7, 2020

Hitachi HUSVM log dump upload process

1. Login to respective HUSVM SVP




2. Open SVP console.

3. Click on Autodump option.



4. Choose Normal option from drop down and choose local disk to save logs.

5. Click ok and wait to complete ;log collection.


6. go to below shown path to copy log file hdcp.tgz


7. open below link to upload file.

https://tuf.hitachivintara.com/upload.php







Wednesday, January 29, 2020

How to check LUN naa id on Hitachi

Use below mentioned command to check Lun naa id on Hitachi Storage.


horcmshutdown 100 101
horcmstart 100 101
set horcminst=101 ( fist set this command then raidcom will work)
raidqry -l

1. get the lun number and lun id info by below command :
raidcom get ldev -ldev_id 00:49

2. get the lun wwn number by below command :
raidscan -p CL2-B-9 -l 4 -CLI -fw

https://knowledge.hitachivantara.com/Documents/Management_Software/SVOS/9.4/Volume_Security/Data_Retention_Utility/02_Configuring_data_retention_settings#:~:text=Right%2Dclick%20a%20volume%20for,Apply%20to%20apply%20the%20setting. 

Sunday, January 19, 2020

Symclone lun migration steps



Migrate luns by creating DG and using symclone command.

First create DG name where source luns and target luns will add.
symdg -sid 123 create DG_name -type regular

add source luns
symdg -sid 123 -g DG_name add dev 02d1

add target luns
symdg -g DG_name add dev 0325 -tgt

create symclone session by using DG name
symclone -sid 123 -g DG_name create -precopy -tgt -nop

query symclone satus
symclone -sid 123 -g DG_name query

recreate if want to resync it again
symclone -sid 123 -g DG_name recreate -tgt

activate it after recreate it to process data copy
symclone -sid 123 -g DG_name activate -tgt -nop

Terminate the session.
symclone -sid 123 -g DG_name terminate -tgt