This post has 8 Replies | 2 Followers

Top 10 Contributor
Male
Posts 138
MJ Ferdous Posted: 04-10-2009 1:11 AM

Join Hilton demonstrates how to install the components of Microsoft Office SharePoint Server (MOSS) in Microsoft TechNet. The video covers installation onto a SQL Server environment and using Active Directory for authentication.

In this first part: installing and configuring the MOSS instance

In the second part: finishing the installation and configuring the farm.

If you wanna learn MOSS installation from videos, it would be really good resource that i found

How Do I: Install & Configure Microsoft Office SharePoint Server? (Part 1)

How Do I: Install & Configure Microsoft Office SharePoint Server? (Part 2)

Cheers!!

MJ Ferdous
Project Manager, Congral LLC
Technical Author, DevMedia, Brazil

Top 10 Contributor
Male
Posts 124

Thanks Ferdous vi, I really need this one for my technical resources. I have also one questions beside this, is it possible to take schedule backup in WSS v3.0 / MOSS 2007? As like MS SQL Server Maintence Plan. If yes, please send me full details. It will be great kind of you.

"Excuse if any gaffe."

Md Nazmul Ahsan
Programmer (.NET Framework)
CIS, IADCS & DIT

Top 10 Contributor
Male
Posts 138

Hi,

There is no scheduling backupcomponent in Office SharePoint Server 2007. It's a problem for ensuring that SharePoint backups are regularly obtained. The best alternative is to use a simple batch file that executes the SharePoint backup from the command line. The stsadm.exe utility will enable you to back up site collections using the command line.

For site collection backup:
    stsadm.exe -o backup
        -url <url>
        -filename <filename>
        [-overwrite]
You have to create a batch file using a this command including filename+date and this batch file can then be scheduled using the native Windows Task Scheduler.
I was creating before the Deployment Script batch file. You can see it for the reference

MJ Ferdous
Project Manager, Congral LLC
Technical Author, DevMedia, Brazil

Top 10 Contributor
Male
Posts 138

For any kind of STSADM Command, you can check the following site. It is A good STSADM Command Line Reference and also for some WSS demo:

http://www.wssdemo.com/Lists/stsadm/AllItems.aspx

 

MJ Ferdous
Project Manager, Congral LLC
Technical Author, DevMedia, Brazil

Top 10 Contributor
Male
Posts 124

Thanks for concerned about my problem. But I think, I need to find another solution to solve this.

"Excuse if any gaffe."

Md Nazmul Ahsan
Programmer (.NET Framework)
CIS, IADCS & DIT

Top 10 Contributor
Male
Posts 138

Sure Nazmul. If you find some other better sol for schedule backup wss then dont forget to post  here.

Thanks

MJ Ferdous
Project Manager, Congral LLC
Technical Author, DevMedia, Brazil

Top 10 Contributor
Male
Posts 124

Sure I will post it here. No doubt about that.

"::::::::::::::: SUVO NOBOBORSHO ::::::::::::::::"

"Excuse if any gaffe."

Md Nazmul Ahsan
Programmer (.NET Framework)
CIS, IADCS & DIT

Top 10 Contributor
Male
Posts 138

Ok. Thanks. But I can tell you one thing additionally.

You can also make Backup Operation from Central Administration --> Operation --> Backup and Restore section. You can do it visually where you have the option to backup only DB Content  or Front-end and DB Content  both. You can also see Backup and Restore History from here but you can not schedule backup.

That's why i told you to create batch script.

But there is a Scheduling for content deployment operation. You can assign job scheduling for content deployment. But it is not exactly Backup wss. it is basically import and export from one location to another location.

Thanks

MJ Ferdous
Project Manager, Congral LLC
Technical Author, DevMedia, Brazil

Top 10 Contributor
Male
Posts 124

You are right Ferdous vi, I already saw that section (Administration --> Operation --> Backup and Restore section). But when I did not find any schedule backup plan, then I asked for expertise helps in here. Now I am taking backup using this approach.

"Excuse if any gaffe."

Md Nazmul Ahsan
Programmer (.NET Framework)
CIS, IADCS & DIT

Page 1 of 1 (9 items) | RSS