User Tools

Site Tools


installation_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
installation_configuration [2017/06/19 11:45] – [Create a route file for the interface you want (eth2 in this example)] walkeradmininstallation_configuration [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 276: Line 276:
 link-local      *               255.255.0.0         1008          0 eth7\\  link-local      *               255.255.0.0         1008          0 eth7\\ 
 link-local      *               255.255.0.0         1009          0 eth6\\  link-local      *               255.255.0.0         1009          0 eth6\\ 
-<color #ed1c24>239.0.0.0       11.0.100.1      255.0.0.0       UG    0      0        0 eth2\\</color> +<color #ed1c24>239.0.0.0       11.0.100.1      255.0.0.0       UG    0      0        0 eth2</color> \\ 
 10.0.0.0        *               255.0.0.0                0        0 eth4\\  10.0.0.0        *               255.0.0.0                0        0 eth4\\ 
 11.0.0.0        *               255.0.0.0                0        0 eth2\\  11.0.0.0        *               255.0.0.0                0        0 eth2\\ 
Line 285: Line 285:
 \\  \\ 
 \\  \\ 
-\\   +==== Mount a NAS ==== 
-    +For anyone wanting to store a large amount of data, a NAS will be required as the standard G6/G7 does not have enough storage for hours of date from multiple services.  
 +\\  
 +\\  
 +However, for most demonstration applications, the internal storage should be enough to provide an overview of what the product capabilities are, without provision or integration of extra storage. For this reason, we will just use the internal storage of the packager.  
 +\\  
 +==== Define a Publication Folder ==== 
 +To create your sharing folder on your server. Navigate to: 
 +\\  
 +    /opt/mfvp/mnt 
 +\\  
 +Even if you are not publishing on a NAS, you will need to create a publication folder in this repository. 
 +\\  
 +\\  
 +In the example below, we are creating a nas folder in /opt/mfvp/mnt where we will publish to. 
 +\\  
 +<file> 
 +cd /opt/mfvp/mnt 
 +mkdir nas 
 +chown -R envivio:envivio nas 
 +</file> 
 +\\  
 +You need to change the group and owner of the folder you are publishing to using chown in order to give CentOS the rights to publish in this folder. 
 +\\  
 +\\ 
  
  
installation_configuration.1497869144.txt.gz · Last modified: 2023/03/09 22:35 (external edit)