1.can i move all excisting site that i create on old SPS server to a new SPS
server..?
how can i do that..?
2.At one page of my site i create browser that linked to my OWA with
difference phisycal server --> can i do single sign on for this ..??
before a had read the instruction from SPS but still not working.

RE: How to move my sites to new server by Rob

Rob
Tue Sep 20 14:54:01 CDT 2005

You are going to either have to list out all of your sites by using the
command tool stsadm.exe and the enumsites parameter...

stsadm -o enumsites -url http://myservernamegoeshere/

Then save the sites with stsadm tool

stsadm -o backup -url <url goes here> -filename <filename of where you save
goes here> [-overwrite]

All of the above can be done quickly by using the SPBACKUP.EXE tool that
comes with "Microsoft's Sharepoint Products and Technologies" book by Bill
English. This little tool can be used in a batch file to go through each of
your sites and creates the stsadm backup script for you and adds them to a
different batch file. Then you just run the new batch file to backup all of
your sites.

spbackup -a -f
c:\SharePointBackupFolder\SitesBackupFiles\PortalSitesBackup.bat

or you can use the smigrate tool to backup and migrate your sites.

So there are several different ways to do it. I would search for stsadm
-backup or smigrate in Google to get some better instruction.

Hope this leads you down the right path.
Rob Cuscaden

"NDCool" wrote:

> 1.can i move all excisting site that i create on old SPS server to a new SPS
> server..?
> how can i do that..?
> 2.At one page of my site i create browser that linked to my OWA with
> difference phisycal server --> can i do single sign on for this ..??
> before a had read the instruction from SPS but still not working.
>

RE: How to move my sites to new server by NDCool

NDCool
Tue Sep 20 21:26:03 CDT 2005

ok ..thnks i will try to do that

Andy K

"Rob" wrote:

> You are going to either have to list out all of your sites by using the
> command tool stsadm.exe and the enumsites parameter...
>
> stsadm -o enumsites -url http://myservernamegoeshere/
>
> Then save the sites with stsadm tool
>
> stsadm -o backup -url <url goes here> -filename <filename of where you save
> goes here> [-overwrite]
>
> All of the above can be done quickly by using the SPBACKUP.EXE tool that
> comes with "Microsoft's Sharepoint Products and Technologies" book by Bill
> English. This little tool can be used in a batch file to go through each of
> your sites and creates the stsadm backup script for you and adds them to a
> different batch file. Then you just run the new batch file to backup all of
> your sites.
>
> spbackup -a -f
> c:\SharePointBackupFolder\SitesBackupFiles\PortalSitesBackup.bat
>
> or you can use the smigrate tool to backup and migrate your sites.
>
> So there are several different ways to do it. I would search for stsadm
> -backup or smigrate in Google to get some better instruction.
>
> Hope this leads you down the right path.
> Rob Cuscaden
>
> "NDCool" wrote:
>
> > 1.can i move all excisting site that i create on old SPS server to a new SPS
> > server..?
> > how can i do that..?
> > 2.At one page of my site i create browser that linked to my OWA with
> > difference phisycal server --> can i do single sign on for this ..??
> > before a had read the instruction from SPS but still not working.
> >