<?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: Panorama VM 8.1.5 in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-vm-8-1-5/m-p/261910#M74227</link>
    <description>&lt;P&gt;the prompt "&amp;gt;" will appear once the management server (mgmt-srv) is fully loaded. After reboots and depending how much config etc need to be loaded (and available resources etc; there are several different background processes that need to start before the mgmtsrv is fully 'up) , it can take a while before the management process becomes available&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can check if there are extraordinary delays during the boot process by checking the ms.log file&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2019 12:08:29 GMT</pubDate>
    <dc:creator>reaper</dc:creator>
    <dc:date>2019-05-22T12:08:29Z</dc:date>
    <item>
      <title>Panorama VM 8.1.5</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-vm-8-1-5/m-p/261783#M74207</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just got this case, where the client shutdown the Panorama 8.1.5 for maintenance. But once reboot, and login to the device he will not see the "&amp;gt;". if he performs any commands there are outputs. But the prompt is missing. He reloaded the device and has been is this state for over 24hr now.&lt;/P&gt;&lt;P&gt;Usual CUP load is 5% on their network. But now its over 37%. The memory and disk looks fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have come across this issue on my VM lab. Same thing. When tried to login it times out, then I would not see the prompt. But after a while (15min) everything is fine, which tells me there some processors still starting. But it doesn't look like the same case with this client.&lt;/P&gt;&lt;P&gt;I cannot confirm whether he has access via WebGUI. But that's to be confirmed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Lance&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 12:04:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-vm-8-1-5/m-p/261783#M74207</guid>
      <dc:creator>Shadow</dc:creator>
      <dc:date>2019-05-21T12:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama VM 8.1.5</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-vm-8-1-5/m-p/261910#M74227</link>
      <description>&lt;P&gt;the prompt "&amp;gt;" will appear once the management server (mgmt-srv) is fully loaded. After reboots and depending how much config etc need to be loaded (and available resources etc; there are several different background processes that need to start before the mgmtsrv is fully 'up) , it can take a while before the management process becomes available&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can check if there are extraordinary delays during the boot process by checking the ms.log file&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 12:08:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-vm-8-1-5/m-p/261910#M74227</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2019-05-22T12:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama VM 8.1.5</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-vm-8-1-5/m-p/264377#M74415</link>
      <description>&lt;P&gt;I did come across this solution, to the description I have to add, once you log in there was no prompt "&amp;gt;" + if you run some show commands there were no output(black screen).&lt;/P&gt;&lt;P&gt;with help of TAC and tanks to Pradip, following was discovered and fixed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;==============Knowledge share===================================&lt;/P&gt;&lt;P&gt;As the configuration of the ESXI is same and it does not seems to be a VM issue.&lt;BR /&gt;&amp;gt;&amp;gt; We are not able to access Panorama GUI.&lt;BR /&gt;&amp;gt;&amp;gt;We are able to get CLI but whenever we type command it does not return any output or error.&lt;BR /&gt;&amp;gt;&amp;gt; We tried restarting Panorama and it did not work.&lt;BR /&gt;&amp;gt;&amp;gt; We visited MAINT mode and tried reinstalling the PAN OS and tried reverting to older PAN OS both options did not worked.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;configd.log&lt;BR /&gt;--------------&lt;/P&gt;&lt;P&gt;&amp;lt;-------SNIP------&amp;gt; Error: pan_mongo_output_error(pan_mongo.c:515): [MongoDB Failure] mongo_insert failed: 18446744073709551615(0),&lt;BR /&gt;&amp;lt;-------SNIP------&amp;gt; Error: pan_cfg_mongo_clear_unfinished_jobs(src_cms/pan_cfg_mongo_tables.c:15632): Failed to insert record for key&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;+ We ran the commands on root shell to repair the MongoDB.&lt;BR /&gt;&lt;BR /&gt;# mongodump -d pancfg -o /tmp/db_backup&lt;BR /&gt;&lt;BR /&gt;# mongo&lt;BR /&gt;&amp;gt; use pancfg&lt;BR /&gt;&amp;gt; db.dropDatabase()&lt;BR /&gt;&amp;gt; exit&lt;BR /&gt;&lt;BR /&gt;# cd /tmp/db_backup&lt;BR /&gt;# mongorestore --drop -d pancfg pancfg (you must run this from /tmp/db_backup)&lt;BR /&gt;&lt;BR /&gt;# mongo&lt;BR /&gt;&amp;gt; use pancfg&lt;BR /&gt;&amp;gt; db.repairDatabase()&lt;BR /&gt;&lt;BR /&gt;+ We tried to SSH to the device, connect to WebUI and do a commit. All of them were successful&lt;/P&gt;&lt;P&gt;================================&lt;/P&gt;&lt;P&gt;PLEASE REMEMBER, by using the above commands you are responsible for your firewall,Palo Alto/TAC engineer&amp;nbsp;Pradip or I are not responsible for your mess up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 16:01:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-vm-8-1-5/m-p/264377#M74415</guid>
      <dc:creator>Shadow</dc:creator>
      <dc:date>2019-05-31T16:01:26Z</dc:date>
    </item>
  </channel>
</rss>

