<?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 Need Help!!How to Check the FMC and Firepower if restart process was restarted? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-help-how-to-check-the-fmc-and-firepower-if-restart-process/m-p/3230606#M926321</link>
    <description>&lt;P&gt;Need Help!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to Check the FMC and Firepower if restart process was restarted?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;vrian&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 14:56:31 GMT</pubDate>
    <dc:creator>vrian_colaba</dc:creator>
    <dc:date>2020-02-21T14:56:31Z</dc:date>
    <item>
      <title>Need Help!!How to Check the FMC and Firepower if restart process was restarted?</title>
      <link>https://community.cisco.com/t5/network-security/need-help-how-to-check-the-fmc-and-firepower-if-restart-process/m-p/3230606#M926321</link>
      <description>&lt;P&gt;Need Help!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to Check the FMC and Firepower if restart process was restarted?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;vrian&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 14:56:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-how-to-check-the-fmc-and-firepower-if-restart-process/m-p/3230606#M926321</guid>
      <dc:creator>vrian_colaba</dc:creator>
      <dc:date>2020-02-21T14:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help!!How to Check the FMC and Firepower if restart process was restarted?</title>
      <link>https://community.cisco.com/t5/network-security/need-help-how-to-check-the-fmc-and-firepower-if-restart-process/m-p/3230749#M926322</link>
      <description>&lt;P&gt;The overall system uptime can be seen in the dashboard widget or from the uptime command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FMC uptime.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/4598iE0113FA7BB099882/image-size/large?v=v2&amp;amp;px=999" role="button" title="FMC uptime.PNG" alt="FMC uptime.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Firepower server processes will generate some (many) log messages when they start. You can see them in the syslog or parse them in /var/log/ directory, messages file, as shown in some examples below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;admin@fmc:/var/log$ cat messages | grep "Started SF"
Dec 12 12:10:29 fmc SF-IMS[4247]: [4247] pm:process [INFO] Started SFDCNotificationd (29403)
Dec 12 12:10:30 fmc SF-IMS[4247]: [4247] pm:process [INFO] Started SFRemediateD (29465)
Dec 12 12:11:00 fmc SF-IMS[4247]: [4247] pm:process [INFO] Started SFNotificationd (29854)
Dec 12 12:11:33 fmc SF-IMS[4247]: [4247] pm:process [INFO] Started SFTop10Cacher (30199)
Dec 12 12:11:33 fmc SF-IMS[4247]: [4247] pm:process [INFO] Started SFDataCorrelator (30203)
&lt;BR /&gt;&lt;BR /&gt;admin@fmc:/var/log$ cat messages | grep http 
Dec 12 12:08:41 fmc SF-IMS[4247]: [4247] pm:process [INFO] Stopping httpsd
Dec 12 12:09:41 fmc SF-IMS[4247]: [4247] pm:log [INFO] Process 'httpsd' closed output.
Dec 12 12:09:42 fmc SF-IMS[4247]: [4247] pm:CGroups [INFO] Apply: defaulting memory cgroup to System for httpsd.
Dec 12 12:09:42 fmc SF-IMS[4247]: [4247] pm:process [INFO] Adding process: httpsd
Dec 12 12:10:29 fmc SF-IMS[4247]: [4247] pm:process [INFO] Started httpsd (29407)
Dec 12 12:10:29 fmc SF-IMS[29407]: [29407] pm:CGroups [INFO] Apply: process &amp;lt;p29407/httpsd&amp;gt;.
Dec 12 12:12:19 fmc SF-IMS[30203]: [30203] SFDataCorrelator:FileExtractCloud [INFO] host: https://panacea.threatgrid.com
Dec 12 12:12:19 fmc SF-IMS[29860]: [31425] ADI:adi.ISEConnection [INFO] Captured Jabberwerx log:2017-12-12T12:12:19 [    INFO]: curl_easy_setopt() for CURLOPT_URL: 'https://ise-new.ccielab.mrneteng.com:8910/pxgrid/mnt/sd/getSessionListByTime'
admin@fmc:/var/log$&lt;/PRE&gt;
&lt;P&gt;A similar set of messages are generated on the sensor side and you can find them in the same directory there.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 12:32:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-how-to-check-the-fmc-and-firepower-if-restart-process/m-p/3230749#M926322</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2017-12-12T12:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help!!How to Check the FMC and Firepower if restart process w</title>
      <link>https://community.cisco.com/t5/network-security/need-help-how-to-check-the-fmc-and-firepower-if-restart-process/m-p/4473469#M1083960</link>
      <description>&lt;P&gt;show version system works in FTD , which shows the Uptime.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 17:41:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-how-to-check-the-fmc-and-firepower-if-restart-process/m-p/4473469#M1083960</guid>
      <dc:creator>MSJ1</dc:creator>
      <dc:date>2021-09-24T17:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help!!How to Check the FMC and Firepower if restart process w</title>
      <link>https://community.cisco.com/t5/network-security/need-help-how-to-check-the-fmc-and-firepower-if-restart-process/m-p/5139110#M1113946</link>
      <description>&lt;P&gt;Please elaborate the GUI steps for uptime check&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 20:09:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-how-to-check-the-fmc-and-firepower-if-restart-process/m-p/5139110#M1113946</guid>
      <dc:creator>Lalaram Raika</dc:creator>
      <dc:date>2024-07-02T20:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help!!How to Check the FMC and Firepower if restart process w</title>
      <link>https://community.cisco.com/t5/network-security/need-help-how-to-check-the-fmc-and-firepower-if-restart-process/m-p/5139500#M1113971</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1644750"&gt;@Lalaram Raika&lt;/a&gt; to check an FTD device, use the Advanced Troubleshooting section for your device where you can have it execute any valid cli show command from the FMC GUI. Just run "show version" and it will report back the FTD uptime along with other details.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 14:46:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-how-to-check-the-fmc-and-firepower-if-restart-process/m-p/5139500#M1113971</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2024-07-03T14:46:57Z</dc:date>
    </item>
  </channel>
</rss>

