qtslogo10.gif (7142 bytes)
ad1.gif (2831 bytes)
hvl_home.gif (1239 bytes) hvl_about.gif (1244 bytes) hvl_techres.gif (1285 bytes) hvl_customers.gif (1285 bytes)
hvl_stay.gif (1256 bytes) hvl_contact.gif (1236 bytes) hvl_sitemap.gif (1230 bytes) hvl_jobs.gif (1261 bytes)

April 2005  

Volume 5 Issue 4

April 28, 2005

To view this update as a Web page, copy this link into your browser: http://www.qtsnet.com/stayinformed/quiknews/quiknews april2005.htm.

To subscribe or unsubscribe, please follow instructions at the bottom of this page.


Welcome to the April edition of QTS QuikNews, our monthly e-mail newsletter. In this monthly e-mail, you will receive an update of what's new at QTS - new products we support, new patches and upgrades, solution ideas and promotions to save you money, and information about our company and our clients.

In this issue:

  • QTS and Partner News
  • Events
  • President's Corner
  • QuikSecure Tip of the Month
  • Patches and Upgrades
  • Product Support Lifecycle Watch
  • Solution Spotlight
  • Special Offers
  • Partner Spotlight

QTS AND PARTNER NEWS

WELCOME TO NEW CUSTOMERS
QTS offers a “welcome aboard” to the following new customers:

·         Ballet Makers

QTS PRESIDENT TO INTRODUCE MICROSOFT VP AT WORLDWIDE PARTNER CONFERENCE
QTS is pleased to announce that Neil Rosenberg will be introducing Microsoft’s Vice-President of Server and Tools Marketing, Andy Lees, for his keynote presentation at Microsoft’s Worldwide Partner Conference this July at Minneapolis, MN.

QTS IS HIRING!
QTS is recruiting for senior level technical personnel, as well as an entry to mid-level sales/service support specialist.  If you know anyone who might be a good fit, please have them submit their resume to Liz Meechan, our Office Manager. Liz can be reached at lmeechan@QTSnet.com, or (973)984-7600 x223.

MICROSOFT CASE STUDIES

MICROSOFT PUBLISHES CASE STUDY FOR QTS WINDOWS/EXCHANGE 2003 MIGRATION AT CHRISTIAN HEALTHCARE CENTER
Healthcare Center Improves Security and Performance with Network Upgrade. 
For the Case Study, visit
http://www.microsoft.com/resources/casestudies/ CaseStudy.asp?CaseStudyID=16544

QTS SUCCESS STORIES

AFS INTERCULTURAL PROGRAMS - USA
QTS implemented Citrix MetaFrame and Microsoft Windows Terminal Services to provide AFS with secure remote access and to reduce the effort in deploying and managing applications for remote office users and volunteers.
http://www.qtsnet.com/about/success stories/afs success story.pdf

Back to Top


EVENTS

QTS and Microsoft are hosting a seminar entitled Why Renew: A Review of Benefits, Available Promotions and Microsoft Product Roadmaps and Key Initiatives. Join us for this informative, 2 hour event to learn why your organization should renew or upgrade into Microsoft Software Assurance through the Open License Value program.  Microsoft and QTS will review the benefits of Software Assurance (it’s more than just new version upgrades!), discuss available promotions that can save you money, and review the roadmap for upcoming product releases and features.  We will also present on key Microsoft initiatives such as Trustworthy Computing (Microsoft’s security efforts) and the integration of Microsoft’s Business Solutions offerings.  This event is focused on customers deciding whether to maintain their Software Assurance coverage, but will provide valuable information to any Microsoft customer! Join us for lunch on Wednesday May 4th at the High Lawn Pavillion in West Orange, NJ.  For more information or to register, contact your QTS Account Manager, or click here.

