Changes between Version 7 and Version 8 of Doc/SCDB/FAQ


Ignore:
Timestamp:
Aug 13, 2009, 11:09:22 AM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/FAQ

    v7 v8  
    4545}}}
    4646
     47== AII Issues ==
     48
     49AII is the Quattor subsystem handling initial installation of machines. It has nothing specific to either SCDB or QWG templates, even though it is well integrated with both of them (see [/wiki/Doc/OS/Installation OS Templates] documentation about how to configure it). Entries in this fact are only about interaction problems between SCDB and AII.
     50
     51=== aii-shellfe: No node matches xxx ===
     52
     53When using `aii-shellfe` to configure a machine for initial installation, you may get an error message similar to the following one:
     54{{{
     55
     56bash> aii-shellfe --configure mynode.example.org
     57[ERROR] No node matches mynode(.example.org)?
     58}}}
     59
     60This usually means either you forgot to deploy your configuration before running the command or you made a spelling error with the machine name. You can check if a `.xml` file for the machine name you entered exists in the directory referred to by variable `osinstalldir` in `/etc/aii/aii-shellfe.conf` on your deployment server.
     61
     62Under very rare circumstances, it may happen the `.xml` file exists but you still get the error. In this particular case, try to remove the file `profiles-info.xml` in the same directory and redeploy your configuration with the command:
     63{{{
     64external/ant/bin/ant deploy
     65}}}
    4766
    4867== SCDB with Eclipse ==