1831915 Members
3226 Online
110031 Solutions
New Discussion

iSCSI problem

 
AnthonySN
Respected Contributor

iSCSI problem

We have one server having hpux 11.31 with latest patches (Sep'10) connected to a P4000 storage. we installed the iSCSI depot and followed the document
http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02037109/c02037109.pdf

#iscsiutil -p -O show no output and when we do an ioscan -fnH 255 we see the below output.

#ioscan -fnH 255
Class I H/W Path Driver S/W State H/W Type Description

===========================================================================

iscsi 1 255/0 iscsi NO_HW VIRTBUS iSCSI Virtual Node

usbmsvbus 1 255/1 mass_storage NO_HW VIRTBUS USB Mass Storage

ext_bus 3 255/1/0 usb_ms_scsi NO_HW INTERFACE USB Mass Storage SCSI


Any idea what else needs to checked or configured.
4 REPLIES 4
AnthonySN
Respected Contributor

Re: iSCSI problem

any idea anyone
whiz_kid911
Frequent Advisor

Re: iSCSI problem

I would clear the existing configuration and start from scratch :
echo "iscsi_krs_delete/W 1" | adb -o -w /stand/vmunix /dev/kmem
/opt/iscsi/bin/iscsiutil -x
shutdown -r 0

After the reboot run iscsiutil and the ioscan :
/opt/iscsi/bin/iscsiutil -a -I 10.12.4.6
ioscan -H 255
iscsidiag can be used to see before and after configuration information.

Before clearing the iSCSI information and rebooting the system, capture the config just incase as follows:
ioscan -kfn > /tmp/ioscan.pre_shutdown.out
iscsiutil -p > /tmp/iscsi_tgt.pre_shutdown.out
AnthonySN
Respected Contributor

Re: iSCSI problem

reconfigured and rebooted.
it works fine now.
AnthonySN
Respected Contributor

Re: iSCSI problem

reconfigured