Installation Freeze while Trying to install on Amazon EC2 centOS 6.x (i386)
Hello,
I am trying to Install DNSONLY on Amazon EC2 centOS 6.x.
Process i have been taken so far:
- ]
- Set-up instance of centOS 6
- Accessed SSH via Terminal on Mac OS
- Install Perl [yum install perl]
- Access cd /home
- Installed [yum install wget]
- Followed the DNSONLY Installation Procedure (DNSONLY INSTALLATION)
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
-
for people trying to achieve the solution. [SIZE="3">cPanel DNSONLY Name Server Installation Process AMAZON EC2: [SIZE="3">Server Environment Set-up - ]
- Create Instance (CentOS 6.x) Requirement for DNSONLY (Recommended) Instance Type: t1.micro Volume: 8GB Security Group: ALL TCP, ALL UDP, ALL ICMP
- Assign Elastic IP
- Open SSH access via Terminal and with your pem key (Mac OSX)
ssh -i ~/.ssh/ YOUR KEY FILE.pem root@xx.xxx.xxx.xx
- Disable SElinux
sestatus
check for Statues first, if enable, try next command line.setenforce 0
- Update
yum update
- ]
- Setup
cd /home
yum install perl
- yum install screen (Install Screen)
- screen (open screen)
- Install wget
yum install wget (install wget)
- Save cPanel DNSONLY on CentOS
wget -N http://httpupdate.cPanel.net/latest-dnsonly
- 5.Run your Installation (choose one)
sh latest-dnsonly
0 -
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. 0
Please sign in to leave a comment.
Comments
2 comments