Node remains in commissioning status

Posted by Vinitha on Ask Ubuntu See other posts from Ask Ubuntu or by Vinitha
Published on 2012-11-17T13:23:36Z Indexed on 2012/11/21 5:22 UTC
Read the original article Hit count: 646

Filed under:

I have been trying to set up ubuntu cloud 12.04. I'm kind of new to MAAS and ubuntu.

Here is what I followed.

  1. Have installed MAAS server using the steps provided in https://wiki.ubuntu.com/ServerTeam/MAAS
  2. For the node, I installed the Ubuntu 12.04 Server Image on a USB Stick. Then restarted the node and opted to enlist the node via boot media, with PXE. once the process was done, the node was powered off as expected. I manually powered on the node, as my node is not PXE enabled. Result - No node was visible on MAAS UI
    1. Since step 2 didn't work, I added the node via maas-cli. command. After the execution of this command I got the node reflected on to my MAAS UI. But the status continues to be in "Commissioning" for a long time.
    2. Then I executed "maas-cli maas nodes check-commissioning " and i got "Unrecognised signature: POST check_commissioning".

I'm not sure where is the error. Could some one please help me solve this issue. I checked the following log file but found no error related to commissioning (pserv.log / maas.log / celery.log/celery-region.log). I found this entry in my auth.log "Nov 16 18:20:34 ubuntuCloud sshd[4222]: Did not receive identification string from xxx.xx.xx.x" not sure if it indicates anything as the ip that is mentioned is not of the node nor of the MAAS server.

I also verified the time on the server and node using date cmd - (at one instance the times are : Server: Fri Nov 16 18:15:51 IST 2012 and Node Fri Nov 16 18:15:43 IST 2012). Not sure if 'date' the right cmd to set the time.

I have also check maas_local_settings.py for the MAAS url.

I'm not sure what are the logs that need to be verified. Is there any log that can be checked on the Node.

Thanks Vinitha

© Ask Ubuntu or respective owner

Related posts about maas

  • MAAS not working

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I'm trying a whole week to make MASS to work, but no results. This is the procedure: maas createsuperuser sudo apt-get install maas-dhcp maas-import-isos apt-get install maas-enlist tftpd-hpa maas-import-isos After this I start node machine with PXE as default first boot device, and select option… >>> More

  • Step by Step Install of MAAS and JUJU

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I am working on understanding the pieces that I am missing in being able to deploy Juju across the other MAAS nodes. I don't know If I have a step out of place, or missing a few. The server owns the router which handles the DHCP and DNS. Any assistance is greatly appreciated. When I am at the end… >>> More

  • MAAS nodes stuck on "maas-enlisting-node"

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I am trying to set up an MAAS cluster, but am having some issues adding nodes. The nodes boot up from the TFTP server on the master server, display a login screen (with the hostname "maas-enlisting-node") and stop. I cannot log in with ubuntu/ubuntu or with my SSH keys. The MAAS server is running… >>> More

  • Unable to uninstall maas completely

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I'm not able to uninstall MAAS sudo apt-get purge maas ; sudo apt-get autoremove Reading package lists... Done Building dependency tree Reading state information... Done Package 'maas' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2 not fully… >>> More

  • not able to upgrade maas to 1.4?

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I am running ubuntu 13.04 LTS, and maas version runnung is maas 1.3+bzr1470+dfsg-0+1474+175~ppa0~ubuntu13.04.1, so i'm trying to upgrade it to mass 1.4 but its failing, sam@xsmaas01:~$ sudo apt-get install maas [sudo] password for sam: Reading package lists... Done Building dependency tree … >>> More