<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problems accessing command-history.log via http in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Problems-accessing-command-history-log-via-http/m-p/115093#M24504</link>
    <description>&lt;P&gt;Seems like there is an error in URL?&lt;/P&gt;&lt;P&gt;wget --no-check-certificate https://admin:*@mycluster/spi/&lt;SPAN&gt;mycluster&lt;/SPAN&gt;c01/etc/mlog/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this must be wget --no-check-certificate https://admin:*@mycluster/spi/&lt;SPAN&gt;mycluster&lt;/SPAN&gt;c01/etc/log/mlog/&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2016 07:53:47 GMT</pubDate>
    <dc:creator>georgevj</dc:creator>
    <dc:date>2016-01-27T07:53:47Z</dc:date>
    <item>
      <title>Problems accessing command-history.log via http</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Problems-accessing-command-history-log-via-http/m-p/114978#M24472</link>
      <description>&lt;P&gt;Reviewing the Systems Administrators Guide for OnTAP 8.2 (&lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMP1196798)," target="_blank"&gt;https://library.netapp.com/ecm/ecm_download_file/ECMP1196798),&lt;/A&gt; I am working through the checklist of things to allow access to command-history.log files via HTTP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is covered on pages 42 &amp;amp; 43.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mycluster::&amp;gt; system services web show&lt;BR /&gt;External Web Services: true&lt;BR /&gt;Status: online&lt;BR /&gt;HTTP Protocol Port: 80&lt;BR /&gt;HTTPs Protocol Port: 443&lt;BR /&gt;TLSv1 Enabled: true&lt;BR /&gt;SSLv3 Enabled: true&lt;BR /&gt;SSLv2 Enabled: false&lt;/P&gt;&lt;P&gt;mycluster::&amp;gt; vserver services web show -vserver mycluster -name spi&lt;/P&gt;&lt;P&gt;Vserver: mycluster&lt;BR /&gt;Service Name: spi&lt;BR /&gt;Type of Vserver: admin&lt;BR /&gt;Version of Web Service: 1.2.0&lt;BR /&gt;Description of Web Service: Service Processor Infrastructure&lt;BR /&gt;Long Description of Web Service: This service offers HTTP/HTTPs access to applications running on the Service Processor. Log and core files from all nodes in the cluster will be exposed for Service Processor retrieval.&lt;BR /&gt;Service Requirements: ontapi=1.0.0, index&amp;gt;1.0.0&lt;BR /&gt;Default Authorized Roles: admin&lt;BR /&gt;Enabled: true&lt;BR /&gt;SSL Only: false&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;mycluster::&amp;gt; vserver services web access show -vserver mycluster -role admin&lt;BR /&gt;Vserver Type Service Name Role&lt;BR /&gt;-------------- -------- ---------------- ----------------&lt;BR /&gt;mycluster admin ontapi admin&lt;BR /&gt;mycluster admin spi admin&lt;BR /&gt;2 entries were displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mycluster::&amp;gt; security login show -username admin -vserver mycluster -application service-processor&lt;/P&gt;&lt;P&gt;Vserver: mycluster&lt;BR /&gt;Authentication Acct&lt;BR /&gt;UserName Application Method Role Name Locked&lt;BR /&gt;---------------- ----------- -------------- ---------------- ------&lt;BR /&gt;admin service-processor&lt;BR /&gt;password admin no&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;mycluster::&amp;gt; security login role show -role admin&lt;BR /&gt;Role Command/ Access&lt;BR /&gt;Vserver Name Directory Query Level&lt;BR /&gt;---------- ------------- --------- ----------------------------------- --------&lt;BR /&gt;mycluster admin DEFAULT all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ wget --no-check-certificate &lt;A href="https://admin:*@mycluster/spi/" target="_blank"&gt;https://admin:*@mycluster/spi/&lt;/A&gt;&lt;SPAN&gt;mycluster&lt;/SPAN&gt;c01/etc/mlog/&lt;BR /&gt;--2016-01-25 09:40:43-- &lt;A href="https://admin:*password*@" target="_blank"&gt;https://admin:*password*@&lt;/A&gt;&lt;SPAN&gt;mycluster&lt;/SPAN&gt;/spi/&lt;SPAN&gt;mycluster&lt;/SPAN&gt;01/etc/mlog/&lt;BR /&gt;Resolving &lt;SPAN&gt;mycluster&lt;/SPAN&gt;... 10....&lt;BR /&gt;Connecting to &lt;SPAN&gt;mycluster&lt;/SPAN&gt;|10....|:443... connected.&lt;BR /&gt;WARNING: cannot verify &lt;SPAN&gt;mycluster&lt;/SPAN&gt;▒s certificate, issued by ▒/CN=&lt;SPAN&gt;mycluster&lt;/SPAN&gt;.cert/C=US/ST=/L=/O=/OU=/emailAddress=▒:&lt;BR /&gt;Self-signed certificate encountered.&lt;BR /&gt;WARNING: certificate common name ▒&lt;SPAN&gt;mycluster&lt;/SPAN&gt;.cert▒ doesn't match requested host name ▒&lt;SPAN&gt;mycluster&lt;/SPAN&gt;▒.&lt;BR /&gt;HTTP request sent, awaiting response... 401 Authorization Required&lt;BR /&gt;Reusing existing connection to &lt;SPAN&gt;mycluster&lt;/SPAN&gt;:443.&lt;BR /&gt;HTTP request sent, awaiting response... 403 Forbidden&lt;BR /&gt;2016-01-25 09:40:44 ERROR 403: Forbidden.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... what am I missing?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 22:15:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Problems-accessing-command-history-log-via-http/m-p/114978#M24472</guid>
      <dc:creator>DARREN_REED</dc:creator>
      <dc:date>2025-06-04T22:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problems accessing command-history.log via http</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Problems-accessing-command-history-log-via-http/m-p/114986#M24476</link>
      <description>&lt;P&gt;what does this command say?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;security login show -username admin -vserver mycluster -application http&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:40:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Problems-accessing-command-history-log-via-http/m-p/114986#M24476</guid>
      <dc:creator>georgevj</dc:creator>
      <dc:date>2016-01-25T07:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problems accessing command-history.log via http</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Problems-accessing-command-history-log-via-http/m-p/115080#M24496</link>
      <description>&lt;P&gt;mycluster::&amp;gt; security login show -username admin -vserver mycluster -application http&lt;BR /&gt;Vserver: mycluster&lt;BR /&gt;Authentication Acct&lt;BR /&gt;UserName Application Method Role Name Locked&lt;BR /&gt;---------------- ----------- -------------- ---------------- ------&lt;BR /&gt;admin http password admin no&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 03:46:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Problems-accessing-command-history-log-via-http/m-p/115080#M24496</guid>
      <dc:creator>DARREN_REED</dc:creator>
      <dc:date>2016-01-27T03:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problems accessing command-history.log via http</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Problems-accessing-command-history-log-via-http/m-p/115093#M24504</link>
      <description>&lt;P&gt;Seems like there is an error in URL?&lt;/P&gt;&lt;P&gt;wget --no-check-certificate https://admin:*@mycluster/spi/&lt;SPAN&gt;mycluster&lt;/SPAN&gt;c01/etc/mlog/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this must be wget --no-check-certificate https://admin:*@mycluster/spi/&lt;SPAN&gt;mycluster&lt;/SPAN&gt;c01/etc/log/mlog/&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 07:53:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Problems-accessing-command-history-log-via-http/m-p/115093#M24504</guid>
      <dc:creator>georgevj</dc:creator>
      <dc:date>2016-01-27T07:53:47Z</dc:date>
    </item>
  </channel>
</rss>

