Consider following examples:-
Symmetrix ID = 1234
Host Name = CORALHOST
Devices = AAA:AAB
Initiator WWN = 1000000000000111, 1000000000000112
Ports = 7g:0, 10g:0
Thin Pool = THIN_SATA
1. Create devices
create dev count=2, size=18414, data_member_count=3, config=RAID-5, disk_group=3, emulation=fba, dynamic_capability=dyn_rdf;
For Thin Devices:-
create dev count=2, size=546133 cyl, emulation=fba, config=tdev, binding to pool THIN_SATA;
Here, we are going ahead with creating only thin devices. We have created devices AAA:AAB here.
2. Create Initiator Group
symaccess -sid 1234 -name CORALHOST_IG -type initiator -wwn 1000000000000111 add
symaccess -sid 1234 -name CORALHOST_IG -type initiator -wwn 1000000000000112 add
Use the devices that we created above (e.g. AAA:AAB)
Now you all set!!!
You can verify your allocations using following commands:-
symaccess -sid 1234 show view CORALHOST
symaccess -sid 1234 show CORALHOST_SG -type storage / symsg -sid 1234 show CORALHOST_SG
symaccess -sid 1234 show CORALHOST_IG -type initiator
symaccess -sid 1234 show SOBOSAN1234_07G0_10G0 -type port
No comments :
Post a Comment