<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1891113446045786652</id><updated>2012-01-31T15:52:54.315-05:00</updated><category term='BizTalk'/><category term='ISA-TMG'/><category term='Storage'/><category term='Windows OS'/><category term='MOSS 2007'/><category term='FEP 2010'/><category term='SharePoint 2010'/><category term='VMware'/><category term='Web Servers'/><category term='SQL Server'/><category term='Hyper V'/><title type='text'>System Administration</title><subtitle type='html'>Facts about Systems and Application Administration</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.techbiswas.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/15275469559550528529</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>55</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-549318614934076830</id><published>2012-01-22T19:49:00.001-05:00</published><updated>2012-01-22T19:50:15.473-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows OS'/><title type='text'>Some Useful Windows 2008 TCP/IP commands</title><content type='html'>&lt;p&gt;Here are some useful Windows 2008 TCP/IP commands using netsh.&lt;/p&gt;  &lt;h3&gt;Enabling IP Forwarding&lt;/h3&gt;  &lt;p&gt;Suppose you have a Windows 2008 server with two interfaces – Public and Production. Your default gateway is the public interface. But if you want to enable IP forwarding on the Production interface for backend communication, say a database server then you can use the following command.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;netsh interface ipv4 set int “Production” forwarding=enabled&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;h3&gt;Adding persistent static routes&lt;/h3&gt;  &lt;p&gt;If you need to add a persistent static route to a Windows 2008 server using netsh, you can use the following command&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;netsh interface ipv4 add route destination_ip_address/mask “interface_name” gateway store=persistent&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;For example, to add a static route to the network 192.168.1.0 with a subnet mask 255.255.255.0 for an interface named Production with a gateway 192.168.1.1, you will use the command:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;netsh interface ipv4 add route 192.168.1.0/24 “Production” 192.168.1.1 store=persistent&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-549318614934076830?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/549318614934076830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=549318614934076830&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/549318614934076830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/549318614934076830'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2012/01/some-useful-windows-2008-tcpip-commands.html' title='Some Useful Windows 2008 TCP/IP commands'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-7191824793064584993</id><published>2012-01-22T19:16:00.001-05:00</published><updated>2012-01-22T19:17:20.423-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='FEP 2010'/><title type='text'>Install and Apply FEP 2010 client locally</title><content type='html'>&lt;p&gt;In certain cases, the SCCM may not be able to deploy FEP 2010 clients to the servers or desktops.&amp;#160; In such a scenario, you may be required to manually install the FEP 2010 client and apply the policy locally. To do so, you can refer to the following steps.&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Logon to the client machine.&lt;/li&gt;    &lt;li&gt;Open the command prompt in elevated mode&lt;/li&gt;    &lt;li&gt;Supposing that your FEP 2010 client is located on a shared server, run the following command : &lt;a href="file://\\servername\sharename\FEPInstall.exe"&gt;\\servername\sharename\FEPInstall.exe&lt;/a&gt; /policy &lt;a href="file://\\servername\sharename\policyname.xml"&gt;\\servername\sharename\policyname.xml&lt;/a&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;If you already have a FEP 2010 client installed but its unable to fetch the policy, in that case, do the following: &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Logon to the client machine&lt;/li&gt;    &lt;li&gt;Open the command prompt in elevated mode&lt;/li&gt;    &lt;li&gt;cd “program files\Microsoft Security Client”&lt;/li&gt;    &lt;li&gt;Then execute the command: ConfigSecurityPolicy.exe &lt;a href="file://\\servername\sharename\policy.xml"&gt;\\servername\sharename\policy.xml&lt;/a&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/-RB-htB1yy8U/TxynD8SESFI/AAAAAAAAARI/aSo6tIJTyhQ/s1600-h/image%25255B9%25255D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/-m4CoVTM1AyA/TxynD1KTlwI/AAAAAAAAARQ/pCscYz5n90o/image_thumb%25255B3%25255D.png?imgmax=800" width="244" height="37" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This method is particularly helpful when your clients start showing up in the “Locally Removed” collection in for FEP in SCCM.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-7191824793064584993?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/7191824793064584993/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=7191824793064584993&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7191824793064584993'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7191824793064584993'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2012/01/install-and-apply-fep-2010-client.html' title='Install and Apply FEP 2010 client locally'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/-m4CoVTM1AyA/TxynD1KTlwI/AAAAAAAAARQ/pCscYz5n90o/s72-c/image_thumb%25255B3%25255D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-5078658938508082092</id><published>2011-12-27T10:16:00.000-05:00</published><updated>2011-12-27T10:16:27.819-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows OS'/><title type='text'>Adding multiple IP addresses in a Windows 2008 server</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Due to the change in the architecture of Windows 2008 TCP/IP model, you may encounter issues with multiple ip addresses in a Windows 2008 server. One of the problems that you may face is that your server may register different ip addresses with the DNS other than the ip address that you had initially entered in the TCP/IP settings. The problem and the resolution has been mentioned in detail in the KB article from Microsoft : KB 975808. In order to fix this problem, you should use the netsh command line to add any ip addresses other than the first ip address in a Windows 2008 server.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;netsh interface ipv4 add address "interface name" "IP Address" "Net mask" SkipAsSource=true&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;This ensures that your Windows 2008 server only registers the initial ip address with the DNS. &lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-5078658938508082092?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/5078658938508082092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=5078658938508082092&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/5078658938508082092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/5078658938508082092'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2011/12/adding-multiple-ip-addresses-in-windows.html' title='Adding multiple IP addresses in a Windows 2008 server'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/15275469559550528529</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-8985920435320213598</id><published>2011-03-12T19:02:00.002-05:00</published><updated>2011-03-12T19:11:56.699-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint 2010'/><title type='text'>Extending a Web Application in SharePoint 2010</title><content type='html'>&lt;p&gt;1. Open Central Administration. Then click Manage Web Applications listed under Application Management&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/TXwJjgfneQI/AAAAAAAAAQI/xTLIheu88xA/s1600-h/clip_image002%5B3%5D.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/TXwJj52RN4I/AAAAAAAAAQM/iMpiqZ88xvw/clip_image002_thumb.jpg?imgmax=800" width="244" height="76" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;2. In the Application Management screen, locate your web application. The application we will use to extend is SharePoint-8080&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/TXwJkN2LT6I/AAAAAAAAAQQ/Ae8ALugXAqA/s1600-h/clip_image004%5B3%5D.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/TXwJkabmh6I/AAAAAAAAAQU/wg6Mw_K7Ki8/clip_image004_thumb.jpg?imgmax=800" width="244" height="53" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;3. Select the application and click on Extend&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/TXwJkciEsxI/AAAAAAAAAQY/j3k6K3uFVEY/s1600-h/clip_image006%5B3%5D.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/TXwJklKzZgI/AAAAAAAAAQc/-XVUu-UcCbQ/clip_image006_thumb.jpg?imgmax=800" width="244" height="101" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;4. You will be presented with the screen below. Enter the details as per requirement. You can use host headers in case you have multiple websites running on the same port in your IIS web server.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/TXwJlKnNuCI/AAAAAAAAAQg/_QaH_TaI1V4/s1600-h/clip_image008%5B3%5D.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/TXwJlc2q8ZI/AAAAAAAAAQk/BVZ3QoWaLlg/clip_image008_thumb.jpg?imgmax=800" width="218" height="244" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;5. Scroll down and you will find the Public URL specifications. This setting configures the SharePoint website for public access. You can customize the settings and the zone as per the requirement.&lt;/p&gt;  &lt;p&gt;For the zones you have four choices – Intranet, Internet, Custom and Extranet. Click OK.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/TXwJln6eKYI/AAAAAAAAAQo/oy9bcIui_6k/s1600-h/clip_image010%5B3%5D.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/TXwJl44WsYI/AAAAAAAAAQs/Y4cB43pC7nc/clip_image010_thumb.jpg?imgmax=800" width="244" height="108" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;6. The web application is now extended. You can either browse the site directly by entering &lt;a href="http://servername:Port"&gt;http://servername:Port&lt;/a&gt; or you can verify the website from IIS manager as shown below:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/TXwJl4zd5dI/AAAAAAAAAQw/2AidZRudY9U/s1600-h/clip_image012%5B3%5D.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image012" border="0" alt="clip_image012" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/TXwJmRP3FJI/AAAAAAAAAQ0/RhJxzn_0ZdM/clip_image012_thumb.jpg?imgmax=800" width="244" height="96" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;7. You may want to do a “iisreset /noforce” in case your site does not come up.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-8985920435320213598?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/8985920435320213598/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=8985920435320213598&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8985920435320213598'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8985920435320213598'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2011/03/extending-web-application-in-sharepoint_12.html' title='Extending a Web Application in SharePoint 2010'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_Ry-ElOQXSCU/TXwJj52RN4I/AAAAAAAAAQM/iMpiqZ88xvw/s72-c/clip_image002_thumb.jpg?imgmax=800' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-3916797197383153539</id><published>2010-08-02T16:31:00.002-04:00</published><updated>2010-08-02T16:31:36.558-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint 2010'/><title type='text'>Creating a Web Application</title><content type='html'>Once your setup is complete, run the Central Administration from either your SharePoint server or over Internet Browser. Below is a screenshot of your SharePoint 2010 administration dashboard.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/TFcrBYUaBSI/AAAAAAAAAO8/0_rBMK2YwnU/s1600-h/clip_image001%5B3%5D.png"&gt;&lt;img alt="clip_image001" border="0" height="109" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/TFcrBpI-XlI/AAAAAAAAAPA/6PEhAaXtz0Y/clip_image001_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image001" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Go To Application Management and then click on Manage Web application. On the top left, as shown below, select New Web Application&lt;br /&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/TFcrB5SbHlI/AAAAAAAAAPE/uvy2vMovaj8/s1600-h/image%5B2%5D.png"&gt;&lt;img alt="image" border="0" height="154" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/TFcrCEQ8enI/AAAAAAAAAPI/GSl5_pJhUzI/image_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="image" width="244" /&gt;&lt;/a&gt; &lt;br /&gt;Fill out the details as shown below. Note that you have to carefully choose the settings while allowing access to the application. You may or may not choose to give access to the Anonymous users based on your requirement.&lt;br /&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/TFcrCSy6BZI/AAAAAAAAAPM/bPGaBwLMNtA/s1600-h/clip_image002%5B3%5D.png"&gt;&lt;img alt="clip_image002" border="0" height="244" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/TFcrCtpYSfI/AAAAAAAAAPQ/Na9hkEglsFA/clip_image002_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image002" width="182" /&gt;&lt;/a&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/TFcrCxNypNI/AAAAAAAAAPU/bKOBtx_J3Gs/s1600-h/clip_image003%5B3%5D.png"&gt;&lt;img alt="clip_image003" border="0" height="206" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/TFcrDTnhwnI/AAAAAAAAAPY/hPeYPhBVHKQ/clip_image003_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image003" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Once you are done, click OK and the application would be created as shown below. You may now choose to create the site collection or do it later.&lt;br /&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/TFcrDlLKcDI/AAAAAAAAAPc/DCazCXvaJfw/s1600-h/clip_image004%5B3%5D.png"&gt;&lt;img alt="clip_image004" border="0" height="161" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/TFcrD7yQVzI/AAAAAAAAAPg/8eUBER2zVz0/clip_image004_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image004" width="244" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-3916797197383153539?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/3916797197383153539/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=3916797197383153539&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3916797197383153539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3916797197383153539'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/08/creating-web-application.html' title='Creating a Web Application'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_Ry-ElOQXSCU/TFcrBpI-XlI/AAAAAAAAAPA/6PEhAaXtz0Y/s72-c/clip_image001_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-8340273170613182855</id><published>2010-08-02T16:22:00.002-04:00</published><updated>2010-08-02T16:23:56.959-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint 2010'/><title type='text'>Installing SharePoint 2010</title><content type='html'>Below is a step by step installation for SharePoint 2010 server on a farm environment.&lt;br /&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/TFcozHYGZvI/AAAAAAAAANE/8UsTa4Sc6dU/s1600-h/clip_image001%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image001[4]" border="0" height="199" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/TFcozapyr9I/AAAAAAAAANI/fdTe64HJaLs/clip_image001%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image001[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Insert the CD and run the setup.&lt;br /&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/TFcoziRgrvI/AAAAAAAAANM/uNfy_Zdz6aM/s1600-h/clip_image002%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image002[4]" border="0" height="197" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/TFcoz2qx9bI/AAAAAAAAANQ/WSJRDtMZoqw/clip_image002%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image002[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Accept the User Agreement.&lt;br /&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/TFco0ILDGeI/AAAAAAAAANU/GO9GnZ0fhFs/s1600-h/clip_image003%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image003[4]" border="0" height="198" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/TFco0glLzKI/AAAAAAAAANY/DFflozcIwbg/clip_image003%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image003[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Choose Server Farm&lt;br /&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/TFco1KjmxKI/AAAAAAAAANc/q4BYWVyq3KY/s1600-h/clip_image004%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image004[4]" border="0" height="199" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/TFco1bfsT3I/AAAAAAAAANg/zqkIBsYODEM/clip_image004%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image004[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;I chose Complete in order to add servers to the farm at a later date.&lt;br /&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/TFco1kvsQ4I/AAAAAAAAANk/LjpUa89fIW8/s1600-h/clip_image005%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image005[4]" border="0" height="199" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/TFco19UWLwI/AAAAAAAAANo/sd1GF-CEHN0/clip_image005%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image005[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Let the setup Wizard copy the files and complete the installation.&lt;br /&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/TFco2HBQV6I/AAAAAAAAANs/CQcDRLhe34o/s1600-h/clip_image006%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image006[4]" border="0" height="200" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/TFco2UKn9rI/AAAAAAAAANw/qekSCxeWA_4/clip_image006%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image006[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Once the installation is complete, choose to run the Configuration Wizard.&lt;br /&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/TFco3KQD_qI/AAAAAAAAAN0/4j4-_w8CAEE/s1600-h/clip_image007%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image007[4]" border="0" height="209" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/TFco3ZdYagI/AAAAAAAAAN4/02G20e7cRj0/clip_image007%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image007[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Proceed with the psconfig or the Configuration Wizard&lt;br /&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/TFco3kCF5JI/AAAAAAAAAN8/MP2z1HEVhXM/s1600-h/clip_image008%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image008[4]" border="0" height="138" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/TFco3y8PhXI/AAAAAAAAAOA/ZecW6QJPQYU/clip_image008%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image008[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Click Yes&lt;br /&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/TFco4eQo0ZI/AAAAAAAAAOE/iwj9z0l2bZ0/s1600-h/clip_image009%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image009[4]" border="0" height="209" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/TFco4n-URxI/AAAAAAAAAOI/D10dU62do-U/clip_image009%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image009[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;You have two options, either to create a new farm or connect to an existing farm. In my case I want to create a new farm since this is the first WFE (Web Front End) server.&lt;br /&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/TFco47l5YeI/AAAAAAAAAOM/cZ8JrXU-9BM/s1600-h/clip_image010%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image010[4]" border="0" height="209" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/TFco5Sj3URI/AAAAAAAAAOQ/JRTBf7oVufg/clip_image010%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image010[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Specify the database settings. Make sure you create a service account and use that as a database user. If you are unsure about the database permissions, consult your dba.&lt;br /&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/TFco52Pzh2I/AAAAAAAAAOU/TTOgvAZFyxY/s1600-h/clip_image011%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image011[4]" border="0" height="210" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/TFco6DqfcCI/AAAAAAAAAOY/bAmzitHKBnw/clip_image011%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image011[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Type in a password for server security.&lt;br /&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/TFco6dpukKI/AAAAAAAAAOc/MqaxstLGwQM/s1600-h/clip_image012%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image012[4]" border="0" height="207" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/TFco63CbnSI/AAAAAAAAAOg/N8fi0QGfwv0/clip_image012%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image012[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Choose the authentication type and accept the default for the Central Administration website port. Else if you have a specific port in mind you can specify here.&lt;br /&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/TFco7JDEaJI/AAAAAAAAAOk/fDLPdBqeMQw/s1600-h/clip_image013%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image013[4]" border="0" height="209" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/TFco7QGvMII/AAAAAAAAAOo/twEEGzDVo3U/clip_image013%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image013[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Confirm the settings and click Next&lt;br /&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/TFco7_xJ53I/AAAAAAAAAOs/bzh3_gzQBmE/s1600-h/clip_image014%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image014[4]" border="0" height="207" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/TFco8BU50YI/AAAAAAAAAOw/vSZlaPtwDfU/clip_image014%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image014[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Wait for the configuration wizard to finish configuring your SharePoint install.&lt;br /&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/TFco8U9WF8I/AAAAAAAAAO0/7NxrQYe2MGU/s1600-h/clip_image015%5B4%5D%5B2%5D.png"&gt;&lt;img alt="clip_image015[4]" border="0" height="210" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/TFco8jzjLNI/AAAAAAAAAO4/7NiskPBHuCM/clip_image015%5B4%5D_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="clip_image015[4]" width="244" /&gt;&lt;/a&gt;&lt;br /&gt;Click Finish to end the installation.&lt;br /&gt;&lt;br /&gt;You are now finished with the setup of the first WFE – web front end server for your SharePoint 2010 installation.&lt;br /&gt;In the next few blogs, I will go through the steps to create a new web application, site collection and extend an application.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-8340273170613182855?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/8340273170613182855/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=8340273170613182855&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8340273170613182855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8340273170613182855'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/08/installing-sharepoint-2010.html' title='Installing SharePoint 2010'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_Ry-ElOQXSCU/TFcozapyr9I/AAAAAAAAANI/fdTe64HJaLs/s72-c/clip_image001%5B4%5D_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-1410884912927039382</id><published>2010-06-03T22:12:00.002-04:00</published><updated>2010-06-03T22:13:20.118-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>Publishing Active Sync using ISA Server - Shortcut</title><content type='html'>In one of my earlier blogs, I explained the steps to create Active Sync publishing rule from scratch. However, if you are short on resources such as IP address or you don’t have the budget to buy additional SSL certificates then you have a very easy way out. All you need to have is an existing OWA rule and that’s it. Use the existing OWA rule and add /Microsoft-Server-ActiveSync/* to the Paths section and apply the rule.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-1410884912927039382?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/1410884912927039382/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=1410884912927039382&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/1410884912927039382'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/1410884912927039382'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/06/publishing-active-sync-using-isa-server.html' title='Publishing Active Sync using ISA Server - Shortcut'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-7371396401050829470</id><published>2010-05-14T14:34:00.002-04:00</published><updated>2010-05-14T14:34:47.521-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>Publishing Outlook Mobile Access using ISA Server</title><content type='html'>Publishing Outlook Mobile Access using ISA server is fairly simple. Assuming that you already have a rule published for Outlook Web Access, all you need to do is to add the /oma/* folder in the Paths section of the rule and then Apply.&amp;nbsp; Note that this better than creating a new rule as it utilizes the same security and SSL certificate as that of the OWA access to publish your Outlook Mobile Access.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-7371396401050829470?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/7371396401050829470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=7371396401050829470&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7371396401050829470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7371396401050829470'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/05/publishing-outlook-mobile-access-using.html' title='Publishing Outlook Mobile Access using ISA Server'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-6627468583851182047</id><published>2010-05-04T22:13:00.002-04:00</published><updated>2010-05-04T22:15:30.146-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>Fixing Disk Issues for P2V servers in ESXi</title><content type='html'>I have encountered this error several times in the past when I tried to virtualize a server using VMware Standalone converter and then trying to import the server in ESXi.&lt;br /&gt;&lt;h5&gt;“Failed to Open SCSI DIsk 0:0 unsupported and/or invalid Disk Type 7"&lt;/h5&gt;There is an easy fix for this but you will have to enable SSH or console access in ESXi and use the VMKFSTOOLS from the ESXi console to clone the disk.&lt;br /&gt;First of all, use the following command to enable SSH in the ESXi server :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Go to the server console, press ALT-F1 and type unsupported.&lt;/li&gt;&lt;li&gt;When prompted for password, type your root password&lt;/li&gt;&lt;li&gt;Then using vi editor open the file /etc/inetd.conf and search for SSH string.&lt;/li&gt;&lt;li&gt;Uncomment the line where the SSH services are specified.&lt;/li&gt;&lt;li&gt;Restart the services from /sbin/services.sh restart&lt;/li&gt;&lt;/ul&gt;If this does not work restart the ESXi host and it should work.&lt;br /&gt;Once you are logged in using SSH or have console access to the ESXi server, navigate to the directory where you have the recently P2ved server stored (say /vmfs/server) and&amp;nbsp; type the following :&lt;br /&gt;&lt;b&gt;&lt;i&gt;vmkfstools –i /vmfs/server/originaldisk.vmdk /vmfs/server/newdisk.vmdk –d thin&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;where :&lt;br /&gt;&lt;b&gt;originaldisk.vmdk is the disk that was created when you initially used the standalone converter to convert your server to virtual.&lt;/b&gt;&lt;br /&gt;&lt;b&gt;newdisk.vmdk is the newly created clone from the console&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-6627468583851182047?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/6627468583851182047/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=6627468583851182047&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6627468583851182047'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6627468583851182047'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/05/fixing-disk-issues-for-p2v-servers-in.html' title='Fixing Disk Issues for P2V servers in ESXi'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-8134553505908933686</id><published>2010-05-04T21:47:00.002-04:00</published><updated>2010-05-22T21:27:37.746-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows OS'/><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>Fixing WMI errors</title><content type='html'>&lt;p&gt;Although this may be a common error in Windows but I have experienced this specially after virtualizing a Domain controller, you may face several WMI related errors which may be very annoying. There is an easy fix and the main contributor for this is &lt;strong&gt;&lt;font size="2"&gt;Jason Weaver&lt;/font&gt;&lt;/strong&gt;, one of the smartest guys I have ever seen and worked with. He is vastly experienced in every form of Windows Operating Systems and a Subject Matter Expert in Active Directory.&lt;/p&gt;  &lt;p&gt; So for the fix, follow the steps below:   &lt;br /&gt;    &lt;br /&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Stop the Windows Management Instrumentation service from Services console. &lt;/li&gt;    &lt;li&gt;Delete all the contents from C:\WINDOWS\system32\wbem\Repository folder. &lt;/li&gt;    &lt;li&gt;Reboot the server. &lt;/li&gt; &lt;/ul&gt; If you continue to face the errors you will have to re-register the WMI components by running the following commands from command window, one at a time :  &lt;br /&gt;  &lt;ul&gt;   &lt;li&gt;cd /d %windir%\system32\wbem &lt;/li&gt;    &lt;li&gt;for %i in (*.dll) do RegSvr32 -s %i &lt;/li&gt;    &lt;li&gt;for %i in (*.exe) do %i /RegServer&amp;#160; &lt;/li&gt;    &lt;li&gt;Reboot the server again. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;If you face the following error or event in Event viewer follow the resolution steps : &lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;EVENT ID 1090       &lt;br /&gt;&lt;/strong&gt;Windows couldn't log the RSoP (Resultant Set of Policies) session status. An attempt to connect to WMI failed. No more RSoP logging will be done for this application of policy. For more information, see Help and Support Center at &lt;/em&gt;&lt;a href="http://go.microsoft.com/fwlink/events.asp"&gt;&lt;em&gt;http://go.microsoft.com/fwlink/events.asp&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&amp;#160;&amp;#160; cd /d %windir%\system32.&lt;/li&gt;    &lt;li&gt;&amp;#160;&amp;#160; regsvr32 /n /I userenv.dll.&lt;/li&gt;    &lt;li&gt;&amp;#160;&amp;#160; cd wbem.&lt;/li&gt;    &lt;li&gt;&amp;#160;&amp;#160; mofcomp scersop.mof.&lt;/li&gt;    &lt;li&gt;&amp;#160;&amp;#160; gpupdate /force &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;For Windows Server 2003&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;Use the following command to detect and repair a corrupted WMI Repository: &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; rundll32 wbemupgd, RepairWMISetup&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-8134553505908933686?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/8134553505908933686/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=8134553505908933686&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8134553505908933686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8134553505908933686'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/05/fixing-wmi-errors.html' title='Fixing WMI errors'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-846480606920064582</id><published>2010-04-01T21:49:00.003-04:00</published><updated>2010-05-04T22:16:14.241-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hyper V'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows OS'/><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>Removing Non Present Devices in Windows Virtual Machines after P2V</title><content type='html'>Sometimes you may get an ” ip address already exists” error when you try to re-ip your Virtual Machine virtual NIC just after completing P2V from a physical machine. This occurs because your physical network interface is no longer available but the ip address information along with the physical NIC is still stored in the TCP/IP stack of the machine and in the registry. In such a case, you will need to do the following to get rid of the stale information :  &lt;br /&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;       &lt;td width="534"&gt;&lt;ul&gt;&lt;li&gt;Open command prompt&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;     &lt;/tr&gt;&lt;tr&gt;       &lt;td&gt;&lt;ul&gt;&lt;li&gt;Type &lt;b&gt;&lt;i&gt;set DEVMGR_SHOW_NONPRESENT_DEVICES=1&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;     &lt;/tr&gt;&lt;tr&gt;       &lt;td&gt;&lt;ul&gt;&lt;li&gt;Next Open Device manager by typing &lt;b&gt;&lt;i&gt;devmgmt.msc&lt;/i&gt;&lt;/b&gt; from the same command window&amp;nbsp; and &lt;b&gt;&lt;i&gt;select Show Hidden Devices&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;     &lt;/tr&gt;&lt;tr&gt;       &lt;td&gt;&lt;ul&gt;&lt;li&gt;Delete grayed out non-present hardware&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;     &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-846480606920064582?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/846480606920064582/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=846480606920064582&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/846480606920064582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/846480606920064582'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/04/removing-non-present-devices-in-windows.html' title='Removing Non Present Devices in Windows Virtual Machines after P2V'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-572319257243580253</id><published>2010-04-01T21:37:00.002-04:00</published><updated>2010-04-01T21:37:51.970-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>ISA and Load Balancing</title><content type='html'>Yes, ISA server can load balance your backend web servers or CAS so long you are using HTTP pr HTTPS traffic. It is not possible for ISA to load balance RPC traffic. It is recommended that you use a hardware load balancer or Microsoft NLB for load balancing your CAS servers. If you need further details on this discussion you can refer to the Technet Forum :&lt;br /&gt;&amp;nbsp;&lt;a href="http://social.technet.microsoft.com/Forums/en-IE/exchange2010/thread/35adc3bf-a5b1-43a8-9753-e9ea40a6eb1e" title="http://social.technet.microsoft.com/Forums/en-IE/exchange2010/thread/35adc3bf-a5b1-43a8-9753-e9ea40a6eb1e"&gt;http://social.technet.microsoft.com/Forums/en-IE/exchange2010/thread/35adc3bf-a5b1-43a8-9753-e9ea40a6eb1e&lt;/a&gt;&lt;br /&gt;But having said that, don’t we already know that ISA 2006 or TMG&amp;nbsp; should be used as a reverse proxy with Exchange&amp;nbsp; for OWA or RPC over HTTPS publishing ONLY? Both of these are HTTP or HTTPS traffic. The Outlook Anywhere rule templates are precisely for this purpose. Opening up RPC traffic over Internet can lead to serious security issues.&amp;nbsp; As for internal traffic is concerned, use RPC over HTTPS instead of RPC if you want faster response times.&lt;br /&gt;Summary, ISA 2006 or TMG provides load balancing as a feature, there are other ways of load balancing your web or CAS servers. But if you want an out of the box solution for a small or medium business where spending on hardware load balancers may be an issue then ISA 2006 or TMG can do the work to load balance your web or CAS servers.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-572319257243580253?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/572319257243580253/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=572319257243580253&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/572319257243580253'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/572319257243580253'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/04/isa-and-load-balancing.html' title='ISA and Load Balancing'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-3016724946498156712</id><published>2010-04-01T18:18:00.002-04:00</published><updated>2010-05-05T11:18:10.054-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>P2V continued – Destination Virtual Machine actions</title><content type='html'>&lt;p&gt;Once you have completed P2V, perform the following actions or ‘ clean ups” on the converted virtual machine AFTER you have SHUT DOWN the physical server that was virtualized :   &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="0" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="534"&gt;         &lt;ul&gt;           &lt;li&gt;Allow the Operating system for the virtual machine to complete Detecting Hardware. Make sure you have updated the HAL. And do not change the number of vCPU before updating the HAL. This severely affects the performance.&lt;/li&gt;         &lt;/ul&gt;          &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;em&gt;&lt;strong&gt;Tip : Always update the CPU drivers from Device Manager and choose ACPI multi or uniprocessor drivers depending on the numbers of vCPUs.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;         &lt;ul&gt;           &lt;li&gt;Complete all reboots.&lt;/li&gt;         &lt;/ul&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;         &lt;ul&gt;           &lt;li&gt;Finish VMware Tools installation&lt;/li&gt;         &lt;/ul&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;         &lt;ul&gt;           &lt;li&gt;Verify peripherals from Device manager.&lt;/li&gt;         &lt;/ul&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;         &lt;ul&gt;           &lt;li&gt;Remove non-present and&amp;#160; old hardware&lt;/li&gt;         &lt;/ul&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="534"&gt;         &lt;ul&gt;           &lt;li&gt;Remove all vendor software needed for RAID, NIC Teaming, etc.&lt;/li&gt;         &lt;/ul&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="534"&gt;         &lt;ul&gt;           &lt;li&gt;Check Shared Folders and permissions&lt;/li&gt;         &lt;/ul&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="534"&gt;         &lt;ul&gt;           &lt;li&gt;Disable unneeded services.&lt;/li&gt;         &lt;/ul&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="534"&gt;         &lt;ul&gt;           &lt;li&gt;Check Event Viewer for Errors&lt;/li&gt;         &lt;/ul&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="534"&gt;         &lt;ul&gt;           &lt;li&gt;Check Antivirus&lt;/li&gt;         &lt;/ul&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="534"&gt;         &lt;ul&gt;           &lt;li&gt;Set the IP Address on the network adapters and verify they are connected to the proper VLANs.&lt;/li&gt;         &lt;/ul&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="534"&gt;         &lt;ul&gt;           &lt;li&gt;Perform ipconfig /registerdns to complete registration with the DNS server&lt;/li&gt;         &lt;/ul&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td width="534"&gt;         &lt;ul&gt;           &lt;li&gt;Ping the newly converted virtual machine and try to access remotely&lt;/li&gt;         &lt;/ul&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-3016724946498156712?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/3016724946498156712/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=3016724946498156712&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3016724946498156712'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3016724946498156712'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/04/p2v-continued-destination-virtual.html' title='P2V continued – Destination Virtual Machine actions'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-76147949310176827</id><published>2010-04-01T18:10:00.002-04:00</published><updated>2010-04-01T18:20:22.341-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>P2V checklist</title><content type='html'>Before you start virtualizing the physical servers, here is a brief check list of what all you need to remember when you embark on the virtualizing spree :&lt;br /&gt;&lt;b&gt;&lt;i&gt;Physical Server Related tasks&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;Investigate the Physical Server and do the following :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Confirm at least 200MB of free space in C:\&lt;/li&gt;&lt;li&gt;Ensure that the server has at least 512MB RAM&lt;/li&gt;&lt;li&gt;Run CHKDSK to clear any disk errors&lt;/li&gt;&lt;li&gt;Run Defrag and reclaim space&lt;/li&gt;&lt;li&gt;Ensure Local Administrator login is correctly set&lt;/li&gt;&lt;li&gt;If you are using a domain login, ensure that you have logged in to the Server to Cache your Credentials.&lt;/li&gt;&lt;li&gt;Ensure 1Gbs Network Connection exists&lt;/li&gt;&lt;li&gt;Open TCP/UDP ports 139, 445, and 902 and 443 if the server is behind a firewall&lt;/li&gt;&lt;li&gt;Establish network connectivity using Ping from Target machine to Source ESX Server and Virtual center&lt;/li&gt;&lt;li&gt;Make a note of shares and permissions&lt;/li&gt;&lt;li&gt;Make a note of ip configuration information&lt;/li&gt;&lt;li&gt;Restrict user access&lt;/li&gt;&lt;li&gt;Disable any unneeded services&lt;/li&gt;&lt;li&gt;Disable System Restore if you are virtualizing Windows Xp&lt;/li&gt;&lt;li&gt;&lt;b&gt;Remote P2V&lt;/b&gt; : Use local administrator to Install Agent for the converter. For NT and Windows 2000, it will need a reboot before proceeding with P2V.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Local P2V&lt;/b&gt; : Install Converter and agent directly on source machine if you are converting directly into ESX Server.&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-76147949310176827?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/76147949310176827/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=76147949310176827&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/76147949310176827'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/76147949310176827'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/04/p2v-checklist_01.html' title='P2V checklist'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-5307473014819568412</id><published>2010-04-01T17:59:00.002-04:00</published><updated>2010-04-01T18:20:38.940-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>P2V Converter Specifications</title><content type='html'>While initiating the P2V wizard, keep the following in mind :&lt;br /&gt;&lt;br /&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;       &lt;td width="534"&gt;&lt;ul&gt;&lt;li&gt;Create the target Virtual Machine with correct specifications – such as memory, CPU and Hard disk.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;     &lt;/tr&gt;&lt;tr&gt;       &lt;td&gt;&lt;ul&gt;&lt;li&gt;Resize the disks volume – &lt;i&gt;this is recommended for file servers which always keeps going out of space. Plan out your data storage requirements carefully when you resize the size of hard disks.&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;     &lt;/tr&gt;&lt;tr&gt;       &lt;td&gt;&lt;ul&gt;&lt;li&gt;DO NOT clone utility partitions – you wont need it any longer&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;     &lt;/tr&gt;&lt;tr&gt;       &lt;td&gt;&lt;ul&gt;&lt;li&gt;Make sure you have&amp;nbsp; "Install VMware Tools" checked. &lt;i&gt;This comes handy when you P2V Windows 2000 Servers as sometimes P2V does not copy over the VMWare compatible LSI or BusLogic SCSI drivers.&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;     &lt;/tr&gt;&lt;tr&gt;       &lt;td&gt;&lt;ul&gt;&lt;li&gt;Adjust the virtual CPUs.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;     &lt;/tr&gt;&lt;tr&gt;       &lt;td&gt;&lt;ul&gt;&lt;li&gt;Delete USB devices unless specifically required.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;     &lt;/tr&gt;&lt;tr&gt;       &lt;td&gt;&lt;ul&gt;&lt;li&gt;Delete Serial and parallel devices UNLESS specifically required.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;     &lt;/tr&gt;&lt;tr&gt;       &lt;td&gt;&lt;ul&gt;&lt;li&gt;Remove Floppy drive&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;     &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-5307473014819568412?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/5307473014819568412/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=5307473014819568412&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/5307473014819568412'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/5307473014819568412'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/04/p2v-checklist.html' title='P2V Converter Specifications'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-2577591954254393736</id><published>2010-03-24T12:41:00.002-04:00</published><updated>2010-03-24T12:42:49.401-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>Virtual Switches configuration from ESX Command Line</title><content type='html'>Assuming that you have one vswif adapter vswif0 bind to one virtual switch vSwitch0, the following commands will help you to delete and recreate the adapter and switch from scratch via command line.&lt;br /&gt;&lt;div align="left"&gt;a.. To list the name of the vswif adapter, run :   &lt;br /&gt;&lt;b&gt;esxcfg-vswif -l&lt;/b&gt;&lt;/div&gt;b. To delete the vswif adapter, run the following command:   &lt;br /&gt;&lt;b&gt;esxcfg-vswif -d vswif0&lt;/b&gt; ; &lt;b&gt;where vswif0 is the first adapter&lt;/b&gt;&lt;br /&gt;c. Now list the name of the vSwitch:   &lt;br /&gt;&lt;b&gt;esxcfg-vswitch -l&lt;/b&gt;&lt;br /&gt;d. To delete the vSwitch, run the following command:   &lt;br /&gt;&lt;b&gt;esxcfg-vswitch -d vSwitch0&lt;/b&gt;&lt;br /&gt;e. Now create the vSwitch:   &lt;br /&gt;&lt;b&gt;esxcfg-vswitch -a vSwitch0&lt;/b&gt;&lt;br /&gt;f. Now create&amp;nbsp; the port groups for vSwitch:   &lt;br /&gt;&lt;b&gt;esxcfg-vswitch -A "VM Network" vSwitch0     &lt;br /&gt;esxcfg-vswitch -A "Service Console" vSwitch0&lt;/b&gt;&lt;br /&gt;g. Now you would need to create the vswif adapter by the following command:   &lt;br /&gt;&lt;b&gt;esxcfg-vswif -a -p "Service Console" -i=www.xxx.yyy.zzz -n=255.255.0.0 vswif0&lt;/b&gt; ; &lt;i&gt;netmask depends on what ip has been sepcified by the –i switch&lt;/i&gt;&lt;br /&gt;h. Next verifiy your network settings and network adapters&amp;nbsp; by&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;:&lt;br /&gt;&amp;nbsp;&lt;b&gt;cat /etc/sysconfig/network&amp;nbsp; &lt;/b&gt;&lt;br /&gt;&lt;b&gt;esxcfg-nics –l&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;/b&gt;  &lt;br /&gt;&lt;br /&gt;i. Then associate the vmnic with the vSwitch0 :    &lt;br /&gt;&lt;br /&gt;&lt;b&gt;esxcfg-vswitch -L vmnic1 vSwitch0&lt;/b&gt;&lt;br /&gt;j. Verify that the vmnic is associated with the vSwitch:   &lt;br /&gt;&lt;b&gt;esxcfg-vswitch -l&lt;/b&gt;&lt;br /&gt;k. Verifiy network connectivity by pinging an ip address.&lt;br /&gt;You are now all set with your vSwitch configuration.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-2577591954254393736?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/2577591954254393736/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=2577591954254393736&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/2577591954254393736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/2577591954254393736'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/03/virtual-switches-configuration-from-esx.html' title='Virtual Switches configuration from ESX Command Line'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-2269150444211797148</id><published>2010-03-15T11:24:00.002-04:00</published><updated>2010-03-15T11:25:30.896-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>Fixing Legato Backups for VMware Esx</title><content type='html'>&lt;p&gt;Backing up your ESX servers using Legato can sometimes be a pain. Here is a check list of what needs to be done to run the backups successfully :&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Install your legato client with the –nodeps swicth&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;rpm –i –-nodeps legatoxxxclnt.rpm&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Open the firewall ports associated with the legato client &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;esxcfg-firewall –o portrange ( follow the syntax from the esx firewall commands section). Typically you would want to open up specific ports. If not open 10000-30000 and 7937 and 7938. Open both TCP and UDP.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Enable nfs client communication through the esx firewall by :&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;esxcfg-firewall –e nfsClient&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Run rpcinfo –p LegatoServer name to check if the communication is working&lt;/li&gt;    &lt;li&gt;From esx command line , run the following to setup the initial communication&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;nsrexecd –s legatoservername&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The following commands may be used to restart your Legato service from esx command line :&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;service networker stop&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;service networker start&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-2269150444211797148?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/2269150444211797148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=2269150444211797148&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/2269150444211797148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/2269150444211797148'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/03/fixing-legato-backups-for-vmware-esx.html' title='Fixing Legato Backups for VMware Esx'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-6344907041638646020</id><published>2010-03-12T16:28:00.002-05:00</published><updated>2010-03-12T16:29:53.270-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server'/><title type='text'>Backing up SQL Express</title><content type='html'>&lt;p&gt;Ever wondered how you can automate your backups for SQL Express? Specially when you don’t have the JOBS option? Well, here is a cool tool from &lt;a href="http://www.lazycoding.com/"&gt;www.lazycoding.com&lt;/a&gt; – SQL Scheduler which you can use to automate your SQL Express backups. Once you have installed the software, follow the steps below to configure :&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;First connect to a server. Make sure you put in the correct syntax for the SQL Express server – Servname\Instance name. Then name the backup job per your convenience.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S5qyBlbG9uI/AAAAAAAAAME/M7wozWhrqJo/s1600-h/clip_image002%5B3%5D.jpg"&gt;&lt;img style="border: 0px none; display: inline;" title="clip_image002" alt="clip_image002" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S5qyCJnw9iI/AAAAAAAAAMI/GBWQ-uYTdJM/clip_image002_thumb.jpg?imgmax=800" width="244" border="0" height="156" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Refer to the script below and paste the script in the window. Note that I am backing up my sharepoint database WSS_Content to e:\admin\sql_backup folder with date and timestamp. You  can also use the syntax checker to make sure your T-SQL scripts are correct.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;DECLARE @BackupName VARCHAR(255) &lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;DECLARE @BackupFileName VARCHAR(255) &lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;SET @BackupName = 'WSS_Content_' + convert(nvarchar(20), getdate(), 112) + N'.bak' &lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;SET @BackupFileName = N'e:\admin\sql_backup\' + @BackupName &lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;BACKUP DATABASE WSS_Content TO  &lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;DISK = @BackupFileName WITH NOFORMAT, NOINIT,  &lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;NAME = @BackupName, SKIP, REWIND, NOUNLOAD,  STATS = 10&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S5qyCYrvJaI/AAAAAAAAAMM/aWk-pAC_O_g/s1600-h/clip_image002%5B4%5D%5B2%5D.jpg"&gt;&lt;img style="border: 0px none; display: inline;" title="clip_image002[4]" alt="clip_image002[4]" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S5qyCw5BxSI/AAAAAAAAAMQ/KPl_E5H5kTQ/clip_image002%5B4%5D_thumb.jpg?imgmax=800" width="244" border="0" height="217" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Setup a schedule &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S5qyDPPvsrI/AAAAAAAAAMU/iAGXgfyaAVM/s1600-h/clip_image002%5B6%5D%5B2%5D.jpg"&gt;&lt;img style="border: 0px none; display: inline;" title="clip_image002[6]" alt="clip_image002[6]" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S5qyDetwLUI/AAAAAAAAAMY/QEBJcxutfy4/clip_image002%5B6%5D_thumb.jpg?imgmax=800" width="244" border="0" height="217" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt; Provide your email address to make sure you are alerted when the job is complete. You will have to configure an SMTP server for sending the emails. I have IIS-SMTP running on the same server.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S5qyDhCbNAI/AAAAAAAAAMc/-yZd3fbf2tk/s1600-h/clip_image002%5B8%5D%5B2%5D.jpg"&gt;&lt;img style="border: 0px none; display: inline;" title="clip_image002[8]" alt="clip_image002[8]" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S5qyEKjE1ZI/AAAAAAAAAMg/qvWTtae7xzM/clip_image002%5B8%5D_thumb.jpg?imgmax=800" width="244" border="0" height="159" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Execute the job to make sure it runs from the main console.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S5qyEYtyEcI/AAAAAAAAAMk/tyM-nmuJOww/s1600-h/image%5B2%5D.png"&gt;&lt;img style="border: 0px none; display: inline;" title="image" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S5qyEtXjYrI/AAAAAAAAAMo/NT6lErC5crc/image_thumb.png?imgmax=800" width="244" border="0" height="158" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Check the last run result&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S5qyFHgQDnI/AAAAAAAAAMs/InZxJEELcyI/s1600-h/clip_image002%5B10%5D%5B2%5D.jpg"&gt;&lt;img style="border: 0px none; display: inline;" title="clip_image002[10]" alt="clip_image002[10]" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S5qyFsd-9kI/AAAAAAAAAMw/QpxEkkBKA78/clip_image002%5B10%5D_thumb.jpg?imgmax=800" width="244" border="0" height="216" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-6344907041638646020?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/6344907041638646020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=6344907041638646020&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6344907041638646020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6344907041638646020'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/03/backing-up-sql-express.html' title='Backing up SQL Express'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_Ry-ElOQXSCU/S5qyCJnw9iI/AAAAAAAAAMI/GBWQ-uYTdJM/s72-c/clip_image002_thumb.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-6048565223364583022</id><published>2010-03-12T15:40:00.002-05:00</published><updated>2010-03-12T15:49:09.659-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hyper V'/><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>Physical To Virtual Determination</title><content type='html'>&lt;p&gt;Before you start converting your physical servers to virtual or P2V you would need to analyze in details as to what parameters or criteria you should be using to evaluate a potential P2V candidate. Below are some useful guidelines which can help you decide :&lt;/p&gt;  &lt;h5&gt;CPU&lt;/h5&gt;  &lt;p&gt;You need to carefully inspect the CPU of the physical server you want to virtualize. You need to note the CPU speed, number of processors, whether they are multi-core, etc.&lt;/p&gt;  &lt;h5&gt;Operating System&lt;/h5&gt;  &lt;p&gt;The version of the operating system and its service pack and patch level. Though there are no restrictions to the OS you can virtualize on VMware or Hyper V yet its necessary that you ascertain the OS details. Make a note of the vendor provided drivers as well since sometimes a vendor may not support virtualized servers.&lt;/p&gt;  &lt;h5&gt;Storage&lt;/h5&gt;  &lt;p&gt;One of the most important criteria that will affect your virtualization decision is based on storage. You have to make sure that once you have virtualized your server your storage is intact. This is very essential when your physical servers is a part of the cluster and may be attached to a SAN, iSCSI or NAS. &lt;/p&gt;  &lt;h5&gt;Peripherals and Devices&lt;/h5&gt;  &lt;p&gt;Be sure to do a physical inspection of the server. Make a note of all the devices that may be connected – modem, security dongle or any other devices apart from the regular ones.&lt;/p&gt;  &lt;h5&gt;Server Role&lt;/h5&gt;  &lt;p&gt;Ascertain the role of the server and talk to the business client about the application installed. Make sure you take into consideration applications that use licenses that may be tied to a CPU. If the server is a web server your requirement of virtual resources would be less compared to an Exchange or MS SQL or Oracle server.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The above are the 5 core technical points that helps you decide a P2V candidate. However, as you start working on a more detailed plan you will come across other factors that will influence your decision – such as ROI, obtaining approvals from groups involved , etc.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-6048565223364583022?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/6048565223364583022/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=6048565223364583022&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6048565223364583022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6048565223364583022'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/03/physical-to-virtual-determination.html' title='Physical To Virtual Determination'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-6426154894989561380</id><published>2010-03-09T09:15:00.003-05:00</published><updated>2010-03-11T16:51:24.078-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BizTalk'/><title type='text'>Configuring SSO Cluster</title><content type='html'>If you are configuring BizTalk in production environment&amp;#160; then it is very necessary that you build an SSO cluster for your production environment so that your Master Secret Server has high availability. Note that you cannot install Master Secret Server on a NLB cluster and you will have to install a Microsoft Windows 2003 cluster and then configure your Enterprise Single Sign On to operate on clustered environment. Also, you must be an SSO administrator to perform the configuration.  &lt;br /&gt;  &lt;ol&gt;   &lt;li&gt;Assuming the fact that you have two servers, say Server A and Server B for this cluster where Server A is the active node and Server B is the passive node. &lt;/li&gt;    &lt;li&gt;During the installation, use the BizTalk configuration wizard to configure Server A as the Master Secret Server. When you configure the Server B, DO NOT configure it as a Master Secret Server. &lt;i&gt;&lt;b&gt;Also, remember to follow the instructions and Backup the master secret in Server A as you will need it during the cluster configuration to restore the master secret in Server B. Its normally in the format of some random_number.bak&lt;/b&gt;&lt;/i&gt;&lt;/li&gt;    &lt;li&gt;After configuring the single sign on on both the nodes, stop the SSO service and then you would have to change the name of the master secret server to the cluster name in the credentials database. For example, when you first installed the master secret server it was Server A but now that you have a cluster, the name of the master secret server should that be of the cluster, e.g SSO CLUSTER or anything that you may seem appropriate. You can do this by &lt;/li&gt; &lt;/ol&gt;  &lt;table style="width: 400px" border="0" cellspacing="0" cellpadding="2" width="471"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="469"&gt;a. Copy following into an .xml file and save the file, say &lt;b&gt;&lt;i&gt;cluster.xml&lt;/i&gt;&lt;/b&gt; :           &lt;br /&gt;          &lt;table style="width: 400px" border="0" cellspacing="0" cellpadding="2"&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td valign="top" width="400"&gt;&amp;lt;sso&amp;gt;                  &lt;br /&gt;&amp;#160; &amp;lt;globalInfo&amp;gt;                   &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;secretServer&amp;gt;SSO_CLUSTER&amp;lt;/secretServer&amp;gt;                   &lt;br /&gt;&amp;#160; &amp;lt;/globalInfo&amp;gt;                   &lt;br /&gt;&amp;lt;/sso&amp;gt;&lt;/td&gt;             &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt; b. From the command prompt, go to &lt;i&gt;c&lt;/i&gt;:\Program Files\Common Files\Enterprise Single Sign-On. Type &lt;b&gt;ssomanage -updatedb &lt;i&gt;cluster.xml (see previous step)&lt;/i&gt;&lt;/b&gt; to update the master secret server name in credential database. This is where the single sign on gets installed by default unless you change the location.&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt; If you receive any errors, that is because of the fact that MS DTC service is not configured. To resolve this error , configure the DTC to run on the cluster:  &lt;br /&gt;  &lt;table style="width: 400px" border="0" cellspacing="0" cellpadding="2" width="507"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="505"&gt;a. On Server A , at the command line prompt, type &lt;b&gt;comclust -a&lt;/b&gt;.           &lt;br /&gt;b. From the &lt;b&gt;Services&lt;/b&gt; MMC , right-click &lt;b&gt;Distributed Transaction Coordinator&lt;/b&gt;, and then click &lt;b&gt;Restart&lt;/b&gt;.          &lt;br /&gt;c. On Server B , at the command line prompt, type &lt;b&gt;comclust -a&lt;/b&gt;.          &lt;br /&gt;d. From the &lt;b&gt;Services&lt;/b&gt; MMC, right-click &lt;b&gt;Distributed Transaction Coordinator&lt;/b&gt;, and then click &lt;b&gt;Restart&lt;/b&gt;.&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;br /&gt;  &lt;br /&gt;  &lt;h3&gt;To configure the service and resource parameters for the cluster&lt;/h3&gt;  &lt;ul&gt;   &lt;li&gt;Open &lt;b&gt;Cluster Administrator&lt;/b&gt;, and then click the cluster group that has the master secret server cluster. &lt;/li&gt;    &lt;li&gt;On the &lt;b&gt;File&lt;/b&gt; menu, point to &lt;b&gt;New&lt;/b&gt;, and then click &lt;b&gt;Resource&lt;/b&gt;. &lt;/li&gt; &lt;/ul&gt;  &lt;table style="width: 400px" border="0" cellspacing="0" cellpadding="2"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="400"&gt;a. On the &lt;b&gt;New Resource&lt;/b&gt; window, type the N&lt;b&gt;ame&lt;/b&gt; of the SSO resource, say ENTSSO and for the &lt;b&gt;Resource type&lt;/b&gt; choose &lt;b&gt;Generic Service. Click Next&lt;/b&gt;          &lt;br /&gt;b. On the &lt;b&gt;Possible Owners&lt;/b&gt; section, include both nodes Server A and Server B.&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;br /&gt;  &lt;ul&gt;   &lt;li&gt;After you have created the &lt;b&gt;ENTSSO&lt;/b&gt; resource, right-click &lt;b&gt;ENTSSO&lt;/b&gt;, and click &lt;b&gt;Properties&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;In the &lt;b&gt;Cluster Properties&lt;/b&gt; dialog box, click the &lt;b&gt;Security &lt;/b&gt;tab, and make sure that the user has appropriate rights. This can be your SSO administrator user which you used to configure the application.&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;To restore the master secret on the second node&lt;/h3&gt;  &lt;ol&gt;   &lt;li&gt;Open &lt;b&gt;Cluster Administrator&lt;/b&gt;, right click the&amp;#160; master secret server cluster group, and then click &lt;b&gt;Move group&lt;/b&gt;. This moves the master secret server resources from the Server A to Server B.&lt;/li&gt;    &lt;li&gt;Login to Server B and at the command prompt, navigate to the Enterprise Single Sign-On installation directory.&amp;#160; &lt;/li&gt;    &lt;li&gt;Type &lt;b&gt;ssoconfig -restoresecret &lt;i&gt;random_number.bak&lt;/i&gt;&lt;/b&gt;, where &lt;b&gt;&lt;i&gt;random_number.bak&lt;/i&gt;&lt;/b&gt; is&amp;#160; name of the backup file that contains the master secret that you had backed up earlier in Server A in the very beginning during the configuration of Single Sign On cluster on Server A. &lt;/li&gt; &lt;/ol&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-6426154894989561380?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/6426154894989561380/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=6426154894989561380&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6426154894989561380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6426154894989561380'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/03/configuring-sso-cluster.html' title='Configuring SSO Cluster'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-7111519015523172328</id><published>2010-03-01T17:40:00.001-05:00</published><updated>2010-03-09T09:16:41.168-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hyper V'/><title type='text'>System Center – Virtual Machine Manager</title><content type='html'>Here is a glimpse of the administrator console of the VMM with the health stats of the host and machines&lt;br /&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S4xCZZ8okjI/AAAAAAAAAL8/dur6gPAyuVA/s1600-h/image%5B2%5D.png"&gt;&lt;img alt="image" border="0" height="126" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S4xCZ1HegGI/AAAAAAAAAMA/uOqmt7SVGJE/image_thumb.png?imgmax=800" style="border: 0px none; display: inline;" title="image" width="244" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-7111519015523172328?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/7111519015523172328/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=7111519015523172328&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7111519015523172328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7111519015523172328'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/03/system-center-virtual-machine-manager.html' title='System Center – Virtual Machine Manager'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_Ry-ElOQXSCU/S4xCZ1HegGI/AAAAAAAAAMA/uOqmt7SVGJE/s72-c/image_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-4020331463435834295</id><published>2010-02-26T23:50:00.001-05:00</published><updated>2010-03-01T17:18:16.151-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hyper V'/><title type='text'>Playing with Virtual Machine Disks</title><content type='html'>Check out &lt;a href="http://vmtoolkit.com/" title="http://vmtoolkit.com/"&gt;http://vmtoolkit.com/&lt;/a&gt; , great site with cool tools. You can use the VHD resizer for extending your virtual machine disks or you can use the utility to convert vhd from vmdk files.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-4020331463435834295?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/4020331463435834295/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=4020331463435834295&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/4020331463435834295'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/4020331463435834295'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/playing-with-virtual-machine-disks.html' title='Playing with Virtual Machine Disks'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-3182987205232919098</id><published>2010-02-17T09:45:00.001-05:00</published><updated>2010-02-17T09:48:11.253-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hyper V'/><title type='text'>Creating a new Virtual Machine using System Center - VMM</title><content type='html'>&lt;ul&gt;   &lt;li&gt;Click on New Virtual Machine on the right window pane&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3wA139syOI/AAAAAAAAAKQ/vOaaB2OnAaI/s1600-h/image%5B2%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S3wA2I5470I/AAAAAAAAAKU/fqDLz5j6UFQ/image_thumb.png?imgmax=800" width="244" border="0" height="115" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Next when the wizard comes up choose to create virtual machine with a blank hard disk.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S3wA2p_uCYI/AAAAAAAAAKY/aToC3jmJFqM/s1600-h/image%5B5%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3wA3AV-S-I/AAAAAAAAAKc/KBrPZR5EGjc/image_thumb%5B1%5D.png?imgmax=800" width="244" border="0" height="137" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Enter the virtual machine name&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3wA3ZUgFkI/AAAAAAAAAKg/uTMoeMT1xYI/s1600-h/clip_image001%5B3%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="clip_image001" alt="clip_image001" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3wA3uEtQZI/AAAAAAAAAKk/k4_KN97Smxs/clip_image001_thumb.png?imgmax=800" width="244" border="0" height="205" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Next configure the hardware attributes such as disk, processor, memory, etc. The reason I have chosen a dynamic disk here is because I want the size of the disk to grow per need. If you don't want that you can choose a fixed disk size.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S3wA4HDkBtI/AAAAAAAAAKo/UDrS3MuK3KY/s1600-h/image%5B8%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3wA4v1UIWI/AAAAAAAAAKs/qK-I0nGwZtk/image_thumb%5B2%5D.png?imgmax=800" width="244" border="0" height="205" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Look at the options of the CPU types. This is something very unique in VMM and is a great feature that I like&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S3wA5O4E0NI/AAAAAAAAAKw/idUqs1EuMZM/s1600-h/image%5B11%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3wA5bF5WDI/AAAAAAAAAK0/KdYwuil-JFI/image_thumb%5B3%5D.png?imgmax=800" width="244" border="0" height="203" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Click Next and select the destination of the machine. Typically this would be the host where you are creating the virtual machine&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3wA5uxocSI/AAAAAAAAAK4/Vj9dVoJsZVs/s1600-h/image%5B14%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S3wA6EfQJmI/AAAAAAAAAK8/G8RCnz2s3_U/image_thumb%5B4%5D.png?imgmax=800" width="244" border="0" height="204" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Next Select the host if you have more than one host.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S3wA67wZKeI/AAAAAAAAALA/uodf7w1XJJg/s1600-h/image%5B17%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3wA7K2T97I/AAAAAAAAALE/QUGpgXnuvtM/image_thumb%5B5%5D.png?imgmax=800" width="244" border="0" height="205" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Select the storage location. This is typically the path in the Hyper V server where your virtual machine would be stored.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3wA7fqRRyI/AAAAAAAAALI/jwr95W3u-Rs/s1600-h/image%5B20%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3wA7sxfA_I/AAAAAAAAALQ/2qQXndkW0u4/image_thumb%5B6%5D.png?imgmax=800" width="244" border="0" height="204" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Select the network&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3wA8OQBlfI/AAAAAAAAALU/QFr0ePeORbs/s1600-h/image%5B23%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3wA8Qiyx5I/AAAAAAAAALY/KA1XYh9-YBs/image_thumb%5B7%5D.png?imgmax=800" width="244" border="0" height="204" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Next in the additional properties choose the Operating system and other parameters like Automatic Start action, etc&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3wA85ACIDI/AAAAAAAAALc/1u1YimGvN3k/s1600-h/image%5B26%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3wA9MVhGnI/AAAAAAAAALg/vj7q-_wEHqY/image_thumb%5B8%5D.png?imgmax=800" width="244" border="0" height="205" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Note the Operating System choices you get&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3wA9ptNSgI/AAAAAAAAALk/QKLj5T0x7fA/s1600-h/image%5B29%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3wA-LLtezI/AAAAAAAAALo/0bS5JIACHfg/image_thumb%5B9%5D.png?imgmax=800" width="244" border="0" height="212" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Once you have the summary screen, go through the details and click on Create&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3wA-VlEe5I/AAAAAAAAALs/wiGBOpNS8fY/s1600-h/image%5B32%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3wA-wKyCFI/AAAAAAAAALw/_4ZGnGSKbBc/image_thumb%5B10%5D.png?imgmax=800" width="244" border="0" height="211" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-3182987205232919098?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/3182987205232919098/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=3182987205232919098&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3182987205232919098'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3182987205232919098'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/creating-new-virtual-machine-using.html' title='Creating a new Virtual Machine using System Center - VMM'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_Ry-ElOQXSCU/S3wA2I5470I/AAAAAAAAAKU/fqDLz5j6UFQ/s72-c/image_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-2553065032882757873</id><published>2010-02-15T21:49:00.001-05:00</published><updated>2010-02-16T22:04:59.936-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hyper V'/><title type='text'>System Center – Virtual Machine Manager</title><content type='html'>&lt;p&gt;Here are the steps to add a host running Hyper V 2008 Server R2 edition using the System Center Virtual Machine Manager.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Choose Add Host &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3oHitMK4sI/AAAAAAAAAI4/xjrOieQEc5k/s1600-h/image%5B2%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3oHj4XiabI/AAAAAAAAAI8/yPgZmEyorE0/image_thumb.png?imgmax=800" width="244" height="134" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Enter your Credentials &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S3oHk9TXHzI/AAAAAAAAAJA/usn_OJz2XgU/s1600-h/image%5B5%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3oHmD5g6wI/AAAAAAAAAJE/qOSBgKcX8WI/image_thumb%5B1%5D.png?imgmax=800" width="244" height="171" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Click Next &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3oHmzEyfGI/AAAAAAAAAJI/sQAYb14QYzE/s1600-h/image%5B8%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3oHoJY8G_I/AAAAAAAAAJM/e0XA5m3_fXE/image_thumb%5B2%5D.png?imgmax=800" width="244" height="165" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Click Yes. This comes up when you have Windows 2008 Virtual machines running &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3oHpMuNyVI/AAAAAAAAAJQ/ocq-lCH2cW8/s1600-h/image%5B11%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3oHp_R-G-I/AAAAAAAAAJU/JSeCXyIA80U/image_thumb%5B3%5D.png?imgmax=800" width="244" height="163" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Click Next &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3oHqz49uhI/AAAAAAAAAJY/Ok8k69vaFlY/s1600-h/image%5B14%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3oHrmClUFI/AAAAAAAAAJc/cVHpHBuWV8Q/image_thumb%5B4%5D.png?imgmax=800" width="244" height="165" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Choose the target directory where the virtual machines will be created. Remember that this is the target directory at the Hyper V server and not in the server running System Center – VMM. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3oHsTQk76I/AAAAAAAAAJg/9Rhb3nb1Yb4/s1600-h/image%5B17%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3oHtd_7NjI/AAAAAAAAAJk/9WD-_P1noHg/image_thumb%5B5%5D.png?imgmax=800" width="244" height="166" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Wait for the task to be completed. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3oHuEWh9OI/AAAAAAAAAJo/ym5RMjIars4/s1600-h/image%5B20%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3oHu-VsXmI/AAAAAAAAAJs/uu9o58sc8gI/image_thumb%5B6%5D.png?imgmax=800" width="244" height="197" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Once the task is complete the Hyper V server is now connected to your System Center – VMM 2008 R2&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3tc2iWCCGI/AAAAAAAAAJw/ssm1_QFbGD4/s1600-h/image%5B3%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S3tc299K4YI/AAAAAAAAAJ0/bhSX-etQUQQ/image_thumb%5B1%5D.png?imgmax=800" width="244" height="115" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-2553065032882757873?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/2553065032882757873/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=2553065032882757873&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/2553065032882757873'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/2553065032882757873'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/system-center-virtual-machine-manager.html' title='System Center – Virtual Machine Manager'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_Ry-ElOQXSCU/S3oHj4XiabI/AAAAAAAAAI8/yPgZmEyorE0/s72-c/image_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-2599003283671892541</id><published>2010-02-15T20:35:00.001-05:00</published><updated>2010-02-15T21:49:25.111-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hyper V'/><title type='text'>Hyper V Management Console</title><content type='html'>&lt;p&gt;Here is a screenshot of my Hyper V Management Console connecting to my Hyper V Server. I am running the management console from my Windows 7 PC&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S3n2dXwmgKI/AAAAAAAAAIo/OuoEfDV4UwI/s1600-h/image%5B2%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3n2dtTaOiI/AAAAAAAAAIs/JrFmQgFiHIs/image_thumb.png?imgmax=800" width="244" border="0" height="181" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Below are some of the settings that are available for each of the virtual machine that you create&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3n2eKVOu8I/AAAAAAAAAIw/fqmKDlBaJJI/s1600-h/image%5B5%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3n2eS9_jqI/AAAAAAAAAI0/jNZPtCXkW-Y/image_thumb%5B1%5D.png?imgmax=800" width="244" border="0" height="226" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-2599003283671892541?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/2599003283671892541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=2599003283671892541&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/2599003283671892541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/2599003283671892541'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/hyper-v-management-console.html' title='Hyper V Management Console'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_Ry-ElOQXSCU/S3n2dtTaOiI/AAAAAAAAAIs/JrFmQgFiHIs/s72-c/image_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-4084337037010636168</id><published>2010-02-11T16:46:00.001-05:00</published><updated>2010-02-11T16:53:13.195-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web Servers'/><title type='text'>SSL Certificate formats</title><content type='html'>&lt;p&gt;I have experienced a lot of questions from my colleagues who face issues trying to convert SSL certificate formats when it comes to import. This particular blog is dedicated to my best friend Oz Casey Dedeal who is an Exchange MVP and has been telling me to write something about SSL certificate issues. You can follow his blog from the link in the Great Blogs section&lt;/p&gt;  &lt;p&gt; Not all the web servers, proxies today accept any and all the SSL certificate formats. Some may accept .pfx while others may go with .p7b, etc, etc. In such a scenario, I would advise the use of openssl tool kit to convert the certificates to the required format. This is open source and is a remarkable tool. Go to the website &lt;a href="http://www.openssl.org"&gt;www.openssl.org&lt;/a&gt; for further details. It has an awesome HOW TO document.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-4084337037010636168?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/4084337037010636168/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=4084337037010636168&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/4084337037010636168'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/4084337037010636168'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/ssl-certificate-formats.html' title='SSL Certificate formats'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-4678420909534049454</id><published>2010-02-11T16:29:00.001-05:00</published><updated>2010-02-11T16:31:27.508-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web Servers'/><title type='text'>SSL Certificate for Web servers – IIS 6.0</title><content type='html'>&lt;ul&gt;   &lt;li&gt;     &lt;h4&gt;Certificate Request -For new Certificates&lt;/h4&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;ol&gt;   &lt;li&gt; From IIS manager, Right click and open the properties of the web site&lt;/li&gt;    &lt;li&gt;Choose properties of web site, choose Directory Security tab. &lt;/li&gt;    &lt;li&gt;Click Server Certificate to Launch Server Certificate Wizard. &lt;/li&gt;    &lt;li&gt;Choose “Create a new Certificate”. Click Next. &lt;/li&gt;    &lt;li&gt;Choose “Prepare the Request Now, but send it later”. Click Next. &lt;/li&gt;    &lt;li&gt;Enter name as the fully qualified URL (e.g www.company.com)&lt;/li&gt;    &lt;li&gt;Choose bit length as 1024. Click Next. &lt;/li&gt;    &lt;li&gt;Choose Organization and Organizational Unit . Click Next. &lt;/li&gt;    &lt;li&gt;Enter common name for the request. FQDN preferred. Click Next. &lt;/li&gt;    &lt;li&gt;Choose City, State, and Country. (You would need to specify this if the default selection is not available).&lt;/li&gt;    &lt;li&gt;Save certificate request (CSR) in local hard disk.&lt;/li&gt; &lt;/ol&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;h4&gt;&lt;strong&gt;Certificate Request - For Renewing certificates&lt;/strong&gt;&lt;/h4&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;div align="left"&gt;Choose Properties of the website from IIS manager that needs the certificate renewed.&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="left"&gt;Choose Directory Security Tab&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="left"&gt;Click Server Certificate to Launch Server Certificate Wizard. &lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="left"&gt;Click on Renew the current Certificate&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="left"&gt;Choose “Prepare the Request Now, but send it later”. Click Next. &lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="left"&gt;Save certificate request (CSR) in the designated directory for the website.&lt;/div&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;p align="left"&gt;Your next step would be to copy and paste the CSR to the Certificate authority ( VeriSign, Go daddy, Thawte, etc) from where you need to buy the certificate. Once you have purchased the certificate, you will be sent the certificate in .cer or .p7b whatever format the Certificate Authority prefers. Once you have that file you will need to perform the following steps on your web server from where you created the request.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;h4&gt;Certificate Import to the Web server&lt;/h4&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;ol&gt;   &lt;li&gt;Open IIS Manager&lt;/li&gt;    &lt;li&gt;Select properties of web site concerned. &lt;/li&gt;    &lt;li&gt;Go to Directory Security tab. Click Server Certificate to launch wizard. &lt;/li&gt;    &lt;li&gt;Choose “Process the pending request and install certificate”. Click Next. &lt;/li&gt;    &lt;li&gt;Browse to .cer file saved in your disk. This is the file sent by your Certificate Authority and which contains the certificate. &lt;/li&gt;    &lt;li&gt;Click Next. Click Next. Click Finish. &lt;/li&gt;    &lt;li&gt;Click OK in IIS properties windows. &lt;/li&gt;    &lt;li&gt;Close IIS manager. &lt;/li&gt; &lt;/ol&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;h4&gt;Exporting Certificates&lt;/h4&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;You may have to export the certificates in PFX formats often required by ISA / TMG for reverse proxy rules.&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Open MMC for Certificates.  Remember to choose the local machine when you add the Snap In.&lt;/li&gt;    &lt;li&gt;Navigate to Console Root | Certificates (Local Computer) | Personal | Certificates. &lt;/li&gt;    &lt;li&gt;Select certificate you imported to IIS. This should be displayed by now in the Certificate Console. If not, refresh the view and it will show up.&lt;/li&gt;    &lt;li&gt; Right click and choose All Tasks | Export. &lt;/li&gt;    &lt;li&gt;Click Next. &lt;/li&gt;    &lt;li&gt;Select “Yes, export the private key”. Click Next. &lt;/li&gt;    &lt;li&gt;Select Personal Information Exchange – PKCS #12 (.PFX) and Enable strong protection. Click Next. &lt;/li&gt;    &lt;li&gt;Enter password you want to(challenge phrase). Click Next. Remember this password as you will need it when you import the certificate in another machine.&lt;/li&gt;    &lt;li&gt; Save the file by browsing to local disk. Enter filename as &lt;strong&gt;whatever&lt;/strong&gt;.pfx ( your choice) . Click Next. Click Finish. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Your certificate can now be copied over to a different machine and can be imported.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-4678420909534049454?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/4678420909534049454/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=4678420909534049454&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/4678420909534049454'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/4678420909534049454'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/ssl-certificate-for-web-servers-iis-60.html' title='SSL Certificate for Web servers – IIS 6.0'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-3951504303636194928</id><published>2010-02-11T15:43:00.001-05:00</published><updated>2010-02-11T15:44:38.210-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS 2007'/><title type='text'>Single Sign On configuration for MOSS 2007</title><content type='html'>&lt;p&gt;Below are the steps to configure Single sign-on feature in MOSS 2007. Please note that I have used a regular Domain administrator account but it is highly advised and recommended that you should create a service account both for MOSS service account and SSO service account.&lt;/p&gt;  &lt;p&gt;The prerequisites are as follows :&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The account used for SSO should be an user account in the domain.&lt;/li&gt;    &lt;li&gt;It must be have permissions to the server farm in MOSS 2007. &lt;/li&gt;    &lt;li&gt;It should be a member of the local administrator group in the server where the SSO service will run. This can be the first web server in the farm.  The first server where it runs also stores the SSO encryption key.&lt;/li&gt;    &lt;li&gt;The account must have Security admin and db creator permissions to the SQL server database – see screenshot&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3Rr5jNNupI/AAAAAAAAAHY/tMYWaC0g1bc/s1600-h/image%5B2%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3Rr6JrXpfI/AAAAAAAAAHc/Xbb4saPpgCA/image_thumb.png?imgmax=800" width="244" border="0" height="168" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Configure Microsoft Single Sign On Service&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;On the first web server of the MOSS server, configure the Microsoft Single- Sign On service as shown below&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S3Rr6TrbH2I/AAAAAAAAAHg/KVSJO6tcIo8/s1600-h/image%5B5%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3Rr6s7FApI/AAAAAAAAAHk/h2rqIdC1-IM/image_thumb%5B1%5D.png?imgmax=800" width="218" border="0" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Repeat this step on each server that you have in the farm where you want to run the service.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Configure SSO from the Central Administration Console in MOSS 2007&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Open the Central Administration console in MOSS 2007 and click on the Manage Single Sign On settings as shown below&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3Rr7JwqfAI/AAAAAAAAAHo/7nnnXMfbPvw/s1600-h/image%5B8%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3Rr7RIoDyI/AAAAAAAAAHs/VYzotHL695A/image_thumb%5B2%5D.png?imgmax=800" width="244" border="0" height="117" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Click on Manage server settings as shown below :&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3Rr7lY4XnI/AAAAAAAAAHw/lTVPw0CVdw8/s1600-h/image%5B11%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3Rr8D7vwBI/AAAAAAAAAH0/uzf_UDW1Lvg/image_thumb%5B3%5D.png?imgmax=800" width="244" border="0" height="142" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The enterprise application definition administrator account is the one who can manage credentials of an enterprise application definition. In our case scenario, we are using the same account as the SSO administrator account. It can also be a domain global group but not local.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3Rr8Q6KYKI/AAAAAAAAAH4/Zt1NJ4ATMP4/s1600-h/image%5B14%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3Rr83u6xZI/AAAAAAAAAH8/SkAA_PLc994/image_thumb%5B4%5D.png?imgmax=800" width="244" border="0" height="88" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S3Rr9XAkmCI/AAAAAAAAAIA/fHfOxTL8lm4/s1600-h/image%5B17%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3Rr9olgfVI/AAAAAAAAAIE/dzSPxpIl5LM/image_thumb%5B5%5D.png?imgmax=800" width="244" border="0" height="77" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Once you have filled up the details you can click on OK to finish.&lt;/p&gt;  &lt;p&gt;Once you return to the same page again, you can then configure other options such as Encryption keys, Define Enterprise application, etc.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3Rr-NUzXGI/AAAAAAAAAII/QQmN2rP6sRM/s1600-h/image%5B20%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3Rr-XZW_PI/AAAAAAAAAIM/czJpW-kgXLw/image_thumb%5B6%5D.png?imgmax=800" width="244" border="0" height="129" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-3951504303636194928?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/3951504303636194928/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=3951504303636194928&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3951504303636194928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3951504303636194928'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/single-sign-on-configuration-for-moss.html' title='Single Sign On configuration for MOSS 2007'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_Ry-ElOQXSCU/S3Rr6JrXpfI/AAAAAAAAAHc/Xbb4saPpgCA/s72-c/image_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-6320255325894632322</id><published>2010-02-10T11:10:00.001-05:00</published><updated>2010-02-10T11:11:18.319-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS 2007'/><title type='text'>Alternate Access Mappings (AAM)</title><content type='html'>&lt;p&gt;The basic functionality of AAM is to enable Sharepoint or MOSS to map requests from the users to the correct web application. This enables Sharepoint to deliver the correct content to the users. This is particularly helpful when you have a single site internal to the company network known by say &lt;a href="http://intranet.company.com/"&gt;http://intranet.company.com&lt;/a&gt; which is published by a different name to the external users in the internet say &lt;a href="http://externalweb.company.com/"&gt;http://externalweb.company.com&lt;/a&gt; . When a user from Internet requests for the web site, Sharepoint not only delivers the content but also generates the link for each pages &lt;a href="http://externalweb.company.com/"&gt;http://externalweb.company.com&lt;/a&gt; to the internal users even when the original site collection is published at &lt;a href="http://intranet.company.com/"&gt;http://intranet.company.com&lt;/a&gt; .&lt;/p&gt;  &lt;p&gt;A public URL is what users use to get to the site collection or MOSS website, and that URL  appears in the links on the pages.Internal URLs are in the URL requests that are sent to the MOSS or sharepoint site.&lt;/p&gt;  &lt;p&gt;Each Web application can have upto five collections of mappings per URLas shown in the screenshot below - default, intranet, extranet, Internet, and custom.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3LageXDq_I/AAAAAAAAAGw/8PoQYBBQw88/s1600-h/image%5B2%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S3Lag5RbWtI/AAAAAAAAAG0/S67urE8u_rU/image_thumb.png?imgmax=800" width="244" border="0" height="87" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3Lah4QGy6I/AAAAAAAAAG4/njVApCs7OCM/s1600-h/image%5B5%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S3LaieiQ67I/AAAAAAAAAG8/tBMwmuSgLv4/image_thumb%5B1%5D.png?imgmax=800" width="244" border="0" height="62" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-6320255325894632322?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/6320255325894632322/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=6320255325894632322&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6320255325894632322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6320255325894632322'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/alternate-access-mappings-aam.html' title='Alternate Access Mappings (AAM)'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_Ry-ElOQXSCU/S3Lag5RbWtI/AAAAAAAAAG0/S67urE8u_rU/s72-c/image_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-3025994619362689566</id><published>2010-02-10T09:15:00.001-05:00</published><updated>2010-02-10T09:15:48.472-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS 2007'/><title type='text'>MOSS 2007 backup Script</title><content type='html'>&lt;p&gt; &lt;/p&gt;  &lt;p&gt;In order to backup MOSS or WSS contents, you can use the backup utility from the STSADM tool. The following scripts can be used to create a batch file and then you can schedule the batch file using Scheduled tasks and run it per your own schedule. Remember that the user account you use to schedule the task and run the batch files must have write access to the network share or local folder where you backup the files.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Full backup Script&lt;/li&gt; &lt;/ul&gt;  &lt;table width="400" border="0" cellpadding="2" cellspacing="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="400" valign="top"&gt;         &lt;p&gt;@echo off&lt;/p&gt;          &lt;p&gt;echo==================================== &lt;/p&gt;          &lt;p&gt;echo Back up Entire WSS Farm to E:\Backups&lt;/p&gt;          &lt;p&gt;echo=====================================&lt;/p&gt;          &lt;p&gt;C: &lt;/p&gt;          &lt;p&gt;cd C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN &lt;/p&gt;          &lt;p&gt;@echo off &lt;/p&gt;          &lt;p&gt;date /t &amp;gt;  c:\Admin\BackupScripts\time_backup.txt &lt;/p&gt;          &lt;p&gt;time /t &amp;gt;&amp;gt; c:\Admin\BackupScripts\time_backup.txt &lt;/p&gt;          &lt;p&gt;stsadm.exe -o backup -directory "E:\Backups" -backupmethod full -overwrite &lt;/p&gt;          &lt;p&gt;time /t &amp;gt;&amp;gt; c:\Admin\BackupScripts\time_backup.txt &lt;/p&gt;          &lt;p&gt;echo FUllMOSS Backup Operation completed  &amp;gt;&amp;gt; c:\Admin\BackupScripts\time_backup.txt&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;ul&gt;   &lt;li&gt;Differential backup script&lt;/li&gt; &lt;/ul&gt;  &lt;table width="400" border="0" cellpadding="2" cellspacing="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="400" valign="top"&gt;         &lt;p&gt;@echo off &lt;/p&gt;          &lt;p&gt;echo ============================== &lt;/p&gt;          &lt;p&gt;echo Back up Entire WSS Farm to E:\backups\differential&lt;/p&gt;          &lt;p&gt;echo ==============================&lt;/p&gt;          &lt;p&gt;C: &lt;/p&gt;          &lt;p&gt;cd C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN &lt;/p&gt;          &lt;p&gt;@echo off &lt;/p&gt;          &lt;p&gt;date /t &amp;gt;  C:\Admin\BackupScripts\time_backup.txt &lt;/p&gt;          &lt;p&gt;time /t &amp;gt;&amp;gt; C:\Admin\BackupScripts\time_backup.txt &lt;/p&gt;          &lt;p&gt;stsadm.exe -o backup -directory "E:\Backups\differential" -backupmethod differential -overwrite &lt;/p&gt;          &lt;p&gt;time /t &amp;gt;&amp;gt; C:\Admin\BackupScripts\time_backup.txt &lt;/p&gt;          &lt;p&gt;echo DiffentialWSS Backup Operation completed  &amp;gt;&amp;gt; C:\Admin\BackupScripts\time_backup.txt&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Scheduled task Settings&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S3K_ZjcCuyI/AAAAAAAAAGo/yL-mMISZXYw/s1600-h/image%5B5%5D.png"&gt;&lt;img style="border: 0px none ; display: inline;" title="image" alt="image" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S3K_Z6U7JKI/AAAAAAAAAGs/nogaCPWaxec/image_thumb%5B1%5D.png?imgmax=800" width="225" border="0" height="244" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-3025994619362689566?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/3025994619362689566/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=3025994619362689566&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3025994619362689566'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3025994619362689566'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/moss-2007-backup-script.html' title='MOSS 2007 backup Script'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_Ry-ElOQXSCU/S3K_Z6U7JKI/AAAAAAAAAGs/nogaCPWaxec/s72-c/image_thumb%5B1%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-8153252104680756871</id><published>2010-02-07T19:21:00.001-05:00</published><updated>2010-02-07T19:21:52.211-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Storage'/><title type='text'>Poor man’s SAN/ iscsi Dream</title><content type='html'>Now, most of us already have a so called ‘Home-Lab’ where we play around the latest stuff. I know that the thing that I missed most was a SAN or some sort of iscsi devices that would help me setup a fully functioning VMware HA environment. Then one of my colleagues in India told me about this neat ( yeah just neat and fantastic) software that can turn your box into an iscsi device. If you guys are not aware of this already you should really check this out – its called OpenFiler and it simply rocks!!!&lt;br /&gt;You can check out the details at their website &lt;a href="http://www.openfiler.com/" title="http://www.openfiler.com/"&gt;http://www.openfiler.com/&lt;/a&gt;&lt;br /&gt;Its got an admin guide too and believe me its easy, fast and fantastic.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-8153252104680756871?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/8153252104680756871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=8153252104680756871&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8153252104680756871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8153252104680756871'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/poor-mans-san-iscsi-dream.html' title='Poor man’s SAN/ iscsi Dream'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-7124307236562524224</id><published>2010-02-07T19:04:00.001-05:00</published><updated>2010-02-07T19:04:46.631-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hyper V'/><title type='text'>Microsoft Hyper V</title><content type='html'>Currently playing with Hyper V. It’s quite easy to setup the Hyper V bare metal server ( free from Microsoft &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=48359DD2-1C3D-4506-AE0A-232D0314CCF6&amp;amp;displaylang=en" title="http://www.microsoft.com/downloads/details.aspx?familyid=48359DD2-1C3D-4506-AE0A-232D0314CCF6&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=48359DD2-1C3D-4506-AE0A-232D0314CCF6&amp;amp;displaylang=en&lt;/a&gt; ). Good thing about it is I was able to install the server on my home HP PC that has SATA disks. This is different from an ESXi or an ESX install where the number of drivers for disks are pretty limited to the well known RAID technology and server end only. Will contribute more as I investigate the features. Being used to the VMware technology for the last 4-5 years, I was a little skeptical about Hyper V at first but hey its not that bad at all…&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-7124307236562524224?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/7124307236562524224/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=7124307236562524224&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7124307236562524224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7124307236562524224'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/microsoft-hyper-v.html' title='Microsoft Hyper V'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-5313206817493308213</id><published>2010-02-07T18:40:00.001-05:00</published><updated>2010-03-12T09:18:46.245-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>ESX Firewall Commands</title><content type='html'>The ESX firewall is based on Linux IPtables. However, there is a command line utility that will help you perform the regular firewall operations. Its a great utility and also has a pretty thorough help which you can refer to. Here are some of the commonly used commands :  &lt;br /&gt;  &lt;ul&gt;   &lt;li&gt;To list the services&amp;#160; controlled by the firewall :&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;b&gt;&lt;i&gt;esxcfg-firewall –s&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;To list the firewall rules:&amp;#160; &lt;b&gt;&lt;i&gt;esxcfg-firewall -q [servicename]&lt;/i&gt;&lt;/b&gt; or you can simply type :&amp;#160; &lt;b&gt;&lt;i&gt;esxcfg-firewall -q&lt;/i&gt;&lt;/b&gt; &lt;/li&gt;    &lt;li&gt;Enable a service: &lt;b&gt;&lt;i&gt;esxcfg-firewall -e [servicename]&lt;/i&gt;&lt;/b&gt;&amp;#160; , for example,&amp;#160; &lt;b&gt;&lt;i&gt;esxcfg-firewall -e httpd&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Disable a service: &lt;b&gt;&lt;i&gt;esxcfg-firewall -d [servicename]&lt;/i&gt;&lt;/b&gt;&amp;#160; , for example,&amp;#160; &lt;b&gt;&lt;i&gt;esxcfg-firewall -d httpd&lt;/i&gt;&lt;/b&gt; &lt;/li&gt;    &lt;li&gt;Open a port range:&amp;#160; &lt;b&gt;&lt;i&gt;esxcfg-firewall -o 10000:30000 ,tcp,out,out-lgtoclient&amp;#160; &lt;/i&gt;&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;Close a port range:&amp;#160;&amp;#160; &lt;b&gt;&lt;i&gt;esxcfg-firewall -c 10000:30000,tcp,out,out-lgtoclient&lt;/i&gt;&lt;/b&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-5313206817493308213?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/5313206817493308213/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=5313206817493308213&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/5313206817493308213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/5313206817493308213'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/esx-firewall-commands.html' title='ESX Firewall Commands'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-3451550746607329225</id><published>2010-02-06T21:32:00.001-05:00</published><updated>2010-02-06T21:32:55.929-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>Creating Templates in VMware</title><content type='html'>There are various ways you can create a VMware template. Here are some of the options you have&lt;br /&gt;&lt;ul&gt;&lt;li&gt;You can&amp;nbsp; convert an existing virtual machine to a template     &lt;br /&gt;&lt;/li&gt;&lt;li&gt;You can clone a virtual machine to a template &lt;/li&gt;&lt;li&gt;You can clone an existing template&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;To convert an Existing machine to a template&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Login to the Virtual Center Server from the VI client&lt;/li&gt;&lt;li&gt;Click the Inventory button in the navigation bar to expand the Inventory and select a Virtual machine.&lt;/li&gt;&lt;li&gt;Turn off the virtual machine using the shut down or power off options&lt;/li&gt;&lt;li&gt;From the the popup menu, click Convert to Template. You can then refer to the Recent tasks pane to check the progress of the template process.&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;&lt;i&gt;To clone a virtual machine to a template&lt;/i&gt;&lt;/b&gt; &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Log in to the Virtual Center Server and Expand the Inventory Panel.&lt;/li&gt;&lt;li&gt;Right‐click the virtual machine and click &lt;b&gt;Clone to Template&lt;/b&gt;. In case the option is grey-ed out you will need to shut down the machine.&lt;/li&gt;&lt;li&gt;The Clone Virtual Machine to Template wizard appears. Assign a new template a name, select its inventory location, and click Next. &lt;/li&gt;&lt;li&gt;Select the host or cluster, and click Next.&lt;/li&gt;&lt;li&gt;Specify a datastore for the template. Click Next.&lt;/li&gt;&lt;li&gt;Select a to leave the virtual disks in their normal virtual machine format and Click Next.&lt;/li&gt;&lt;li&gt;Click Finish and wait for the task to be completed in the Recent task Pane. &lt;/li&gt;&lt;/ul&gt;&lt;b&gt;&lt;i&gt;To clone an existing Template&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Log in to the Virtual Center Server&lt;/li&gt;&lt;li&gt;From the inventory pane, Select the datacenter that contains the template. The virtual machines and templates associated with the datacenter appear in the datacenter panel.&lt;/li&gt;&lt;li&gt;Right‐click the template and choose Clone.&lt;/li&gt;&lt;li&gt;From the Clone Template wizard give the new template a unique name and description, and click Next.&lt;/li&gt;&lt;li&gt;Select the host or cluster, and click Next.&lt;/li&gt;&lt;li&gt;Choose a datastore for the template. Click Next.&lt;/li&gt;&lt;li&gt;Next leave the virtual disks in their Normal virtual. Click Next.&lt;/li&gt;&lt;li&gt;On the Ready to Complete window, review the information and click Finish.&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-3451550746607329225?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/3451550746607329225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=3451550746607329225&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3451550746607329225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3451550746607329225'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/creating-templates-in-vmware.html' title='Creating Templates in VMware'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-6175144566673964502</id><published>2010-02-06T20:27:00.001-05:00</published><updated>2010-02-06T20:28:06.667-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web Servers'/><title type='text'>Tomcat Server Configurations for SSL and Bindings</title><content type='html'>Its pretty easy to configure or bind the tomcat web/application servers with SSL certificate on a specific ip address depicted by x.x.x.x . Below are the steps that you need to follow. Note that you may require a tomcat service restart : &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Open Server.xml file and go to the following section of the file &lt;/li&gt;&lt;/ul&gt;&lt;b&gt;&lt;i&gt;&amp;lt;!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&amp;lt;Connector URIEncoding="UTF-8" acceptCount="100" address="&lt;span style="color: red;"&gt;x.x.x.x&lt;/span&gt;" connectionTimeout="20000" disableUploadTimeout="true" enableLookups="false" maxHttpHeaderSize="16384" maxSpareThreads="75" maxThreads="500" minSpareThreads="25" port="8080" redirectPort="8443"/&amp;gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&amp;lt;!-- Define a SSL HTTP/1.1 Connector on port 8443 --&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&amp;lt;Connector port="8443" maxHttpHeaderSize="16384" address="&lt;span style="color: red;"&gt;x.x.x.x&lt;/span&gt;"&lt;br /&gt;maxThreads="500" minSpareThreads="25" maxSpareThreads="75"&lt;br /&gt;enableLookups="false" disableUploadTimeout="true"&lt;br /&gt;keystoreFile="E:\Certs\cert.pfx" keystorePass="abcdef" keystoreType="PKCS12"&lt;br /&gt;acceptCount="100" scheme="https" secure="true"&lt;br /&gt;clientAuth="false" sslProtocol="TLS" /&amp;gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-6175144566673964502?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/6175144566673964502/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=6175144566673964502&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6175144566673964502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6175144566673964502'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/tomcat-server-configurations-for-ssl.html' title='Tomcat Server Configurations for SSL and Bindings'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-6056285220269051951</id><published>2010-02-06T19:43:00.001-05:00</published><updated>2010-02-06T19:44:39.772-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>Standard P2V Process</title><content type='html'>&lt;b&gt;&lt;i&gt;Prerequisites&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;VMware Converter and its Agent must be installed on the Physical machine that needs to be converted to Virtual. The Converter and its agent run on the following Microsoft Windows operating systems:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Windows NT SP6+ (with IE5 or higher)&lt;/b&gt;&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Windows 2000&lt;/b&gt;&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Windows 2003 32‐bit and 64‐bit&lt;/b&gt;&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;i&gt;&lt;b&gt;Windows XP Professional 32‐bit and 64‐bit&lt;/b&gt;&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;Download the latest version of VMware Converter from the &lt;a href="http://www.vmware.com/"&gt;VMware Web site&lt;/a&gt; and install it on the Physical machine that needs to be converted to Virtual Machine on the ESX farm.&lt;br /&gt;&lt;blockquote&gt;&lt;ol&gt;&lt;li&gt;Launch the VMware Converter application.&lt;/li&gt;&lt;li&gt;Click Import Machine in the upper left part of the toolbar&lt;/li&gt;&lt;li&gt;Click Next on the Welcome to the VMware Converter Import Wizard page.&lt;/li&gt;&lt;li&gt;On the Source page, click Next to go to the Source Type page.&lt;/li&gt;&lt;li&gt;Select the Physical computer radio button on the Source Type page, and click Next.&lt;/li&gt;&lt;li&gt;For a remote machine, type its name or IP address.&lt;/li&gt;&lt;li&gt;Type the DOMAIN\user name and Password for the remote machine on the Source Login page, and click Next. Note: You will receive a warning message:&amp;nbsp; &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Remote Installation Required: Choose Automatically Uninstall the files when import is complete and click Yes.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Choose the disks to import by following the remaining steps in this procedure. Note: Deselect any volumes you do not want to import. Uncheck the option where the mapped network drives are selected.&lt;/li&gt;&lt;li&gt;Specify the volume size you want in the New Disk Space drop down combo box, and click Next&lt;/li&gt;&lt;li&gt;You will be prompted to select the destination for your converted virtual machine.&lt;/li&gt;&lt;li&gt;Click Next on the Destination header page to move to the Destination Type page.&lt;/li&gt;&lt;li&gt;Select the VMware ESX Server radio button and click Next.&lt;/li&gt;&lt;li&gt;In the Destination Login page, log on to the destination ESX server using the administrative account ( example, root user) and click Next.&lt;/li&gt;&lt;li&gt;In the Virtual Machine Name page, enter the name you want to assign to the converted virtual machine, and click Next.&lt;/li&gt;&lt;li&gt;Specify the resources for the imported virtual machine in the Host or Cluster page and click Next.&lt;/li&gt;&lt;li&gt;In the Host page, choose the specific ESX server host for the virtual machine and click Next.&lt;/li&gt;&lt;li&gt;Specify the DataStore for the virtual machine’s configuration files and disks, and click Next.&lt;/li&gt;&lt;li&gt;Map the virtual machine’s network adapters and keep the default settings (choose Private), and click Next.&lt;/li&gt;&lt;li&gt;On the Customization page, ensure that the Install VMware Tools check box is selected and the Customize the identity of the new virtual machine check box is not selected. Also select Power on the new Virtual Machine. Click Next.&lt;/li&gt;&lt;li&gt;Review the summary of the settings for the new virtual machine. Click Finish.&lt;/li&gt;&lt;/ol&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-6056285220269051951?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/6056285220269051951/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=6056285220269051951&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6056285220269051951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6056285220269051951'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/standard-p2v-process.html' title='Standard P2V Process'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-6180677804024655665</id><published>2010-02-06T19:42:00.001-05:00</published><updated>2010-02-06T19:44:56.650-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>Installing Virtual Center 2.5</title><content type='html'>&lt;b&gt;Prepare a SQL Server Database&lt;/b&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;On your Microsoft SQL Server, create a SQL Server database using Enterprise Manager&lt;/li&gt;&lt;li&gt;On your Microsoft SQL Server, create a SQL Server database user with database operator (DBO) rights.&lt;/li&gt;&lt;li&gt;On your VirtualCenter Server, open the Windows ODBC Data Source Administrator.     &lt;br /&gt;&lt;ol&gt;&lt;ul&gt;&lt;li&gt;Select Settings &amp;gt; Control Panel &amp;gt; Administrative Tools &amp;gt; Data Sources (ODBC).&lt;/li&gt;&lt;li&gt;Select the System DSN tab.&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;To create a new SQL Server ODBC connection:&lt;/li&gt;&lt;li&gt;Click Add.     &lt;br /&gt;&lt;ol&gt;&lt;ul&gt;&lt;li&gt;For SQL Server 2000, select SQL Server and click Finish.&lt;/li&gt;&lt;li&gt;For SQL Server 2005, select SQL Native Client and click Finish.&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Type an ODBC data store name (DSN) name in the Name field&lt;/li&gt;&lt;li&gt;Select the server name from the Server drop down menu.&lt;/li&gt;&lt;li&gt;Type the SQL Server machine name in the text field if you cannot find it in the drop‐down menu.&lt;/li&gt;&lt;li&gt;Click Next.&lt;/li&gt;&lt;li&gt;Select one of the authentication methods:     &lt;br /&gt;&lt;ul&gt;&lt;ul&gt;&lt;li&gt;If you are using local SQL Server, select Windows NT authentication. It is also known as “trusted authentication” and is supported only if the SQL Server is running on the same system as the VirtualCenter Server.&lt;/li&gt;&lt;li&gt;If you are using remote SQL Server, select SQL Server authentication. Windows NT authentication is not supported on remote SQL servers.&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Type your SQL Server login name and password and click Next.&lt;/li&gt;&lt;li&gt;Note: Ask your database administrator for this information.&lt;/li&gt;&lt;li&gt;Select the database created for VirtualCenter from the Change the default database to menu and click Next.&lt;/li&gt;&lt;li&gt;Click Finish&lt;/li&gt;&lt;li&gt;From the ODBC Microsoft SQL Server Setup menu, choose Test Data Source. &lt;/li&gt;&lt;li&gt;If the test data source is acceptable, click OK. If it is not acceptable, return and reconfigure any incorrect items.&lt;/li&gt;&lt;li&gt;To close the ODBC Data Source Administrator, click Close&lt;/li&gt;&lt;li&gt;Ensure that the SQL Agent is running on your database server.&lt;/li&gt;&lt;/ol&gt;&lt;b&gt;Install VMware Infrastructure Manager&lt;/b&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Login as an Administrator to the Virtual Center Server System, insert the installation CD for Virtual Center Server software.&lt;/li&gt;&lt;li&gt;When the VMware Infrastructure Management Installer screen appears, click “Next”.&lt;/li&gt;&lt;li&gt;Read the Introduction page and click “Next”.&lt;/li&gt;&lt;li&gt;Select I accept the terms in the license agreement and click “Next”.&lt;/li&gt;&lt;li&gt;Type your user name and company name and click “Next”&lt;/li&gt;&lt;li&gt;Select one of the installation types and click “Next”.The choices are:     &lt;br /&gt;&lt;ol&gt;&lt;ul&gt;&lt;li&gt;Install the VI Client.&lt;/li&gt;&lt;li&gt;Install the VirtualCenter Server.&lt;/li&gt;&lt;li&gt;Choose a custom installation to install multiple components.&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Select the option corresponding with the database you configured. If you have configured a supported database, click Use an existing database and enter your database connection information.Type the DSN associated with your database that you&amp;nbsp; created in the earlier section. This must be a system DSN.If your database is a local SQL Server database using Windows NT authentication, leave the user name and password fields blank. Otherwise, type the user name and password associated with the datasource name and click Next.If your connection fails, a warning appears. Click OK and re‐enter your database connection information until you can continue.&lt;/li&gt;&lt;li&gt;Select the following option:     &lt;br /&gt;&lt;ul&gt;&lt;li&gt;To use VirtualCenter in licensed mode with an existing license server:&lt;/li&gt;&lt;/ul&gt;&lt;ol&gt;&lt;ul&gt;&lt;li&gt;Select Use an existing License Server.&lt;/li&gt;&lt;li&gt;Enter the path to your existing license server.&lt;/li&gt;&lt;li&gt;Select the VirtualCenter edition that you purchased and click “Next”. &lt;b&gt;&lt;i&gt;If you choose this option, the VMware License Server is not installed.&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;ul&gt;&lt;li&gt;To use VirtualCenter in licensed mode when you do not have an existing license server:&lt;/li&gt;&lt;/ul&gt;&lt;ol&gt;&lt;ul&gt;&lt;li&gt;Leave both check boxes unselected.&lt;/li&gt;&lt;li&gt;Select the VirtualCenter edition that you purchased and click “Next”.&lt;b&gt;&lt;i&gt;If you choose this option, the VMware License Server is installed.&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Enter the port and proxy information that you want to use or accept the default information shown on screen and click Next. This step applies only to custom installations.&lt;i&gt;The default port for HTTPS is 443. If you configure VirtualCenter to use a different port for HTTPS, you must use the configured port number when you log in to VirtualCenter.&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Enter information about the system on which you are installing VirtualCenter and click “Next”. Enter:     &lt;br /&gt;&lt;ul&gt;&lt;ul&gt;&lt;li&gt;The IP address or domain name of the system on which you are installing VirtualCenter.&lt;/li&gt;&lt;li&gt;The login and password that you use to login to the system on which you are installing VirtualCenter.&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;For VMware Update Manager, you can use the same database that you use for VirtualCenter, or you can use another database.For VMware Update Manager, enter the port and proxy information that you want to use or accept the default information shown on screen. &lt;b&gt;&lt;i&gt;This step applies only to custom installations&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;For VMware Converter, enter the port information that you want to use or accept the default information shown on screen. &lt;b&gt;&lt;i&gt;This step applies only to custom installations. Click Next to continue through the deployment options screens.&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Accept the default destination folders and click “Next”. If you do not want to accept the default destination folders:     &lt;br /&gt;&lt;ol&gt;&lt;ul&gt;&lt;li&gt;For VMware Infrastructure, click Change to select another location and click “Next”.&lt;/li&gt;&lt;li&gt;For downloading patches, click Change to select another location and click “Next”.&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Click “Install”.&lt;/li&gt;&lt;li&gt;Click “Finish” to complete the VMware Infrastructure installation.&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-6180677804024655665?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/6180677804024655665/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=6180677804024655665&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6180677804024655665'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6180677804024655665'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/installing-virtual-center-25.html' title='Installing Virtual Center 2.5'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-5703909420446967856</id><published>2010-02-06T19:41:00.001-05:00</published><updated>2010-02-06T19:46:04.880-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VMware'/><title type='text'>Installing ESX 3.5 Server</title><content type='html'>&lt;ol&gt;&lt;li&gt;Power on the machine with the VMware ESX Server CD in the CD drive &lt;/li&gt;&lt;li&gt;Press Enter to start the graphical installer or type “esx text” and press “Enter” to start the text installer. &lt;/li&gt;&lt;li&gt;Click “Test” to have the installer inspect the installation CD media for errors. &lt;/li&gt;&lt;li&gt;Click “OK”. &lt;/li&gt;&lt;li&gt;Click “Next” (graphical installer) or “OK” (text installer) &lt;/li&gt;&lt;li&gt;Select your keyboard language from the list and click “Next” (graphical installer) or “OK” (text installer). &lt;/li&gt;&lt;li&gt;Select your mouse and click “Next” (graphical installer) or “OK” (text installer). &lt;/li&gt;&lt;li&gt;Select your keyboard language from the list and click “Next” (graphical installer) or “OK” (text installer). &lt;/li&gt;&lt;li&gt;Select your mouse and click “Next” (graphical installer) or “OK” (text installer). &lt;/li&gt;&lt;li&gt;Select the type of installation. The Select Installation Type dialog box appears only if the installer detects a previous ESX Server installation.      &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Install – For a clean installation preserving no ESX Server configuration data, select Install and click Next (graphical installer) or OK (text installer). &lt;/li&gt;&lt;li&gt;Upgrade – If you are upgrading, refer to upgrade document.&amp;nbsp; Do not continue with this procedure.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;If you are using the graphical installer, read through the end user license agreement and select I accept the terms of the license agreement and click “Next”. If you are using the text installer, read through the end user license agreement and select Accept End User License and click “OK”. &lt;/li&gt;&lt;li&gt;If you do not have data on the drive, click “OK” to allow partitioning to occur. You must initialize a drive to use it during installation. &lt;/li&gt;&lt;li&gt;Select a partitioning option.      &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Recommended – Configures default partitions, based on the capacity of the hard drive.&amp;nbsp; &lt;/li&gt;&lt;li&gt;Advanced – You specify all partition settings. Select this option to configure the partitions manually&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Select how the ESX Server will boot:      &lt;br /&gt;&lt;ul&gt;&lt;li&gt;From a drive (install on the MBR of the drive) – Use this option for most installations. This drive must match the first boot device set in the host&amp;nbsp;&amp;nbsp; BIOS. If these settings do not match, the host cannot boot into the ESX Server software. &lt;/li&gt;&lt;li&gt;To boot an ESX Server host from a SAN, choose a SAN‐based LUN from the drop‐down menu. If you are using the text installer, click “OK”. &lt;/li&gt;&lt;li&gt;From a partition – Use this option for legacy hardware that stores BIOS information in the MBR. If you are using the text installer, click “OK”.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;To add default options to the boot command, enter them into the General kernel parameters field. Any options you enter are passed to the ESX Server kernel every time it boots. &lt;/li&gt;&lt;li&gt;Click “Next” (graphical installer) or “OK” (text installer) to continue the installation. &lt;/li&gt;&lt;li&gt;Select the network interface for use by the ESX Server console. If you are using the text installer, click “OK”. &lt;/li&gt;&lt;li&gt;Configure the ESX Server host network IP address. If you are using the text installer, click “OK”. &lt;/li&gt;&lt;li&gt;Enter the ESX Server host name. Type the complete machine name, including the domain where appropriate. &lt;/li&gt;&lt;li&gt;Enter a VLAN ID. &lt;/li&gt;&lt;li&gt;De-Select “Create a default network for virtual machines” to create a default port group for virtual machines. This option is selected by default. &lt;/li&gt;&lt;li&gt;Click “Next” (graphical installer) or “OK” (text installer). &lt;/li&gt;&lt;li&gt;Set your time zone. &lt;/li&gt;&lt;li&gt;Enter a root password.Type the same password into both fields and click “Next” (graphical installer) or “OK” (text installer).The root password must contain at least six characters. A warning appears if the passwords do not match. &lt;/li&gt;&lt;li&gt;Confirm your installation configuration and click “Next” (graphical installer) or “OK” (text installer). &lt;/li&gt;&lt;li&gt;Click “Finish” to exit and complete the installation and reboot the server &lt;/li&gt;&lt;li&gt;Logon to the server at the URL location provide on the screen after the server comes back online&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-5703909420446967856?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/5703909420446967856/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=5703909420446967856&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/5703909420446967856'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/5703909420446967856'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/installing-esx-35-server.html' title='Installing ESX 3.5 Server'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-7202793619642884269</id><published>2010-02-04T12:37:00.001-05:00</published><updated>2010-02-04T12:38:10.292-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>Publish Active Sync using ISA</title><content type='html'>Prerequisites : You must create the SSL web listener rule before you proceed .&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Click on the &lt;b&gt;Firewall Policy&lt;/b&gt; in the ISA Firewall console and then click the &lt;b&gt;Tasks&lt;/b&gt; tab on the Task Pane. On the &lt;b&gt;Tasks&lt;/b&gt; tab, click the &lt;b&gt;Publish Exchange Web Client Access&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;On the &lt;b&gt;Welcome to the New Exchange Publishing Rule Wizard&lt;/b&gt; page, enter a name for the new rule. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;On the &lt;b&gt;Select Services&lt;/b&gt; page, select &lt;b&gt;Exchange Server 2007&lt;/b&gt; from the &lt;b&gt;Exchange version&lt;/b&gt; drop down . Select &lt;b&gt;Exchange ActiveSync&lt;/b&gt; option. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;On the &lt;b&gt;Publishing Type&lt;/b&gt; page, select the &lt;b&gt;Publish a single Web site or load balancer&lt;/b&gt; option and click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;On the &lt;b&gt;Server Connection Security&lt;/b&gt; page, select the &lt;b&gt;Use SSL to connect to the published Web server or server farm&lt;/b&gt; and click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;On the &lt;b&gt;Internal Publishing Details&lt;/b&gt; page, enter the name of the web site that is used to identify the published Client Access Server internally. This is not the server name instead it is the common name associated with the certificate bound to the OWA Web site on the Client Access Server. For example, if the name on the Web site certificate bound to the OWA Web site on the Client Access Server is owa.company.com, so you will need to enter owa.company.com. You may check the option to Use a computer name or IP address to connect to the published server and then use the Browse button to find the server as well. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;On the &lt;b&gt;Public Name Details&lt;/b&gt; page, select the &lt;b&gt;This domain name (type below)&lt;/b&gt; option from the &lt;b&gt;Accept requests for &lt;/b&gt;drop down. In the &lt;b&gt;Public name&lt;/b&gt;&amp;nbsp; box, enter the name that external users will use to connect to the ISA Firewall in order to reach the RPC/HTTP site. This may be same as your internal name, for example owa.company.com.&lt;/li&gt;&lt;li&gt;On the &lt;b&gt;Select Web Listener &lt;/b&gt;page, select the &lt;b&gt;&lt;a href="http://www.techbiswas.com/isa-server/common-isa-2006-issues/goog_1251748842206"&gt;SSL&lt;/a&gt;&lt;/b&gt;&lt;a href="http://www.techbiswas.com/isa-server/common-isa-2006-issues/ssl-web-listener"&gt; listener&lt;/a&gt; you created earlier from the &lt;b&gt;Web listener&lt;/b&gt; drop down list and click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;On the &lt;b&gt;Select Web Listener&lt;/b&gt; page there will be some additional&amp;nbsp; information:“The session timeout function of the Web listener will not be applied to non-browser clients. This will allow the continued use of stored credentials for ActiveSync users”. &lt;/li&gt;&lt;li&gt;On the &lt;b&gt;Authentication Delegation&lt;/b&gt; page, select the &lt;b&gt;Basic authentication&lt;/b&gt; option from the &lt;b&gt;Select the method used by ISA Server to authenticate to the published Web server&lt;/b&gt; drop down list.&amp;nbsp; Click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;Accept the default setting, &lt;b&gt;All Authenticated Users&lt;/b&gt; on the &lt;b&gt;User Sets&lt;/b&gt; page and click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;On the &lt;b&gt;Completing the New Exchange Publishing Rule Wizard&lt;/b&gt; page, review settings and click &lt;b&gt;Finish&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;Double click on rule that you created. In the &lt;b&gt;ActiveSync Properties&lt;/b&gt; dialog, click the &lt;b&gt;Paths&lt;/b&gt; tab. The wizard adds the following path : &lt;br /&gt;&lt;ol&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;/Microsoft-Server-ActiveSync/*&lt;/b&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-7202793619642884269?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/7202793619642884269/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=7202793619642884269&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7202793619642884269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7202793619642884269'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/publish-active-sync-using-isa.html' title='Publish Active Sync using ISA'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-6454600460260913797</id><published>2010-02-04T12:35:00.003-05:00</published><updated>2010-02-04T12:38:31.501-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>RPC over HTTPS</title><content type='html'>&lt;b&gt;&lt;i&gt;Prerequisites : You must create the SSL web listener rule before you proceed .&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Click on the &lt;b&gt;Firewall Policy&lt;/b&gt; in the&amp;nbsp; ISA Firewall console and then click the &lt;b&gt;Tasks&lt;/b&gt; tab on the Task Pane. On the Tasks tab, click the &lt;b&gt;Publish Exchange Web Client Access&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;On the Welcome to the &lt;b&gt;New Exchange Publishing Rule&lt;/b&gt; Wizard page, enter the name for the Web Publishing Rule. Then click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;On the &lt;b&gt;Select Services&lt;/b&gt; page, select the &lt;b&gt;Exchange Server 2007&lt;/b&gt; option from the Exchange version drop down list. Choose &lt;b&gt;Outlook Anywhere (RPC/HTTP)&lt;/b&gt;&amp;nbsp; and also choose the option for the &lt;b&gt;Publish additional folders&lt;/b&gt; on the Exchange Server for Outlook 2007 clients. &lt;/li&gt;&lt;li&gt;On the Publishing Type page, select the &lt;b&gt;Publish a single Web site or load balancer&lt;/b&gt; option and &lt;b&gt;click &lt;/b&gt;&lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;On the Server Connection Security page, select the &lt;b&gt;Use SSL to connect to the published Web server or server farm&lt;/b&gt; and then click Next.&lt;/li&gt;&lt;li&gt;On the &lt;b&gt;Internal Publishing Details&lt;/b&gt; page, enter the name of the web site that is used to identify the published Client Access Server internally. This is not the server name instead it is the common name associated with the certificate bound to the OWA Web site on the Client Access Server. For example, if the name on the Web site certificate bound to the OWA Web site on the Client Access Server is owa.company.com, so you will need to enter owa.company.com. You may check the option to Use a computer name or IP address to connect to the published server and then use the Browse button to find the server as well.&lt;/li&gt;&lt;li&gt;Enter name on the Web site certificate on the Client Access Server in the Internal site name and the actual computer name or IP address in the Computer name or IP address. Click Next. &lt;/li&gt;&lt;li&gt;On the Public Name Details page, select the This domain name (type below) option from the Accept requests for drop down list. In the Public name text box, enter the name that external users will use to connect to the ISA Firewall in order to reach the RPC/HTTP site. You can choose to have both internal and external clients use owa.company.com to reach the ISA Firewall or different as you feel.&lt;/li&gt;&lt;li&gt;On the Select Web Listener page, select the &lt;a href="http://www.techbiswas.com/isa-server/common-isa-2006-issues/ssl-web-listener"&gt;SSL listener&lt;/a&gt; you created earlier from the Web listener drop down list and &lt;b&gt;click Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;On the &lt;b&gt;Authentication Delegation&lt;/b&gt; page, choose &lt;b&gt;NTLM authentication&lt;/b&gt; from the&lt;b&gt; Select the method used by the ISA Firewall to authenticate to the published Web server&lt;/b&gt; drop down list. The ISA server automatically detects that a non-browser client is trying to connect to the SSL web listener and will change to basic authentication. The Outlook (which is configured as RPC/HTTP client ) will then use Basic authentication to authenticate to the ISA Firewall which in turn, authorizes the user. If the user is authenticated and authorized, the ISA Firewall will forward the user’s credentials as NTLM credentials to the Client Access Servers. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;On the User Sets page, accept the default setting All Authenticated Users and click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;Review the settings on the C&lt;b&gt;ompleting the New Exchange Published Rule Wizard &lt;/b&gt;page and click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;Double click on the&amp;nbsp; Publishing Rule , Click on the &lt;b&gt;Paths&lt;/b&gt; tab in the Properties dialog box. The wizard, by default creates the following paths:&lt;/li&gt;&lt;/ol&gt;&lt;ul&gt;&lt;ul&gt;&lt;ul&gt;&lt;ul&gt;&lt;li&gt;/unifiedmessaging/* &lt;/li&gt;&lt;li&gt;/rpc/* &lt;/li&gt;&lt;li&gt;/OAB/* &lt;/li&gt;&lt;li&gt;/ews/* &lt;/li&gt;&lt;li&gt;/AutoDiscover/*&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-6454600460260913797?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/6454600460260913797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=6454600460260913797&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6454600460260913797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6454600460260913797'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/rpc-over-https.html' title='RPC over HTTPS'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-8449409257980431857</id><published>2010-02-04T12:35:00.001-05:00</published><updated>2010-02-08T01:04:21.348-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>OWA Publishing Rule</title><content type='html'>&lt;p&gt;Prerequisite :&amp;#160; You must create the SSL Listener rule in place before you proceed .&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Click the &lt;b&gt;Firewall Policy&lt;/b&gt; in the ISA Firewall console. In the &lt;b&gt;Tasks&lt;/b&gt; tab in the Task Pane, click the &lt;b&gt;Publish Exchange Web Clients. Then on the &lt;b&gt;Welcome to the New Exchange Publishing Rule Wizard&lt;/b&gt; page, enter a name for the Web Publishing Rule. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/b&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-pTpZrS5I/AAAAAAAAAEg/7TU7BbDgQvg/s1600-h/owa0%5B5%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="owa0" border="0" alt="owa0" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-pTx7ZKjI/AAAAAAAAAEk/9HLuGcgYhnY/owa0_thumb%5B1%5D.jpg?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;On the &lt;b&gt;Select Services&lt;/b&gt; page, select &lt;b&gt;Exchange Server 2007&lt;/b&gt; from the &lt;b&gt;Exchange version&lt;/b&gt; drop down list. In the &lt;b&gt;Web client mail services&lt;/b&gt; section, choose &lt;b&gt;Outlook Web Access&lt;/b&gt;.Click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-pUcyfchI/AAAAAAAAAEo/zR5VMqN5AKw/s1600-h/OWA1%5B5%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="OWA1" border="0" alt="OWA1" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-pUksaEXI/AAAAAAAAAEs/X3XZr0Ut5pw/OWA1_thumb%5B1%5D.jpg?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;On the &lt;b&gt;Publishing Type&lt;/b&gt; page, select the &lt;b&gt;Publish a single Web site or load balancer&lt;/b&gt; option. In case of multiple Exchange Client Access Servers you can choose the option to &lt;b&gt;Publish a server farm of load balanced Web servers&lt;/b&gt;.&amp;#160; Click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-pUzQiEWI/AAAAAAAAAEw/JIN9fOwYsQ0/s1600-h/owa2%5B5%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="owa2" border="0" alt="owa2" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-pVDBagTI/AAAAAAAAAE0/7ZDd1z8xii8/owa2_thumb%5B1%5D.jpg?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Next on the &lt;b&gt;Server Connection Security &lt;/b&gt;page, choose the type of connection the ISA Firewall's internal interface will establish to the actual Client Access server. For enhanced security, select &lt;b&gt;Use SSL to connect to the published Web server or server farm&lt;/b&gt; option. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-pVSruqUI/AAAAAAAAAE4/24iWrHnMR8s/s1600-h/owa3%5B5%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="owa3" border="0" alt="owa3" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-pVuX0rzI/AAAAAAAAAE8/qH3JPJIvVKc/owa3_thumb%5B1%5D.jpg?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;In the &lt;b&gt;Internal site name&lt;/b&gt;&amp;#160; box, enter the name of the web site that is used to identify the published Client Access Server internally. This is not the server name instead it is the common name associated with the certificate bound to the OWA Web site on the Client Access Server. For example, if the name on the Web site certificate bound to the OWA Web site on the Client Access Server is owa.company.com, so you will need to enter &lt;b&gt;owa.company.com. You may check the option to &lt;b&gt;Use a computer name or IP address to connect to the published server&lt;/b&gt; checkbox and then use the &lt;b&gt;Browse&lt;/b&gt; button to find the server as well.Enter name on the Web site certificate on the Client Access Server in the &lt;b&gt;Internal site name&lt;/b&gt; and the actual computer name or IP address in the &lt;b&gt;Computer name or IP address&lt;/b&gt;. Click &lt;b&gt;Next.&lt;/b&gt;&lt;/b&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-pV-v407I/AAAAAAAAAFA/czd_LppE2mo/s1600-h/owa4%5B5%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="owa4" border="0" alt="owa4" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-pWH6cEpI/AAAAAAAAAFE/507rRbybcgc/owa4_thumb%5B1%5D.jpg?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;On the &lt;b&gt;Public Name Details&lt;/b&gt; section, select the &lt;b&gt;This domain name (type below)&lt;/b&gt; option from the &lt;b&gt;Accept request for&lt;/b&gt; drop down. Enter the&amp;#160; name on the certificate bound to the Web listener in the &lt;b&gt;Public name&lt;/b&gt; text box. This is the name that external clients will use to connect to the ISA Firewall to reach the Client Access Server. You can choose to have both internal and external clients use &lt;b&gt;owa.company.com&lt;/b&gt; to reach the ISA Firewall or different as you feel. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-pWVdgh_I/AAAAAAAAAFI/Ow-9N5_taDo/s1600-h/owa5%5B5%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="owa5" border="0" alt="owa5" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-pWvIBjFI/AAAAAAAAAFM/kq5h1gSKV1M/owa5_thumb%5B1%5D.jpg?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;On the &lt;b&gt;Select Web Listener&lt;/b&gt; section, select the SSL Listener&amp;#160; and click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-pW_VWFsI/AAAAAAAAAFQ/i6oUFgFKNew/s1600-h/owa6%5B5%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="owa6" border="0" alt="owa6" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-pXFugiRI/AAAAAAAAAFU/hX1gvS9TgGM/owa6_thumb%5B1%5D.jpg?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;On the &lt;b&gt;Authentication Delegation&lt;/b&gt; page, select the &lt;b&gt;Basic authentication&lt;/b&gt; option from the &lt;b&gt;Select the method used by ISA Server to authenticate to the published Web server&lt;/b&gt; drop down box. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-pXY-jiSI/AAAAAAAAAFY/Nc7PO8W0yKg/s1600-h/owa7%5B5%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="owa7" border="0" alt="owa7" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-pXlXBNBI/AAAAAAAAAFc/H62PPDopvjc/owa7_thumb%5B1%5D.jpg?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;On the &lt;b&gt;User Sets&lt;/b&gt; page, choose &lt;b&gt;All Authenticated Users&lt;/b&gt;.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-pX9SrbQI/AAAAAAAAAFg/aPTRpOJJGxY/s1600-h/owa8%5B5%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="owa8" border="0" alt="owa8" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-pYLRBHmI/AAAAAAAAAFk/ATt1BeaF0SM/owa8_thumb%5B1%5D.jpg?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Review the settings on&amp;#160; &lt;b&gt;Completing the New Exchange Publishing Rule Wizard&lt;/b&gt; page and click &lt;b&gt;Next&lt;/b&gt;.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-pYdH9aQI/AAAAAAAAAFo/PWP7dLNP3Ek/s1600-h/owa9%5B5%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="owa9" border="0" alt="owa9" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-pYtfnhXI/AAAAAAAAAFs/L3JFMEBM75Q/owa9_thumb%5B1%5D.jpg?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Double click on the &lt;b&gt;&lt;/b&gt;Web Publishing Rule. Click on the &lt;b&gt;Paths&lt;/b&gt; tab in the &lt;b&gt;Properties&lt;/b&gt; dialog box. The wizard, by default creates the following paths:       &lt;br /&gt;/public/*       &lt;br /&gt;/OWA/*       &lt;br /&gt;/Exchweb/*       &lt;br /&gt;/Exchange/*&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;   &lt;br /&gt;&lt;b&gt;&lt;/b&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-pYz4xx6I/AAAAAAAAAFw/R_SC8BzdlMo/s1600-h/owa10%5B5%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="owa10" border="0" alt="owa10" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-pZHhwTII/AAAAAAAAAF0/U-27Jx9kJ0k/owa10_thumb%5B1%5D.jpg?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;You can then try to open the owa site from the following location https://owa.company.com/owa     &lt;br /&gt;****** Make sure that your DNS entries exist on the local area network and your Internet facing DNS servers. ******&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-8449409257980431857?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/8449409257980431857/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=8449409257980431857&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8449409257980431857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8449409257980431857'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/owa-publishing-rule.html' title='OWA Publishing Rule'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-pTx7ZKjI/AAAAAAAAAEk/9HLuGcgYhnY/s72-c/owa0_thumb%5B1%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-2813747139826935281</id><published>2010-02-04T12:32:00.001-05:00</published><updated>2010-02-04T12:39:03.501-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>ISA 2006 on ESX – NLB Issues – Use Multicast</title><content type='html'>For ISA 2006 solutions, where there is a configuration storage server ( and if required a replicate configuration storage server ) along with and one or more array servers it is necessary to configure Network Load Balancing( NLB) with virtual ip address or ip addresses. This ensure redundancy and high availability for your website or server you want to publish via ISA.&amp;nbsp; &lt;br /&gt;ISA 2006 SP1 supports NLB through Unicast, Multicast and IGMP multicast. Though it is pretty simple to configure NLB using unicast and multicast in physical ISA installations, you might run into issues if you configure Unicast NLB when you have ISA servers on VMWare. This is because VMWARE by itself does not support Unicast until you make some changes to the VMWare networking and prefers multicasts for its internal virtual switches. In such circumstances where you do not want to change the VMware networking configurations, the solution is to run the scripts to configure multicast following the example presented by Microsoft KB article kb938550. You can download the scripts by following the instructions in the article. &lt;br /&gt;The script that you would need to run is : &lt;br /&gt;&lt;strong&gt;&lt;em&gt;cscript kb938550.wsf /array:NameOfArray /nlb:multicast /net1:ArrayNetwork&lt;/em&gt;&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-2813747139826935281?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/2813747139826935281/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=2813747139826935281&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/2813747139826935281'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/2813747139826935281'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/isa-2006-on-esx-nlb-issues-use.html' title='ISA 2006 on ESX – NLB Issues – Use Multicast'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-4505619641033590864</id><published>2010-02-04T12:30:00.001-05:00</published><updated>2010-02-04T12:39:22.454-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>Replication Between Configuration Storage Servers</title><content type='html'>I have seen a lot of blogs and forums where people have had issues configuring a replicate configuration storage server. The easy solution to this is once you have your Primary Configuration Storage server up and running, go to Enterprise policy and add the second server name to the Replicate Configuration Storage Server computer Set from the Tool box. You should do this even before you start installing ISA 2006 on the second server you are trying to configure as Replicate Configuration Storage Server.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-4505619641033590864?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/4505619641033590864/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=4505619641033590864&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/4505619641033590864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/4505619641033590864'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/02/replication-between-configuration.html' title='Replication Between Configuration Storage Servers'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-7496869182143048215</id><published>2010-01-31T13:13:00.001-05:00</published><updated>2010-01-31T22:55:41.164-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>SFTP and SSH Publishing in ISA</title><content type='html'>&lt;p&gt;After numerous retries and failures which lead to my frustration, I was able to configure SSH &amp;amp; SFTP publishing using ISA 2006. This is a pretty straight forward configuration. I researched several websites and blogs but could not find a definitive answer. So, I decided to setup my own virtual environment and test it out.   &lt;br /&gt;First of all, it is very much necessary to understand what is SFTP. SFTP is a tool that uses the underlying SSH protocol to transfer files. It is NOT FTP on port 22 neither it is FTPS. So as long as your SSH is working you should be able to use SFTP and even SCP.    &lt;br /&gt;Now here is the requirement and process for publishing a SSH server using ISA 2006 :&lt;/p&gt;  &lt;blockquote&gt;   &lt;ol&gt;     &lt;li&gt;Your ISA should have at least two interfaces. If your ISA server has one interface then your Non Web server publishing rule may not work. Web publishing, OWA and other web publishing rule works but somehow SSH publishing does not. At least this has been my personal experience.&lt;/li&gt;      &lt;li&gt;You will have to define a custom protocol , say SSH inbound on port 22. No other secondary protocol ports are required to be defined. The default SSH protocol that ISA 2006 has is for outbound only but this will not work when you publish a SSH server. So it is necessary that you define the new SSH Inbound protocol from Toolbox --&amp;gt; Protocols.&lt;/li&gt;      &lt;li&gt;You will have to use your ISA server internal interface ip address as the default gateway for your SSH server.&lt;/li&gt;      &lt;li&gt;Once you have taken care of the above, go ahead and create a Firewall policy using the Non web server publishing rule.&lt;/li&gt;      &lt;li&gt;Remember to associate a new ip address on the external interface of the ISA server that will do a Nat-ing to the internal ip address of the SSH server. You may want to associate your default ISA server external ip address for this purpose but I dont guarantee that it will work.&lt;/li&gt;   &lt;/ol&gt;&lt;/blockquote&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-7496869182143048215?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/7496869182143048215/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=7496869182143048215&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7496869182143048215'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7496869182143048215'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/01/sftp-and-ssh-publishing-in-isa.html' title='SFTP and SSH Publishing in ISA'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-7394184940124555332</id><published>2010-01-31T13:00:00.001-05:00</published><updated>2010-01-31T13:14:19.529-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>Enabling SNMP monitoring for Servers published by ISA</title><content type='html'>Enabling SNMP access through ISA 2006 was a big challenge. I was able to configure the ISA servers to respond to SNMP walk from Servers in a different network ( or External Servers from ISA point of view) but was unable to get the servers in the DMZ respond to SNMP. My ISA setup had a NAT supported Network Rule instead of Route.   &lt;br /&gt;Here are the steps that I had to do for allowing SNMP walk to the DMZ servers :&lt;br /&gt;&lt;blockquote&gt;&lt;ol&gt;&lt;li&gt;Create an inbound protocol definition with the following specifications :       &lt;br /&gt;&lt;ul&gt;&lt;li&gt;a. Protocol Type : UDP&lt;/li&gt;&lt;li&gt;b. Ports : 161-162&lt;/li&gt;&lt;li&gt;c. Direction : Receive and Send. ( Donot set it to Send and Receive as that represents Outbound Traffic)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt; Add ip address to the External Interface of the Firewall. This ip address should be in the range of the ip addresses allocated to the External interface of the ISA server.&lt;/li&gt;&lt;li&gt; Add aNon Web Server publishing Rule with the ip address of the DMZ server you want to do an SNMP walk to as the destination .&lt;/li&gt;&lt;li&gt; Choose the newly created SNMP protocol that you have defined in 1.&lt;/li&gt;&lt;li&gt; Group the SNMP Manager hosts ( or your source servers) into a Computer Set ( from Toolbox under Firewall Policy) and set the group as Source.&lt;/li&gt;&lt;/ol&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-7394184940124555332?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/7394184940124555332/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=7394184940124555332&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7394184940124555332'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/7394184940124555332'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/01/enabling-snmp-monitoring-for-servers.html' title='Enabling SNMP monitoring for Servers published by ISA'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-5531165323764002185</id><published>2010-01-31T12:56:00.001-05:00</published><updated>2010-01-31T12:58:05.907-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>Creating Redirections in ISA 2006</title><content type='html'>Creating Redirections in ISA 2006 is pretty simple. Suppose you would want to publish OWA for Exchange 2007 CAS servers, for that you would need to do the following &lt;br /&gt;1. Create a Deny OWA Publishing Rule for the public URL , say &lt;a href="https://owa.domain.org/"&gt;https://owa.domain.org/&lt;/a&gt; . After you finish the rule, go into the properties of the rule and configure a redirect to &lt;a href="https://owa.domain.org/owa"&gt;https://owa.domain.org/owa&lt;/a&gt;.&lt;br /&gt;2. Create an Allow OWA Publishing Rules for &lt;a href="https://owa.domain.com/"&gt;https://owa.domain.com&lt;/a&gt; using the the Exchange 2007 OWA publishing wizard . Remember that you MUST put this rule right under the Deny rule that you have created.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-5531165323764002185?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/5531165323764002185/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=5531165323764002185&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/5531165323764002185'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/5531165323764002185'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/01/creating-redirections-in-isa-2006.html' title='Creating Redirections in ISA 2006'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-2218190254133773380</id><published>2010-01-31T10:45:00.001-05:00</published><updated>2010-01-31T12:57:46.291-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>Configuring ISA 2006 for Terminal Services Gateway on Windows 2008 Server</title><content type='html'>&lt;b&gt;&lt;i&gt;Create a web listener with the following parameters:&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;Authentication: Basic    &lt;br /&gt;Authentication Validation: Windows (Active Directory)    &lt;br /&gt;Connections: Enable SSL (HTTPS) connections on port 443    &lt;br /&gt;Certificates: certificate issued to hostname.domain.org, e.g tsgateway.domain.org    &lt;br /&gt;Networks: External&lt;br /&gt;&lt;b&gt;&lt;i&gt;Create Publishing Rule&lt;/i&gt;&lt;/b&gt;    &lt;br /&gt;The web publishing rule for publishing Terminal Service Gateway involves the use of the RPC proxy, the same communication method used by Outlook’s RPC over HTTPS. The RDP clients will use the same protocol that Outlook Anywhere uses, so we need to choose the Exchange Server 2007 Wizard.&lt;br /&gt;&lt;blockquote&gt;&lt;ol&gt;&lt;li&gt; Right-click on the Firewall Policy, select New, and then click Exchange Web Client Access publishing rule.&lt;/li&gt;&lt;li&gt; On the Welcome to the Create a New Web publishing rule page, type the name of the rule and click Next.&lt;/li&gt;&lt;li&gt; On the Select Rule Action page, select the option Allow and click Next.&lt;/li&gt;&lt;li&gt; On the New Exchange publishing rule page, select the Exchange version which is Exchange Server 2007. Select Outlook Anywhere (RPC/HTTP(s)) and click Next.&lt;/li&gt;&lt;li&gt; On the Publishing Type page, select the option to Publish a single Web Site or load balancer and click Next.&lt;/li&gt;&lt;li&gt; On the Server Connection Security page, select Use SSL to connect to the published Web server or server farm and then click Next.&lt;/li&gt;&lt;li&gt; On the Internal Publishing Details page, in the Internal site name box, type the name of the TS Gateway server (tsagateway.domain.local). Remember that if you choose the server name option, the name you use must match the common or subject name on the Web site certificate bound to the TS Gateway Web site hosted by IIS on the Windows 2008 Server. For convenience, create a certificate with the common name tsgateway.domain.org and bind it to the IIS server of the Windows 2008 Server that hosts the terminal services gateway.&lt;/li&gt;&lt;li&gt; On the Public Name Details page, from the Accept requests for dropdown list, select This domain name (type below) and then, in the Public name box, type the public name that matches the name of the certificate that was issued for this URL—in our case, the name is tsgateway.domain.org. Then click Next.&lt;/li&gt;&lt;li&gt;On the Select Web Listener page, click on the dropdown list and select the Web Listener that was previously created, and then click Next.&lt;/li&gt;&lt;li&gt;On the Authentication Delegation page, select the option No delegation, but client may authenticate directly, and click Next.&lt;/li&gt;&lt;li&gt;On the User Set page, verify that the default option (All Users) is selected, click Next, and then click Finish. Once done, Apply the policy on the ISA firewall.&lt;/li&gt;&lt;/ol&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-2218190254133773380?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/2218190254133773380/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=2218190254133773380&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/2218190254133773380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/2218190254133773380'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/01/configuring-isa-2006-for-terminal.html' title='Configuring ISA 2006 for Terminal Services Gateway on Windows 2008 Server'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-8443581204152724486</id><published>2010-01-31T10:13:00.001-05:00</published><updated>2010-01-31T12:57:29.450-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>Bypassing Java Applet Issues or Active X issues for web server publishing rules</title><content type='html'>You may encounter issues while publishing websites with java applets using ISA 2006 web publishing rules. The easiest way to work around this problem is to create a Non Web server publishing rule for protocols Inbound HTTP and HTTPS and publish the target server. Note that by default ISA 2006 blocks Active X and Java Applets in its HTTP filters.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-8443581204152724486?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/8443581204152724486/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=8443581204152724486&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8443581204152724486'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8443581204152724486'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/01/bypassing-java-applet-issues-or-active.html' title='Bypassing Java Applet Issues or Active X issues for web server publishing rules'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-3289706153036954891</id><published>2010-01-30T22:03:00.001-05:00</published><updated>2010-01-30T22:20:38.663-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>Disable Reverse Proxy Caching</title><content type='html'>Sometimes ISA 2006 may render contents that are expired and may not render updated contents from web servers successfully. In such an event if you would like to disable Caching for Reverse Proxy by doing the following :   &lt;br /&gt;1. Click Start, point to Programs, point to Microsoft ISA Server, and then click ISA Server Management.    &lt;br /&gt;2. In ISA Server Management, double-click ServerName, and then double-click Configuration.    &lt;br /&gt;3. Right-click Cache, and then click Disable Caching.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-3289706153036954891?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/3289706153036954891/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=3289706153036954891&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3289706153036954891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3289706153036954891'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/01/disable-reverse-proxy-caching.html' title='Disable Reverse Proxy Caching'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-901640078272442226</id><published>2010-01-30T21:59:00.001-05:00</published><updated>2010-02-08T00:49:37.944-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ISA-TMG'/><title type='text'>SSL Web Listeners</title><content type='html'>&lt;h5&gt;&lt;/h5&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Assumptions&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;ul&gt;     &lt;li&gt;Site to be published : owa.company.com &lt;/li&gt;      &lt;li&gt;Single Domain for ISA Servers, CAS and Users &lt;/li&gt;   &lt;/ul&gt; &lt;/blockquote&gt;  &lt;p&gt;Click on the &lt;b&gt;Firewall Policy&lt;/b&gt; in the ISA Firewall console and then click the &lt;b&gt;Toolbox&lt;/b&gt; tab in the right pane. Click &lt;b&gt;Network Objects&lt;/b&gt; and then right click on &lt;b&gt;Web Listeners&lt;/b&gt;. Click&lt;b&gt;New Web Listener&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-l3QCZGOI/AAAAAAAAADU/j54dT6VjwYc/s1600-h/image%5B2%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-l3vrF2OI/AAAAAAAAADY/oJbCf71JaWw/image_thumb.png?imgmax=800" width="204" height="164" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;On the &lt;b&gt;Welcome to the New Web Listener Wizard&lt;/b&gt; page, enter the name of the Web Listener. Lets name it as SSL Web Listener and click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-l352GbtI/AAAAAAAAADc/nftKH0AV27M/s1600-h/image%5B5%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-l4CTT9HI/AAAAAAAAADg/jWizGwvDCOg/image_thumb%5B1%5D.png?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;On the &lt;b&gt;Client Connection Security &lt;/b&gt;page you can either create an SSL or an unsecured HTTP connection with the ISA Firewall. In this case, we select the &lt;b&gt;Require SSL secured connections with clients&lt;/b&gt; and click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-l4Z_3qQI/AAAAAAAAADk/YmymqCEuJFw/s1600-h/image%5B8%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-l4utFunI/AAAAAAAAADo/HERAN4XWCbw/image_thumb%5B2%5D.png?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;On the &lt;b&gt;Web Listener IP Addresses&lt;/b&gt; section specify the IP addresses that this Web listener will be binded to or will listen to. For our case ( refer to the diagram above), external users connect to the ISA Firewall using the ISA Firewall’s external interface IP address which is connected to the Internet or Public Network. This is a virtual ip address or load balanced ip address of the ISA array , we will discuss how to create an ISA Server 2006 array with virtual ip address and configure load balancing in a different section. The internal users will connect to the ISA Firewall using the ISA Firewall’s internal interface IP address which is connected to the internal or LAN.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-l45RtJAI/AAAAAAAAADs/o1iTrKaBGXM/s1600-h/image%5B11%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-l5J8FQ9I/AAAAAAAAADw/rLEdu_ZdNSo/image_thumb%5B3%5D.png?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Check both the &lt;b&gt;External&lt;/b&gt; and &lt;b&gt;Internal&lt;/b&gt; network's options and then click on the &lt;b&gt;Internal &lt;/b&gt;network and click the &lt;b&gt;Select IP Addresses&lt;/b&gt; button.&lt;/p&gt;  &lt;p&gt;In the &lt;b&gt;Internal Network Listener IP Selection&lt;/b&gt; dialog box, select the &lt;b&gt;Specified IP addresses on the ISA Server computer in the selected network&lt;/b&gt; option. Then click the IP address in the &lt;b&gt;Available IP Addresses&lt;/b&gt; section and click the &lt;b&gt;Add&lt;/b&gt; button to move that IP address to the &lt;b&gt;Selected IP Addresses&lt;/b&gt; section. Click &lt;b&gt;OK&lt;/b&gt;. &lt;/p&gt;  &lt;ol&gt;   &lt;ol&gt;     &lt;ul&gt;       &lt;li&gt;Note that this is again an ip address from the internal network that is added to the ISA server in addition to its default ip addresses and is NOT the internal or private ip addresses of the ISA servers. For each web listener it is a must to have an ip address available. This is a recommended approach since you may be publishing more than one website or application using the same ISA servers and so it is not a good approach to use the internal ip address assigned to the ISA server itself. &lt;/li&gt;     &lt;/ul&gt;   &lt;/ol&gt; &lt;/ol&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-l5ZHsEFI/AAAAAAAAAD0/uPYXNWSbhfM/s1600-h/image%5B14%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-l5pZ90DI/AAAAAAAAAD4/1a471Qpyvk4/image_thumb%5B4%5D.png?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;On the &lt;b&gt;Web Listener IP Addresses&lt;/b&gt; page see now that the &lt;b&gt;Internal&lt;/b&gt; network listener is listening on IP address &lt;b&gt;from the internal subnet &lt;/b&gt;. Click the &lt;b&gt;External&lt;/b&gt; network and then click&lt;b&gt;Select IP Addresses&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;In the &lt;b&gt;External Network Listener IP Selection&lt;/b&gt; dialog box, select the &lt;b&gt;Specified IP addresses on the ISA Server computer in the selected network&lt;/b&gt; option. Click the external IP address in the &lt;b&gt;Available IP Addresses(say X.X.X.X)&lt;/b&gt; list and click the &lt;b&gt;Add&lt;/b&gt; button to move that IP address to the &lt;b&gt;Selected IP Addresses &lt;/b&gt;list. &lt;/p&gt;  &lt;ol&gt;   &lt;ol&gt;     &lt;ul&gt;       &lt;li&gt;Note that this is again an ip address from the external network that is added to the ISA server in addition to its default ip addresses and is NOT the external or public ip addresses of the ISA servers. For each web listener it is a must to have an ip address available. This is a recommended approach since you may be publishing more than one website or application using the same ISA servers and so it is not a good approach to use the internal ip address assigned to the ISA server itself. &lt;/li&gt;     &lt;/ul&gt;   &lt;/ol&gt; &lt;/ol&gt; On the &lt;b&gt;Web Listener IP Addresses&lt;/b&gt; section you can now see that the Web Listener is now listening on &lt;b&gt;an ip address&lt;/b&gt; from the external interface. This is because we want to set the publishing website in such a way so that it resolves to the external ip address from Internet while it resolves to the internal or private ip address for the internal users. You will have to use Split DNS for name resolution. Also note that the screenshots here only depicts the internal network but basically the process of assigning the external and internal network ip addresses to the listener is same and is covered under one step.   &lt;p&gt;On the &lt;b&gt;Listener SSL Certificates&lt;/b&gt; page, select the &lt;b&gt;Assign a certificate for each IP address&lt;/b&gt;. Click the &lt;b&gt;internal network &lt;/b&gt;address and then click the &lt;b&gt;Select Certificate Button&lt;/b&gt;. In the&lt;b&gt;Select Certificate &lt;/b&gt;dialog box, select the &lt;b&gt;SSL &lt;/b&gt;certificate &lt;b&gt;owa.company.com&lt;/b&gt; that you have prepared for the site you want to publish and click &lt;b&gt;Select&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-l5_V_kFI/AAAAAAAAAD8/CgLrB3NUlLc/s1600-h/image%5B17%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-l558ZJ_I/AAAAAAAAAEA/A1ZCF1Frt3U/image_thumb%5B5%5D.png?imgmax=800" width="173" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;On the &lt;b&gt;Listener SSL Certificates&lt;/b&gt; page, click the &lt;b&gt;external ip address (say X.X.X.X) &lt;/b&gt;entry (which will be a different IP address as it needs to be a valid address on the public network) and click &lt;b&gt;Select Certificate&lt;/b&gt; dialog box, select the &lt;b&gt;SSL &lt;/b&gt;certificate &lt;b&gt;owa.company.com&lt;/b&gt; that you have prepared for the site you want to publish and click &lt;b&gt;Select&lt;/b&gt;. The screenshots here depicts only one network interface but when you have the listener set for both external and internal interface you will see that all the ip addresses assigned to the listener is being displayed in the &lt;b&gt;Assign a certificate for each IP address section.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;On the &lt;b&gt;Listener SSL Certificates&lt;/b&gt; page both the internal and external IP addresses are now associated with the &lt;b&gt;owa.company.com&lt;/b&gt; certificate. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;On the &lt;b&gt;Authentication Settings&lt;/b&gt; section, click &lt;b&gt;Select how clients will provide credentials to ISA Server&lt;/b&gt; drop down list and select &lt;b&gt;HTML Form Authentication&lt;/b&gt;. Select the &lt;b&gt;Windows (Active Directory) &lt;/b&gt;option from the &lt;b&gt;Select how ISA Server will validate client credentials&lt;/b&gt; list. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-l6AumF6I/AAAAAAAAAEE/-9Y1VTx7RJA/s1600-h/image%5B20%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-l6Te0GVI/AAAAAAAAAEI/R24ATXE2d4Y/image_thumb%5B6%5D.png?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.techbiswas.com/isa-server/common-isa-2006-issues/ssl-web-listener/SSlweblist6.jpg?attredirects=0"&gt;&lt;/a&gt;On the &lt;b&gt;Single Sign On Settings&lt;/b&gt; page, check &lt;b&gt;Enable SSO for Web site published with this Web listener&lt;/b&gt; .enter the single sign on domain in the &lt;b&gt;SSO domain name&lt;/b&gt; box which is the domain to which your CAS servers, Users and ISA Servers belong. Noe that we are considering a single domain architecture only. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-l63U197I/AAAAAAAAAEM/Ym_GA2ElY44/s1600-h/image%5B23%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-l7XzBqeI/AAAAAAAAAEQ/zgd8bZDSKJA/image_thumb%5B7%5D.png?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Review the settings on the &lt;b&gt;Completing the New Web Listener Wizard&lt;/b&gt; page and click &lt;b&gt;Finish&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.techbiswas.com/isa-server/common-isa-2006-issues/ssl-web-listener/SSlweblist7.jpg?attredirects=0"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-l7ko5jUI/AAAAAAAAAEU/r1iArlfz3lU/s1600-h/image%5B26%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-l8P4i3-I/AAAAAAAAAEY/0dEaRvuI39E/image_thumb%5B8%5D.png?imgmax=800" width="244" height="196" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-901640078272442226?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/901640078272442226/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=901640078272442226&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/901640078272442226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/901640078272442226'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/01/ssl-web-listeners.html' title='SSL Web Listeners'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-l3vrF2OI/AAAAAAAAADY/oJbCf71JaWw/s72-c/image_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-158023146701616108</id><published>2010-01-30T21:49:00.001-05:00</published><updated>2010-02-08T00:41:05.346-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS 2007'/><title type='text'>Custom Profile Import Configuration</title><content type='html'>&lt;p&gt;To import user profile information from one or more domains, &lt;b&gt;&lt;i&gt;Go to the Shared Services Provider or SSP page and then to the Configure Profile Import page, click Custom source in the Source section&lt;/i&gt;&lt;/b&gt;. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-j6pvEBaI/AAAAAAAAAC8/ySXsqzkvE1I/s1600-h/image%5B2%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-j7NMSDCI/AAAAAAAAADA/lJaeiwpHEQY/image_thumb.png?imgmax=800" width="244" height="120" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;To Add a Connection&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;On the Manage Connections page, click New Connection. In the Connection Settings section on the Add Connection page, type a domain name in the Domain name field.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-j7Ai4eFI/AAAAAAAAADE/TD63df80u8U/s1600-h/image%5B5%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-j7YgcwhI/AAAAAAAAADI/rVyhgpdiv50/image_thumb%5B1%5D.png?imgmax=800" width="244" height="85" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;By default, a domain controller is automatically detected. To select a specific domain controller, click Select a domain controller and type a domain controller name in the Domain controller name box for the Active Directory server that you want to add.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-j7_CliYI/AAAAAAAAADM/I8WxTqiE6AQ/s1600-h/image%5B8%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-j8Jzy-eI/AAAAAAAAADQ/AEac26azl2o/image_thumb%5B2%5D.png?imgmax=800" width="244" height="178" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;blockquote&gt;   &lt;ul&gt;     &lt;li&gt;To access this server by using a Secure Sockets Layer (SSL) secure connection or Secure LDAP, select the Use SSL-secured connection option. &lt;/li&gt;      &lt;li&gt;To limit the amount of time spent attempting to access a server, type a value in the Time out field. &lt;/li&gt;      &lt;li&gt;In the Search Settings section, type a name in the Search base field. It is recommended that you do not enter anything here as MOSS enters the appropriate information. &lt;/li&gt;      &lt;li&gt;In the User filter box, you can add your own query to filter the user profile data that you are importing. The default value is an LDAP query. &lt;/li&gt;      &lt;li&gt;In the Scope section, select to what level in the Active Directory server may be searched for user profiles to import. You can limit the scope by selecting One level or search more deeply by clicking Subtree. &lt;/li&gt;      &lt;li&gt;Page size box limits the amount of data imported in each user profile. &lt;/li&gt;      &lt;li&gt;Page time out box limits the amount of time spent attempting to access a server. &lt;/li&gt;   &lt;/ul&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;&lt;b&gt;&lt;i&gt;Issue&lt;/i&gt;&lt;/b&gt;- However if you have more than one domain you will have to have additional configuration for the profile import to work correctly. For example, say you are logged in to the SSP as &lt;b&gt;DomainA\userid&lt;/b&gt; and want to add a connection to a different domain, say &lt;b&gt;Domain B&lt;/b&gt;. When you give access to the account of &lt;b&gt;DomainB\userid&lt;/b&gt; and try to save , you will get error messages about MOSS not being able to verify the details. The easiest way is to complete the configuration by clicking through but when you try to import user profiles, it will not work correctly.     &lt;br /&gt;&lt;b&gt;&lt;i&gt;Resolution&lt;/i&gt;&lt;/b&gt; - In order to resolve this, you will need to add the content source when you are logged in as &lt;b&gt;DomainB\userid&lt;/b&gt;. Here, you need to give &lt;b&gt;DomainB\userid&lt;/b&gt; access to the SSP and appropriate access to update user profiles and then create the new connection as that user.&lt;/blockquote&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-158023146701616108?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/158023146701616108/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=158023146701616108&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/158023146701616108'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/158023146701616108'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/01/custom-profile-import-configuration.html' title='Custom Profile Import Configuration'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-j7NMSDCI/AAAAAAAAADA/lJaeiwpHEQY/s72-c/image_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-6610071348743622624</id><published>2010-01-30T21:47:00.001-05:00</published><updated>2010-01-30T21:50:36.846-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS 2007'/><title type='text'>SSP Permissions</title><content type='html'>&lt;p&gt;1.  Open SharePoint &lt;strong&gt;Central Adminstration&lt;/strong&gt;   &lt;br /&gt;2.  Click on the &lt;strong&gt;Applications&lt;/strong&gt; Tab   &lt;br /&gt;3.  Under &lt;strong&gt;Application Security &lt;/strong&gt;click on &lt;strong&gt;Policy for Web Application&lt;/strong&gt;   &lt;br /&gt;4.  In the &lt;strong&gt;Web Application &lt;/strong&gt;selection drop-down the SSP Web Application   &lt;br /&gt;5.  Click on the &lt;strong&gt;Add Users&lt;/strong&gt;   &lt;br /&gt;6.  Click on Next   &lt;br /&gt;7.  Add the users, (in our case AD Security Group) in the &lt;strong&gt;Choose Users&lt;/strong&gt; window   &lt;br /&gt;8.  Select &lt;strong&gt;Full Control&lt;/strong&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-6610071348743622624?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/6610071348743622624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=6610071348743622624&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6610071348743622624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/6610071348743622624'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/01/ssp-permissions.html' title='SSP Permissions'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-399001236811727589</id><published>2010-01-30T21:46:00.001-05:00</published><updated>2010-02-08T00:38:55.094-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS 2007'/><title type='text'>Adding MOSS Servers to an Existing Farm</title><content type='html'>&lt;p&gt;Insert the MOSS cd-rom and start the setup. After you have entered the license key, click Next and then accept the “Microsoft Software License Terms” and click “Continue&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-jVJ6Q5zI/AAAAAAAAABc/0c1-jotMIMw/s1600-h/image%5B2%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-jVdWUJGI/AAAAAAAAABg/f4SgeAc406o/image_thumb.png?imgmax=800" width="117" height="97" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Choose “Advanced” installation&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-jVuZKXoI/AAAAAAAAABk/oaSZO6Xe1vo/s1600-h/image%5B5%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-jV6LhQJI/AAAAAAAAABo/LC0RGOqK-IQ/image_thumb%5B1%5D.png?imgmax=800" width="100" height="81" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;In the Server Type section choose “Complete”&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-jWcvOILI/AAAAAAAAABs/wyYNfEa6uRs/s1600-h/image%5B8%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-jWig2ouI/AAAAAAAAABw/3CJjALFzFCw/image_thumb%5B2%5D.png?imgmax=800" width="100" height="82" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Click on “Install Now” to complete the installation&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-jW3RBA_I/AAAAAAAAAB0/5R_XPL5Neu4/s1600-h/image%5B11%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-jXEzdBuI/AAAAAAAAAB4/tYzjT_lv5zw/image_thumb%5B3%5D.png?imgmax=800" width="100" height="82" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Once the installation is complete click on close to “Run the Sharepoint Products and Technologies Wizard”&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-jXc6-8uI/AAAAAAAAAB8/A5e5KZmLsJI/s1600-h/image%5B14%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-jXmoaNsI/AAAAAAAAACA/7MyyHWDtbj4/image_thumb%5B4%5D.png?imgmax=800" width="100" height="82" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Click on Next to proceed&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-jX8ydIdI/AAAAAAAAACE/a8XTmIhEW9w/s1600-h/image%5B17%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-jYG_eO2I/AAAAAAAAACI/uKci3BOyTdg/image_thumb%5B5%5D.png?imgmax=800" width="100" height="83" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Choose Yes&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-jYfI5VBI/AAAAAAAAACM/GvranhsPxYE/s1600-h/image%5B20%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-jYjJVl4I/AAAAAAAAACQ/TYgJeV94Q3U/image_thumb%5B6%5D.png?imgmax=800" width="100" height="75" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Choose “Yes I want to connect to an existing Farm”. Click Next&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-jZAm_SiI/AAAAAAAAACU/pNtJQuqWuO8/s1600-h/image%5B23%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-jZVYirDI/AAAAAAAAACY/St0duOpxvZI/image_thumb%5B7%5D.png?imgmax=800" width="100" height="83" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Enter the database connection settings specific to your farm and click Next&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-jZ0jXHSI/AAAAAAAAACc/MVn0GU8AlcY/s1600-h/image%5B26%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-jaFInDcI/AAAAAAAAACg/rydTBVc0ZLE/image_thumb%5B8%5D.png?imgmax=800" width="100" height="82" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Click Next&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-jaX7dFsI/AAAAAAAAACk/6YQq7g2moWY/s1600-h/image%5B29%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-jah8XePI/AAAAAAAAACo/9WKQnlt0QZw/image_thumb%5B9%5D.png?imgmax=800" width="100" height="83" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Wait for the wizard to finish the configuration&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-ja_N-LaI/AAAAAAAAACs/fOPTs5GGT38/s1600-h/image%5B32%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_Ry-ElOQXSCU/S2-jbNC64iI/AAAAAAAAACw/6yCgn8IzD7U/image_thumb%5B10%5D.png?imgmax=800" width="100" height="83" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Click Finish to complete the configuration&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_Ry-ElOQXSCU/S2-jbUXCUWI/AAAAAAAAAC0/V9lHbFpNeeY/s1600-h/image%5B35%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_Ry-ElOQXSCU/S2-jbmq20OI/AAAAAAAAAC4/efEn0PUBbPU/image_thumb%5B11%5D.png?imgmax=800" width="100" height="83" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-399001236811727589?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/399001236811727589/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=399001236811727589&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/399001236811727589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/399001236811727589'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/01/adding-moss-servers-to-existing-farm.html' title='Adding MOSS Servers to an Existing Farm'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-jVdWUJGI/AAAAAAAAABg/f4SgeAc406o/s72-c/image_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-8442439549438122127</id><published>2010-01-30T21:17:00.001-05:00</published><updated>2010-02-08T00:34:52.705-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS 2007'/><title type='text'>Fixing People Picker Issues</title><content type='html'>&lt;p&gt;In a multi domain or forest scenario, the people picker may not work correctly. In that case, by default,&amp;#160; People Picker can only find people in the resource domain - the domain that MOSS servers belong to. For other domains/forests, you'll need to do the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-ienqTEMI/AAAAAAAAABM/_k9njFsipOc/s1600-h/image%5B2%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-ifJ29TKI/AAAAAAAAABU/H-UcmTPKzUM/image_thumb.png?imgmax=800" width="244" height="205" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;There exists at least a one way trust between the domain the moss servers are in and the other domains. In this case, the MOSS domain should be trusting the other domains. For example, if the moss servers belong to Domain A and there are 3 other domains such as Domain B, C and D, then there should be an one-way trust where Domain A should be trusting Domain B, C and D respectively. &lt;/li&gt;    &lt;li&gt;Also, you would need to run the following command from all the servers &lt;b&gt;&lt;i&gt;where you have MOSS installed&lt;/i&gt;&lt;/b&gt; just to make sure it propagates properly. : &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;stsadm.exe -o setapppassword -password &amp;lt;string&amp;gt; [ This is to encrypt the password that will be used in the next stsadm command for the parameters domain:DnsName,LoginName,Password OR forest:DnsName,LoginName,Password and store the encrypted password in the database. Also, please use the same &amp;lt;string&amp;gt; to run stsadm.exe -o setapppassword -password &amp;lt;string&amp;gt; on all machines where SharePoint is installed]&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;strong&gt;&lt;em&gt;For example, stsadm.exe -o setapppassword -password mosspassword&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;Stsadm.exe –o setproperty –pn peoplepicker-searchadforests –pv &amp;lt;list of forests or domains&amp;gt; -url &amp;lt;webapp&amp;gt;[The format of &amp;lt;list of forests or domains&amp;gt; is a list of forest:DnsName,LoginName,Password&amp;#160; OR&amp;#160; domain:DnsName,LoginName,Password] separated by semicolon. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;For example,&amp;#160;&amp;#160; stsadm.exe -o setproperty -url &lt;/em&gt;&lt;/strong&gt;&lt;a href="http://moss.company.com"&gt;&lt;strong&gt;&lt;em&gt;http://moss.company.com&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;em&gt; -pn &amp;quot;peoplepicker-searchadforests&amp;quot; -pv &amp;quot;domain:DomainB”,DomainB\Account,password; &amp;quot;domain:DomainC”,DomainC\Account,password; &amp;quot;domain:DomainD”,DomainD\Account,password&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;blockquote&gt;     &lt;blockquote&gt;       &lt;blockquote&gt;&lt;/blockquote&gt;     &lt;/blockquote&gt;   &lt;/blockquote&gt; &lt;/blockquote&gt;  &lt;p&gt;If they are two-way trusted domains/forests, then it is not necessary to pass in the LoginName or Password, just in the format of forest:DnsName OR domain:DnsName and in that case run 2 only.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-8442439549438122127?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/8442439549438122127/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=8442439549438122127&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8442439549438122127'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/8442439549438122127'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/01/fixing-people-picker-issues.html' title='Fixing People Picker Issues'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/08304796906614564915</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_Ry-ElOQXSCU/S2-ifJ29TKI/AAAAAAAAABU/H-UcmTPKzUM/s72-c/image_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1891113446045786652.post-3051424298077348493</id><published>2010-01-30T00:04:00.001-05:00</published><updated>2010-01-30T21:34:56.235-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS 2007'/><title type='text'>Protocols and Ports for MOSS</title><content type='html'>&lt;span xmlns=""&gt;&lt;div&gt;&lt;table style="border-collapse: collapse;" border="0"&gt;&lt;colgroup&gt;&lt;col style="width: 406px;"&gt;&lt;/colgroup&gt;&lt;tbody valign="top"&gt;&lt;tr&gt;&lt;td style="padding: 1px;" valign="middle"&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=";font-family:Trebuchet MS;font-size:10pt;"  &gt; HTTP – 80 TCP 443 TCP&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=";font-family:Trebuchet MS;font-size:10pt;"  &gt; Directory Services – 445 TCP 445 UDP&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=";font-family:Trebuchet MS;font-size:10pt;"  &gt; Kerberos Authentication – 88 TCP 88 UDP&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=";font-family:Trebuchet MS;font-size:10pt;"  &gt; LDAP – 389 UDP&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=";font-family:Trebuchet MS;font-size:10pt;"  &gt; DNS – 53 TCP 53 UDP&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=";font-family:Trebuchet MS;font-size:10pt;"  &gt; SQL – FHA chosen, non-standard port                &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=";font-family:Trebuchet MS;font-size:10pt;"  &gt; Direct Hosted SMB – 445 TCP 445 UDP&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=";font-family:Trebuchet MS;font-size:10pt;"  &gt; Admin Site – HTTP over FHA chosen, non-standard port&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=";font-family:Trebuchet MS;font-size:10pt;"  &gt; RPC for SSO – 135 TCP and FHA chosen high port range&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1891113446045786652-3051424298077348493?l=www.techbiswas.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.techbiswas.com/feeds/3051424298077348493/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1891113446045786652&amp;postID=3051424298077348493&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3051424298077348493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1891113446045786652/posts/default/3051424298077348493'/><link rel='alternate' type='text/html' href='http://www.techbiswas.com/2010/01/protocols-and-ports-for-moss-http-80.html' title='Protocols and Ports for MOSS'/><author><name>Pushpendu</name><uri>http://www.blogger.com/profile/15275469559550528529</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
