Let's Do an Inventory!

Total Page:16

File Type:pdf, Size:1020Kb

Let's Do an Inventory! OCSNG Inventory Let’s do an inventory! f you’re the administrator on any network, web applications that are written in PHP, and chances are you’ve already faced the need that relies on databases. Ito make an inventory. In fact, keeping a list Several webservers, such as lighttpd or of all the computers, monitors, software and mini-httpd, can be used, but you’ll probably other component of the network up-to-date is be better off using Apache, as it’s the most always both hard and tedious. widely used webserver on the internet. That But if those lists aren’t kept up-to-date, way, you’ll have plenty of documentation it often leads to outdated machines being available if need be. There is no point to look kept around or to installing more copies of a at older versions of Apache (1.3), instead use software than the number of licenses availa- the latest one available through Debian’s re- ble. But stop worrying, as Debian can be positories (2.2), so that your installation will easily transformed into an inventory server: benefit from the latest innovations and will just follow this short installation procedure, remain usable for a long time. and then all will happen automatically. Follow As far as databases are concerned, make the guide! your life simpler and choose MySQL, which is considered to be the most user-friendly data- Preparing the installation base. Just get the latest version, version 5, The installation of the two applications, from the Debian packages repositories. OCSNG Inventory and GLPI, that are going to Lastly, OCSNG Inventory and GLPI require change your Debian in an inventory server re- two command interpreters: PHP and PERL. quire some preparation. The two of them are Keep in mind that using PHP 5 should be favored over PHP 4, because the second is unmaintained since the end of 2007. So try to use maintai- ned and updated software whenever possible. Now, let’s get to work. There’s no manual compilation or otherwise weird installation procedures to fol- low, all you need are the standard Debian tools: aptitude install apache2 ↵ libapache2-mod-perl2 ↵ libapache2-mod-php5 php5 ↵ php5-gd php5-mysql php5-cgi ↵ mysql-server Your LAMP architecture (LAMP stands for Linux-Apache-MySQL- PHP) is now deployed. If you want to do so, you can test it by going to the /var/www folder (cd /var/www). Create a file named test.php (touch test.php), and edit this file, using nano for example (nano test.php). Figure 1. OCS keeps track of all the computers and servers on the network Inside, put the following: 24 LINUX IDENTITY SET www.linuxidentity.com 25 ration) is the application that’ll keep track of the computers composing your network. It is a free (as in free beer and free speech) software, and is licensed under the terms of the GPLv2. First, grab the package. Go to /var/www (cd /var/www) and use this command: wget http://prdownloads.sour ↵ ceforge.net/ocsinventory/ ↵ OCSNG_LINUX_SERVER_ ↵ 1.01.tar.gz Extract the content of the archive with the following command: tar xvzf OCSNG_LINUX_SERVER_ ↵ 1.01.tar.gz cd OCSNG_LINUX_SERVER_1.01 The next step will be automatic, as an installation script is included with OCS Inventory NG. But before run- Figure 2. OCS is configured through a web-based interface ning this script, you’ll have to install some complementary packages. <? It would be a good idea to use the Most of those are perl libraries and phpinfo(); same password than the one used compilation tools needed for the OCS ?> by the “linux” root user, or else chan- Inventory NG server to run. Once ces are that you’ll forget the MySQL again, make use of the power of Open your web browser, and type one. If you came out of this alive, aptitude: in this address: we can get into the core of the task at hand, by installing OCS Inventory aptitude install libxml- ↵ http://127.0.0.1/test.php NG. simple-perl libapache-dbi- ↵ ↵ Installing OCS perl libnet-ip-perl A page should be displayed, and it libsoap-lite-perl should be a summary of your PHP Inventory NG configuration. If that is not the case, OCS Inventory NG (Open Computer You’re now ready to run the installa- there’s something wrong, so get back and Software Inventory Next Gene- tion script: to the start and try again, making sure you’re following the steps correctly. To conclude this first part, secure your MySQL server by assigning a password for the root user. By default, when you ins- tall MySQL from the Debian repositories, the root user (the administrator of the database server) doesn’t have any kind of password. To fix that, use the following command: mysqladmin -u root password ↵ 'your_MySQL_admin_ ↵ password' Figure 3. The GLPI interface 24 LINUX IDENTITY SET www.linuxidentity.com 25 OCSNG Inventory sh setup.sh You’ll be presented with a set of questions, most of them are self- explanatory, and you can select the default answers. An exception to this rule is the question “Where is Apache root document directory”, to which you should answer with the path where your web documents are loca- ted, that is /var/www. Next, as you’re told at the end of the execution of the script, restart apache: /etc/init.d/apache2 restart You’re not done yet with OCS Invento- ry NG, you have to proceed to the da- tabase installation. This time around, you’ll be working with a web-based Figure 4. The reservation tool of GLPI interface. So fire up your browser and point it to: because no computer has been in- libxml-sax-perl libxml-↵ ventoried yet. To change that, the OCS simple-perl po-debconf make http://127.0.0.1/ocsreports Inventory client must be installed on every computer in the network. Then download the OCS client: A page should open, and you can The OCS Inventory client fill in your MySQL configuration pa- wget http://prdownloads.sour ↵ rameters. Here is what you should It doesn’t matter if the network’s ma- ceforge.net/ocsinventory/ ↵ mention: chines are running Linux or Windows, OCSNG_LINUX_AGENT_1.01_ ↵ you have to install a client on every with_require.tar.gz MySql login : root one of them either way. Under Win- MySql password : "your_MySQL_ ↵ dows, it’s really easy: download the Extract the contents of the archive: admin_password" client at the following location: MySql HostName : 127.0.0.1 tar xvzf OCSNG_LINUX_AGENT_ ↵ http://prdownloads.sourcefor ↵ 1.01_with_require.tar.gz The OCS database then proceeds ge.net/ocsinventory/OCSNG_ ↵ cd OCSNG_LINUX_AGENT_1.01 to install itself automatically. When WIN32_AGENT_1.01_repack.zip it’s done, click on the Send button Just as you’ve done to install the ser- at the bottom of the page. And there Next, uncompress the software and ver, run the install script to compile you have it, the installation is com- run the OcsAgentSetup.exe executa- and set up the client: pleted. Connect to the web interface ble. Just type in the OCS Inventory by either clicking on the link that you server’s address and you’re done. sh setup.sh will be given, or by entering the fol- On Linux systems, it’s a little more lowing URL: complicated, as you’ll have to compi- The script will ask you a set of ques- le the software yourself. For a typical tions, and here are the answers you http://127.0.0.1/ocsreports Debian system, install the necessary should give it to end up with a typical packages: installation: Click on the flag representing your language, then login into the inter- aptitude install libcompress- ↵ Which method will you use to ↵ face by using the admin both as zlib-perl libnet-ip-perl ↵ generate the inventory? ↵ the login name and the password. libnet-ssleay-perl libwww- ↵ Http Change the admin user’s password perl libxml-simple-perl ↵ Which host is running OCS ↵ right away: click on the purple icon libssl-dev libmail- ↵ Inventory NG Communication ↵ with a key, in the upper-right corner sendmail-perl intltool- ↵ Server? The OCS server’s ↵ of the page. debian gettext libxml- ↵ address Once the password has been mo- libxml-common-perl libxml- ↵ On which port is running OCS ↵ dified, go back to the main screen. libxml-perl libxml- ↵ Inventory NG Communication ↵ As you can see, there’s nothing there namespacesupport-perl ↵ Server? 80 26 LINUX IDENTITY SET www.linuxidentity.com 27 The next steps can be carried out using a web-interface. First, you have to set some things up for GLPI to ins- tall its database automatically. Open up a web browser and go to: http://127.0.0.1/glpi The application is going to ask you several questions, the first being about the language you’d rather use. Then, accept the terms of the GPL license to proceed. After that, click on Install. Your setup will be tested, and there shouldn’t be any error (no lines of red text), so click on continue. You then have to input Figure 5. GLPI also provides helpdesk functionalities your MySQL parameters, as follow: What is the value of TAG? The ↵ Extract its contents: name of the computer Mysql server: 127.0.0.1 tar xvzf glpi-0.70.tar.gz Mysql user: root If no error message gets displayed, Mysql pass: "your_MySQL_ ↵ all is well, and the client is success- A GLPI is created. This time, there’s admin_password" fully installed. In most cases, a first no need to compile anything or to run synchronization between your com- any install script.
Recommended publications
  • BSM 1.4 Installation Guide
    & ESCALA BSM 1.4 NOVASCALE Installation Guide REFERENCE 86 A2 54FA 04 NOVASCALE & ESCALA BSM 1.4 Installation Guide Software December 2010 BULL CEDOC 357 AVENUE PATTON B.P.20845 49008 ANGERS CEDEX 01 FRANCE REFERENCE 86 A2 54FA 04 The following copyright notice protects this book under Copyright laws which prohibit such actions as, but not limited to, copying, distributing, modifying, and making derivative works. Copyright © Bull SAS 2008-2010 Printed in France Trademarks and Acknowledgements We acknowledge the rights of the proprietors of the trademarks mentioned in this manual. All brand names and software and hardware product names are subject to trademark and/or patent protection. Quoting of brand and product names is for information purposes only and does not represent trademark misuse. The information in this document is subject to change without notice. Bull will not be liable for errors contained herein, or for incidental or consequential damages in connection with the use of this material. Table of Contents Preface..................................................................................................................vii Overview .............................................................................................................. ix Chapter 1. General Installation Requirements ..........................................................1 1.1 Supported Operating Systems.............................................................................................. 1 1.2 Required Disk Space .........................................................................................................
    [Show full text]
  • Problème : Solution : Activités : Bilan De L'existant : Planification Des
    Activités 4 – OCS Inventory et GLPI Problème : Un client souhaiterait mettre en place un système d’inventaire de son parc informatique de façon totalement automatique. Solution : La gestion du parc informatique se fait par deux logiciels complémentaires : OCS Inventory et GLPI. • OCS permet de faire l'inventaire d'une machine et de centraliser cet inventaire sur un serveur. • GLPI permet la gestion du parc au sens large. Il se base sur l'inventaire que remonte OCS et y ajoute notamment la gestion des tickets d'incidents, réservations de matériels, base de connaissance, ... Activités : A5.1.1 Mise en place d'une gestion de configuration A5.1.2 Recueil d'information sur une configuration et ses éléments A5.1.3 Suivi d'une configuration et de ses éléments. Bilan de l’existant : - Une machine sous Debian 10 qui va nous servir de serveur pour installer et configurer OCS et GLPI - Une machine sous Windows 10 qui va nous servir de machine test pour essayer l’interface web de OCS et GLPI ainsi que de test pour l’inventaire de machine - Une machine sous Windows 10 qui va nous servir d’utilisation en SSH pour quelques copier-coller. Planification des taches : Debian : - Installation de Debian 10 sous une machine virtuelle - Paramétrage des cartes réseaux sous VMware (Segment Lan & NAT) - Configurations des IP de façon statique et dynamique sous Debian - Installations des prérequis pour OCS - Téléchargement du paquet OCSInventory - Décompression & installation - Paramétrage de OCSInventory sous ligne de commande - Création de la base de données OCS
    [Show full text]
  • Edital 001 2017 Hostedagem De Site
    SERVIÇO PÚBLICO FEDERAL CONSELHO REGIONAL DE QUÍMICA DA 9ª REGIÃO/PARANÁ PREGÃO ELETRÔNICO Nº 001/2017 PROCESSO CRQ9-CPL Nº 006/2017 O Conselho Regional de Química – IX Região, doravante denominado apenas CRQ-IX, localizado na Rua Monsenhor Celso, 225 – 5º/6º/10º Andar, Curitiba, Paraná, torna público que o Pregoeiro e sua Equipe de Apoio, designados pela Portaria CRQ-IX nº 014 e 015, ambas de 27 de abril de 2016, realizarão, no dia 22/02/2017, às 10 horas - horário de Brasília, por meio de utilização de recursos de tecnologia de informação- INTERNET , licitação na modalidade de PREGÃO ELETRÔNICO, do tipo menor Preço. Esta licitação observará as disposições do presente Edital e seus Anexos e, ainda, os preceitos de Direito Público, em especial: - Lei nº 8.666 e alterações posteriores; - Lei nº 10.520 de 17.07.2002; - Decreto nº 3.555, Anexo I, de 08.08.2000, e alterações posteriores; - Lei 8.666, de 21.06.1993 e alterações posteriores; - Decreto nº 5.450 de 31.05.2005. 1. DO OBJETO 1.1 – O presente Pregão tem por objeto a Contratação de Empresa, Contratação de Empresa especializada na prestação de serviços profissional, de Hospedagem (Hosting), Fornecimento de Sistema de Gestão de Conteúdo na modalidade de Software como Serviço (SAAS) e Criação de Conteúdo, Marketing Digital, Consultoria em ambiente Microsoft, VMware, Linux, FreeBSD e Networking para implantações, configurações e suporte técnico nível 2, nível 3 nas sedes Curitiba/PR, Cascavel/PR e Maringá/PR, conforme descrições e especificações contidas no presente Edital de seus Anexos. Anexo I – Termo de Referência Anexo II - Modelo de Proposta Comercial Anexo III - Minuta de Contrato Rua Monsenhor Celso, 225 – 5º/6º/10º Andar – Cx.
    [Show full text]
  • Guide to Open Source Solutions
    White paper ___________________________ Guide to open source solutions “Guide to open source by Smile ” Page 2 PREAMBLE SMILE Smile is a company of engineers specialising in the implementing of open source solutions OM and the integrating of systems relying on open source. Smile is member of APRIL, the C . association for the promotion and defence of free software, Alliance Libre, PLOSS, and PLOSS RA, which are regional cluster associations of free software companies. OSS Smile has 600 throughout the World which makes it the largest company in Europe - specialising in open source. Since approximately 2000, Smile has been actively supervising developments in technology which enables it to discover the most promising open source products, to qualify and assess them so as to offer its clients the most accomplished, robust and sustainable products. SMILE . This approach has led to a range of white papers covering various fields of application: Content management (2004), portals (2005), business intelligence (2006), PHP frameworks (2007), virtualisation (2007), and electronic document management (2008), as well as PGIs/ERPs (2008). Among the works published in 2009, we would also cite “open source VPN’s”, “Firewall open source flow control”, and “Middleware”, within the framework of the WWW “System and Infrastructure” collection. Each of these works presents a selection of best open source solutions for the domain in question, their respective qualities as well as operational feedback. As open source solutions continue to acquire new domains, Smile will be there to help its clients benefit from these in a risk-free way. Smile is present in the European IT landscape as the integration architect of choice to support the largest companies in the adoption of the best open source solutions.
    [Show full text]
  • Softwares OCS E GLPI
    FACULDADE DE TECNOLOGIA OSASCO - PREFEITO HIRANT SANAZAR Redes de Computadores Softwares OCS e GLPI São Paulo 2021 Anderson Carlos Anjos de Lima RA 2160292013013 Bruna Rafaele Maciel Oliveira RA 2160292113031 Diogenes Castro de Souza RA 2160292023026 Luciano Souza de Jesus RA 2160292022037 Tatiane Pereira Santos RA 2160292023006 João Lucas Hallwas Bueno RA 2160292113010 Matheus Alexandrino dos Santos 2160292023043 Rodrigo Inocencio da Silva RA 2160292113014 Softwares OCS e GLPI Trabalho apresentado para a matéria de Laboratório de Hardware e redes, para a faculdade Fatec Osasco Prefeito Hirant Sanazar. Orientador: Profª Marcio André Ferreira Pereira São Paulo 2021 Sumário 1.GLPI – GESTION LIBRE DE PARC INFORMATIQUE ...................................................................................... 4 1.1 Plugins ................................................................................................................................................. 5 1.2 Principais Funcionalidades Do Sistema ............................................................................................... 5 1.3 Porque utilizar o GLPI e o OCS juntos? ............................................................................................... 6 1.4 Módulos do GLPI ................................................................................................................................. 7 1.5 Sistema em execução .......................................................................................................................... 7 2. OCS
    [Show full text]
  • Configuració D'ocs Inventory 2.0.5 En Centos 6.3
    Configuració d'OCS Inventory 2.0.5 en CentOS 6.3 Configuració del servidor 1. Instal·la CentOS 6.3 i386 minimal 2. Configura la interfície de xarxa vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE="eth0" BOOTPROTO="none" HWADDR="08:00:27:D7:9B:C2" NM_CONTROLLED="no" ONBOOT="yes" TYPE="Ethernet" UUID="f17abfb3-7772-47de-ad27-575585b15644" GATEWAY="192.168.1.1" NETMASK="255.255.255.0" IPADDR="192.168.1.XXX" DNS1="194.179.1.100" DNS2="8.8.8.8" 3. Activa la interfície de xarxa i comprova que funciona ifup eth0 ping www.google.cat 4. Afegeix el dipòsit epel rpm -ivH http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm 5. Edita el dipòsit epel vi /etc/yum.repos.d/epel.repo Cerca: enabled=1 Canvia per: enabled=0 6. Actualitza els sistema yum update -y 7. Instal·la l'editor de text nano (opcional) yum install nano 8. Instal·la dependències d'OCS Inventory yum install make wget httpd mysql mysql-server php php-gd php-mysql php-mbstring mod_perl perl-XML-Simple perl-Net-IP perl-SOAP-Lite perl-DBI perl-DBD-MySQL yum install --enablerepo=epel perl-Apache-DBI perl-Apache2-SOAP perl-XML-Entities Pàgina 1 de 13 9. Canvia el nom del servidor en la configuració d'Apache nano /etc/httpd/conf/httpd.conf Cerca: servername Canvia: #ServerName www.example.com:80 Per: ServerName 192.168.1.XXX 10. Configura el servidor de bases de dades MySQL mysql_install_db 11. Configura el servidor de bases de dades perquè engegui des de l'inici del sistema en els runlevels 3, 4 i 5 chkconfig --levels 345 mysqld on 12.
    [Show full text]
  • Nethserver Documentation Release 6.10 Final
    NethServer Documentation Release 6.10 Final Nethesis Dec 01, 2020 Contents 1 Release notes 6.10 Final 3 1.1 Release notes...............................................3 2 Installation 5 2.1 Installation................................................5 2.2 Accessing the Server Manager......................................9 3 Configuration 11 3.1 Base system............................................... 11 3.2 Software center.............................................. 19 4 Modules 21 4.1 Backup.................................................. 21 4.2 Users and groups............................................. 26 4.3 Email................................................... 30 4.4 Webmail................................................. 39 4.5 POP3 connector............................................. 40 4.6 POP3 proxy............................................... 41 4.7 Shared folders.............................................. 42 4.8 Windows network............................................ 43 4.9 Chat.................................................... 45 4.10 UPS.................................................... 46 4.11 Fax server................................................ 47 4.12 Web proxy................................................ 49 4.13 Web content filter............................................. 51 4.14 Firewall and gateway........................................... 53 4.15 Cloud content filter............................................ 58 4.16 Proxy pass................................................ 59
    [Show full text]
  • Migrationsleitfaden Leitfaden Für Die Migration Von Software
    Migrationsleitfaden Leitfaden für die Migration von Software Version 4.0 März 2012 II Herausgeber Die Beauftragte der Bundesregierung für Informationstechnik Bundesministerium des Innern Alt-Moabit 101D 10559 Berlin Dieses Dokument wurde durch die Bundesstelle für Informationstechnik im Bundesverwaltungsamt in Zusammenarbeit mit der 4Soft GmbH, der akquinet AG sowie Prof. Dr. Axel Metzger erstellt. Ansprechpartner Referat BIT A4 - Standards und Methoden, Kompetenzzentrum Open Source Software (CC OSS) in der Bundesstelle für Informationstechnik - Bundesverwaltungsamt [email protected] Nachdruck, auch auszugsweise, ist genehmigungspflichtig. Berlin, März 2012 Vorwort zur vierten Version des Migrationsleitfadens Der Migrationsleitfaden bietet IT-Entscheidern einen Überblick über alle wichtigen Aspekte von Software- Migrationen sowie eine praktische Hilfe für deren Planung und Durchführung. In der vorliegenden Ver- sion 4 wurde der Migrationsleitfaden vollständig überarbeitet und einige bisher enthaltene Bestandteile als eigenständige Dokumente ausgelagert. Die bisherige Beschreibung einzelner Migrationspfade wur- de wegen der stark heterogenen Ursprungs- und Zielsysteme einzelner Behörden sowie der schnellen Alterung betrachteter Software-Versionen aufgegeben. Stattdessen finden sich nun Entscheidungshilfen für die jeweiligen Migrationsgebiete in Form von Kriterienlisten, kurzen Produktbeschreibungen, tabella- rischen Gegenüberstellungen und Empfehlungen. Die (Bundes-)Verwaltung ist seit langem selbst oder als Auftraggeberin im
    [Show full text]
  • Bacula Monitoring Mit Nagios Oder Icinga
    http://www.netways.de Bacula Monitoring mit Nagios oder Icinga Julian Hein – NETWAYS GmbH NETWAYS GmbH . Deutschherrnstr. 15-19 . 90429 Nürnberg . +49 911 92885-0 . http://www.netways.de http://www.netways.de Agenda . Kurzvorstellung . Nagios Einführung . AddOns & Erweiterungen . Bacula Überwachung . Fragen & Antworten NETWAYS GmbH . Deutschherrnstr. 15-19 . 90429 Nürnberg . +49 911 92885-0 . http://www.netways.de http://www.netways.de NETWAYS GmbH Kurzvorstellung NETWAYS GmbH . Deutschherrnstr. 15-19 . 90429 Nürnberg . +49 911 92885-0 . http://www.netways.de http://www.netways.de Allgemeine Daten . Julian Hein . Firmengründung 1995 . GmbH seit 2001 . Open Source seit 1997 . Nagios / Netsaint seit 1999 . 20 Mitarbeiter . Sitz in Nürnberg NETWAYS GmbH . Deutschherrnstr. 15-19 . 90429 Nürnberg . +49 911 92885-0 . http://www.netways.de http://www.netways.de Leistungsbereiche Open Source Open Source Systems Management Data Center Solutions . Monitoring . High Availability Lösungen . Performance Management . Cluster Lösungen . Configuration Management . Loadbalancing . Service Management . Virtualisierung . Knowledge Management . Speicherlösungen . Asset Management . Firewalls . Identity Management . Datenbanken . Backup & Datensicherung . Voice over IP Managed Services Monitoring HW Veranstaltungen NETWAYS GmbH . Deutschherrnstr. 15-19 . 90429 Nürnberg . +49 911 92885-0 . http://www.netways.de http://www.netways.de Konferenzen 4. Monitoring Conference (OSMC) . Mehr als 250 Teilnehmer . 5 Tracks mit Vorträgen & Workshops . 28. - 29. Oktober -> http://netways.de/osmc 2. Open Source Datacenter Conference (OSDC) . Mehr als 80 Teilnehmer . 3 Tracks mit Vorträgen & Workshops . 26. – 27. Mai -> http://netways.de/osdc NETWAYS GmbH . Deutschherrnstr. 15-19 . 90429 Nürnberg . +49 911 92885-0 . http://www.netways.de http://www.netways.de Eigene Nagios AddOns und unzählige Nagios Plugins NETWAYS GmbH . Deutschherrnstr. 15-19 .
    [Show full text]
  • Guide De L'open Source
    GUIDE DE L'OPEN SOURCE I .T IS OPE N PREAMBULE SMILE Smile est une société d’ingénieurs experts dans la mise en œuvre de solutions open source et l’intégration de systèmes appuyés sur l’open source. Smile est membre de l’APRIL, l’association pour la promotion et la défense du logiciel libre, du PLOSS – le réseau des entreprises du Logiciel Libre en Ile-de-France et du CNLL – le conseil national du logiciel libre. Smile compte plus de 1200 collaborateurs dans le monde ce qui en fait le premier intégrateur français et européen de solutions open source. Depuis 2000, environ, Smile mène une action active de veille technologique qui lui permet de découvrir les produits les plus prometteurs de l’open source, de les qualifier et de les évaluer, de manière à proposer à ses clients les produits les plus aboutis, les plus robustes et les plus pérennes. Cette démarche a donné lieu à toute une gamme de livres blancs couvrant différents domaines d’application. La gestion de contenus (2004), les portails (2005), la business intelligence (2006), la virtualisation (2007), la gestion électronique de documents (2008), les PGIs/ERPs (2008), les VPN open source (2009), les Firewall et Contrôle de flux (2009), les Middleware orientés messages (2009), l’ecommerce et les Réseaux Sociaux d'Entreprise (2010), le Guide de l’open source et NoSQL (2011), Mobile et Recensement et audit (2012), et plus récemment Big Data et ERP open source pour l’e-commerce (2014). Chacun de ces ouvrages présente une sélection des meilleures solutions open source dans le domaine considéré, leurs qualités respectives, ainsi que des retours d’expérience opérationnels.
    [Show full text]
  • Remote Collection of Network Information (Recon)
    CANUNCLASSIFIED RemoteCollectionofNetworkInformation (ReCoN) ScottMilne ScottMilneConsultingInc. Preparedby: ScottMilne ScottMilneConsultingInc. 280AlbertStreet,Suite1000(10thFLOOR) Ottawa,Ontario K1P5G8 TaskID:0007 Version:1.0.2 PSPCContractNumber:W7714-176208/001/IPS TechnicalAuthority:JonathanRisto,ResearchEngineer Contractor'sdateofpublication:January2020 ThebodyofthisCANUNCLASSIFIEDdocumentdoesnotcontaintherequiredsecuritybannersaccordingtoDNDsecurity standards.However,itmustbetreatedasCANUNCLASSIFIEDandprotectedappropriatelybasedonthetermsandconditions specifiedonthecoveringpage. DefenceResearchandDevelopmentCanada ContractReport DRDC-RDDC-2020-C076 May2020 CANUNCLASSIFIED CANUNCLASSIFIED IMPORTANTINFORMATIVESTATEMENTS ThisdocumentwasreviewedforControlledGoodsbyDefenceResearchandDevelopmentCanadausingtheScheduletothe DefenceProductionAct. Disclaimer:ThisdocumentisnotpublishedbytheEditorialOfficeofDefenceResearchandDevelopmentCanada,anagencyofthe DepartmentofNationalDefenceofCanadabutistobecataloguedintheCanadianDefenceInformationSystem(CANDIS),the nationalrepositoryforDefenceS&Tdocuments.HerMajestytheQueeninRightofCanada(DepartmentofNationalDefence) makesnorepresentationsorwarranties,expressedorimplied,ofanykindwhatsoever,andassumesnoliabilityfortheaccuracy, reliability,completeness,currencyorusefulnessofanyinformation,product,processormaterialincludedinthisdocument.Nothing inthisdocumentshouldbeinterpretedasanendorsementforthespecificuseofanytool,techniqueorprocessexaminedinit.Any relianceon,oruseof,anyinformation,product,processormaterialincludedinthisdocumentisatthesoleriskofthepersonso
    [Show full text]
  • IT Infrastructure Management Software Documentation Release 4.6.3
    IT Infrastructure Management Software Documentation Release 4.6.3 Yvan Manon Nicolas Lécureuil Stéphane Pointu<[email protected]> Jun 24, 2020 Contents 1 Installation and configuration3 1.1 Core...................................................3 1.2 Pulse 2.................................................. 35 2 User manual 89 2.1 IT infrastructure management software................................. 89 3 Other documentation 91 3.1 Development............................................... 91 3.2 Specifications............................................... 122 3.3 QA.................................................... 126 3.4 Mandriva Directory Server........................................ 129 i ii IT Infrastructure Management Software Documentation, Release 4.6.3 IT infrastructure management software is a framework used in Directory Server and Pulse projects that provides plugins for MMC. If you plan to install MDS plugins or Pulse 2 plugins you first need to install and configure MMC (see section Core). Contents 1 IT Infrastructure Management Software Documentation, Release 4.6.3 2 Contents CHAPTER 1 Installation and configuration 1.1 Core 1.1.1 Introduction The MMC (Mandriva Management Console) is made of two parts: • An agent running on the machine to manage. We call it « MMC agent ». The agent exports to the network several plugins that allow to manage the machine. Of course, there can be multiple agents running on the network. The agent and its plugins are written in Python. • A web interface, that talks to the agent(s) using XML-RPC. The interface is written in PHP, and use the scrip- taculous and prototype frameworks to provide an AJAX experience across all major browsers including Internet Explorer 6. In this document, we will first explain how to install and configure the MMC agent and the base plugins, and then how to install the web interface.
    [Show full text]