List Info

Thread: Tech Line: Virtual Server Backup Trouble




Tech Line: Virtual Server Backup Trouble
country flaguser name
United States
2007-12-04 15:41:18
Dec. 4, 2007
MCPmag.com News 
http://MCPmag.com
Tech Line: Virtual Server Backup Trouble  

============================================================
===========
THIS ISSUE SPONSORED BY:

- Free Trial: Exchange Recovery in 3 minutes!
http://in
fo.101com.com/default.asp?id=45358

- Wii Contest: Free Trial of Symantec Backup Exec 11d
http://in
fo.101com.com/default.asp?id=45251

- Best Practices for Building a Successful PKI
http://in
fo.101com.com/default.asp?id=45337
============================================================
===========

IN THIS ISSUE:
- Redmond Radio: MCP program adds new benefits; Exchange
2007 SP1
- Tech Line: Virtual Server Backup Trouble 
- Job of the Week: SQL/Windows System Admin (Hiram, Ohio)

============================================================
===========
SPONSOR: Free Trial: Exchange Recovery in 3 minutes!
============================================================
===========
Replay prevents Exchange failures and guarantees recovery of
the 
Entire exchange application from bare-metal to a single
message. 
Eliminate backup windows and painful brick level backups, 
continuously detect corruption of your Exchange environment.

Capture the complete Exchange environment, OS and all, and 
rollback to bare metal in 15 minutes.  

Free Trial.
http://i
nfo.101com.com/default.aspx?id=45358
============================================================
===========

SPECIAL OFFERS:
- Webcast: "Remote Access and Strong Authentication --
Joined at 
  the Hip"
- White Paper: "Hosted Microsoft Exchange: A Business
Case"
- 30 Percent Off Windows Networking Books at Amazon.com 

============================================================
===========
SPONSOR: Win a Wii System!
============================================================
===========
Download Symantec Backup Exec 11d evaluation and you will be

entered into a drawing for one of three Nintendo(R) Wii
Systems. 
Backup Exec provides cost-effective, high-performance, and
certified 
disk-to-disk-to-tape backup and recovery ? including
continuous data 
protection for Exchange, SQL, file servers and
workstations.

Hurry, contest ends soon!
http://in
fo.101com.com/default.asp?id=45251
============================================================
===========

REDMOND RADIO: IT News, Dec. 3

This week: MCP program adds new benefits; Exchange Server
2007 SP1 
released; Google bids for wireless spectrum; Bill Lavelle
with 
Insightix on network access control.

Plus, listen to find out how to enter and win the weekly
Redmond 
T-Shirt Giveaway, exclusively for podcast listeners:


http://mcpmag.com/webcasts/mcpradio/radio.asp?id=269

ITUNES/IPODDER LISTENERS: Download the show automatically by

pointing your applet at http://mcpmag.com/rss
/podcasts/ 

ENCOUNTERED PROBLEMS LISTENING TO AN AUDIOCAST? Write to
mdomingo1105media.com and describe the problem to get help.
We 
want you to listen if you want to hear it!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~

TECH LINE: Virtual Server Backup Trouble 
If your Virtual Server VM backups are failing, here are a
few places 
to look for the cause. 
 
By Chris Wolf

Chris: My team and I are having a bit of trouble reaching
the highly 
valuable ability to back up live machines as you've
described in this 
article: http://tinyurl.com/2bpmn2 . When we run the script, this is 
what logs to the event viewer and why it is taking the
machine 
offline temporarily:

Event Type: Error
Event Source: Virtual Server
Event Category: Vss Writer
Event ID: 1029
Description: The VSS writer failed to get the properties of

the virtual machine vm1, since the operation did not 
complete in maximum allowed time. The virtual machine 
is allowed for Offline backup only. Check if the virtual 
machine vm1 is running and then retry the operation, if 
needed to be back online.

Another odd thing -- not sure if it is related -- but for
some reason 
our machines .vmc files say they are Virtual PC 2004 files:

Event Type: Warning
Event Source: Virtual Server
Event Category: Virtual Machine
Event ID: 1069
Description: The "Virtual Hardware Standard"
(Virtual PC 
2004) in the configuration .vmc file for "vm1" was
not 
created by Virtual Server. "vm1" can start, but
some 
settings may be changed and some settings may not 
be used.

Any ideas?
--Jeremy
 
 
/-----------------------------------------------------------
---
   GOT A WINDOWS, EXCHANGE OR VIRTUALIZATION QUESTION OR
NEED 
   TROUBLESHOOTING HELP? Or, perhaps you're looking for a   
  
   better explanation than what's provided in the manuals or
a 
   TechNet article? Describe your dilemma in an e-mail to
