{"id":3296,"date":"2019-06-16T23:20:36","date_gmt":"2019-06-16T20:20:36","guid":{"rendered":"https:\/\/kifarunix.com\/?p=3296"},"modified":"2019-06-16T23:20:37","modified_gmt":"2019-06-16T20:20:37","slug":"install-manageengine-assetexplorer-on-centos-7-fedora-30-29","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-manageengine-assetexplorer-on-centos-7-fedora-30-29\/","title":{"rendered":"Install ManageEngine AssetExplorer on CentOS 7\/Fedora 30\/29"},"content":{"rendered":"\n<p>In this guide, we are going to learn how to install ManageEngine AssetExplorer on CentOS 7\/Fedora 30\/29. <a rel=\"noreferrer noopener\" aria-label=\"ManageEngine AssetExplorer (opens in a new tab)\" href=\"https:\/\/www.manageengine.com\/products\/asset-explorer\/\" target=\"_blank\">ManageEngine AssetExplorer<\/a> is a web-based IT Asset Management (ITAM) software that is used to monitor and manage assets in a network from Planning phase to Disposal phase.<\/p>\n\n\n\n<p>We covered the installation of ManageEngine AssetExplorer on Ubuntu 18.04 in our previous guide. See the link below;<\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-manageengine-assetexplorer-on-ubuntu-18-04\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Install ManageEngine AssetExplorer on Ubuntu 18.04<\/a><\/p>\n\n\n\n<p>Some of the Benefits that ManageEngine AssetExplorer provides include;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Discover all the assets in your network.<\/li><li>Manage and Monitor software and hardware assets.<\/li><li>Manage the complete IT Asset lifecycle.<\/li><li>Ensure software license compliance.<\/li><li>Make informed decisions about hardware and software purchases throughout the entire IT Life Cycle.<\/li><li>Track Purchase Orders and Contracts.<\/li><li>Know the total cost of ownership of an asset.<\/li><\/ul>\n\n\n\n<p>Check more features of ManageEngine AssetExplorer <a rel=\"noreferrer noopener\" aria-label=\"here (opens in a new tab)\" href=\"https:\/\/www.manageengine.com\/products\/asset-explorer\/features.html\" target=\"_blank\">here<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Install ManageEngine AssetExplorer on CentOS 7\/Fedora 30\/29<\/h2>\n\n\n\n<p>Update and upgrade your system.<\/p>\n\n\n\n<p>CentOS 7<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>yum update\nyum upgrade<\/code><\/pre>\n\n\n\n<p>Fedora 30\/29<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>dnf update\ndnf upgrade<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Download ManageEngine AssetExplorer Installer<\/h3>\n\n\n\n<p>Navigate to ManageEngine AssetExplorer downloads page and download the installer for your respective system architecture. This demo used the 64-bit systems. You can simply run the command below to download the binary installer for the 64-bit systems.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>wget https:\/\/www.manageengine.com\/products\/asset-explorer\/87652187\/ManageEngine_AssetExplorer_64bit.bin<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Set Execution Permissions on the Binary<\/h3>\n\n\n\n<p>Run the command below to make the ManageEngine AssetExplorer executable.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>chmod +x ManageEngine_AssetExplorer_64bit.bin<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Install ManageEngine AssetExplorer on CentOS 7\/Fedora 30\/29<\/h3>\n\n\n\n<p>Once you have made the binary installer executable,proceed to launch the installation.<\/p>\n\n\n\n<p>Before that, install the zip command (if not already installed) for extracting the installation resources from the installer archive.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>yum install zip<\/code><\/pre>\n\n\n\n<p>Next, run the command below to install launch the installer<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo .\/ManageEngine_AssetExplorer_64bit.bin<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>Preparing to install...\nExtracting the JRE from the installer archive...\nUnpacking the JRE...\nExtracting the installation resources from the installer archive...\nConfiguring the installer for this system's environment...\n\nLaunching installer...\n\n\nGraphical installers are not supported by the VM. The console mode will be used instead...\n\n===============================================================================\nAssetExplorer                                    (created with InstallAnywhere)\n-------------------------------------------------------------------------------\n\nPreparing CONSOLE Mode Installation...\n...\nPRESS &lt;ENTER> TO CONTINUE: ENTER<\/code><\/pre>\n\n\n\n<p>Next, read through the End User License Agreement and accept it to proceed with installation.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>...\nDO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y\/N): Y\n<\/code><\/pre>\n\n\n\n<p>Choose ManageEngine Install Edition<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>...\n===============================================================================\nChoose Edition\n--------------\n\n\n    1- Trail Edition\n  ->2- Free Edition\n\nENTER A COMMA-SEPARATED LIST OF NUMBERS REPRESENTING THE DESIRED CHOICES, OR\n   PRESS &lt;ENTER> TO ACCEPT THE DEFAULT: 2<\/code><\/pre>\n\n\n\n<p>Select and confirm ManageEngine AssetExplorer install location.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>...\n===============================================================================\nChoose Install Folder\n---------------------\n\nWhere would you like to install?\n\n  Default Installation Folder: \/root\/ManageEngine\/AssetExplorer\n\nENTER AN ABSOLUTE PATH, OR PRESS &lt;ENTER> TO ACCEPT THE DEFAULT\n      : \/opt\/ManageEngine\/AssetExplorer\n\nINSTALL FOLDER IS: \/opt\/ManageEngine\/AssetExplorer\n   IS THIS CORRECT? (Y\/N): y<\/code><\/pre>\n\n\n\n<p>Set ManageEngine AssetExplorer web server port. The default TCP port 8080 is used by default. Press ENTER to accept the default.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>...\nGet User Input\n--------------\n\nEnter requested information\n\nEnter WebServer Port (Default: 8080): ENTER<\/code><\/pre>\n\n\n\n<p>Next, the installer provides with pre-installation summary. Press ENTER to proceed if all is well.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>...\nPre-Installation Summary\n------------------------\n\nPlease Review the Following Before Continuing:\n\nProduct Name:\n    AssetExplorer\n\nInstall Folder:\n    \/opt\/ManageEngine\/AssetExplorer\n\nLink Folder:\n    \/opt\/ManageEngine\/AssetExplorer\n\nDisk Space Information (for Installation Target): \n    Required:  479,396,717 Bytes\n    Available: 6,171,893,760 Bytes\n\nPRESS &lt;ENTER> TO CONTINUE: ENTER<\/code><\/pre>\n\n\n\n<p>Install ManageEngine AssetExplorer<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>...\nReady To Install\n----------------\n\nInstallAnywhere is now ready to install AssetExplorer onto your system at the \nfollowing location:\n\n   \/opt\/ManageEngine\/AssetExplorer\n\nPRESS &lt;ENTER> TO INSTALL: ENTER<\/code><\/pre>\n\n\n\n<p>The installer will then run and if all goes well, you should see a confirmation of completion of installation. Press ENTER to exit the installer.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>...\nInstallation Complete\n---------------------\n\nCongratulations. AssetExplorer has been successfully installed to:\n\n   \/opt\/ManageEngine\/AssetExplorer\n\nPRESS &lt;ENTER> TO EXIT THE INSTALLER: ENTER<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Running ManageEngine AssetExplorer<\/h3>\n\n\n\n<p>If FirewallD is running, open TCP port 8080<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo firewall-cmd --add-port=8080\/tcp --permanent\nsudo firewall-cmd --reload<\/code><\/pre>\n\n\n\n<p>Next, you can manually start the AssetExplorer application by navigating to <strong>\/&lt;install-dir>\/ManageEngine\/AssetExplorer\/bin<\/strong> and execute the <strong>run.sh<\/strong> script.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>cd \/opt\/ManageEngine\/AssetExplorer\/bin<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo .\/run.sh \n\nJAVA_HOME   : \/opt\/ManageEngine\/AssetExplorer\/jre\nSERVER_HOME : \/opt\/ManageEngine\/AssetExplorer\nDATE        : Sun Jun 16 22:22:14 EAT 2019\n\n\n\nStarting Server from location: \/opt\/ManageEngine\/AssetExplorer\nStarting Server from location: \/opt\/ManageEngine\/AssetExplorer\nLoading Modules\n\n     ModulePreStartProcess :: Persistence::DBAUDIT[ STARTED ]\nPersistence                                       [POPULATED]\n     ModulePostStartProcess:: Persistence::DBAUDIT[ STARTED ]\nAudit                                             [POPULATED]\n...\nServer started in :: [406964 ms]\n\nConnect to: [ http:\/\/localhost:8080 ]<\/code><\/pre>\n\n\n\n<p>You can now accessing ManageEngine AssetExplorer web interface via the address, <strong>http:\/\/&lt;server-IP>:8080<\/strong>. Login in with the default credentials; <strong>administrator,administrator<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/06\/assetexplorer-login.png\"><img loading=\"lazy\" decoding=\"async\" width=\"932\" height=\"394\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/06\/assetexplorer-login.png\" alt=\"install ManageEngine AssetExplorer on CentOS 7\/Fedora 30\/29\" class=\"wp-image-3283\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/06\/assetexplorer-login.png 932w, https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/06\/assetexplorer-login-768x325.png 768w\" sizes=\"(max-width: 932px) 100vw, 932px\" \/><\/a><\/figure>\n\n\n\n<p>Once you login in, you will land on ManageEngine AssetExplorer dashboard.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/06\/assetexplorer-dashboard.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1327\" height=\"600\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/06\/assetexplorer-dashboard.png\" alt=\"ManageEngine AssetExplorer\" class=\"wp-image-3284\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/06\/assetexplorer-dashboard.png 1327w, https:\/\/kifarunix.com\/wp-content\/uploads\/2019\/06\/assetexplorer-dashboard-768x347.png 768w\" sizes=\"(max-width: 1327px) 100vw, 1327px\" \/><\/a><\/figure>\n\n\n\n<p>That is all on how to install ManageEngine AssetExplorer on CentOS 7\/Fedora 30\/29. You can now start to scan\/discover all the assets in your network so you can efficiently monitor and manage them.<\/p>\n\n\n\n<p>Check our other articles by following the links below;<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/kifarunix.com\/install-anydesk-on-fedora-30-29-centos-7\/\" target=\"_blank\">Install AnyDesk on Fedora 30\/29\/CentOS 7<\/a><\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/kifarunix.com\/install-mongodb-4-on-fedora-30-29-centos-7\/\" target=\"_blank\">Install MongoDB 4 on Fedora 30\/29\/CentOS 7<\/a><\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/kifarunix.com\/install-fedora-30-workstation-on-virtualbox\/\" target=\"_blank\">Install Fedora 30 Workstation on VirtualBox<\/a><\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/kifarunix.com\/install-zimbra-mail-server-on-fedora30-29-centos-7\/\" target=\"_blank\">Install Zimbra Mail Server on Fedora30\/29\/CentOS 7<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-and-use-webmin-on-fedora-30\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Install and Use Webmin on Fedora 30<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this guide, we are going to learn how to install ManageEngine AssetExplorer on CentOS 7\/Fedora 30\/29. ManageEngine AssetExplorer is a web-based IT Asset Management<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[984,121,985],"tags":[987,988,88,289,924,986],"class_list":["post-3296","post","type-post","status-publish","format-standard","hentry","category-asset-management","category-howtos","category-manageengine-assetexplorer","tag-asset-manager","tag-assetexplorer","tag-centos-7","tag-fedora-29","tag-fedora-30","tag-manageengine-assetexplorer","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/3296"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=3296"}],"version-history":[{"count":1,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/3296\/revisions"}],"predecessor-version":[{"id":3298,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/3296\/revisions\/3298"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=3296"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=3296"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=3296"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}