Issues fixed in Aria Operations for Networks 6.14 Patch 5 Build number 1744258374
search cancel

Issues fixed in Aria Operations for Networks 6.14 Patch 5 Build number 1744258374

book

Article ID: 393770

calendar_today

Updated On:

Products

VCF Operations for Networks

Issue/Introduction

Below mentioned 2 issues are seen in Aria Operations for Networks 6.14 GA version.

Issue 1:

After adding DellOS10 devices as data sources, Aria Operations for Networks shows Invalid Credentials in data source page, even though credentials are correct. 

Refer to below GUI screenshot from accounts and datasource page showing the error:

 

Aria Operations for Networks collector appliance logs files at location /var/log/arkin/collector shows below error and exception:

 

com.jcraft.jsch.JSchException: Auth fail for methods 'publickey,password'
        at com.jcraft.jsch.Session.connect(Session.java:532)
        at com.vnera.dataproviders.core.common.impl.dataprovider.southbound.AbstractDPSSHConnectionEntity_SSHChannelWrapper.getSession(AbstractDPSSHConnectionEntity.java:390)
        at com.vnera.dataproviders.core.common.impl.dataprovider.southbound.AbstractDPSSHConnectionEntity_SSHChannelWrapper.getSession(AbstractDPSSHConnectionEntity.java:474)
        at com.vnera.dataproviders.core.common.impl.dataprovider.southbound.AbstractDPSSHConnectionEntity_SSHChannelWrapper.getChannel(AbstractDPSSHConnectionEntity.java:507)
        at com.vnera.dataproviders.core.common.impl.dataprovider.southbound.AbstractDPSSHConnectionEntity_SSHChannelWrapper.getShellChannel(AbstractDPSSHConnectionEntity.java:490)
        at com.vnera.dataproviders.core.common.impl.dataprovider.southbound.AbstractDPSSHConnectionEntity_SSHChannelWrapper.shellRunRoutine(AbstractDPSSHConnectionEntity.java:746)
        at com.vnera.dataproviders.core.common.impl.dataprovider.southbound.AbstractDPSSHConnectionEntity_SSHChannelWrapper.shellRunCommands(AbstractDPSSHConnectionEntity.java:709)
        at com.vnera.dataproviders.core.common.impl.dataprovider.southbound.AbstractDPSSHConnectionEntity_SSHChannelWrapper.shellRunCommands(AbstractDPSSHConnectionEntity.java:701)
        at com.vnera.dataproviders.core.common.impl.dataprovider.southbound.AbstractDPSSHConnectionEntity_SSHChannelWrapper.shellRunWithPromptEnd(AbstractDPSSHConnectionEntity.java:650)
        at com.vnera.dataproviders.core.impl.genericdevice.utils.dell.os10.DellOs10Utils.fireMultipleCommandsAndGetResult(DellOs10Utils.java:313)
        at com.vnera.dataproviders.core.impl.genericdevice.utils.dell.os10.DellOs10Utils.executeMultipleCommands(DellOs10Utils.java:299)
        at com.vnera.dataproviders.core.impl.genericdevice.utils.dell.os10.DellOs10Utils.executeSimpleCommand(DellOs10Utils.java:294)
        at com.vnera.dataproviders.core.impl.genericdevice.utils.dell.os10.DellOs10Utils.populateSwitches(DellOs10Utils.java:257)
        at com.vnera.dataproviders.core.impl.genericdevice.utils.dell.os10.DellOs10Utils.init(DellOs10Utils.java:139)
        at com.vnera.dataproviders.core.impl.genericdevice.tasks.GDSynchronousTask.doRun(GDSynchronousTask.java:78)
        at com.vnera.dataproviders.core.common.impl.dataprovider.tasks.AbstractTask.run(AbstractTask.java:165)
        at com.vnera.dataproviders.tasker.Tasker_ScheduledTaskWrapper.run(Tasker.java:486)
        at com.google.common.util.concurrent.MoreExecutors_ScheduledListeningDecorator_NeverSuccessfulListenableFutureTask.run(MoreExecutors.java:678)
        at java.base/java.util.concurrent.Executors_RunnableAdapter.call(Executors.java:539)
        at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
        at java.base/java.util.concurrent.ScheduledThreadPoolExecutor_ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at java.base/java.util.concurrent.ThreadPoolExecutor_Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:840)

 

Issue 2:

Aria Operations for Networks GUI does not show Rx Ring Buffer Current Capacity, Tx Ring Buffer Current Capacity metrics data on UI.

Refer to screenshot below showing no data:

 

Aria Operations for Networks collector appliance log file(s) at location /var/log/arkin/collector shows similar warning and exception:

