Projet

Général

Profil

Ubiquity Firmware » Historique » Version 2

Mehdi Abaakouk, 03/12/2013 09:48

1 1 Mehdi Abaakouk
h1. Ubiquity
2 1 Mehdi Abaakouk
3 1 Mehdi Abaakouk
h2. Modification en ligne de commande:
4 1 Mehdi Abaakouk
5 1 Mehdi Abaakouk
La configuration en cours de la NS est dans la /tmp/running.cfg
6 2 Mehdi Abaakouk
La configuration désirée de la NS est dans la /tmp/system.cfg
7 2 Mehdi Abaakouk
La configuration sauvegardée est dans la partition mtd nommée 'cfg'
8 1 Mehdi Abaakouk
9 2 Mehdi Abaakouk
h3. *Mise à jour configuration*
10 2 Mehdi Abaakouk
11 1 Mehdi Abaakouk
Pour mettre à jour la configuration, il suffit de modifier le fichier /tmp/system.cfg
12 1 Mehdi Abaakouk
13 1 Mehdi Abaakouk
<pre>
14 1 Mehdi Abaakouk
sed -i 's/172.31.31.252/172.31.31.254/g' /tmp/system.cfg
15 1 Mehdi Abaakouk
</pre>
16 1 Mehdi Abaakouk
17 2 Mehdi Abaakouk
Ensuite 2 méthodes pour appliquer la configuration
18 2 Mehdi Abaakouk
19 2 Mehdi Abaakouk
h4. save+apply
20 2 Mehdi Abaakouk
21 1 Mehdi Abaakouk
Puis de save+apply de la configuration:
22 1 Mehdi Abaakouk
23 1 Mehdi Abaakouk
<pre>
24 1 Mehdi Abaakouk
restart
25 1 Mehdi Abaakouk
</pre>
26 1 Mehdi Abaakouk
27 2 Mehdi Abaakouk
Ici la connection réseau coupe, la commande 'restart' simule un reboot de la nanostation
28 1 Mehdi Abaakouk
29 2 Mehdi Abaakouk
h4. test+save
30 2 Mehdi Abaakouk
31 1 Mehdi Abaakouk
Sinon on peut aussi tester la configuration avant avec:
32 1 Mehdi Abaakouk
33 1 Mehdi Abaakouk
<pre>
34 1 Mehdi Abaakouk
/usr/etc/rc.d/rc.softrestart test
35 1 Mehdi Abaakouk
</pre>
36 1 Mehdi Abaakouk
37 1 Mehdi Abaakouk
Ici la connection réseau coupe, mais contrairement à l'interface web il n'y a pas de revert automatique apres 30 seconds, il faut reboot la NS pour restaurer ca configuration précédente.
38 1 Mehdi Abaakouk
39 2 Mehdi Abaakouk
Si la mise à jour à fonctionner on peut sauvegarder la configuration dans la flash:
40 1 Mehdi Abaakouk
41 1 Mehdi Abaakouk
<pre>
42 1 Mehdi Abaakouk
save
43 1 Mehdi Abaakouk
</pre>