How to present iSCSI Lun into AIX
lsdev -C -c disk : will list disk devices like format (available drives need to count)
cfgmgr -v : will rescan hardware like ioscan -fnc & devfsadm
lscfg -vpl hdisk12 : will give details of particular disk ie in this case hdisk12
How to add iscsi luns:
1. # smitty devices
sroll down to select "iSCSI"
select "iscsi protocol devices"
change/show charactarstcs of an iscsi protocol devices
After this select "iscsi Available iscsi protocol devices" appears in a window.
press enter on this
select "iscsi Initator Name"
Now press f7 and change the iscsi id
then select" the APPLY changes to database only" to yes
2. # reboot the machine.
3. Edit /etc/iscsi/targets & add netapps initator "192.168.12.10 3260 iqn.1992-08.com.netapp:sn.88912939"
4. # Cfgmgr –v
5. # lsdev -C -c disk : will show the added iscsi luns.
cfgmgr -v : will rescan hardware like ioscan -fnc & devfsadm
lscfg -vpl hdisk12 : will give details of particular disk ie in this case hdisk12
How to add iscsi luns:
1. # smitty devices
sroll down to select "iSCSI"
select "iscsi protocol devices"
change/show charactarstcs of an iscsi protocol devices
After this select "iscsi Available iscsi protocol devices" appears in a window.
press enter on this
select "iscsi Initator Name"
Now press f7 and change the iscsi id
then select" the APPLY changes to database only" to yes
2. # reboot the machine.
3. Edit /etc/iscsi/targets & add netapps initator "192.168.12.10 3260 iqn.1992-08.com.netapp:sn.88912939"
4. # Cfgmgr –v
5. # lsdev -C -c disk : will show the added iscsi luns.
Comments
Post a Comment