QTS, AKA Enterprise Solutions and Microsoft are hosting a CIO Luncheon on Tuesday, May 24th.  This is a lunchtime event at the C-Side Café in Jersey City, NJ (adjacent to the Exchange Place PATH station) is for IT Directors, CIOs and CFOs in organizations with 200 or more users.  The focus of this strategic event is on Microsoft’s efforts around systems management (the Dynamic Systems Initiative) and desktop integration of Office with Microsoft’s back-end systems (Microsoft Business Portal and Information Bridge Framework).  For more information or to register, contact your QTS Account Manager or click here.

QTS, Econium, Softmart, New Horizons and Microsoft are hosting two half day seminars on Tuesday, June 7th at New Horizons in Iselin, NJ.  In the morning, session, QTS will present on improving Operational Efficiency and Productivity with Windows Server 2003 and Exchange Server 2003, as well as discuss management solutions.  In the afternoon session, Econium will present on how to improve employee productivity with collaborative solutions including SharePoint, InfoPath and Live Communications Server, while QTS presents on Security and Secure Remote Access.  Softmart and New Horizons will discuss Software Assurance benefits, including training vouchers, at both events.  For more information or to register, contact your QTS Account Manager or visit www.clicktoattend.com and enter event code 102552 for the morning session (QTS), and 102554 for the afternoon session (Econium/QTS).

 

Back to Top


PRESIDENT'S CORNER

Last month, our column started to review Ten Steps to Build a Highly Available Network, and covered the first three steps.  To review that column, click here.  In this column we’ll cover the next four steps, and next month we’ll address the remaining three steps.

4. Incorporate Server Hardware Fault Tolerance

For your servers, the most likely component to fail is your disk subsystems.  First, design all of your servers with redundancy in your disk drives – ideally hardware RAID 1 or RAID 5 or greater depending on the amount of data and on your performance requirements.  Second, many vendors (including HP – our standard) offer an “online spare” function so that if a drive in a RAID Array fails, the data from the failed drive is automatically written to a backup drive that’s ready and waiting.  You trade off some capacity here for higher reliability and better performance in the event a failure occurs.  At many of our customers with our standard configuration, we’ve seen drive failures result in no downtime, and no performance loss, because we were able to simply unplug the failed drive and plug in a blank one, and users never knew any better.  Also, in larger networks keep a shelf spare of each model of hard disk, as well as other common spare parts, to minimize risk of downtime.

Another trick we use in medium to larger environments is to order consistently in server models, even if it involves some overspending.  For example, if a customer is going to need 8 servers, we might order 3 HP DL380s (medium disk capacity) and 5 DL360s (low disk capacity, lesser cost and less rack space).  However, we might also order 8 (or 9) DL380s, so if a system board fails, we can pull replacement parts from a spare server, or from a lower priority server (for example, a third server in a Citrix server farm) temporarily to get the high priority server back up and running.  If your server models are all different, you don’t have this flexibility.  There’s obviously a higher cost to this approach, but it’s like insurance – very worthwhile when you need it. 

5. Maximize Server Fault Tolerance

If these approaches are not enough, then it is time to look at server clustering or load balancing.  In a clustering scenario, multiple servers work together as a team, providing access to data on a shared storage device (usually a SAN – Storage Area Network) – so if one server fails, the others keep going and users can work uninterrupted.  Microsoft has built solid clustering support into Windows Server 2003 Enterprise Edition, and we’ve done this numerous times for our customers – particularly around Exchange since email is so critical to business these days.  However, the same type of approach can be taken for database servers such as SQL Server, and for file/print services.  In a clustered configuration, users point to a virtualized server name and IP address, and the physical servers all work together to handle service requests to that address.  Clusters can typically be Active-Active, where all the servers work together, or Active-Passive, where a server sits back and waits for the primary server to fail.  All of this needs to be properly designed and architected based on the applications, the traffic load, and the needs of the business. 