java.util.concurrent.RejectedExecutionException: Task com.google.common.util.concurrent.TrustedListenableFutureTask@2d22e5a7[status=PENDING, info=[task=[com.vnera.dataproviders.core.impl.vmware.vcenter.host.commands.HostPNICStatsCommand@291d64db]]] rejected from java.util.concurrent.ThreadPoolExecutor@2de0759f[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
        at java.util.concurrent.ThreadPoolExecutor_AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065) _[_:_]
        at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833) _[_:_]
        at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1365) _[_:_]
        at com.google.common.util.concurrent.MoreExecutors_ListeningDecorator.execute(MoreExecutors.java:585) _[guava-23.5-jre.jar:_]
        at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) _[_:_]
        at com.google.common.util.concurrent.AbstractListeningExecutorService.submit(AbstractListeningExecutorService.java:66) _[guava-23.5-jre.jar:_]
        at com.vnera.dataproviders.core.impl.vmware.vcenter.host.tasks.HostCLITask_CommandTask.doRun(HostCLITask.java:305) [dataproviders-0.001-SNAPSHOT.jar:_]
        at com.vnera.dataproviders.core.common.impl.dataprovider.tasks.AbstractTask.run(AbstractTask.java:165) [dataproviders-0.001-SNAPSHOT.jar:_]
        at java.util.concurrent.Executors_RunnableAdapter.call(Executors.java:539) [_:_]
        at com.google.common.util.concurrent.TrustedListenableFutureTask_TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:127) [guava-23.5-jre.jar:_]
        at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:57) [guava-23.5-jre.jar:_]
        at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:80) [guava-23.5-jre.jar:_]
        at com.google.common.util.concurrent.MoreExecutors_DirectExecutorService.execute(MoreExecutors.java:258) [guava-23.5-jre.jar:_]
        at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:123) [_:_]
        at com.google.common.util.concurrent.AbstractListeningExecutorService.submit(AbstractListeningExecutorService.java:56) [guava-23.5-jre.jar:_]
        at com.vnera.dataproviders.tasker.Tasker.runSameThreadTask(Tasker.java:578) [dataproviders-0.001-SNAPSHOT.jar:_]
        at com.vnera.dataproviders.core.impl.vmware.vcenter.host.tasks.HostCLITask.taskTriggered(HostCLITask.java:256) [dataproviders-0.001-SNAPSHOT.jar:_]
        at com.vnera.common.task.TaskManagerImpl_TaskHandler.triggerTask(TaskManagerImpl.java:266) [components-0.001-SNAPSHOT.jar:_]
        at com.vnera.common.task.TaskManagerImpl_TaskHandler.run(TaskManagerImpl.java:198) [components-0.001-SNAPSHOT.jar:_]
        at java.util.concurrent.Executors_RunnableAdapter.call(Executors.java:539) [_:_]
        at com.google.common.util.concurrent.TrustedListenableFutureTask_TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:127) [guava-23.5-jre.jar:_]
        at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:57) [guava-23.5-jre.jar:_]
        at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:80) [guava-23.5-jre.jar:_]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [_:_]
        at java.util.concurrent.ThreadPoolExecutor_Worker.run(ThreadPoolExecutor.java:635) [_:_] 
        at java.lang.Thread.run(Thread.java:840) [_:_] 

Environment

Aria Operations for Networks 6.14

Cause

  1. Aria Operations for Network collector stops data polling if it encounters invalid credentials from the DellOS10 device added as collector. On Collector this is seen  occasionally receiving invalid credentials even though the provided credentials were correct. Retry mechanism was not available on the Aria Operations Network Collector.

  2. Preemptive shutdown for Executor metric collection thread which resulting in no metric collection hence the metric data is not seen on GUI.

Resolution

Above mentioned issues are now fixed in Aria Operations for Networks 6.14 Patch5, Build number 1744258374

Aria Operations for Networks patch can be downloaded from Broadcom Support portal. 

To Download GA patch click here

File name: VMware-AriaOpNetworks.6.14.0.P5.1742984539.patch.bundle
File Size: 700.81 MB

Note: Above patch is cumulative of any previous patches for Aria Operations for Networks 6.14.0

Review below procedure and steps to apply Aria Operation for Networks Patch from GUI:

  1. Download Aria Operations for Networks 6.14 Patch5 Build number 1744258374 on you local system.
  2. Log into the Aria Operations for Networks GUI as an Administrator user. 

    Note:
    The default admin@local account can be used.
    Use platform node 1 IP in case of Clustered deployments.

  3. Navigate to Settings > Infrastructure and Support> Infrastructure and Updates  then under Product, select Click here.
  4. Click Browse to select the  locally downloaded patch file and click Upload.

    Note:

    When the upload is complete, Aria Operations for Networks GUI show the Bundle Upload Complete message notification within 2-3 minutes and the bundle processing happens in the background.
    Until the upload of the package happens, ensure that the session is not closed. If the session ends, you have to restart the upload process.
    Do not refresh the page after bundle upload, until you see the Update Available message notification.

  5. In the Bundle Available message notification, click View details.

    Aria Operations for Networks (vRNI) Update screen appears.

  6. Read the Before you proceed instruction and click Continue.
  7. Wait for the pre-checks to complete.
  8. Click Install Now.

    You can see the approximate time required to complete the update process on your setup.

  9. Once the update process begins, the Aria operations for Networks Update screen provides the status of the upgrade  process.

  10.  All platforms and the collectors nodes are updated.


    If you are using Aria Suite Life Cycle to Manage Aria Operations for Networks 6.14.0 then see below the Procedure to apply patch using VMware Aria Suite Lifecycle:

    Download Patch file here

    File Name: vrlcm-vrni-6.14.0-6.14.0.P5.1744258374.patch

    File Size: 720.36 MB
     
    For applying the patch via VMware Aria Suite Lifecycle for VMware Aria Operation for Networks 6.14.0, refer to VMware Aria Suite Lifecycle 8.18 documentation for procedure and steps.