| 47 | == AII Issues == |
| 48 | |
| 49 | AII 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 | |
| 53 | When using `aii-shellfe` to configure a machine for initial installation, you may get an error message similar to the following one: |
| 54 | {{{ |
| 55 | |
| 56 | bash> aii-shellfe --configure mynode.example.org |
| 57 | [ERROR] No node matches mynode(.example.org)? |
| 58 | }}} |
| 59 | |
| 60 | This 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 | |
| 62 | Under 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 | {{{ |
| 64 | external/ant/bin/ant deploy |
| 65 | }}} |