The iscsitgtd does logs to /tmp/target_log, but you have to set qlog-lvl 
to some
level, if you set  <qlog-lvl>0x0ffff</qlog-lvl>, this will give you the 
most debug
messages. 

If you're running S10U4 or prior snv-74, do the following:

Edit /etc/iscsi/target_config.xml
Add this line <qlog-lvl>0x0ffff</qlog-lvl>
     -queue.h contains the debug bitmaps
restart daemon with this command "svcadm restart iscsitgt"
The debug out is located at /tmp/target_log


If you are running snv-74 and later, you need to do the following:

svccfg -s iscsitgt setprop iscsitgt/qlog-lvl = integer: 0xffffff
svccfg -s iscsitgt listprop iscsitgt/dbg-lvl
svcadm refresh iscsitgt
svcadm restart iscsitgt




Andrey Kuzmin wrote:
> On Feb 6, 2008 5:38 PM, Tracy, John <[EMAIL PROTECTED]> wrote:
>   
>> I checked /var/adm/messages and /var/log/syslog, and didn't see anything 
>> related to
>> iSCSI in any of those locations. Is there anywhere else I should look for 
>> iscsitgtd logs?
>>     
>
> Judging by the code, iscsitgtd logs to /tmp/target_log.
>
>   
_______________________________________________
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to