SoftLayer Technologies™, the innovative on-demand data center services provider, today announced the opening of three new data center pods in the company’s Dallas, Seattle, and Washington, D.C., data center facilities. The new pods add capacity for 20,000 additional servers, bringing SoftLayer’s total capacity to more than 45,000 physical machines.

“We continue gaining momentum every year. We broke more projections and records this year than last, and 2010 will bring even more of the same,” said Lance Crosby, CEO of SoftLayer. “These three new pods meet the customer demand increases that we expect in the very near future. And they are only preliminary measures in our growth strategy for 2010. We have some big plans which we can’t wait to share with everyone.”

“We’re extremely excited to introduce Private Cloud services to our customers. Private Cloud gives Softlayer customers yet another dynamic, scalable infrastructure option,” said Nathan Day, CTO, SoftLayer. “This will provide a service with segregated physical computing hardware giving customers security and peace of mind with the benefits of unlimited, on-demand scalability.”

SoftLayer’s milestones in 2009 included:

  • More than 5,700 active customers across 110+ countries
  • More than 23,000 deployed servers
  • Placement in Gartner’s Magic Quadrant for Web Hosting and Cloud Infrastructure Services
  • Introduction of CloudLayer™ line of cloud services, including CloudLayer Storage, CloudLayer CDN, CloudLayer Computing, and Bare Metal Cloud™
  • Industry’s first deployment of Intel® Nehalem microarchitecture
  • IPv6 support across all data centers
  • Multiple carrier additions across all data centers for a total of 290Gbps

The new pods are part of SoftLayer’s unique approach to data center design. Each of the company’s geographically diverse data centers consists of multiple pods built to identical specifications with the same bestin- class methodologies. This level of standardization across all its geographic locations enables SoftLayer to optimize key data center performance variables, including space, power, network, personnel, and internal infrastructure.

Posted by Admin on December 1st, 2009 | 1 Comment

The following article will show you how to install “step by step”  ffmpeg, ffmpeg-PHP, Mplayer, Mencoder, flv2tool, LAME MP3 Encoder, and Libog from the source. Make sure you have root shell access to your server.

cd /usr/local/src

Download the packages from its source:

wget http://rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz
wget http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz
wget http://superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.0.tbz2
wget http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
wget http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz
wget http://www4.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2

Extracting the packages we just downloaded:

tar zxvf lame-3.97.tar.gz
tar zxvf libogg-1.1.3.tar.gz
tar zxvf libvorbis-1.1.2.tar.gz
tar zxvf flvtool2_1.0.5_rc6.tgz
tar jxvf essential-20061022.tar.bz2
tar jxvf ffmpeg-php-0.5.0.tbz2
tar zxvf flvtool2_1.0.5_rc6.tgz


Creating a directory to store all the codecs:

mkdir /usr/local/lib/codecs/


Now we install the packages:

yum install gcc gmake make libcpp libgcc libstdc++ gcc4 gcc4-c++ gcc4-gfortran
yum install subversion ruby ncurses-devel

svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cd /usr/local/src/mplayer
svn update
cd /usr/local/src

Lets copy the codecs for mplayer:

