I wanted to post a quick overview of how to install a DR farm to protect your main farm by log shipping your content databases to the second farm. The trick with the secondary farm is that the log shipped databases will be attached to the web application from the get-go. This allows you to browse the content at anytime using the secondary farm's local url and as bonus you get to search the attached sites so that search is functional all the time as well. See my earlier post for more information.
Here are the high level steps:
127.0.01 WebServerUrl
Now you should be able to browse any site and use all the features with the exception that the databases are read-only and functionality that requires alteration won't work until the databases are brought online. See this article for more information on the ramifications of read-only databases. Additionally, any new site creations created on the primary farm won't be available on the secondary farm until those databases containing the sites are reattached. See my earlier post for more on this problem. I will post a slick solution that does this for you automatically in the coming days.