26
Nov
WSS 3.0 | 1 Comment »
Det finns tre sätt att göra en säkerhetskopia av samt återställa Microsoft SharePoint Service 3.0. En säkerhetskopia innehåller applikationens Innehåll, Konfiguration och Sök.
- Använda sig av Stsadm.exe
- Använda sig av Central Administration v3
- Använda sig av SQL Server Management Studio
1. Stsadm.exe
För att använda sig av Stsadm.exe vid skapande av säkerhetskopia och återställning krävs det att du är medlem i Administrationsgruppen på servern. Med stsadm kan man även titta på historik samt status för säkerhetskopiering och återställning.
För mer information om Stsadm.exe gå till: http://technet.microsoft.com/en-us/library/cc288541.aspx
2. Central Administration v3
Du kan även göra en säkerhetskopia och återställning genom Central Administration v3 användargränsnittet. Du kan säkerhetskopiera serverfarmen, webbapplikationen och någon utav eller samtliga innehållsdatabaser i din farm.
För mer information gå till: http://technet.microsoft.com/en-us/library/cc288343.aspx
3. SQL Server Management Studio
Det finns tre olika säkerhetskopior som går att skapa genom SQL Server Mangement Studio.
Full: Skapar en komplett backup av databasen, Det rekommenderas att köra en ”Full” säkerhetskopia första gången man ska göra en säkerhetskopia.
Differential: Skapar en säkerhetskopia på de ändringar som gjorts sedan den senast skapade säkhertskopian.
Transaction Log: Gör det möjligt att återställa databasen till en specifik tid.
För mer information gå till: http://technet.microsoft.com/en-us/library/cc288402.aspx
Att tänka på:
Man kan inte använda sig av Windows SharePoint Services 3.0 för att återskapa Konfigurationsdatabasen samt Central Administration Innehållsdatabasen. Man kan inte använda sig av SQL server 2005 backup för att göra en säkerhetskopia och sedan återskapa den till en annan farm.
När vi skapat en säkerhetskopia av farmen skapas en logfil vid namn Spbackup.txt
10
Nov
SharePoint 2007, WSS 3.0 | No Comments »
Found this on Joel Oleson’s Blog
Looking to index these file types on your SQL full text search, SharePoint, Desktops, or whoever else uses mssearch.exe? You can now index the following for free with this ifilter pack: .docx, .docm, .pptx, .pptm, .xlsx, .xlsm, .xlsb, .zip, .one, .vdx, .vsd, .vss, .vst, .vdx, .vsx, and .vtx
Office System 2007 Filter Pack download
Love to see the visio formats zip and various new formats. I now I’ve seen people purchase the .zip formats so it’s cool to see that. I’ve also heard of people installing Visio on the server
So this should be a welcome download. I forget where I saw this recently, but know it’s been something many search people have been on the watch for.
Below are the steps to add these IFilters for Indexing with the appropriate specific Search product, please see the associated KB article below:
To add search capability for PDF files in WSS and MOSS please see this guide made by Sundar Narasiman:
http://msmvps.com/blogs/sundar_narasiman/archive/2008/02/06/configuring-moss-2007-to-search-pdf-documents-install-and-configure-pdf-ifilters.aspx
You vill need Adobe iFilter 6.0 located @ http://www.adobe.com/support/downloads/detail.jsp?ftpID=2611
Good Luck!
10
Nov
WSS 3.0 | No Comments »
Found this guide on YouTube that takes you from A -B when installing Search Server 2008 Express for an existing WSS 3.0 app.
Link to guide on YouTube (it’s in German): Search Server Installation on YouTube
After installing the Search Server I needed to add a Shared Service Provider in the Central Administration Site and create a new Web Application for this purpose.
After this was done I could access the Search Administration Site and Config my Content Sources to be crawled.
Then create the Search Center: Site Actions -> Create -> Sites & Workspaces -> Select Template -> Enterprise -> Search Center Template -> Create
Then you should be good to go!
I don’t think this guide is the correct way but it kinda worked
Im going to install it a couple of times to get the steps down and catch up on the Best Practice for this kinda installation and configuration.
10
Nov
SharePoint 2007, WSS 3.0 | No Comments »
Just installed Search Server 2008 Express for your WSS 3.0 app?? And now you want to add a new scope to the search dropdown for you FARM? But you can’t seem to find the scopes on the Search Administration site? Well Daniel Berg gave me a good tip and told me that the link to the “View Scopes” page in Search Administrator seems to be hidden.. and to access the page you need to know the exact URL which he provided:
http://ExampleSite:PortToSearchAdministration/ssp/admin/_layouts/ViewScopesSSP.aspx?Mode=ssp
Just add this link to you “Links” Web Part on the Search Administration Start Page for future use. This will make it possible to Manage Search Scopes for your WSS farm.
If you want to edit your Search Scope the old fashion way then it’s Site Actions -> Site Settings -> Site Collection Administration -> Search Scopes
Recent Comments