mv /usr/local/src/essential-20061022/* /usr/local/lib/codecs/
chmod -R 755 /usr/local/lib/codecs/

Installing Lame:

cd /usr/local/src/lame-3.97
./configure
make && make install

Installing Libogg:

cd /usr/local/src/libogg-1.1.3
./configure && make && make install

Installing libvorbis:

cd /usr/local/src/libvorbis-1.1.2
./configure && make && make install

Installing flvtool2:

cd /usr/local/src/flvtool2_1.0.5_rc6/
ruby setup.rb config
ruby setup.rb setup
ruby setup.rb install

cd /usr/local/src/mplayer
./configure && make && make install

Installing ffmpeg:

cd /usr/local/src/ffmpeg/
./configure –enable-libmp3lame –enable-libogg –enable-libvorbis –disable-mmx –enable-shared
make && make install

ln -s /usr/local/lib/libavformat.so.50 /usr/lib/libavformat.so.50
ln -s /usr/local/lib/libavcodec.so.51 /usr/lib/libavcodec.so.51
ln -s /usr/local/lib/libavutil.so.49 /usr/lib/libavutil.so.49
ln -s /usr/local/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so.0
ln -s /usr/local/lib/libavformat.so.51 /usr/lib/libavformat.so.51

Installing ffmpeg-php:

cd /usr/local/src/ffmpeg-php-0.5.0/
phpize
./configure
make
make install

Finally we restart apache server:

service httpd restart

Posted by Admin on December 1st, 2009 | 1 Comment

The Loader is a .dll file or .so file (depending on the server’s operating system) which PHP uses to decode scripts encoded with the ionCube Encoder. PHP has the ability to open .dll (or .so) files at the moment a script is run. The dl function in PHP is used for this purpose. This mechanism, when used to launch the ionCube Loader, is called run-time loading.

Please note that the following steps will explain how to install ioncube loader on a linux server. Also keep in mind that you will need root shell access to the server.

1 – Download ionCube from the source to your server. Make note that the following link is for Linux 64 Bit.

wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz

2 – Now we extract the  downloaded file.

tar -zxvf ioncube_loaders_lin_x86-64.tar.gz

3 – Lets move the ioncube folder to a new permanent location.

mv ioncube /usr/local

4 – Its time to edit your php.ini file.

pico /usr/local/lib/php.ini or nano /usr/local/lib/php.ini

5 – Add the following to your php.ini file below [ZEND]

zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.2.so

6 – Now you need to restart your apache server and your done.

service httpd restart

Posted by Admin on December 1st, 2009 | No Comments

The Planet, a global leader in IT hosting, today announced the availability of the Dell PowerVault MD3000i, a high-performance storage area network (SAN) disk array. Ideal for multi-server environments such as virtual and private racks, the MD3000i offers a cost-effective and scalable storage solution.

The MD3000i uses iSCSI Ethernet technology to enable shared storage across multiple servers, eliminating the need to build out a costly fiber channel infrastructure. Up to 16 servers can share the MD3000i, which has 15 internal drive slots for a total storage capacity up to 15 terabytes (TB). In the event more capacity is required, companies can add up to two MD1000 storage arrays to the MD3000i for an additional 45TB.
“One of the most critical business challenges customers face today is data storage, and all too often it’s also one of the most costly,” said Rob Walters, director of product management for The Planet. “The MD3000i lowers the barrier to entry for high-performance, consolidated storage, and also provides a clear path for expansion for companies that expect to see their storage requirements grow.”

About the Dell PowerVault MD3000i
The iSCSI SAN array provides a scalable and low-cost storage solution, which continually protects daily operations and enables an easy path for expansion:
Cost-effective: The MD3000i, The Planet’s lowest-priced SAN, can be shared by as many as 16 servers, which eliminates the high cost of buying individual storage devices for each server.

Scalable: In addition to its 15 internal drive slots, customers can add up to two 15-drive MD1000 disk arrays to the MD3000i, for up to 45TB of storage.

Capable: With its large capacity and high availability, the MD3000i is ideal for businesses running performance-intensive applications, databases, and file or archive storage.

The Planet, a global leader in IT hosting, today announced the availability of the Dell PowerVault MD3000i, a high-performance storage area network (SAN) disk array. Ideal for multi-server environments such as virtual and private racks, the MD3000i offers a cost-effective and scalable storage solution.

The MD3000i uses iSCSI Ethernet technology to enable shared storage across multiple servers, eliminating the need to build out a costly fiber channel infrastructure. Up to 16 servers can share the MD3000i, which has 15 internal drive slots for a total storage capacity up to 15 terabytes (TB). In the event more capacity is required, companies can add up to two MD1000 storage arrays to the MD3000i for an additional 45TB.
“One of the most critical business challenges customers face today is data storage, and all too often it’s also one of the most costly,” said Rob Walters, director of product management for The Planet. “The MD3000i lowers the barrier to entry for high-performance, consolidated storage, and also provides a clear path for expansion for companies that expect to see their storage requirements grow.”

About the Dell PowerVault MD3000i
The iSCSI SAN array provides a scalable and low-cost storage solution, which continually protects daily operations and enables an easy path for expansion:
Cost-effective: The MD3000i, The Planet’s lowest-priced SAN, can be shared by as many as 16 servers, which eliminates the high cost of buying individual storage devices for each server.

Scalable: In addition to its 15 internal drive slots, customers can add up to two 15-drive MD1000 disk arrays to the MD3000i, for up to 45TB of storage.

Capable: With its large capacity and high availability, the MD3000i is ideal for businesses running performance-intensive applications, databases, and file or archive storage.

Posted by Admin on December 1st, 2009 | No Comments

LimeLabs today announced the launch of its new hosting and domain registration service, LimeDomains. An ICANN accredited domain registrar, LimeDomains offers a wide range of hosting solutions, ranging from completely free full-featured websites, to competitively priced premium hosting plans that include more space, bandwidth and the ability to manage several domains and websites from a single account.

“LimeDomains makes it easy for people to get powerful websites running quickly and easily,” said Mark Gorton, Founder of LimeLabs. “LimeDomains offers free hosting and free application installation, and we are finding that many people appreciate the great value we are offering.”

All LimeDomains accounts come with access to an extensive catalog of open source web applications ranging from popular blogs such as Wordpress, to full-featured content management systems such as Drupal and Joomla. Users can also upload their own files or transfer their existing websites — such as their Geocities pages — to LimeDomains via a built-in file manager, or any popular FTP client. Most popular web design applications, such as Adobe Dreamweaver, are also supported.

Unlike other free hosting services, there are no strings attached to the free hosting offer on LimeDomains. Users do not have to sign-up for any third party services, or submit themselves to a barrage of solicitations (e-mail, or otherwise), or place mandatory ads on their website. Most importantly, the free accounts are not crippled in any way — and receive the same quality of service, performance and reliability that most other hosting services charge a premium for.

“We are excited to be first to market with a credible, full-featured free website solution,” said John Enright, VP Marketing & Business Development at LimeLabs. “Our feature set and customer experience is already well ahead of any other hosting service — free or otherwise — and this is just the beginning.”

About Lime Labs, LLC
Lime Labs is an innovative web services company focused on facilitating the exchange of ideas and information through technology. Its portfolio of services includes LimeExchange, a global services marketplace; LimeDomains, a web hosting and domain registration service; and LimeBits, an open source code sharing community.

Posted by Admin on November 13th, 2009 | 1 Comment

H4Y Technologies LLC, an established leader in web hosting and internet services, today announced its acquisition of iWebFusion Technologies LLC of Oregon (iWebFusion.net).  iWebFusion will continue to operate as a separate brand under H4Y Technologies LLC.  iWebFusion brings an entirely new customer base to H4Y Technologies LLC.  Host4Yourself.com, the primary brand of H4Y Technologies, focuses on development, enterprise class and mission critical managed hosting, dedicated servers, and colocation, while iWebFusion.net has made a successful name for itself based on its economical shared, reseller, and VPS product lines. 

Evan Kamlet, LLC Member of H4Y Technologies, said, “As if Host4Yourself.com didn’t already offer a huge range of options to our clients, the purchase of iWebFusion.net should make us attractive to just about every conceivable consumer and business.  With the resources and capital on tap at H4Y, we foresee a very rosy picture for iWebFusion.net in the coming months and years.  It is very exciting for all of us”. 

iWebFusion.net’s staff, billing, and structure will not change.  Existing customers will encounter no ill effects as no equipment will be moved.  A portion of iWebFusion.net’s equipment was already under the ownership of H4Y Technologies LLC before the acquisition.  It is still up for debate whether the pricing model will remain unchanged, but clients have been guaranteed that existing accounts will never increase in price, nor will future sign-ups for clients with existing accounts. 

H4Y also worked out a partnership arrangement with USSHC (United States Secure Hosting Center) in Monticello, IA.  The underground bomb and EMP resistant datacenter boasts its status as “the most secure datacenter in the United States”.  iWebFusion VPS nodes and dedicated servers currently occupy a small portion of datacenter space at this facility.  The existing infrastructure will not change, but H4Y Technologies will add to it and offer Host4Yourself.com customers a new line of mission-critical hosting products based on this new partnership.

Host4Yourself.com already offered a linear upgrade path for its clientele.  With this acquisition, the entry level for prospective clients is lower than ever before and the scalability options are nearly unlimited with products and plans at nearly every imaginable price point.

Posted by Admin on November 1st, 2009 | No Comments

Hosted Solutions, the East Coast’s premier provider of IT infrastructure as a service (IaaS), announced that they have entered into a partnership with the Cavaliers Operating Company, LLC., whereby the Cavaliers will use Hosted Solutions’ Stratus Trusted Cloud(TM) to power the team’s official arena website, theQarena.com.

Because the arena’s website is anticipated to draw much heavier web traffic this year, the Cavaliers selected Hosted Solutions in an effort to increase the availability and robustness of theQarena.com. Reasons for increased traffic include:

– The team and arena recently launched their own single-game primary and secondary market ticket sales service with Veritix – the industry’s most cutting edge digital ticketing, event marketing and relationship management platform. The public is directed to theQarena.com to purchase tickets to all Quicken Loans Arena events including the Cavaliers and AHL Lake Erie Monsters.

– The Cavaliers begin their 40th season with a powerful team of proven players and high expectations and projected record attendance (The Cavs set two franchise records during the 2008-09 season with an average attendance of 20,512 and the number of sellouts – 38 total.)

– The Q now heads into an entertainment season with a jam-packed schedule of special events expected to generate record website traffic levels.

Stratus Trusted Cloud provides the availability needed to handle spikes in traffic at any time. “The upcoming year is sized up to be ‘XL’ in every way, including our fans’ interest in tickets to see the Cavaliers, Lake Erie Monsters, concerts, special events, and family shows,” said Jeff Lillibridge, Web Services Director. “We feel the scalability and dependability of Hosted Solutions’ Stratus Trusted Cloud is a perfect match to support our needs, which in turn allows us to provide our fans the level of service they deserve.”

Introduced earlier this year, Stratus Trusted Cloud dramatically improves the efficiency and availability of IT resources and applications for small and mid-sized enterprises. Stratus offers a massively scalable, multi-tenant infrastructure that enables customers to access a secure, enterprise-class cloud environment with built-in high availability and automated resource balancing. As a result, businesses can move faster without compromising availability or security and significantly reduce both their capital and operating expenditures, whether Stratus is deployed on an enterprise, private or hybrid cloud basis. Moreover, Stratus is designed to provide an added level of assurance to companies that their data and entire infrastructure is being administered in a trusted manner, acting in accordance with a full range of governance, risk management and compliance (GRC) regulations.

“The demand for an ‘always on’ IT environment is not unique to the Cleveland Cavaliers,” said Rich Lee, Hosted Solutions’ founder and Chief Executive Officer. “Any company doing business online requires the highest degree of reliability; even a short amount of downtime in this competitive economy can hurt significantly. The Cavaliers’ decision to deploy the Stratus Trusted Cloud for their arena website confirms its value for firms seeking a reliable, consistent and secure approach to ensuring that their website is up and running when they, and their customers, need it most.”

Lee added that several other companies have chosen the Stratus Trusted Cloud in the last several months. He noted that 80 percent of Hosted Solutions’ clients run their production environments through his firm, a further testament to the superior level of performance delivered by the Hosted Solutions team.

Posted by Admin on November 1st, 2009 | No Comments

Network Solutions® announced today that Kurt Gastrock has been named Senior Vice President. Kurt responsibilities will span three key areas: Product, Sales and Wholesale. Gastrock will be a catalyst for product innovation and customer growth. He is charged with extending the company’s suite of products and services through online and new sales channels and developing new private label offerings to a growing portfolio of partners.

“Kurt brings a wealth of experience in product development and channel strategy to the company,” said Tim Kelly, President of Network Solutions. “He is a great complement to the existing team members.”

Network Solutions is focused on providing businesses with quality products and services that make it easy for them to establish and grow their companies using the Internet. The product portfolio spans a wide range of services – from web hosting to online marketing services – that are supported with free, 24/7 customer service support, certified by JD Power & Associates year after year.

“I am happy to be part of the Network Solutions team,” said Kurt Gastrock. “The company continues to develop, refine and expand its product portfolio and open new sales channels to deliver products and services that deliver results small businesses expect.”

Prior to joining Network Solutions, Gastrock served as the Senior Vice President for Sales and Business Development at NextG Networks. His past experience includes leading the day-to-day operations of Convera Corporation where he was the Executive Vice President and Chief Operating Officer. Gastrock also spent a number of years at Sprint Nextel Corporation where he held senior level posts in their wireless site development, hosting, and E|Solutions business units.

Gastrock earned a Master of Business Administration from Georgetown University and a Bachelor of Science, Mechanical Engineering from Lehigh University.

Posted by Admin on November 1st, 2009 | No Comments

PEER 1 Network Enterprises, Inc today announced a collaboration with InMon to provide precise bandwidth measurement and analysis capability.

PEER 1 will deploy the industry standard sFlow® network monitoring technology and InMon’s Traffic Sentinel, in all of its data centers to provide an industry leading bandwidth billing solution for its Managed Hosting customers.

Bandwidth usage is measured on a per-IP address basis, so PEER 1 is able to ignore traffic occurring inside the data center, and provide precise traffic charges to its customers in a way that is not possible through per-port or physical-layer network traffic monitoring.

For PEER 1 customers, the InMon-powered network traffic monitoring and analysis is accessible in real time through the online customer portal with customizable graphs and downloadable data.

Ted Smith, SVP of Operations at PEER 1 said: “We believe our customers should only pay for the services they use and our collaboration with InMon maximizes our network analysis and measurement capability allowing us to accurately pass on lowest cost bandwidth charges to customers. Our IP-based or layer three approach not only increases transparency and billing accuracy, it also enables our customers to accurately re-charge bandwidth usage to their own customers.”

”The unique scalability of InMon’s sFlow solution makes it the ideal choice for monitoring the fastest of data center networks,” said Peter Phaal, president of InMon Corp. “In the expert hands of the PEER 1 engineers, the detailed traffic database in the Sentinel product can be applied to a wide range of applications, from accounting and capacity planning to troubleshooting and security.”

PEER 1 Network Enterprises, Inc today announced a collaboration with InMon to provide precise bandwidth measurement and analysis capability.

PEER 1 will deploy the industry standard sFlow® network monitoring technology and InMon’s Traffic Sentinel, in all of its data centers to provide an industry leading bandwidth billing solution for its Managed Hosting customers.

Bandwidth usage is measured on a per-IP address basis, so PEER 1 is able to ignore traffic occurring inside the data center, and provide precise traffic charges to its customers in a way that is not possible through per-port or physical-layer network traffic monitoring.

For PEER 1 customers, the InMon-powered network traffic monitoring and analysis is accessible in real time through the online customer portal with customizable graphs and downloadable data.

Ted Smith, SVP of Operations at PEER 1 said: “We believe our customers should only pay for the services they use and our collaboration with InMon maximizes our network analysis and measurement capability allowing us to accurately pass on lowest cost bandwidth charges to customers. Our IP-based or layer three approach not only increases transparency and billing accuracy, it also enables our customers to accurately re-charge bandwidth usage to their own customers.”

”The unique scalability of InMon’s sFlow solution makes it the ideal choice for monitoring the fastest of data center networks,” said Peter Phaal, president of InMon Corp. “In the expert hands of the PEER 1 engineers, the detailed traffic database in the Sentinel product can be applied to a wide range of applications, from accounting and capacity planning to troubleshooting and security.”

Posted by Admin on November 1st, 2009 | No Comments

Codero unveils new server networks improving security, performance, backup and ongoing management for any dedicated hosting scenario. Custom network configurations offer complete redundancy and control for high-volume email, websites, databases, application hosting and more. Three custom network configurations are designed to support complex business applications requiring multiple servers. Load-Balanced is fully redundant maintaining network traffic on high-capacity mail and web servers. High Availability is designed for marketing campaigns, high-traffic stores and data-demanding applications. The Cluster network configuration supports social media hosting, large databases and mission-critical infrastructure with optimum privacy.

“These custom configurations are perfect for the medium-to-large enterprise,” says Taylor Giddens, Director, Dedicated Services for Codero. “Whether to secure core data, handle spikes in traffic or support thousands of users at once, each server network delivers a flexible solution with an emphasis on uptime.”

Codero’s network configurations feature high-quality components including dedicated load balancing, Cisco firewall, EVault managed backup, 100MB switch, Gigabit Private VLAN and database (dynamic, replication or cluster). All server setups are available as Linux or Windows and may be further customized to meet any business need.

Posted by Admin on November 1st, 2009 | No Comments
 Page 1 of 13  1  2  3  4  5 ... ...  Last