For situations where the servers are not hosting data, setting up “farms” of servers in a load balanced configuration works well, whether it is a “web farm” of servers running Network Load Balancing under Windows Server 2003 (this is now part of Standard Edition), a Citrix MetaFrame Server Farm, or a “cluster” of firewalls (sorry – people use terms way too interchangeably in our industry).  Very often, clustering and load balancing are complementary technologies – for example, you might set up a load balanced web server farm in your security DMZ hosting static web pages for an application, and set up round robin DNS to make those web servers look like one site – with the ability to add more and more identical servers as performance and scalability needs dictate.  Behind the web farm, on your internal network, may be a cluster of SQL database servers, connected via Fibre Channel to a SAN hosting the database.  In any case, the key is identifying and where appropriate eliminating single points of failure in key network resources. 

6. Replicate Data for Disaster Recovery

Server failover can be taken to a further level by replicating data from one physical location to another.  This is typically implemented as part of a Disaster Recovery Plan (see next months’ final part of this column), and there are a number of vendors providing software solutions for this including NSI’s DoubleTake (which is also OEM’d by HP and other hardware vendors), NeverFail and others.  The key here is defining the architecture, since replication can consume precious WAN bandwidth.  Do your WAN or VPN links have enough bandwidth for your normal traffic as well as replication traffic?  How do these products handle replication and synchronization?  Security also needs to be considered – do you want critical data replicated over the Internet?  Some platforms offer hardware level replication – typically SAN to SAN – and cut out the software layer.  This may or may not be the right solution.  I would observe that clustering and replication are two distinct solutions to distinct problems – Clustering is to ensure maximum availability of resources at your site, while replication is to deal with the site being unavailable.  Often people think replication solutions make clustering unnecessary – but keep in mind that a replication failover may be far too complex to deal with when a simple server outage occurs.  They are in fact different solutions to different problems.  And neither may be justified in a given case – for example, if all you need is file system replication for a moderate amount of data, then Windows Server 2003’s DFS (Distributed File System) may be all you need to address that problem.

7. Utilize Server Management Tools

Server and network management tools should be utilized to proactively ensure uptime.  This can range from the basic steps, such as installing HP (formerly Compaq) Insight Manager or Dell OpenManage agents on your servers and setting up a console, to the more advanced such as setting up a multiproduct management platform such as HP OpenView, CA Unicenter or Microsoft Operations Manager.  We recommend at the very least leveraging Insight Manager or OpenManage, so you can proactively see when hardware problems are developing (usually disk drive failures) and can take action before downtime occurs.  However, Microsoft Operations Manager (MOM) is a great in-between step for heavy Microsoft shops that want to build a proactive management system but aren’t prepared for the investment required with the larger platforms.  If your environment justifies a more elaborate solution, then look at the ROI – a few hours of downtime is usually all it takes to justify an appropriately scaled investment here.  However, one point of caution – no investment in this area will be beneficial if the IT team doesn’t use the solution – this is a tool, not a magic bullet, and as such it needs to be properly integrated into the IT Department workflow and procedures, and people need to be properly trained and committed to use it.  Anything less is a waste of money. 

Next month, we’ll explore the final 3 areas where you can take steps to maximize the uptime and availability of your network and its applications and data.

As always, feel free to email me your comments or thoughts at nrosenberg@QTSnet.com. Thank you.

Neil Rosenberg
President & CEO
Quality Technology Solutions

Back to Top


PARTNER SPOTLIGHT

This month QTS is spotlighting its knowledge management and applications development partner, EconiumEconium is a Gold-Certified Microsoft Solutions Provider that builds technology solutions that promote information sharing, distribution and collaboration across teams of people.  Econium delivers real time collaborative solutions in web conferencing, application sharing and content distribution, high quality video conferencing, telephony integration with phone systems, portals and presence information to help clients reduce travel costs and improve team communications.  The end result is a more agile and effective organization.  They have delivered vertical solutions for sales and marketing teams around brand portals and digital asset management, and have provided portals and repositories for healthcare companies, consumer packaged goods and government & not-for-profit organizations.

Econium is a four year old firm that is made up of seasoned business technology experts who focus heavily on understanding the business processes and needs initially, then applying solutions that will leverage existing technology investments.  They work with a variety of collaborative technologies including Microsoft SharePoint Portal Server and Windows SharePoint Services, Live Conferencing Server and Live Meeting Server, Office System 2003, Exchange, SQL Server and Content Management Server. Their clients include Kraft Foods, Pfizer Pharmaceuticals and Adams Candy.