the  
   MCPmag.com editors at editormcpmag.com; the best
questions 
   get answered in this column by our experts and the       
  
   submitter will be sent a Redmond magazine T-shirt.       
  
                                                            
  
   When you send your questions, please include your full
first
   and last name, location, certifications (if any) with
your  
   message. (If you prefer to remain anonymous, specify this
in
   your message but submit the requested information for    
  
   verification purposes.)                                  
  
 
-----------------------------------------------------------
---/

After working with Jeremy, we were able to quickly determine
that his 
two problems were related. Virtual Server was unable to
confirm the 
VM additions or guest OS status and, in turn, was suspending
the VM 
in order to grab a clean backup. That behavior is consistent
with 
any VM that does not have the VM additions installed or any
VM 
whose guest OS doesn't support VSS. 

To solve the problem, Jeremy had to login to Virtual Server,
create 
a new VM and add the old VM's disk to the new VM as an
existing disk. 
That action created a new .vmc file that is fully compatible
with 
VS 2005 R2. Once the VM booted, Jeremy then needed to
install the 
latest VM additions to solve the problem. 

I performed a similar test in my lab after importing a .vhd
file 
from a Virtual PC 2007 VM. After importing the VM, the first
time I 
tried to run the backup I received an error: 

1093 -- Virtual Machine Additions on "W2K3-vpc" is
out 
of date. Please update to the latest version of Virtual 
Machine Additions. 

Once I updated the additions, I reran the backup and it
completed 
successfully without suspending the VM.

Since publishing a script on backing up live Virtual Server
VMs 
http://redmondmag.com/columns/article.asp?EditorialsI
D=2324 , I have 
received a number of e-mails on Virtual Server backup
troubleshooting. 
A few readers had run into problems with Virtual Server
backup; 
thankfully, none so far have been related to my script. 

Here are a few more tips to troubleshoot failed live Virtual
Server 
VM backups: 

* Go to the event viewer and look at the Virtual Server 
  event log. Look for any major or critical errors that 
  appear. The error should help you narrow down the 
  cause of the problem. For example, having older VM 
  additions installed will generate an error message. 
* If you use the vsbackup.vbs script, it will create a 
  file named CreateVSS.cmd in the folder where the 
  script is stored. Go to the command prompt and run 
  the CreateVSS.cmd. That will allow you to validate 
  that the snapshot is created successfully and if an 
  error occurs when the snapshot is created, you'll 
  see it. If the snapshot is created, you will be 
  able to navigate to the X drive and see its 
  contents. 
* If you are backing up VMs using a third-party backup 
  agent, ensure that the backup product supports 
  VS Writer. Your backup vendor should be able to 
  tell you whether or not VS Writer is supported. 
* VSS snapshots occur at the volume level, so if 
  select VMs are suspending during the snapshot 
  process, that likely means that either the VM guest 
  operating systems do not support VSS or they don't 
  have the latest VM additions installed. VMs that 
  support VSS should be stored on a volume separate 
  from VMs that do not support VSS. 

Hopefully these tips will help you to resolve any Virtual
Server backup 
issues that you encounter. If I missed an error that you
encountered, 
please post your solution as a comment to this article.

Comment: http://mcpmag.com/columns/article.asp?editorialsid=2
401#post

Chris Wolf, MCSE, MCT, CCNA, is a Microsoft MVP for
Windows-
Virtual Machine. As a senior analyst for Burton Group, 
virtualization solutions, high availability, storage and 
enterprise management. He's the author of
"Virtualization: From 
the Desktop to the Enterprise" (Apress, http://tinyurl.com/cgu7n
), 
"Troubleshooting Microsoft Technologies" (Addison
Wesley, 
http://tinyurl.com/byr4t
), and a contributor to the "Windows 
Server 2003 Deployment Kit" (Microsoft Press, 
http://tinyurl.com/e4pja
). chrischriswolf.com

NOTE: Check out Chris Wolf's new virtualization column on 
Redmond Magazine's Web site: 

http://redmondmag.com/columns/article.asp?EditorialsI
D=2324

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~

JOB OF THE WEEK: SQL/Windows System Admin (Hiram, Ohio)

Position: SQL/Windows System Admin 
Location: Hiram, OH
Compensation: Commensurate with experience, full time
Certifications: MCSE, MCDBA

Great Lakes Cheese is looking for a SQL/Windows system admin
with a 
degree and MCSE or MCDBA certification. Candidate should
also have 5 
years IT experience, including 2 years in a senior Microsoft

administration role. Solid technical knowledge of Windows
servers 
and SQL database management, as well as a proven ability to
lead, 
manage and communicate at all levels of an organization. 

