DataPower

DataPower

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Creating log target in the Raid Array Directory

    Posted 10/14/23 01:41 PM
    Is creating log target in the Raid Array Directory not supported?

    We are getting an error:

    Filename local:///ondisk/test.log is not valid or not well-formed. It should be in this form logtemp://filename.log or logstore:// subdir/fiename.log.

    Thanks,







  • 2.  RE: Creating log target in the Raid Array Directory

    Posted 10/15/23 03:24 PM
    Edited by Joseph Morgan 10/15/23 03:28 PM

    Based upon the error, have you tried logstore:///ondisk/test.log?



    ------------------------------
    Joseph Morgan
    ------------------------------



  • 3.  RE: Creating log target in the Raid Array Directory

    Posted 10/15/23 03:34 PM

    Minor type there... should be "logstore:///ONDISK/temp.log" where ONDISK is the name given to the RAID directory when initializing the RAID device (ONDISK is the default). 
    nb. there is no ONDISK directory in the logtemp:/// directory, so you have to use logstore:///



    ------------------------------
    Charlie Sumner
    ------------------------------



  • 4.  RE: Creating log target in the Raid Array Directory

    Posted 10/15/23 03:41 PM

    Apologies Joe... my email notification had this "Based upon the error, have you tried logstore:///ondisk.test.log?"  Then I noticed it was corrected in the post.



    ------------------------------
    Charlie Sumner
    ------------------------------



  • 5.  RE: Creating log target in the Raid Array Directory

    Posted 10/15/23 03:58 PM

    No worries.  Between the two of us, Paul should be on the right track now.



    ------------------------------
    Joseph Morgan
    ------------------------------



  • 6.  RE: Creating log target in the Raid Array Directory

    Posted 10/16/23 11:19 AM
    Thank you....