Econium is headquartered in Northern New Jersey and also has an office in New York City.

Econium relies on QTS to create the technical infrastructure on which its solutions run.  Econium develops and deploys solutions which are geared toward lowering the costs for companies to manage, distribute and share the information they need to conduct business.

For more information on Econium please view their web site at www.econium.com, email them at sales@econium.com, or call 973-812-9691.  Or, contact your QTS Account Manager.

Back to Top

 

Visit www.QTSnet.com for company information.

QUIKSECURE TIP OF THE MONTH

Each month, we now provide a security recommendation to our QuikNews readers based on content from our recent QuikSecure Security Assessments.  One of these reports typically includes 100-200 specific recommendations such as this, but we’re providing some “free advice” here to our readers.

ISSUE – Are your backup tape drives cleaned on a regular basis?
 
IMPACT – Dirty heads in your tape drives will impair the quality of backups and restores.

RECOMMENDATION – Establish a schedule for at least monthly cleanings of your tape drive.  This takes a minimal amount of time, and is well spent.  Ideally, it should be weekly and can be synchronized with your offsite tape rotation activities.

PATCHES & UPGRADES

Call the Customer Support Center to have us apply QTS-standard patches and keep your systems current. The following patches have been recently released and are generally recommended by QTS:

* Microsoft Windows Server 2003 Service Pack One;
* New Security Updates are available in April for Symantec ESM, Symantec Gateway Security, Symantec Network Security, Manhunt, Vulnerability Assessment and Symantec Client Security.

Also, please click here for applicability of Microsoft Security Bulletins to the products in use at your environment. Contact your QTS Account Manager if you would like our Customer Support Center to monitor these bulletins for you and advise with recommendations for your environment upon release of new bulletins.

Note that Microsoft has moved to releasing security patches on the second Tuesday of each month, starting last November. New Security Updates to Windows and Office are available, and recommended.

Symantec (formerly Norton) Antivirus Corporate Edition signature files are currently at version 70427h (4/27/2005). CA eTrust Antivirus 6.x/7.x signature files are currently at version 23.69.00 (4/27/2005). McAfee VirusScan / NetShield signature files are currently at version 4478 (4/27/2005). Please keep your antivirus signatures, and your scan engines, current! If you do not have your system set up to automatically distribute updates from your server to your PCs, please call your QTS Account Manager or the Customer Support Center.

Some patches can cause problems, especially in combination with other software programs or patch levels. Please talk to us to verify whether we see any possible problems in your environment before patching your systems independently. We make best efforts to test patch combinations but cannot guarantee compatibility between software and hardware manufacturers’ products.

Back to Top

PRODUCT SUPPORT LIFECYCLE WATCH

The following products are pending “end of life” status by their manufacturers, and therefore customers should be planning for system upgrades or replacement.

* Windows NT Server 4.0 reached the end of its supported lifespan on 12/31/04.
* Aladdin eSafe 3.5 reached end of life on 12/31/04.
* Novell ManageWise 2.7 support ended on 3/31/05.
* Novell BorderManager 3.7 support ended on 4/1/05.
* Novell ZENworks for Desktops 3.2 support ends on 5/31/05.
* Novell NetWare 4.2 will reach end of life on 6/1/05.
* Novell NetWare 6 will reach end of life on 11/1/05.
* Citrix MetaFrame 1.8 will reach end of maintenance on 6/30/05 and end of support on 12/31/05.
* Microsoft Exchange Server 5.5 support ends on 12/31/05.

Please remember that end of life for a product does not only impact that product, but also other products that interact with it.  For example, end of life status for an operating system means that no new software products that are released will run on that operating system, as the manufacturers will no longer receive support from the operating system vendor.

Back to Top

SOLUTION SPOTLIGHT:
Microsoft Virtual Server 2005

