Installation Freeze while Trying to install on Amazon EC2 centOS 6.x (i386)

fsaadatp

Active Member
Mar 24, 2014
32
0
6
cPanel Access Level
Root Administrator
Hello,

I am trying to Install DNSONLY on Amazon EC2 centOS 6.x.

Process i have been taken so far:

  1. Set-up instance of centOS 6
  2. Accessed SSH via Terminal on Mac OS
  3. Install Perl [yum install perl]
  4. Access cd /home
  5. Installed [yum install wget]
  6. Followed the DNSONLY Installation Procedure (DNSONLY INSTALLATION)

While DNSONLY Installation take process the terminal Freeze on these command line:

Code:
2014-03-25 14:44:34  151 (DEBUG):     -=- Processing Branding Dir: /usr/local/cpanel/base/frontend/paper_lantern/branding ([root]) -=- 
2014-03-25 14:44:34  151 (DEBUG):     	Sprite: method=scale_60percent,format=png,imgtype=icon,subtype=img....78....Done 
2014-03-25 14:44:34  151 (DEBUG):     	Sprite: format=jpg,compression=95,imgtype=icon,subtype=img....78....Done 
2014-03-25 14:44:34  151 (DEBUG):     	Sprite: imgtype=heading,subtype=bg,method=snap_to_smallest_width,format=png....2....Done 
2014-03-25 14:44:34  151 (DEBUG):     	Sprite: imgtype=heading,subtype=compleximg....1....Done 
2014-03-25 14:44:34  151 (DEBUG):     	Sprite: imgtype=heading,subtype=img,format=png....6....Done 
2014-03-25 14:44:34  151 (DEBUG):     	Sprite: subtype=bg,imgtype=ui,method=snap_to_smallest_width,format=png....6....Done 
2014-03-25 14:44:34  151 (DEBUG):     	Sprite: subtype=img,imgtype=ui,format=png....9....Done 
2014-03-25 14:44:34  151 (DEBUG):     	Sprite: subtype=img,imgtype=ui,method=skip_filetype_gif,format=jpg,compression=95....2....Done 
2014-03-25 14:44:34  151 (DEBUG):     	Sprite: subtype=img,imgtype=ui,method=only_filetype_gif,format=gif....7....Done 
2014-03-25 14:44:34  151 (DEBUG):     *** Done rebuilding sprites for paper_lantern *** 
2014-03-25 14:44:34  151 (DEBUG):     *** Done rebuild_sprites *** 
2014-03-25 14:44:34  151 (DEBUG):     *** Running verify_api_spec_files *** 
Write failed: Broken pipe
 

fsaadatp

Active Member
Mar 24, 2014
32
0
6
cPanel Access Level
Root Administrator
for people trying to achieve the solution.

cPanel DNSONLY Name Server Installation Process AMAZON EC2:

Server Environment Set-up

  1. Create Instance (CentOS 6.x)
    Requirement for DNSONLY (Recommended)
    Instance Type: t1.micro
    Volume: 8GB
    Security Group: ALL TCP, ALL UDP, ALL ICMP
  2. Assign Elastic IP
  3. Open SSH access via Terminal and with your pem key (Mac OSX)
    Code:
    ssh -i ~/.ssh/ [I]YOUR KEY FILE.pem[/I] [email protected]
  4. Disable SElinux
    Code:
    sestatus
    check for Statues first, if enable, try next command line.
    Code:
    setenforce 0
  5. Update
    Code:
    yum update

cPanel Installation

  1. Setup
    Code:
    cd /home
    Code:
    yum install perl
  2. yum install screen (Install Screen)
  3. screen (open screen)
  4. Install wget
    Code:
    yum install wget (install wget)
  5. Save cPanel DNSONLY on CentOS
    Code:
    wget -N http://httpupdate.cPanel.net/latest-dnsonly
  6. 5.Run your Installation (choose one)
    Code:
    sh latest-dnsonly
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

I wanted to point out that installing the "Perl" package is not typically required. The minimum instance of CentOS and the cPanel installer should install the necessary packages.

Thank you.