<?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: Cisco ISE Upgrade URT error in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4718838#M578144</link>
    <description>&lt;P&gt;its part of urt bundle&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2022 17:45:41 GMT</pubDate>
    <dc:creator>Thomas Schmitt</dc:creator>
    <dc:date>2022-11-09T17:45:41Z</dc:date>
    <item>
      <title>Cisco ISE Upgrade URT error</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4717920#M578120</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;We are having distributed deployment of ISE nodes for RADIUS that is 2 PSN, 2 PAN and 2 Monitoring nodes. We are planning to upgrade the firmware from&amp;nbsp;2.6.0.156 Patch 10 to 3.1.0.518 Patch 4.&lt;/P&gt;&lt;P&gt;I was running URT application on Secondary administrative node and I have come across error [opt/urt/estimate_time.sh: line 18: ERROR:ORA-12545: Connect failed because target host or object does not exist]. I can see in some of the articles mentioned as bugs.&lt;/P&gt;&lt;P&gt;Does this error really impact the upgrade. I am planning to upgrade the nodes using GUI mode.&lt;/P&gt;&lt;P&gt;Please find the attached logs for reference.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 13:12:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4717920#M578120</guid>
      <dc:creator>sameerasripad</dc:creator>
      <dc:date>2022-11-08T13:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Upgrade URT error</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4718065#M578125</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can take a look in your estimated_time.sh file.You can unzip urtbundle multiple times with some archive program, until you can see scripts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;setValues()
{
TOTAL_TIME=0
PRETIME=25
BKPTIME=$EXPORTTIME
RPMSTIME=30
OSTIME=60
FROMVERNODOTS=`echo $FROMVERSION | tr -d '.'`
if [ `cat /tmp/node_info.txt | grep ":STANDALONE:" | wc -l` -eq 1 ] ; then
  MNTSIZE=`echo -e " set pagesize 0; \nset head off ; \n  set trimspool on feedback off; \n SELECT ltrim((round((sum(bytes)/1024/1024/1024),0)))  from dba_segments where owner='MNT'; " | su - oracle -c "sqlplus -S /@cpm10"`
else
	MNTNODES=`cat /tmp/node_info.txt | grep MNT | awk -F":" ' { print $1 } '`
    MNTNODE=$(awk -F" " '{print $1}' &amp;lt;&amp;lt;&amp;lt;$MNTNODES)
MNTSIZE=`echo -e " set pagesize 0; \nset head off ; \n  set trimspool on feedback off; \n SELECT ltrim((round((sum(bytes)/1024/1024/1024),0)))  from dba_segments where owner='MNT'; " | su - oracle -c "sqlplus -S cepm/$PASSWD@'(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = $MNTNODE)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = cpm10) ) )'"`
fi
MNTTIME=$(($MNTSIZE*5))
MNTTIME=$(($MNTTIME+5))
if [ `echo $MNTTIME | grep -c ORA-` -ne 0 ]
then
        logecho_urt "  - Failed in getting mnt size details from DB"
        exit 1
fi
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So probably HOST here isn't set&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;MNTSIZE=`echo -e " set pagesize 0; \nset head off ; \n  set trimspool on feedback off; \n SELECT ltrim((round((sum(bytes)/1024/1024/1024),0)))  from dba_segments where owner='MNT'; " | su - oracle -c "sqlplus -S cepm/$PASSWD@'(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = $MNTNODE)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = cpm10) ) )'"`&lt;/LI-CODE&gt;&lt;P&gt;MNTNODE set fails probably somewhere here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;MNTNODES=`cat /tmp/node_info.txt | grep MNT | awk -F":" ' { print $1 } '`
    MNTNODE=$(awk -F" " '{print $1}' &amp;lt;&amp;lt;&amp;lt;$MNTNODES)&lt;/LI-CODE&gt;&lt;P&gt;Just check your error in your environment.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 17:13:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4718065#M578125</guid>
      <dc:creator>Thomas Schmitt</dc:creator>
      <dc:date>2022-11-08T17:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Upgrade URT error</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4718527#M578140</link>
      <description>&lt;P&gt;Dear Thomas,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;Could you please let me know the path to find estimated_time.sh file as I don't see any error logs being saved in the directory. ￼&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/167497iD880D321DD2A0C3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 09:21:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4718527#M578140</guid>
      <dc:creator>sameerasripad</dc:creator>
      <dc:date>2022-11-09T09:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Upgrade URT error</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4718838#M578144</link>
      <description>&lt;P&gt;its part of urt bundle&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 17:45:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4718838#M578144</guid>
      <dc:creator>Thomas Schmitt</dc:creator>
      <dc:date>2022-11-09T17:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Upgrade URT error</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4718972#M578147</link>
      <description>&lt;P&gt;Sounds like a great question for the TAC.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 22:59:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4718972#M578147</guid>
      <dc:creator>thomas</dc:creator>
      <dc:date>2022-11-09T22:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Upgrade URT error</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4781446#M580048</link>
      <description>&lt;P&gt;I am facing the same issue, can you please share your experience, how it went for you?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 14:50:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4781446#M580048</guid>
      <dc:creator>Raghas Naveed</dc:creator>
      <dc:date>2023-02-23T14:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Upgrade URT error</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4781501#M580052</link>
      <description>&lt;P&gt;Issues encountered while running the URT bundle should really be looked at by TAC with case. There are way too many variables for a forum user to give accurate information as to why it might be failing. They will need to pull logs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 16:08:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4781501#M580052</guid>
      <dc:creator>Damien Miller</dc:creator>
      <dc:date>2023-02-23T16:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Upgrade URT error</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4886089#M582891</link>
      <description>&lt;P&gt;I was facing the same issue while running URT bundle on SAN. The time estimation for MnT node failed because they had huge log files (1+ TB). I did the upgrade with CLI method. The URT error was a cosmetic one, got it checked via TAC. The upgrade went smoothly without issues, but took around 14+ hours for only one MnT node and we did it for 2 Admin Nodes , 2 MnT nodes and 28 PSNs.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Admin Ones took 2 hours each, MnT took 14+ Hours each and Each PSN took around 1-2 hours to upgrade.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 14:49:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-upgrade-urt-error/m-p/4886089#M582891</guid>
      <dc:creator>Raghas Naveed</dc:creator>
      <dc:date>2023-07-17T14:49:39Z</dc:date>
    </item>
  </channel>
</rss>

