Installer nodezilla

spray Messages postés 23 Statut Membre -  
spray Messages postés 23 Statut Membre -
Bonjour

J'essaie sans succès d'installer Nodezilla. C'est un fichier .tgz.
Sur le site nodezilla, il est indiqué :

" Once you have downloaded the installation archive of the Network Agent, untar it in your favorite directory:

tar -xvzf nzagent-0.2.8-chico-install.tgz
cd nodezilla

Une fois dans le répertoire d'installation, je me connecte en root et je tape
tar -xvzf nzagent-0.2.8-chico-install.tgz

et j'obtiens ce massage d'erreur:

[root@localhost nodezilla]# tar -xvzf nzagent-0.2.8-chico-install.tgz
tar: nzagent-0.2.8-chico-install.tgz: ne peut open: No such file or directory
tar: Erreur non récupérable: fin de l'exécution immédiate
tar: Child returned status 2
tar: Statut d'erreur reporté d'erreurs précédentes.
[root@localhost nodezilla]#
[root@localhost nodezilla]#

merci pour votre aide
Configuration: Mandriva 10.1 Official

2 réponses

  1. jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 898
     
    Salut,

    Une fois dans le répertoire d'installation, je me connecte en root et je tape
    tar -xvzf nzagent-0.2.8-chico-install.tgz

    Puisque tu es dans le répertoire d'installation, c'est que tu as "détarrer" et "dézipper" ton archive, donc c'est normal que tu aies un message d'erreur puisqu'il n'y a pas d'archive dans le répertoire, enchaîne plutôt avec un "ls", un "cat README" et un "./configure" aprés avoir lu le "README" ;-))
    0
  2. spray Messages postés 23 Statut Membre
     
    Jipicy

    Merci pour ton aide mais cela ne fonctionne pas. j'ai recomencé tout à zéro en effaçant le fichier et en suivant l'exemple d'installation:
    tar -xvzf nzagent-0.2.8-chico-install.tgz
    cd nodezilla

    une fois la comande "cd nodezilla" effectué, il ne se passe rien:

    nodezilla/
    nodezilla/libfreeimageplus.so.3
    nodezilla/history.txt
    nodezilla/libACE.so.5.4.4
    nodezilla/libnzagent.so
    nodezilla/libTAO_PortableServer.so.1.4.4
    nodezilla/libfreeimage.so.3
    nodezilla/EVLRootCA.cer
    nodezilla/nodezilla
    nodezilla/libstdc++.so.6
    nodezilla/readme.txt
    nodezilla/libTAO_IORTable.so.1.4.4
    nodezilla/nodezilla.ini
    nodezilla/librtprelay.so
    nodezilla/plugins/
    nodezilla/plugins/stdfileplug.so
    nodezilla/default.cfg
    nodezilla/libcorbapower.so
    nodezilla/nzclient
    nodezilla/libphotoalbum.so
    nodezilla/boot/
    nodezilla/boot/nodezilla
    nodezilla/libACE_SSL.so.5.4.4
    nodezilla/libTAO.so.1.4.4
    nodezilla/libeverlib.so
    [XXX@localhost nodezilla]$ cd nodezilla
    [XXX@localhost nodezilla]$

    ensuite, le site explique qu'il faut installer le Deamon et là cela devient trop compliqué pour moi :

    "Now you need to setup the daemon:

    * Manually : by running in the installation directory nodezilla -d
    * Automatically at machine boot (preferred, root privileges required) : a sample init.d start/stop script is provided in the boot/ directory. You need to setup the DAEMON_PATH variable in the script to reflect the install location of your agent. Copy this modified file to /etc/init.d , and add the Nodezilla Network Agent to your default runlevels (distribution dependant). You can test your installation by issuing /etc/init.d/nodezilla start"
    0