That's normal behavior. Simply terminate this server and create a farm with its role in it and you'll be fine.
On Monday, January 14, 2013, Jamba wrote: > Installed Scalr 4.0 on Ubuntu 12.04 on EC2 - instructions worked like a > charm. > > However, when importing the EC2 server, it stays stuck on "Importing". It > finishes the snapshot and the role also shows up but the server state does > not change to "Runnning". > > Any ideas? > > On Sunday, August 26, 2012 10:05:00 AM UTC-5, Arya A. wrote: >> >> I'm fairly certain this is a work in progress (ie, nowhere near complete >> and definitely not polished), but it may help someone else out there. >> >> Install *prerequisites * >> apt-get -y install apache2-mpm-prefork php5 php5-mysql php5-curl >> php5-mcrypt php5-snmp >> apt-get -y install libssh2-php apparmor-utils mailutils bind9 phpmyadmin >> apt-get -y install php-pear rrdtool librrd-dev libcurl4-openssl-dev >> mysql-server snmp >> # refer >> http://wiki.scalr.net/pages/**viewpage.action?pageId=327743<http://wiki.scalr.net/pages/viewpage.action?pageId=327743> >> >> echo '$cfg["AllowArbitraryServer"] = TRUE;' >> >> /etc/phpmyadmin/config.inc.php >> >> Install SCALRexport SCALR_BASE=/usr/local/scalr >> export SCALR_HOME=$SCALR_BASE/scalr-**home >> export SCALR_FILES=$SCALR_BASE/scalr-**files >> export CURRENT=$SCALR_BASE/current >> export PASSWORD=yourpassword >> >> useradd -d $SCALR_BASE -m -r -G www-data,bind scalr >> usermod -G scalr www-data >> mkdir -p $SCALR_HOME >> mkdir -p $SCALR_FILES >> ServerAdmin [email protected] >> ServerName scalr.example.org >> DocumentRoot /usr/local/scalr/current/www >> ErrorLog \${APACHE_LOG_DIR}/scalr-**error.log >> CustomLog \${APACHE_LOG_DIR}/scalr-**access.log combined >> <Directory /usr/local/scalr/current/www> >> Options Indexes FollowSymLinks MultiViews >> AllowOverride All >> </Directory> >> Alias /graphics "/usr/local/scalr/scalr-home/**graphics" >> <Directory /usr/local/scalr/current/www> >> Options Indexes FollowSymLinks MultiViews >> AllowOverride All >> </Directory> >> </VirtualHost> >> EOF >> a2ensite scalr >> pecl install rrd >> echo 'extension=rrd.so' > /etc/php5/apache2/conf.d/rrd.**ini >> printf '\n\n\n\n' | pecl install pecl_http >> echo 'extension=http.so' > /etc/php5/apache2/conf.d/**http.ini >> > -- > > > -- Follow us: Twitter <https://twitter.com/#!/scalr> - Facebook<https://www.facebook.com/Scalr> - Blog <http://blog.scalr.net/> --
