This post is more than 5 years old
1 Rookie
•
30 Posts
0
2137
January 3rd, 2013 09:00
How we can check the iSCSI details from AX4-5 clariion .
Hi all,
In my environment AX4-5 storage connected to iSCSI initiators instead of HBA,i am only aware of "getall -hba" command to get the details of HBA .How could we check the iSCSI details from storage cli .
please help me out ,how can we check iSCSI details with a command.
Thanks in advance
Vajrala
No Events found!
AnkitMehta
1.4K Posts
0
January 4th, 2013 12:00
If you are looking for UID of the storage system:
naviseccli -h getarrayuid -iscsi
naviseccli -h port -list -hba command targeted to an iSCSI HBA for below output:
naviseccli -h port -list -sp -mac
Above will provide you information about each HBA & SP Port. You may refer to Navisphere CLI Administrator guides for more commands for future references.
vajrala
1 Rookie
•
30 Posts
0
January 4th, 2013 02:00
Please can any one help me
AnkitMehta
1.4K Posts
0
January 4th, 2013 14:00
I will be but it would be limited to documents and whatever knowledge I've gained during my tenure since I do not have Primus/Service Center/Powerlink access anymore!
kelleg
4.5K Posts
1
January 4th, 2013 14:00
Another command that you can use from Navisphere CLI is the "connection" command. Below is from one of our lab boxes configured with iSCSI:
C:\>naviseccli -h xxx -user -password -scope 0 connection -getport
SP: B
Port ID: 0
Port WWN: iqn.1992-04.com.emc:cx.necexxx.b0
iSCSI Alias: 0026.a0
IP Address: 10.xxx.xxx.240
Subnet Mask: 255.255.255.0
Gateway Address: 10.xxx.xxx.1
Initiator Authentication: false
SP: B
Port ID: 1
Port WWN: iqn.1992-04.com.emc:cx.necexxx.b1
iSCSI Alias: 0026.a0
IP Address: 10.xxx.xxx.241
Subnet Mask: 255.255.255.0
Gateway Address: 10.xxx.xxx.1
Initiator Authentication: false
SP: A
Port ID: 0
Port WWN: iqn.1992-04.com.emc:cx.necexxx.a0
iSCSI Alias: 0026.a0
IP Address: 10.xxx.xxx.238
Subnet Mask: 255.255.255.0
Gateway Address: 10.xxx.xxx.1
Initiator Authentication: false
SP: A
Port ID: 1
Port WWN: iqn.1992-04.com.emc:cx.necexxx.a1
iSCSI Alias:
IP Address: 10.xxx.xxx.239
Subnet Mask: 255.255.255.0
Gateway Address: 10.xxx.xxx.1
Initiator Authentication: false
glen
kelleg
4.5K Posts
0
January 4th, 2013 14:00
Glad to see you still posting
glen
AnkitMehta
1.4K Posts
0
January 4th, 2013 14:00
Lazy fingers glen!
3 Commands are more than enough I believe!
vajrala: Anyhow, as I mentioned earlier, you should be able to get all the commands you require from Navisphere CLI Administrator's guide. Particularly, for iSCSI Commands Refer Chapter 6.
kelleg
4.5K Posts
0
January 7th, 2013 14:00
Was your question answered correctly? If so, please remember to mark your question Answered when you get the correct answer and award points to the person providing the answer.
glen
vajrala
1 Rookie
•
30 Posts
0
January 8th, 2013 17:00
Hello ankit and glen,
thank you for the reply,i am sorry for the late busy with other things.
thank you
vajrala