# Activating StorageAnalyzer and Other Data Collection Sources

The following sections will guide you on the required configuration to activate StorageAnalyzer and other data collection sources.

# Activating StorageAnalyzer

StorageAnalyzer is inactive by default; you must activate it before activating other data collection sources. Follow these instructions to activate:

  1. In the server, open storage_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of storageanalyzer.active to true.

    storage_analyzer.oconf
     3|   storageanalyzer
     4|   {
     5|	    display=StorageAnalyzer
     6|	    description=Storage and File Systems Asset Management 
     7|	    active
     8|	    {
     9|		    type=bool
    10|		    value=true
    11|	    }
  3. Save the changes.

  1. Open storage_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of storageanalyzer.active to true.

    storage_analyzer.oconf
     3|   storageanalyzer
     4|   {
     5|	    display=StorageAnalyzer
     6|	    description=Storage and File Systems Asset Management 
     7|	    active
     8|	    {
     9|		    type=bool
    10|		    value=true
    11|	    }
  3. Save the changes.

If you want to activate StorageAnalyzer on selected clients, follow the instructions in the Activating Features on Selected Clients section.

# Activating File Systems Collector

File Systems Collector is inactive by default; you must activate it to begin monitoring the available and used space on file systems (drives). Follow these instructions to activate:

  1. Open storage_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of storageanalyzer.filesystem.active to true.

    storage_analyzer.oconf
    12|  filesystems
    13|  {
    14|      display=FileSystem Collection
    15|      description=Job to enable collection of disk space information
    16|      active
    17|      {
    18|          type=bool
    19|          value=true
    20|      }
  3. Save the changes.

  1. Open storage_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of storageanalyzer.filesystem.active to true.

    storage_analyzer.oconf
    12|  filesystems
    13|  {
    14|      display=FileSystem Collection
    15|      description=Job to enable collection of disk space information
    16|      active
    17|      {
    18|          type=bool
    19|          value=true
    20|      }
  3. Save the changes.

If you want to activate File Systems Collector on selected clients, follow the instructions in the Activating Features on Selected Clients section.

# Next Steps?

   Configuring File Systems Accounting

# Activating File Space Collector

File Space Collector is inactive by default; you must activate it to begin monitoring the recursive file usage and usage reports grouping. Follow these instructions to activate:

  1. Open storage_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of storageanalyzer.filespace.active to true.

    storage_analyzer.oconf
    22|  filespace
    23|  {
    24|      display=FileSpace Collection
    25|      description=Job to enable accounting of files
    26|      active
    27|      {
    28|          type=bool
    29|          value=true
    30|      }
  3. Locate and set the value of storageanalyzer.filespace.interval. By default, the value is weekly.

    storage_analyzer.oconf
    31|   configure
    32|   {
    33|		 interval
    34|	     {
    35|			 type=string
    36|			 value=weekly
    37|		 }
  4. Save the changes.

  1. Open storage_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set storageanalyzer.filespace.active value to true.

    storage_analyzer.oconf
    22|  filespace
    23|  {
    24|      display=FileSpace Collection
    25|      description=Job to enable accounting of files
    26|      active
    27|      {
    28|          type=bool
    29|          value=true
    30|      }
  3. Locate and set the value of storageanalyzer.filespace.interval. By default, the value is weekly.

    storage_analyzer.oconf
    31|   configure
    32|   {
    33|		 interval
    34|	     {
    35|			 type=string
    36|			 value=weekly
    37|		 }
  4. Save the changes.

If you want to activate File Space Collector on selected clients, follow the instructions in the Activating Features on Selected Clients section.

# Next Steps?

   Configuring File Space Accounting

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close