Required Skills:
*Expertise in SQL Server Database management
*Experience in Microsoft server technologies including SQL
Server 
*Knowledge of LAN, WAN and SAN technologies
*SQL Performance tuning, troubleshooting and optimization
*SAP Basis/DB management on SQL Environment

Interested & qualified candidates may e-mail, fax or
mail resume and 
salary history:

GREAT LAKES CHEESE
ATTN: VP of Human Resources
PO Box 1806
Hiram, OH 44234
HRMgrgreatlakescheese.com
FAX (440) 834-4752

No phone calls please!

To see original job listing, go to http://tinyurl.com/ysdgte . 
Listing provided courtesy of http://Dice.com . For more job
listings, 
check 'em out. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~

SPECIAL OFFERS FOR MCPMAG.COM READERS:

** Webcast: "Remote Access and Strong Authentication --
Joined at 
   the Hip"

This free webcast will review key criteria associated with
choosing and 
deploying two-factor authentication in an enterprise
environment. You 
will learn about leveraging token-generated one-time
passcodes that 
can never be hacked, integrating with an existing user
infrastructure 
such as Active Directory and much more.

Live webcast Wednesday, December 5. Register today: 
http://i
nfo.101com.com/default.aspx?id=44719

** White Paper: "Hosted Microsoft Exchange: A Business
Case"

The internal deployment of Exchange has become increasingly
complex 
and cost-prohibitive. This paper explains how you can reduce
your 
costs and expand your messaging and collaboration
capabilities by 
moving to a hosted Microsoft Exchange service.

Now in the Tech Library: 
ht
tp://mcpmag.com/techlibrary/resources.asp?id=532

** Discounted: Windows Networking Books at Amazon.com

Need real-world network troubleshooting help? This book's
title says it 
all: "The Real World Network Troubleshooting Manual:
Tools, Techniques, 
and Scenarios" by Alan Sugano (Charles River Media).
You can get it at 
Amazon.com at 30-percent off retail: http://tinyurl.com/z4taz


Dozens of other titles by MCPmag.com contributors are also
available 
at lower-than-retail prices, some with free shipping! Check
out 
Chris Wolf's Troubleshooting Microsoft Technologies (Addison
Wesley) 
http://tinyurl.com/byr4t
; Microsoft Windows Administrator's 
Automation Toolkit" (MS Press) http://tinyurl.com/82425
. 

More titles at Amazon.com. http://tinyurl.com/37mj8r

============================================================
===========
SPONSOR: Free Report: Is Outsourcing PKI Best?
============================================================
===========
Learn the security and operational issues of implementing
and managing 
internal public key infrastructures (PKI). Properly
implemented PKIs 
require a lot of new knowledge within the organization and
processes 
that must be met with strict and formal structures. For this
reason, 
this paper argues that it may be best to outsource PKI
requirements.

Read it today! http://in
fo.101com.com/default.asp?id=45337
============================================================
===========

FREE MAGAZINE OFFER 
Sign up today for a free yearly subscription to Redmond
magazine! Each 
issue brings you hands-on problem solving advice, tactical
tips, 
real-world reviews, news analysis and strategic insights.
Start or 
continue your FREE subscription now! 
https://subscribe.1105pubs.com/sub/MI?WP=N
EWFREE&TC=1&P=enews1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~
FREE NEWSLETTERS
We cover Enterprise Windows news, certification, security
updates, 
SQL, Java, SOA, virtualization and more. To review the
entire 
list and subscribe, click here: 

https://newsletters.1105pubs.com/nl/URMG.do?pc=R07NL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~

CONTACTING MCPMAG.COM:

NEWSLETTER FEEDBACK: Michael Domingo, Editor,
mdomingo1105media.com 

ADVERTISERS -- Want to sponsor this newsletter? Contact
Matt Morollo at mmorollo1105media.com

Microsoft Certified Professional Magazine, MCPmag.com
Redmond Media Group
16261 Laguna Canyon Road, Suite 130
Irvine, CA 92618-3608
Phone 949-265-1520
Fax   949-265-1528

Newsletter problems: RED1105service.com  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~
UNSUBSCRIBE OR CHANGE E-MAIL ADDRESS:
https://newsletters.1105pubs.com/nl/URMGf.do?e=nesstosharedlog.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~

To review our Privacy Policy, visit our Web site at
http://www.1105
media.com/privacy.aspx

Copyright 2007 1105 Media, Inc. MCPmag.com News may only be

redistributed in its unedited form. Written permission from
the editor 
must be obtained to reprint the information contained within
this 
newsletter. mdomingo1105media.com


[1]

about | contact  Other archives ( Real Estate discussion Medical topics )