|
IDC Cautiously Reaffirms IT Spending Projections for 2008
Published: May 20, 2008
by Timothy Prickett Morgan
When something bad finally happens, at least you don't have to be anxious about it any more. But that's about the only good thing about bad things happening. While anxiety is no fun, it is safe to say that IT managers and the bean counters who control their budgets much prefer that to the kind of panic that grips a national economy or even the global economy. When businesses are anxious, they cut IT spending back. In the case of 2008, so far that seems to mean slower growth, not actual decline.
That's the projection that the market researchers and economists at IDC made last week in their Worldwide Black Book Q1 2008 IT spending projections. The company says that current conditions in the U.S. economy might be a bit dicey, but it reaffirmed its projections for a 4 percent spending increase for information technology in 2008, which is not as good as the 6 percent growth the IT sector had in the States in 2007. The weakening real estate and financial markets in the second half of 2007 hurt IT spending in the latter six months of the year, and continuing issues are holding back spending increases this year. IDC is confident enough in its data to reaffirm its projection that hardware spending will rise by 2 percent in the States this year, with software spending up 7 percent and services spending rising 5 percent.
Thanks to the falling U.S. dollar and the preference of IT suppliers to be located in America even though they do a lot of business overseas, spending internationally on IT is expected to look more robust than it is in local currencies. And while IDC now says that it is seeing indications of weakening demand in Europe and Asia in some areas, IDC is now forecasting a 5.7 percent increase in IT spending globally compared to the 7.2 percent global spending increase in 2007. Back in February, the projection was for 5 percent higher global IT spending in 2008 compared to 2007. Oddly, IDC says that it has lowered its forecast for growth in IT spending in Western Europe to 4.1 percent and in Asia to 5.4 percent, but the global market projection is 7/10ths of a percent higher than the projection from three months ago. Spending in Russia and the Middle East (where India is located on the IDC globe) is still roaring ahead at double-digit growth.
These projections are predicated, of course, on the idea that the economic stimulus package initiated earlier this year by the Bush Administration and just going into effect now keeps the U.S. economy humming and citizens consuming, which will have the effect of keeping all those foreign manufacturers and distributors a-going. The projections also assume there is not some catastrophe looming on the horizon.
"The global economy is still faced with a variety of risk factors," explains Anna Toncheva, an economist at IDC. "Intensifying financial instability, inflation pressures, and global imbalances have lead to increased synchronization of the business cycles between the U.S. and the rest of the world over the first quarter of 2008. When business cycles are closely tied together, macroeconomic shocks tend to spread faster from one area to another. And though the current housing and financial crisis in the U.S. seems comparable only to the mildest cases in world history, the compression on global economic activity will probably linger over the course of the next six to seven quarters and will inevitably discourage investment plans."
And that is why IDC is watching very carefully for signs of a slowdown in the IT sector, where we all get our paychecks.
"In a downside scenario, we could be at the beginning of a classic IT spending slowdown," says Stephen Minton, vice president of worldwide IT markets at IDC. "In every previous IT recession, the first sign of weakness has shown up in a softening of PC shipments. This has then transmitted to other hardware sectors within one quarter, to software license sales within half a year, and to the IT services sector if the recession persists for more than three quarters. Until we deviate from that course, we must closely monitor all other sectors of the IT and telecom industries for indicators of a further round of spending cuts. While this downturn will not resemble 2001 in terms of scale, it could yet be similar in terms of timing."
RELATED STORIES
IT Managers Are Under Pressure to Cut Costs, Says IDC
Most CIOs Say 2008 IT Budgets Are Stable, So Far
IDC Tweaks Global IT Spending Estimates Downward for 2008
Gartner Looks at the Big IT Issues for the Next Few Years
IDC 2008: It's Post Disruption, the Aftermath of Webification
Post this story to del.icio.us
Post this story to Digg
Post this story to Slashdot
|
|
Why File-based System Backup is your Best Bet
File-based, Full System Backups Create Advantages Over Image-based Backups
File-based backups used for system recovery have been around for years. And, until recently, file-based meant a long, painstaking, manual process capable of turning off even the most meticulous system administrator. Image-based backups, then, seemed to solve this problem by eliminating the need to deal with recreating partitions, filesystems, volume groups or other details related to the system's storage configuration. In an image-based restore, the storage configuration and data from the original system are restored as a whole to the new system. While this method produced fast recovery times, Linux administrators began to realize disk image backup was more of an alternative method with its own set of problems and limitations than an answer to the challenges of manual, file-based backup.
Limitations to Disk Image Backup
Since disk image backups make no distinction between files and instead backup the hard drive as a group of sectors, bare-metal recovery can be quick and easy by simply rewriting a duplicate image onto a new, identical disk drive. A fine solution, as long as the old system and new system are indeed identical in types, sizes, locations- basically the exact same hardware. Any differences in hardware, however, could render an image backup unusable.
Many system administrators know first-hand the frustration caused by the inflexibility of image-based backup. "What I hear time and time again from clients is that they switched from image-based backup to file-based because of the limitations they encountered when trying to restore a backup onto different hardware." said Manuel Altamirano, Storix Software Director of Sales and Marketing. "Administrators assume they will have access to identical hardware after a disaster or for migration when the time comes. Unfortunately, so often this is not the case. Companies are left with unplanned, excessive downtime."
Even more advanced disk image backup products, that offer alterations to disk partition tables, still fail to understand more advanced and increasingly common storage configuration tools such as the Logical Volume Manager (LVM) or Software RAID (meta-disks) that also must be altered to match new hard disk configuration before data can be restored. In these cases, users must manually alter and build the configuration, usually through command-line utilities and manual editing of configuration files. This also requires users to have knowledge on how to make a system bootable. Rebuilding a system using a disk image backup requires experienced Linux administrators and could take days, weeks or longer resulting in crippling downtime for an organization.
Advances in File-based Backup
File-based backup tools today can automate the process of recording every aspect of a system separately such as disk, filesystem and boot loader configuration while supporting all popular Linux storage configuration tools (i.e. LVM and Software RAID). This detailed backup information is used to greatly simplify the recovery of a failed system from scratch, even if hardware differences are detected on the new system. Furthermore, systems rebuilt from the ground up using file-based backups often times operate better than the original because there is virtually no fragmentation when the restore is completed.
Flexible recovery based on file-based backup
File-based backup products have the ability to reconfigure disks, partitions, filesystems and other storage solutions to fit onto new hardware. This ability to adapt a backup to fit new hardware or alter the system's storage configuration is called "Adaptable System Recovery" or ASR. Only backup solutions that gather details about the original system have enough information and flexibility to make the ASR process of altering configuration so simple even novice Linux administrators can quickly perform the recovery. Once new configuration is completed, data files from the backup are easily restored onto the new hardware. Finally, the system is made bootable based on the new hardware.
The revolutionary adaptability of ASR found in file-based backup tools creates further added value for system administrators because these products can now be used for far more than just reactive tasks such as disaster recovery.
Applications for ASR:
Reactive
- Disaster Recovery- restore systems in minutes after a crash, even if hardware is not the same as the original
Proactive
- Provisioning/cloning- a single backup "golden image" can be used to provision different systems, even if disks, adapters or other elements are not the same.
- Storage software migration- change configuration on the same system for improved performance and availability
- Hardware migration- install the same system onto newer or virtual systems
New system backup management features
Products using file-based system backup have not neglected to consider a system administrator's daily backup responsibilities. These products now incorporate functionality for backup management as well as some of the most advanced features seen in backup and recovery solutions for Linux and AIX. Some advanced features designed to simplify daily backup management for system administrators include:
- Graphical, Web and Command line interfaces
- Local and remote backups to disk or tape devices
- Sequential and random tape autoloader support
- Support for SAN storage solutions
- Tivoli Storage Manager integration
- Oracle database backup support
- Backup data encryption
- Multiple compression levels
File-based Backup Solutions Provide Most Bang for the Buck
Inexpensive products exist that combine both file-based backup management and ASR in one program. Look for a file-based system backup product with advanced features like those mentioned above. In turn, regular backup responsibilities such as automatically verifying backups and encrypting backup data will become much easier. Additionally, combined ASR capabilities greatly reduce downtime and required expertise for both reactive (even bare metal) and proactive recovery projects. File-based system backup and recovery solutions are an economical and more comprehensive option than their image-based counterparts.
About the Author
Anne Stobaugh is an independent contractor working with Storix Software to educate Linux and AIX users on the advantages of file-based backup and recovery solutions.
www.storix.com
www.stobaughmarketing.com
|
Editor: Timothy Prickett Morgan
Contributing Editors: Dan Burger, Joe Hertvik, Kevin Vandever,
Shannon O'Donnell, Victor Rozek, Hesh Wiener, Alex Woodie
Publisher and Advertising Director: Jenny Thomas
Advertising Sales Representative: Kim Reed
|
IT Jungle Store Top Book Picks
Getting Started with PHP for i5/OS: List Price, $59.95
The System i RPG & RPG IV Tutorial and Lab Exercises: List Price, $59.95
The System i Pocket RPG & RPG IV Guide: List Price, $69.95
The iSeries Pocket Database Guide: List Price, $59.00
The iSeries Pocket Developers' Guide: List Price, $59.00
The iSeries Pocket SQL Guide: List Price, $59.00
The iSeries Pocket Query Guide: List Price, $49.00
The iSeries Pocket WebFacing Primer: List Price, $39.00
Migrating to WebSphere Express for iSeries: List Price, $49.00
iSeries Express Web Implementer's Guide: List Price, $59.00
Getting Started with WebSphere Development Studio for iSeries: List Price, $79.95
Getting Started With WebSphere Development Studio Client for iSeries: List Price, $89.00
Getting Started with WebSphere Express for iSeries: List Price, $49.00
WebFacing Application Design and Development Guide: List Price, $55.00
Can the AS/400 Survive IBM?: List Price, $49.00
The All-Everything Machine: List Price, $29.95
Chip Wars: List Price, $29.95
|
|
May 3, 2008: Volume 10, Number 18
April 26, 2008: Volume 10, Number 17
April 19, 2008: Volume 10, Number 16
April 12, 2008: Volume 10, Number 15
April 5, 2008: Volume 10, Number 14
March 29, 2008: Volume 10, Number 13
|
|
|
|