Changes between Version 1 and Version 2 of Usage/UserDocumentation


Ignore:
Timestamp:
05/29/12 16:01:26 (12 years ago)
Author:
sil
Comment:

added section about the web-interface

Legend:

Unmodified
Added
Removed
Modified
  • Usage/UserDocumentation

    v1 v2  
    66CMT can be used with different user interfaces:
    77
    8  * '''Web interface:''' An easy-to-use, self explainable, interface based on Django Admin. You only need a webbrowser to use this interface.
    9  * '''Command Line Interface (CLI):''' A less-easy-to-use interface which could be used to make mass-updates. The CLI offers the user some powerful functions which aren't possible on the web-interface. To use this interface you need to [Usage/Quickstart#InstallCMT install CMT] on the computer you're using.
     8 Web Interface::
     9   An easy-to-use, self explainable, interface based on Django Admin. You only need a webbrowser to use this interface.
     10 Command Line Interface (CLI)::
     11   A less-easy-to-use interface which could be used to make mass-updates. The CLI offers the user some powerful functions which aren't possible on the web-interface. To use this interface you need to [Usage/Quickstart#InstallCMT install CMT] on the computer you're using.
    1012
    1113'''Please keep in mind:''' Both interfaces are lacking of an undo-function, so be careful when you're about to make any changes in the data you've stored in CMT.
     
    1719
    1820= Web-interface =
     21
     22The web-interface can be opened in any regular web-browser. Ask your administrator for its address. Once you open the web-interface, a login page should appear where you have to issue your credentials.
     23
     24From there you'll be able to add objects to the database, lookup or change objects in the database, or delete objects from the database. It should be pretty intuitive to use. The most important entities you can act on are:
     25 Clusters::
     26   A cluster could be described as a collection of hardware, connected to each other through one or more networks.
     27 Racks::
     28   A rack is a cabinet that houses hardware like servers and switches. It has multiple slots to mount hardware. These slots identify the physical location of your hardware.
     29 Hardware::
     30   Hardware units like (virtual) servers, switches, PDU's, etc. It could be 'any piece of hardware with a powercable attached to it'.
     31 Networks::
     32   Networks defined by their (IP) address space. The addresses in the address space of a network each are related to an interface.
     33 Interfaces::
     34   Network interfaces for input/output, thus any kind of card or (virtual) adapter which can have a network-cable plugged into it, and has a hardware address (like a MAC-address). Most obvious example is a regular 100/1000Mbit NIC, but it could be something like an InfiniBand interface card, or an out-of-band management adapter. Many network interfaces are related to a single piece of hardware, and a single network.
    1935
    2036