hello all, I'm having some issues with this tool that I just can't get past. I am trying to use msdeploy to migrate IIS6 to 7. At this point I am just testing w/ 1 site but plan on migrating an entire server. I am attempting to dump the site and app pool info to an archive dir without including content, then copying that to the dest server, and then finally trying to import from that, with the addition of changing the path for the site root by using a -replace command. Any insight would be extremely helpful.
source server:
H:\>msdeploy -verb:migrate -source:metaKey=lm/w3svc/909943113 -dest:archivedir=C
:\z_matrix,encryptPassword=password -disableLink:contentExtension -enableLink:Ap
pPoolExtension -verbose > msdeploy.log
dest server:
C:\Program Files\IIS\Microsoft Web Deploy>msdeploy -verb:sync -source:archivedir
=C:\z_matrix,encryptPassword=password -replace:objectName=metaproperty,match="D:
\\Inetpub_test",replace="C:\inetpub_test" -dest:metaKey=lm/w3svc/909943113 -verb
ose > msdeploysync.log
Error: The device is not ready.
Error count: 1
here is what the log shows:
Informational: Performing synchronization pass #1
Informational: The dependency check 'IisVersion' found no issues
Informational: The dependency check 'AppPoolNotFound' found no issues
Informational: The dependency check 'IISConfigFrom64To32' found no issues
Action: Adding MSDeploy.metaKey (MSDeploy.metaKey)
Informational: Destination metaKey (/lm/w3svc/909943113) does not match source (/lm/w3svc/909943113) differing in attributes (setProperties). Update pending
Action: Adding metaKey (/lm/w3svc/909943113)
Informational: Skipping destination metaProperty (/lm/w3svc/909943113/ServerState) due to rule AboFilter
Informational: Skipping destination metaProperty (/lm/w3svc/909943113/Win32Error) due to rule AboFilter
Informational: Skipping destination metaProperty (/lm/w3svc/909943113/ServerCommand) due to rule AboFilter
Informational: Skipping destination metaProperty (/lm/w3svc/909943113/KeyType) due to rule AboFilter
Informational: Skipping source metaProperty (/lm/w3svc/909943113/Win32Error) due to rule AboFilter
Informational: Skipping source metaProperty (/lm/w3svc/909943113/ServerState) due to rule AboFilter
Informational: Skipping source metaProperty (/lm/w3svc/909943113/KeyType) due to rule AboFilter
Informational: Destination metaProperty (/lm/w3svc/909943113/ServerComment) does not match source (/lm/w3svc/909943113/ServerComment) differing in attributes (value['matrix.tst.ncm','SITE_909943113']). Update pending
Informational: Source metaProperty (/lm/w3svc/909943113/ServerComment) replaced with changed attributes () due to rule EnvironmentVariableNormalize
Action: Updating metaProperty (/lm/w3svc/909943113/ServerComment)
Informational: Skipping destination rootWebConfig64 (matrix.tst.ncm) due to rule CrossPlatformRule
Informational: Skipping destination machineConfig64 (matrix.tst.ncm) due to rule CrossPlatformRule
Informational: AddChild operation on metaProperty (/lm/w3svc/909943113/AuthFlags) skipped due to rule AboFilter
Informational: Source metaProperty (/lm/w3svc/909943113/ServerAutoStart) replaced with changed attributes () due to rule EnvironmentVariableNormalize
Action: Adding child metaProperty (/lm/w3svc/909943113/ServerAutoStart)
Informational: Source metaProperty (/lm/w3svc/909943113/LogPluginClsid) replaced with changed attributes () due to rule EnvironmentVariableNormalize
Action: Adding child metaProperty (/lm/w3svc/909943113/LogPluginClsid)
Informational: Source metaProperty (/lm/w3svc/909943113/ServerBindings) replaced with changed attributes () due to rule EnvironmentVariableNormalize
Action: Adding child metaProperty (/lm/w3svc/909943113/ServerBindings)
Action: Adding child metaKey (/lm/w3svc/909943113/filters)
Informational: Skipping destination metaProperty (/lm/w3svc/909943113/filters/KeyType) due to rule AboFilter
Informational: Skipping source metaProperty (/lm/w3svc/909943113/filters/KeyType) due to rule AboFilter
Action: Adding child metaKey (/lm/w3svc/909943113/root)
Informational: Skipping source metaProperty (/lm/w3svc/909943113/root/AppIsolated) due to rule AboFilter
Informational: Skipping source metaProperty (/lm/w3svc/909943113/root/ContentIndexed) due to rule AboFilter
Informational: Skipping source metaProperty (/lm/w3svc/909943113/root/AppFriendlyName) due to rule AboFilter
Informational: Skipping source metaProperty (/lm/w3svc/909943113/root/KeyType) due to rule AboFilter
Informational: Source metaProperty (/lm/w3svc/909943113/root/Path) replaced with changed attributes () due to rule EnvironmentVariableNormalize
Action: Adding child metaProperty (/lm/w3svc/909943113/root/Path)