This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

L1-Network Monitoring - Indicators and Warnings

This is the official forum for the discussion of the L1-Network Monitoring - Indicators and Warnings package.

 

The installation/update package will be available from the ArcSight Marketplace. All new and updated Activate Framework packages will be made available on the ArcSight Marketplace (https://marketplace.microfocus.com/arcsight?tab=categories).

 

The documentation is available at https://hpe-sec.com/foswiki/bin/view/ArcSightActivate/L1NetworkMonitoring.

--
Prentice S. Hayes
Principal Product Manager | Cybersecurity Enterprise, Security Analytics
OpenText Cybersecurity

LinkedIn: https://www.linkedin.com/in/prenticeshayes/ 

Website: https://www.opentext.com/

Parents
  • 0

    The installation file for L1-Network Monitoring 0.2.0.0 displays the following when starting:

    "This is the L2-Network Monitoring - Situational Awareness..."

    Confusing but other than that it ran fine.

    Jeff

     

     

  • 0 in reply to 

    The Linux installer does not work due to Windows-style carriage returns in the script.

  • 0 in reply to 

    The Linux installer fails on Step 5 when it exports the customizations package. The line:

    $CONSDIR/bin/arcsight package -q -action export -package "$customizationsPackage" -f "$customBundle" -m $manager -port $port -u $user -p "$pwvar"

    should be:

    $CONSDIR/bin/arcsight package -q -action export -package "$customizationsPackage" -f "$customBundlePackage" -m $manager -port $port -u $user -p "$pwvar"
    checkError "Step 5: Export $customizationsPackage to $customBundlePackage"

     

Reply
  • 0 in reply to 

    The Linux installer fails on Step 5 when it exports the customizations package. The line:

    $CONSDIR/bin/arcsight package -q -action export -package "$customizationsPackage" -f "$customBundle" -m $manager -port $port -u $user -p "$pwvar"

    should be:

    $CONSDIR/bin/arcsight package -q -action export -package "$customizationsPackage" -f "$customBundlePackage" -m $manager -port $port -u $user -p "$pwvar"
    checkError "Step 5: Export $customizationsPackage to $customBundlePackage"

     

Children
No Data