JonathanHerschel
Programmer
I am trying to create a SharePoint test server where I can take the backup of my client's farm (2 Front End, 1 SQL, 1 Index server) and backup via
stsadm -o backup -url -directory \\testservername\backups -overwrite -backupmethod full
I then am trying to restore on the stand-alone test server via
stsadm -o restore -url -directory \\testserver\backups -restoremethod new -newdatabaseserver testservername
But, I am running into problems where when I try to look at the site, I get the SharePoint backround with 'no file found' error. the Databases were populated in SQL Server 2005, the web sites and app pools are populated and running. I also tried restoring via Central Admin in the new test server and cannot figure for the life of me why I am not getting a 'clean' restore. I have done this once or twice before with no problem. Can I be missing something?
My thoughts:
1. The client has features/solutions, etc deployed, but I swore that is part of the backup files, hence the name catastrophic restore, right?
2. Do I need to create a backup of the IIS? I saw one person recommending this, but ??....
3. Anything I could be missing? My college recomended putting <> around the c:\folder name in my STSADM commands..
Any help is appreciatted.
stsadm -o backup -url -directory \\testservername\backups -overwrite -backupmethod full
I then am trying to restore on the stand-alone test server via
stsadm -o restore -url -directory \\testserver\backups -restoremethod new -newdatabaseserver testservername
But, I am running into problems where when I try to look at the site, I get the SharePoint backround with 'no file found' error. the Databases were populated in SQL Server 2005, the web sites and app pools are populated and running. I also tried restoring via Central Admin in the new test server and cannot figure for the life of me why I am not getting a 'clean' restore. I have done this once or twice before with no problem. Can I be missing something?
My thoughts:
1. The client has features/solutions, etc deployed, but I swore that is part of the backup files, hence the name catastrophic restore, right?
2. Do I need to create a backup of the IIS? I saw one person recommending this, but ??....
3. Anything I could be missing? My college recomended putting <> around the c:\folder name in my STSADM commands..
Any help is appreciatted.