-
Notifications
You must be signed in to change notification settings - Fork 23
/
UPGRADING
42 lines (31 loc) · 1.4 KB
/
UPGRADING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Upgrading the OAR batch system
==============================
This part explains the important issues when upgrading the OAR Bach system from 2.4.x to 2.5.x.
Updating the Perl admission rules
---------------------------------
Due to a perl module renaming, you need to update the perl module name used in
the admission rules. Here are the correspondance :
- oarstat_lib -> OAR::Stat
- oarnodes_lib -> OAR::Nodes
- oarapi_lib -> OAR::API
- oarconf_lib -> OAR::Conf
- oario_lib -> OAR::IO
- oarsub_lib -> OAR::Sub
- oar_Tools -> OAR::Tools
- oar_Version -> OAR::Version
- window_forker -> OAR::WindowForker
- ping_checker -> OAR::PingChecker
- oar_hulot -> OAR::Modules::Hulot
- Judas -> OAR::Modules::Judas
- resource_tree -> OAR::Schedulers::ResourceTree
- gantt_hole_storage -> OAR::Schedulers::GanttHoleStorage
The OAR default values
----------------------
Please take a look on the default oar.conf (in the
/usr/share/doc/oar-common/exemples/). Some default values has changed.
Upgrading the sql database scheme
---------------------------------
Before restarting the OAR server, you need to upgrade your database scheme.
This can be done, with the following instruction (don't forget to make a copy
of your database before):
oar-database --setup