Microsoft Virtual Server 2005 allows a Windows 2003 server to run multiple virtual "sessions," with different server operating systems, much like Windows Terminal Services allows multiple instances of the Windows client OS to be run within a given server.

Virtual server technology can be used to consolidate multiple physical servers onto a single machine, saving space and reducing management costs.  For example, development and testing labs can be consolidated into a single server, or multiple older servers can be consolidated into one, while still giving each application its own distinct execution environment.

Virtual Server can also be used to migrate applications from older platforms.  For example, an application that is dependant on Windows NT Server 4.0 and will not run properly, or be supported, on Windows Server 2003 can be ported using Virtual Server so the application is running inside a Windows 2003 Server, but has a Windows NT 4 execution environment.

*For more information, click here.

Back to Top

SPECIAL OFFERS

MICROSOFT MID-MARKET NETWARE MIGRATION PROMOTION
Through May 1st, Microsoft is offering medium business customers who purchase Windows Server 2003 to migrate from NetWare a rebate of $600 toward partner services for every Server + 50 CALs purchased, to a maximum of 25 redemptions.  Contact your QTS Account Manager for more details.

MICROSOFT OPEN LICENSE OFFICE DEPLOYMENT REBATE
Microsoft is offering Open License customers (this promotion does not apply to EA/Select customers) purchasing Microsoft Office 2003 Professional a rebate for partner services, based on the volume of licenses purchased.  Contact your QTS Account Manager for more details.

MICROSOFT MID-MARKET WINDOWS XP DEPLOYMENT REBATE
Microsoft is offering medium business customers who purchase Windows XP Professional Upgrades a rebate for partner services, based on the volume of licenses purchased.  Contact your QTS Account Manager for more details.

SYMANTEC COMPETITIVE TRADE-UP
Symantec is offering customers who “trade in” qualifying competitive firewall/IDS products a credit toward the purchase of Symantec Gateway Security (SGS) firewall appliance or Symantec Network Security (SNS) Intrusion Protection System.  Contact your QTS Account Manager for more details.

CISCO ACCESS ROUTING TECHNOLOGY MIGRATION PROGRAM
Cisco is offering customers who “trade in” their old Cisco routers credits toward the purchase of newer Integrated Services Routers and Multiservice Access Routers.  This promotion ends on July 31st, 2005.  Contact your QTS Account Manager for more details.

CISCO IP COMMUNICATION COMPETITIVE MIGRATION PROGRAM
Cisco is offering customers who “trade in” competitive IP telephony and PBX phone systems credit toward the purchase of Cisco IPT gear.  This promotion ends on July 31st, 2005.  Contact your QTS Account Manager for more details.

Back to Top

QUIKNEWS ARCHIVES
For access to past issues of QTS QuikNews dating back to January 2001, click here.

Back to Top

 

 


SUBSCRIPTION INFO

This newsletter is distributed to QTS clients, recent contacts, and "friends of QTS." We respect your privacy and never share your contact information with others.

To Comment on this newsletter, send an email to QuikNews@QTSnet.com.

To Remove yourself from this mailing list please send a reply to this message with the word UNSUBSCRIBE in the subject field, or contact your QTS Account Manager.

To Subscribe to this Newsletter, go to http://www.qtsnet.com/contact/QuikNews.htm.

To View an archive of QTS QuikNews newsletters, please visit http://www.QTSnet.com/stayinformed/QuikNews/QuikNews_Index.htm.

(c) Quality Technology Solutions, Inc. All rights reserved.

 

Quality Technology Solutions, Inc.
201 Littleton Road, 2nd Floor
Morris Plains, NJ  07950

Tel: (973)984-7600
Email: QuikNews@QTSnet.com
Web: www.QTSnet.com

Back to Top


 

This site last updated 04/28/05
© 1999 Quality Technology Solutions, Inc.
201 Littleton Road, Morris Plains, New Jersey 07950
telephone: 973.984.7600       fax: 973.984.7650
email: info@qtsnet.com