Code Monkey home page Code Monkey logo

build-oms-agent-for-linux's People

Contributors

aaronrm avatar abenbachir avatar adishiritwick avatar amitsara avatar andyleejordan avatar assing avatar ayushlimaye avatar bt avatar canfikret avatar dineshi-ms avatar dmohanta avatar hestolz avatar jamiemagee avatar jeffaco avatar krmanupa avatar lagalbra avatar narinem avatar nikhim-um avatar niroyb avatar phlang-ms avatar redsquirrelious avatar robbiezhang avatar schneiderl avatar shpimpal avatar simathih avatar sw47 avatar swjai avatar taglines avatar timorenz-msft avatar vakaranamsft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

build-oms-agent-for-linux's Issues

Access denied to one of the sub-projects

The instructions mention that if I don't have access to the "OMS TestConfig" repo I should only run the first git clone. However, even there I get denied access to another repository:

$git clone --recursive [email protected]:Microsoft/Build-OMS-Agent-for-Linux.git bld-omsagent
Cloning into 'bld-omsagent'...
...
Checking connectivity... done.
Submodule 'auoms' ([email protected]:Microsoft/OMS-Auditd-Plugin.git) registered for path 'auoms'
Submodule 'dsc' ([email protected]:Microsoft/PowerShell-DSC-for-Linux.git) registered for path 'dsc'
Submodule 'omi' ([email protected]:Microsoft/omi.git) registered for path 'omi'
Submodule 'omsagent' ([email protected]:Microsoft/OMS-Agent-for-Linux.git) registered for path 'omsagent'
Submodule 'opsmgr' ([email protected]:Microsoft/SCXcore.git) registered for path 'opsmgr'
Submodule 'opsmgr-kits' ([email protected]:Microsoft/SCXcore-osskits.git) registered for path 'opsmgr-kits'
Submodule 'pal' ([email protected]:Microsoft/pal.git) registered for path 'pal'
Cloning into '/Users/andre/work/vc/bld-omsagent/auoms'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:Microsoft/OMS-Auditd-Plugin.git' into submodule path '/Users/andre/work/vc/bld-omsagent/auoms' failed

How to build the omsconfig package?

In the released omsagent-1.2.0-148.universal.x64.sh, it installs omi, scx, omsagent, and omsconfig packages.
I followed the steps in Readme to build omsagent package on Ubuntu 14.04, and it comes out deb packages of omi, scx, and omsagent. Then how to build the omsconfig package?

And when I install the built packages one by one, installing omsagent package outputs a log:
-su: /opt/microsoft/omsconfig/Scripts/OMS_MetaConfigHelper.py: No such file or directory
Is it normal behavior?

Problem with system center agent discovery

I built omsagent on a RHEL7 s390x server. After some code adjustements required by this architecture, I successfully built auoms, scx, omi and omsagent. rpms.

I then performed a manual installation of these rpms. Everything went smoothly, except for some SELinux policy that failed to install. Since SELinux is disabled on my server, I don't think I should matter about it...

I now have the following process running:

/opt/omi/bin/omiserver -d
/opt/omi/bin/omiengine -d --logfilefd 3 --socketpair 9

Now, when I try to perform a discover of this agent from system center, it fails and I can see the following errors from /var/opt/omi/log/omiagent.root.root.log

2018/11/28 14:25:01 [15104,15104] WARNING: null(0): EventId=30042 Priority=WARNING cannot open shared library: {/opt/omi/lib/libSCXCoreProviderModule.so}: /opt/omi/lib/libSCXCoreProviderModule.so: undefined symbol:
_ZN12SCXSystemLib22SystemInfoDependencies9CallCPUIDENS_13CpuIdFunctionERNS_9RegistersE
2018/11/28 14:25:01 [15104,15104] WARNING: null(0): EventId=30041 Priority=WARNING cannot open shared library: {SCXCoreProviderModule}: SCXCoreProviderModule: cannot open shared object file: No such file or directory
2018/11/28 14:25:01 [15104,15104] WARNING: null(0): EventId=30065 Priority=WARNING failed to open provider library: SCXCoreProviderModule
2018/11/28 14:25:01 [15104,15104] ERROR: null(0): EventId=20001 Priority=ERROR Agent _RequestCallback: ProvMgr_NewRequest failed with result 1 !

Any idea on how to solve this would be welcome!

OMS Agent should build on Linux ARM (32 bit or 64 bit) but fails

I've tried building this source on Rasbpian on a Pi B 3+ (32 bit) and on Ubuntu 64 bit (Pi 4.) I've gotten interesting failures both times:

I wanted an OMS Agent and syslog daemon running at home for a test Sentinel instance. All I have these days are Raspberry Pis. Note that these instructions assume some Linux/Unix familiarity. I may make the instructons a bit more "universal" and easily read at a later date.

  1. I stated with Raspbian on a Pi B 3+. If you're using Ubuntu you may be able to skip some of these steps because Raspbian is a hair different as it aims to be more lightweight.
  2. Change /bin/sh to link to /bin/bash instead of /bin/dash. (cd /bin; rm sh; ln -s bash sh) The ./configure shell scripts expect specific POSIX behaviour which dash doesn't have.
  3. Install GNU-awk (apt install gawk) and change /usr/bin/awk to link to /usr/bin/gawk. Again, ./configure scripts expect GNU-awk behaviour.
  4. Follow the instructions here to use 'git clone' to get the latest codebsae to your Pi: https://github.com/microsoft/Build-OMS-Agent-for-Linux
  5. In addition to the packages listed in that repository you may need to install: libpam-dev, libgss-dev, and ruby.
  6. From the instructions from the "master" branch URL above create the bld-omsagent/omsagent/test/config/systest.conf file.
  7. Cross fingers and run "make." I was dumb and didn't time this, but you're looking at well over an hour.
  8. -- I'm still dealing with a compile issue. Ruby itself seems to compile (why can't we just use the one installed on the system?) When Ruby goes to "========================= Performing Moving Ruby to intermediate directory" it craps out, complaining it can't find "ruby/config.h" ... some RTFM shows that "-I/home/pi/oms/bld-omsagent/omsagent/intermediate/Linux_ULINUX_1.0_UNKNOWN_64_Release/ruby/include/ruby-2.6.0/armv7l-linux-eabihf" is missing from the command line. When I add that, the compile fails badly as the default options complain that casting warnings should be treated as errors.

... so I tried again, this time on a Pi 4 running 64 Bit Ubuntu Server.
On the initial configure run it falied; I had to add 7 lines to bld-omsagent/omsagent/Unix/buildtool so that "aarch64" was a supported architecture, but still didn't get far.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.