OpenNMP Scheduler: Difference between revisions

From QNAPedia
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<parsererror style="display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black">
''by AdNovea - Nov 2009''<br> '''[[OpenNMP|OpenNMP Homepage]]''' <br> <br>


=== This page contains the following errors: ===
= OpenNMP Installation  =
<div style="font-family:monospace;font-size:12px">error on line 1 at column 1180: Unescaped '<' not allowed in attributes values</div>
<blockquote>There are four ways to install (''or to upgrade'') OpenNMP on your device:<br> <br>
=== Below is a rendering of the page up to the first error. ===
*<span style="color: darkgreen">'''Using MANUAL INSTALLATION with the <u>Distribution packages</u>''' (OpenNMP-xxxx.zip)</span><br>Extract the 3 files (''README, Installer.sh and onmp.tgz'') on your internal drive or a 2nd USB thumbdrive. Then execute the ''installer.sh'' script.<br><span style="color: darkred">'''This procedure shall be used for the <u>very first installation of OpenNMP </u>.'''</span>
<br>
*<span style="color: darkgreen">'''Using full AUTOMATIC INSTALLATION from the OpenNMP <u>Remote repository</u>''' (''available with version 0.3.20 and above'')</span><br>Goto the '''Manage NPKG''' page of the OpenNMP Administration interface. Check (''and only check'') the '''OpenNMP Engine''' to install under '''[SPECIAL] OpenNMP Engine Upgrade''' section, select '''ONLY UPGRADE OpenNMP Engine''' from the drop list and press '''APPLY'''.<br>You will be asked to reboot your device to complete the installation/upgrade.
[[Image:OpenNMP Upgrade.jpg|thumb|center|400px|OpenNMP Upgrade.jpg]] <br>
*<span style="color: darkgreen">'''Using ASSISTED INSTALLATION with the upload feature of MANAGE NPKG page '''</span><br>Download the (''OpenNMP-xxxx.onmp'') archive from the forum and copy the file on your PC local disk. Upload the file using the '''Install a new NPKG Plug-in or Upgrade OpenNMP''' section on the '''MANAGE NPKG''' page of the OpenNMP Administration interface and press '''INSTALL'''.
[[Image:OpenNMP Upgrade 2.jpg|thumb|center|400px|OpenNMP Upgrade 2.jpg]] <br>  
*<span style="color: darkgreen">'''Manual installation of a Build package''' (''OpenNMP-xxxx.onmp'')</span><br>Copy the file at the root directory of your USB device and proceed with the manual installation using the command below:<pre>./autorun --upgrade OpenNMP-xxxx.onmp</pre>
</blockquote>
<br>


&lt;/parsererror&gt; ''by AdNovea - Nov 2009''<br/>'''[[OpenNMP|OpenNMP Homepage]]''' __TOC__<br/><br/><span style="font-size: 200%;">Scheduler (''TV/Radio programs recording and Tasks execution'')</span>
= OpenNMP Configuration  =
<blockquote style="text-align: justify;">From '''version v0.04.xx,''' OpenNMP includes the JQuery RIA (''Rich Internet Application'') libraries. Starting with version v0.04.01, we have included a Scheduler to help in recurrent or delayed tasks scheduling. The main menu includes direct accesses to the Scheduler pages for Internet Radio and TV program recording.<br/>'''NOTE''': Shall you customize the scheduler, refer to the ['''scheduler'''] section of the configuration file "'''/share/OpenNMP/.onmp/config.ini'''".<br/><br/><span style="color: darkred">'''IMPORTANT''': Migration from v0.03.xx to v0.04.xx requires a fresh installation (''using a Telnet console, from the unzipped archive folder issue the command: ./installer.sh --force-reinstall'')</span><br/><br/></blockquote>
<blockquote>OpenNMP configuration is defined into to the '''&lt;your_usb&gt;/.onmp/config.ini''' file.<br> The parameters are self-explained. Most of these parameters are managed through the Administration interface pages.<br>Nevertheless, some parameters shall be set directly in the configuration file:
*'''Turn off the sound''' (''onmp.beeper'')  
*'''Force IPV4''' if not using IPV6 for quicker downloads (''force_ipv4'')  
*Change '''uploaded file size limit''' (''php.upload_max_filesize'' &amp; ''php.post_max_size'')
</blockquote>  
<br>  
 
= Under the Hood  =
<blockquote>For a quick understanding of the OpenNMP architecture, we provide here below three snapshots. They are subject to evolution along with the OpenNMP versions.
{| width="100%"
|-
| [[Image:ONMP Hood1.jpg|thumb|center|200px|ONMP Hood1.jpg]]
| [[Image:ONMP Hood2.jpg|thumb|center|200px|ONMP Hood2.jpg]]
| [[Image:ONMP Hood3.jpg|thumb|center|200px|ONMP Hood3.jpg]]
|}
</blockquote>  
<br> <br>  
 
[[Category:Multimedia_Applications]] [[Category:NMP-1000]]

Latest revision as of 09:48, 30 June 2015

by AdNovea - Nov 2009
OpenNMP Homepage

OpenNMP Installation

There are four ways to install (or to upgrade) OpenNMP on your device:

  • Using MANUAL INSTALLATION with the Distribution packages (OpenNMP-xxxx.zip)
    Extract the 3 files (README, Installer.sh and onmp.tgz) on your internal drive or a 2nd USB thumbdrive. Then execute the installer.sh script.
    This procedure shall be used for the very first installation of OpenNMP .


  • Using full AUTOMATIC INSTALLATION from the OpenNMP Remote repository (available with version 0.3.20 and above)
    Goto the Manage NPKG page of the OpenNMP Administration interface. Check (and only check) the OpenNMP Engine to install under [SPECIAL] OpenNMP Engine Upgrade section, select ONLY UPGRADE OpenNMP Engine from the drop list and press APPLY.
    You will be asked to reboot your device to complete the installation/upgrade.
OpenNMP Upgrade.jpg


  • Using ASSISTED INSTALLATION with the upload feature of MANAGE NPKG page
    Download the (OpenNMP-xxxx.onmp) archive from the forum and copy the file on your PC local disk. Upload the file using the Install a new NPKG Plug-in or Upgrade OpenNMP section on the MANAGE NPKG page of the OpenNMP Administration interface and press INSTALL.
OpenNMP Upgrade 2.jpg


  • Manual installation of a Build package (OpenNMP-xxxx.onmp)
    Copy the file at the root directory of your USB device and proceed with the manual installation using the command below:
    ./autorun --upgrade OpenNMP-xxxx.onmp


OpenNMP Configuration

OpenNMP configuration is defined into to the <your_usb>/.onmp/config.ini file.
The parameters are self-explained. Most of these parameters are managed through the Administration interface pages.
Nevertheless, some parameters shall be set directly in the configuration file:

  • Turn off the sound (onmp.beeper)
  • Force IPV4 if not using IPV6 for quicker downloads (force_ipv4)
  • Change uploaded file size limit (php.upload_max_filesize & php.post_max_size)


Under the Hood

For a quick understanding of the OpenNMP architecture, we provide here below three snapshots. They are subject to evolution along with the OpenNMP versions.

ONMP Hood1.jpg
ONMP Hood2.jpg
ONMP Hood3.jpg