123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- <html>
- <head>
- <title>iTop Installation Help</title>
- <style>
- body {
- font-family: Verdana,Arial,Helvetica,Sans-Serif;
- font-size: 10pt;
- margin: 0;
- padding: 0;
- }
- #banner {
- display: block;
- height: 60px;
- padding: 5px;
- line-height: 24px;
- vertical-align: middle;
- background: url(../images/itop-logo.png) no-repeat #f6f6f6;
- background-position: 5px 5px;;
- }
- #banner span {
- margin-left: 150px;
- padding-top: 12px;
- text-align: center;
- font-size: 24px;
- line-height: 24px;
- font-weight: bold;
- color: #1C94C4;
- display: block;
- }
- #content {
- margin: 20px;
- }
- h2 {
- padding-left: 60px;
- line-height: 48px;
- }
- #Config {
- background: url(../modules/itop-config-mgmt-1.0.0/images/database.png) no-repeat transparent;
- }
- #Service {
- background: url(../modules/itop-service-mgmt-1.0.0/sla.png) no-repeat transparent;
- }
- #Request {
- background: url(../modules/itop-request-mgmt-1.0.0/images/user-request-deadline.png) no-repeat transparent;
- }
- #Incident {
- background: url(../modules/itop-incident-mgmt-1.0.0/images/incident-escalated.png) no-repeat transparent;
- }
- #Change {
- background: url(../modules/itop-change-mgmt-1.0.0/images/change.png) no-repeat transparent;
- }
- #Problem {
- background: url(../modules/itop-problem-mgmt-1.0.0/images/problem.png) no-repeat transparent;
- }
- #KnownErrors {
- background: url(../modules/itop-knownerror-mgmt-1.0.0/images/known-error.png) no-repeat transparent;
- }
- a.internal {
- color: #1C94C4;
- text-decoration: none;
- }
- a.internal:hover {
- text-decoration: underline;
- }
- .code {
- background-color: #ccc;
- padding: 10px;
- border: 1px solid #999;
- font-family: Courier, Courier-New, monospace;
- }
- </style>
- </head>
- <body>
- <div id="banner"><span>Installation Help</span></div>
- <div id="content">
- <h1><a name="Installation">Completing the iTop installation</a></h1>
- <h2>cron.php - overview</h2>
- <p>In order to operate properly, iTop maintenance operations and asynchronous tasks must be executed on a regular basis.
- In order to ease the installation, all the background tasks have been grouped to be launched from a single file: <tt>webservices/cron.php</tt></p>
- <p>The following features require the activation of cron.php</p>
- <ul>
- <li><b>Asynchronous emails</b>. By default, this option is disabled. To enable it, set 'email_asynchronous' to 1 in the configuration file</li>
- <li><b>Check ticket SLA</b>. Tickets reaching the limits will be passed into Escalation TTO/TTR states</li>
- </ul>
- </p>
- <p>For more information about cron.php, check the <a href="https://sourceforge.net/apps/mediawiki/itop/index.php?title=Cron.php">Wiki</a></p>
- <h2>Scheduling cron.php on Windows</h2>
- <ol>
- <li>Edit the file <em><itop root></em>/webservices/<b>cron.params</b> to set the credentials used for cronified tasks (requires administator privileges)</li>
- <li>Edit the file <em><itop root></em>/webservices/<b>cron.cmd</b>, and set the relevant path for your installation of PHP. If you care about security, it is recommended to change also the path to the parameters file <em><itop root></em>/webservices/<b>cron.params</b> and move this file to a place where its content is not served by the web server.</li>
- <li>Schedule the execution of cron.cmd:
- <pre>schtasks.exe /create /tn "iTop CRON" /sc minute /mo 1 /tr "\"<em><itop root></em>/webservices/cron.cmd\""</pre>
- </li>
- </ol>
- <h2>Scheduling cron.php on Linux/Unix</h2>
- <ol>
- <li>Edit the file <em><itop root></em>/webservices/<b>cron.params</b> to set the credentials used for cronified tasks (requires administator privileges)</li>
- <li>If you care about security: move the file <em><itop root></em>/webservices/<b>cron.params</b> into a directory not in the scope of the web server (Apache), and make it be readable only by the account that will execute the cron</li>
- <li>Edit the crontab and add the following line:
- <pre>* * * * * /usr/bin/php <em><itop root></em>/webservices/cron.php --param_file=<em><itop root></em>/webservices/cron.params</pre>
- </li>
- </ol>
- <h1><a name="Modules">iTop Modules</a></h1>
- <!-- Configuration Management Module -->
- <h2 id="Config"><a name="ConfigMgmt">Configuration Management</a></h2>
- <p>This module allows IT operators to document all items they have under their control, it implements a CMDB following the ITIL best practices. The module provides a logical model of the IT infrastructure by identifying, controlling, maintaining and verifying the version of all existing Configuration Items (CIs).
- Relationships between CIs are also documented in the Configuration Management module, so that IT engineers can easily analyze dependencies within the infrastructure and understand the impact due to incidents or changes.</p>
- <p>Out of the box, iTop 1.0 allows you to manage:</p>
- <ul>
- <li>Persons and Teams</li>
- <li>Locations</li>
- <li>Business Processes</li>
- <li>Application Solutions for documenting the architecture of complex entreprise-grade applications</li>
- <li>Infrastructure and devices: PCs, Servers, Network Devices, Printers, Network Interfaces, Applications, Databases, Patches, Mobile Phones</li>
- <li>Groups of CI</li>
- <li>Documents (files, Web links, notes)</li>
- </ul>
- <p>With iTop you can document your whole IT environment and who is responsible for managing what.</p>
- <p>Any modification made on a CI is tracked with the modification date, the modified attributes values (previous and new), and the user who made the modification.</p>
- <p><i>This module is the base for all other iTop modules and is automatically installed with iTop</i></p>
- <!-- Service Management Module -->
-
- <h2 id="Service"><a name="ServiceMgmt">Service Management</a></h2>
- <p>This module allows you to define and maintain the Services provided by your organization, the contracts with your customers and providers and the available Service Levels for each of Service.</p>
- <p>Using this module, you can document:</p>
- <ul>
- <li>Your IT service catalog, the corresponding Service Level Agreements (SLAs), based on Service Level Targets (SLTs, i.e. tickets response times)</li>
- <li>The contracts with your third party suppliers (Provider Contracts)</li>
- <li>Your customer contracts, which services you provide to them and the corresponding SLAs.</li>
- </ul>
- <p>For each type of contract you can document the costs, relate the contract to specific contacts (persons or teams), infrastructures and link it to any document.</p>
- <!-- Service Management Module -->
- <h2 id="Request"><a name="RequestMgmt">Request Management / Help Desk</a></h2>
- <p>The Help desk module enables you to track all the requests submitted by end users. Each user request ticket can then be assigned to a team which is responsible for making sure the request is properly handled.</p>
- <p>This module uses iTop's email notification system in order to inform the contacts (callers, agents...) during the processing of each user request. A end user portal is available to enable end-users to create service requests by themselves, follow their status and provide feedbacks upon completion of each request.</p>
- <p>This module depends on the <a class="internal" href="#ServiceMgmt">Service Management Module</a> in order to link user requests with the service catalog, define and enforce Service Level Agreements (SLAs).</p>
- <!-- Incident Management Module -->
- <h2 id="Incident"><a name="IncidentMgmt">Incident Management</a></h2>
- <p>This module manages Incident tickets, created in response to incidents occurring on the infrastructure, as described in the ITIL best practices. The Service Levels Agreements (SLAs) for the tickets are defined in the <a class="internal" href="#ServiceMgmt">Service Management Module</a>.</p>
- <p>Incident tickets can be linked to CIs (see <a class="internal" href="#ConfigMgmt">Configuration Management</a>) and contacts. This module uses iTop's email notification system in order to inform the agents when a new incident is created, assigned or escalated.</p>
- <p>See also: <a class="internal" href="#KnownErrorsDB">Known Error Database module</a>, <a class="internal" href="#ProblemMgmt">Problem Management module</a>.</p>
- <!-- Change Management Module -->
- <h2 id="Change"><a name="ChangeMgmt">Change Management</a></h2>
- <p>The change management module allows you to track the changes occurring to your IT environment, plan them, analyze their impact and minimize their disruption.
- iTop defines several profiles following the recommended ITIL roles for implementing a change management process: change manager, change supervisor and change implementer. Out of the box, iTop 1.0 offers 3 types of changes: Routine Changes, Normal Changes and Emergency Changes, each with their own specific life-cycle.</p>
- <!-- Problem Management Module -->
- <h2 id="Problem"><a name="ProblemMgmt">Problem Management</a></h2>
- <p>The primary objectives of Problem Management are to prevent problems and resulting incidents from happening, to eliminate recurring incidents and to minimize the impact of incidents that cannot be prevented.</p>
- <p>Use this module to track recurring issues and link many Incidents to one single Problem ticket.</p>
- <p>Best uses with the <a class="internal" href="#KnownErrorsDB">Known Errors Database</a>
- <!-- Known Errors Database -->
- <h2 id="KnownErrorsDB"><a name="KnowErrorsDB">Known Errors Database</a></h2>
- <p>Along with the <a class="internal" href="#ProblemMgmt">Problem Management module</a>, use the Known Errors Database module to document the solution to recurring issues, track workarounds, investigate root causes and link together all the potentially impacted CIs, in order to speed-up the resolution of future Incidents.</p>
- </div><!-- End of content -->
- </body>
- </html>
|