<?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-4654026107060631638</id><updated>2012-01-20T03:02:09.934-08:00</updated><title type='text'>Tech Tips</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4654026107060631638.post-8524469403609813040</id><published>2009-06-19T00:22:00.000-07:00</published><updated>2009-06-25T23:30:56.434-07:00</updated><title type='text'>EZVPN Client and server</title><content type='html'>In this example Head office EZVPN LAN is 10.1.1.0/24 and Remote Office LAN is 10.101.1.0/24&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-----10.1.1.0/24----ASA(EZVPN server)-----internet-----Cisco 800-----10.101.1.0/24&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;EZVPN server : Cisco ASA 5510&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;group-policy EASYVPNGroupPolicy internal&lt;br /&gt;group-policy EASYVPNGroupPolicy attributes&lt;br /&gt; vpn-tunnel-protocol IPSec l2tp-ipsec webvpn&lt;br /&gt; password-storage enable&lt;br /&gt; ip-comp disable&lt;br /&gt; re-xauth disable&lt;br /&gt; pfs disable&lt;br /&gt; ipsec-udp disable&lt;br /&gt; ipsec-udp-port 10000&lt;br /&gt; split-tunnel-policy tunnelspecified&lt;br /&gt; split-tunnel-network-list value EASYVPN_splitTunnelAcl&lt;br /&gt; secure-unit-authentication disable&lt;br /&gt; user-authentication disable&lt;br /&gt; user-authentication-idle-timeout none&lt;br /&gt; ip-phone-bypass disable&lt;br /&gt; leap-bypass disable&lt;br /&gt; nem enable&lt;br /&gt; backup-servers keep-client-config&lt;br /&gt;&lt;br /&gt;access-list EASYVPN_splitTunnelAcl extended permit ip 10.1.1.0 0.0.0.255 any&lt;br /&gt;&lt;br /&gt;tunnel-group EASYVPNProfile type remote-access&lt;br /&gt;tunnel-group EASYVPNProfile general-attributes&lt;br /&gt; default-group-policy EASYVPNGroupPolicy&lt;br /&gt;tunnel-group EASYVPNProfile ipsec-attributes&lt;br /&gt; pre-shared-key *&lt;br /&gt;&lt;br /&gt;crypto ipsec transform-set TRANS esp-3des esp-md5-hmac&lt;br /&gt;&lt;br /&gt;crypto dynamic-map easyvpn 100 set transform-set TRANS&lt;br /&gt;crypto dynamic-map easyvpn 100 set security-association lifetime seconds 28800&lt;br /&gt;crypto dynamic-map easyvpn 100 set security-association lifetime kilobytes 4608000&lt;br /&gt;crypto dynamic-map easyvpn 100 set reverse-route&lt;br /&gt;&lt;br /&gt;crypto map outside_map 100 ipsec-isakmp dynamic easyvpn&lt;br /&gt;crypto map outside_map interface outside&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;crypto isakmp policy 10&lt;br /&gt; authentication pre-share&lt;br /&gt; encryption 3des&lt;br /&gt; hash sha&lt;br /&gt; group 2&lt;br /&gt; lifetime 86400&lt;br /&gt;crypto isakmp policy 30&lt;br /&gt; authentication pre-share&lt;br /&gt; encryption 3des&lt;br /&gt; hash md5&lt;br /&gt; group 2&lt;br /&gt; lifetime 86400&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;EZVPN Client: Cisco 800 series router&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Building configuration...&lt;br /&gt;&lt;br /&gt;Current configuration : 4899 bytes&lt;br /&gt;!&lt;br /&gt;version 12.4&lt;br /&gt;no service pad&lt;br /&gt;service timestamps debug datetime msec&lt;br /&gt;service timestamps log datetime msec&lt;br /&gt;service password-encryption&lt;br /&gt;!&lt;br /&gt;hostname router800&lt;br /&gt;!&lt;br /&gt;boot-start-marker&lt;br /&gt;boot-end-marker&lt;br /&gt;!&lt;br /&gt;logging buffered 51200 warnings&lt;br /&gt;!&lt;br /&gt;no aaa new-model&lt;br /&gt;!&lt;br /&gt;ip cef&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;ip auth-proxy max-nodata-conns 3&lt;br /&gt;ip admission max-nodata-conns 3&lt;br /&gt;no ip domain lookup&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;username abc privilege 15 secret xyz&lt;br /&gt;&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;crypto ipsec transform-set aes-sha esp-aes esp-sha-hmac&lt;br /&gt;!&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;crypto ipsec client ezvpn ASA&lt;br /&gt; connect auto&lt;br /&gt; group EASYVPNProfile key ezvpn&lt;br /&gt; mode network-extension&lt;br /&gt; peer X.X.X.X&lt;br /&gt;!!! this username and password has to be configured on ASA&lt;br /&gt; username ezvpnclient1 password ezvpn &lt;br /&gt; xauth userid mode local&lt;br /&gt;&lt;/span&gt;!&lt;br /&gt;archive&lt;br /&gt; log config&lt;br /&gt;  hidekeys&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;interface ATM0&lt;br /&gt; no ip address&lt;br /&gt; no ip redirects&lt;br /&gt; no ip unreachables&lt;br /&gt; no atm ilmi-keepalive&lt;br /&gt; pvc 8/35&lt;br /&gt;  pppoe-client dial-pool-number 1&lt;br /&gt; !&lt;br /&gt; dsl operating-mode auto&lt;br /&gt;!&lt;br /&gt;interface FastEthernet0&lt;br /&gt;!&lt;br /&gt;interface FastEthernet1&lt;br /&gt;!&lt;br /&gt;interface FastEthernet2&lt;br /&gt;!&lt;br /&gt;interface FastEthernet3&lt;br /&gt;!&lt;br /&gt;interface Vlan1&lt;br /&gt; description LAN Interface&lt;br /&gt; ip address 10.101.1.1 255.255.255.0&lt;br /&gt; ip virtual-reassembly&lt;br /&gt; ip tcp adjust-mss 1452&lt;br /&gt; &lt;span style="font-weight:bold;"&gt;crypto ipsec client ezvpn ASA inside&lt;/span&gt;&lt;br /&gt;!&lt;br /&gt;interface Dialer0&lt;br /&gt; description Connected to Internet&lt;br /&gt; ip address negotiated&lt;br /&gt; ip mtu 1492&lt;br /&gt; ip virtual-reassembly&lt;br /&gt; encapsulation ppp&lt;br /&gt; dialer pool 1&lt;br /&gt; no cdp enable&lt;br /&gt; ppp authentication chap pap callin&lt;br /&gt; ppp chap hostname username&lt;br /&gt; ppp chap password password&lt;br /&gt; ppp pap sent-username username password password&lt;br /&gt; &lt;span style="font-weight:bold;"&gt;crypto ipsec client ezvpn ASA&lt;/span&gt;&lt;br /&gt;!&lt;br /&gt;ip forward-protocol nd&lt;br /&gt;ip route 0.0.0.0 0.0.0.0 Dialer0&lt;br /&gt;!&lt;br /&gt;ip http server&lt;br /&gt;ip http authentication local&lt;br /&gt;ip http secure-server&lt;br /&gt;ip http timeout-policy idle 60 life 86400 requests 10000&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;ip nat inside source list Nat interface Dialer0 overload&lt;/span&gt;&lt;br /&gt;!&lt;br /&gt;ip access-list extended Nat&lt;br /&gt;&lt;span style="font-weight:bold;"&gt; deny   ip 10.101.1.0 0.0.0.255 10.1.1.0 0.0.0.255&lt;/span&gt;&lt;br /&gt; permit ip 10.101.1.0 0.0.0.255 any&lt;br /&gt;!&lt;br /&gt;no cdp run&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;control-plane&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;line con 0&lt;br /&gt; login local&lt;br /&gt; no modem enable&lt;br /&gt;line aux 0&lt;br /&gt;line vty 0 4&lt;br /&gt; login local&lt;br /&gt; transport input telnet ssh&lt;br /&gt;!&lt;br /&gt;scheduler max-task-time 5000&lt;br /&gt;end&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4654026107060631638-8524469403609813040?l=mytechtipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/8524469403609813040/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4654026107060631638&amp;postID=8524469403609813040' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/8524469403609813040'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/8524469403609813040'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/2009/06/ezvpn-client-and-server.html' title='EZVPN Client and server'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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-4654026107060631638.post-7939404390294801261</id><published>2009-05-10T18:03:00.001-07:00</published><updated>2009-05-10T18:03:33.748-07:00</updated><title type='text'>How to search AD for particular email address.</title><content type='html'>What you will want to do is open up Active Directory Users and Computers and right-click the domain and select Search.  Select the drop-down arrow in the Find field to select Custom Search.  If you have multiple domains make sure to select Entire Directory on the In field.  Now just click on the Advanced tab and put the following text in the LDAP Query - proxyaddresses=smtp:&lt;whatever the email is you’re looking for&gt;.  Now all you have to do is click on Find Now and if the email is in use it will show the user account that is using it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4654026107060631638-7939404390294801261?l=mytechtipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/7939404390294801261/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4654026107060631638&amp;postID=7939404390294801261' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/7939404390294801261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/7939404390294801261'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/2009/05/how-to-search-ad-for-particular-email.html' title='How to search AD for particular email address.'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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-4654026107060631638.post-3011906259078878411</id><published>2008-12-01T16:52:00.000-08:00</published><updated>2008-12-01T16:59:33.170-08:00</updated><title type='text'>how to restore corrupted system files</title><content type='html'>Apart from booting system in command prompt from boot cd/floppy, you have following two option to restore corrupted system file.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;1. use sfc utility.&lt;/span&gt;&lt;br /&gt;      Go to command prompt in windows and type sfc /scannow . This will check all windows system files and find out which one is corrupted. At the end of the process it will ask for windows CD. Put the CD in ROM and it will restore file for you.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;2. restore file thru msconfig.&lt;/span&gt;&lt;br /&gt;      Go to run and type msconfig. In msconfig windows click on expand file. From here you can restore the file.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4654026107060631638-3011906259078878411?l=mytechtipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/3011906259078878411/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4654026107060631638&amp;postID=3011906259078878411' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/3011906259078878411'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/3011906259078878411'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/2008/12/how-to-restore-corrupted-system-files.html' title='how to restore corrupted system files'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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-4654026107060631638.post-1619759789244540306</id><published>2008-11-20T14:13:00.000-08:00</published><updated>2008-11-20T14:22:32.360-08:00</updated><title type='text'>Modem in Bridge mode - PPPOE cofiguration for router</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Important Points&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. Even if your ISP has assigned you static ip address. DO NOT configure this IP address on dialer interface. Use ip address negotiate command. Once router authenticated, it will automatically get that static ip address.&lt;br /&gt;2. When you configure leave in a bridge mode, leave DHCP service on the modem ON.&lt;br /&gt;3.      Ask your service provider for authentication method and configured same on the router. In this example I have used PAP authentication. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Troubleshooting steps&lt;/span&gt;.  &lt;br /&gt;1. Use debug PPPOE events command on routers to see the event. &lt;br /&gt;2. If connection is not working, then directly connect the modem to the PC (while leaving modem is a bridge mode and DHCP service on the modem on) and setup PPPOE connection on the PC and test it by using your connection credentials. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Building configuration...&lt;br /&gt;&lt;br /&gt;Current configuration : 2926 bytes&lt;br /&gt;!&lt;br /&gt;version 12.4&lt;br /&gt;no service pad&lt;br /&gt;service timestamps debug datetime msec&lt;br /&gt;service timestamps log datetime msec&lt;br /&gt;no service password-encryption&lt;br /&gt;!&lt;br /&gt;hostname Router&lt;br /&gt;!&lt;br /&gt;boot-start-marker&lt;br /&gt;boot-end-marker&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;no aaa new-model&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;dot11 syslog&lt;br /&gt;ip cef&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;ip auth-proxy max-nodata-conns 3&lt;br /&gt;ip admission max-nodata-conns 3&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;username myname privilege 15 secret 5 $1$4CDH$.3D11txHCBPBAidX/CnW5.&lt;br /&gt;username yourname privilege 15 secret 5 $1$NcnE$mjiu4M0YaY0uksZ5cLrKJ0&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;crypto isakmp policy 1&lt;br /&gt; encr 3des&lt;br /&gt; hash md5&lt;br /&gt; authentication pre-share&lt;br /&gt; group 2&lt;br /&gt;crypto isakmp key XYZ address X.X.X.X&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;crypto ipsec transform-set aes-sha esp-3des esp-sha-hmac&lt;br /&gt;!&lt;br /&gt;crypto map VPNtoBlacktown 10 ipsec-isakmp&lt;br /&gt; set peer X.X.X.X&lt;br /&gt; set transform-set aes-sha&lt;br /&gt; match address VPN-Traffic&lt;br /&gt;!&lt;br /&gt;archive&lt;br /&gt; log config&lt;br /&gt;  hidekeys&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;interface FastEthernet0&lt;br /&gt;!&lt;br /&gt;interface FastEthernet1&lt;br /&gt;!&lt;br /&gt;interface FastEthernet2&lt;br /&gt;!&lt;br /&gt;interface FastEthernet3&lt;br /&gt;!&lt;br /&gt;interface FastEthernet4&lt;br /&gt; description connected to WAN&lt;br /&gt; no ip address&lt;br /&gt; ip virtual-reassembly&lt;br /&gt; duplex auto&lt;br /&gt; speed auto&lt;br /&gt; pppoe enable group global&lt;br /&gt; pppoe-client dial-pool-number 1&lt;br /&gt;!&lt;br /&gt;interface Vlan1&lt;br /&gt; description connected to LAN&lt;br /&gt; ip address 192.168.250.30 255.255.255.0&lt;br /&gt; ip nat inside&lt;br /&gt; ip virtual-reassembly&lt;br /&gt; ip tcp adjust-mss 1452&lt;br /&gt;!&lt;br /&gt;interface Dialer0&lt;br /&gt; ip address negotiate&lt;br /&gt; ip mtu 1492&lt;br /&gt; ip nat outside&lt;br /&gt; ip virtual-reassembly&lt;br /&gt; encapsulation ppp&lt;br /&gt; dialer pool 1&lt;br /&gt; ppp authentication pap callin&lt;br /&gt; ppp pap sent-username XYZ password 0 ABC&lt;br /&gt;!&lt;br /&gt;ip forward-protocol nd&lt;br /&gt;ip route 0.0.0.0 0.0.0.0 Dialer0&lt;br /&gt;!&lt;br /&gt;ip http server&lt;br /&gt;no ip http secure-server&lt;br /&gt;ip nat inside source list NAT-Traffic interface Dialer0 overload&lt;br /&gt;!&lt;br /&gt;ip access-list extended NAT-Traffic&lt;br /&gt; deny   ip 192.168.250.0 0.0.0.255 192.168.1.0 0.0.0.255&lt;br /&gt; deny   ip 192.168.26.0 0.0.0.255 192.168.1.0 0.0.0.255&lt;br /&gt; permit ip 192.168.250.0 0.0.0.255 any&lt;br /&gt; permit ip 192.168.26.0 0.0.0.255 any&lt;br /&gt;ip access-list extended VPN-Traffic&lt;br /&gt; permit ip 192.168.26.0 0.0.0.255 192.168.1.0 0.0.0.255&lt;br /&gt; permit ip 192.168.250.0 0.0.0.255 192.168.1.0 0.0.0.255&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;!&lt;br /&gt;control-plane&lt;br /&gt;!&lt;br /&gt;banner motd ^C&lt;br /&gt;This is the branch router for XYZ.&lt;br /&gt;Access to this system is restricted solely to employees&lt;br /&gt;of XYZ Personnel and authorised service personnel.&lt;br /&gt;&lt;br /&gt;************************************************************************&lt;br /&gt;* WARNING:  It is a criminal offence to:                               *&lt;br /&gt;*           i. Obtain access to data without authority                 *&lt;br /&gt;*                   (Penalty 2 years imprisonment)                     *&lt;br /&gt;*           ii Damage, delete, alter or insert data without authority  *&lt;br /&gt;*                   (Penalty 10 years imprisonment)                    *&lt;br /&gt;************************************************************************^C&lt;br /&gt;!&lt;br /&gt;line con 0&lt;br /&gt; login local&lt;br /&gt; no modem enable&lt;br /&gt;line aux 0&lt;br /&gt;line vty 0 4&lt;br /&gt; login local&lt;br /&gt; transport input all&lt;br /&gt;!&lt;br /&gt;scheduler max-task-time 5000&lt;br /&gt;end&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4654026107060631638-1619759789244540306?l=mytechtipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/1619759789244540306/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4654026107060631638&amp;postID=1619759789244540306' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/1619759789244540306'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/1619759789244540306'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/2008/11/modem-in-bridge-mode-pppoe-cofiguration.html' title='Modem in Bridge mode - PPPOE cofiguration for router'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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-4654026107060631638.post-7133401237052010574</id><published>2008-07-08T16:40:00.000-07:00</published><updated>2008-07-08T16:41:43.800-07:00</updated><title type='text'>Security logs full - cannot logon</title><content type='html'>The security log on this system is full. Only administrators can log on to fix the problem.&lt;br /&gt;&lt;br /&gt;An attempt to log on remotely is greeted with:&lt;br /&gt;&lt;br /&gt;The security log on this system is full.&lt;br /&gt;&lt;br /&gt;Only members of the Administrators group can log on when the Security event log cannot be written.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;To resolve this issue for the user:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. Log on to the computer as a member of the Administrators group.&lt;br /&gt;&lt;br /&gt;2. Start / Run / eventvwr.msc / OK.&lt;br /&gt;&lt;br /&gt;3. Right-click Security and press Properties.&lt;br /&gt;&lt;br /&gt;4. Either clear the event log, make it bigger, or check Overwrite events as needed.&lt;br /&gt;&lt;br /&gt;5. Press OK.&lt;br /&gt;&lt;br /&gt;6. Close the Event Viewer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4654026107060631638-7133401237052010574?l=mytechtipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/7133401237052010574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4654026107060631638&amp;postID=7133401237052010574' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/7133401237052010574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/7133401237052010574'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/2008/07/security-logs-full-cannot-logon.html' title='Security logs full - cannot logon'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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-4654026107060631638.post-6379311210144408761</id><published>2008-07-06T22:22:00.000-07:00</published><updated>2008-07-06T22:27:05.916-07:00</updated><title type='text'>POP3 service stuck in starting state</title><content type='html'>When POP3 service stuck in starting state, check task manager and look for &lt;span style="font-weight:bold;"&gt;inetinfo.exe&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;End this process manually and POP3 service should be fine now. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Note: inetinfo.exe is used primarily for debugging Microsoft Windows Server Internet Information Services.  So start this process once POP service is in started state.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4654026107060631638-6379311210144408761?l=mytechtipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/6379311210144408761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4654026107060631638&amp;postID=6379311210144408761' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/6379311210144408761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/6379311210144408761'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/2008/07/pop3-service-stuck-in-starting-state.html' title='POP3 service stuck in starting state'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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-4654026107060631638.post-8079031069555847294</id><published>2008-05-04T05:41:00.000-07:00</published><updated>2008-07-08T17:01:44.075-07:00</updated><title type='text'>How to configure notification and reporting in Data Protector</title><content type='html'>1. Create an account in active directory called dpadmin. This account should be mail enable and IMAP enable. &lt;br /&gt;2. Start data protector CRS service using this account. Stop and start CRS service.&lt;br /&gt;3. Login to the server using dpadmin account and setup outlook express for dpadmin account. Check you can send and receive emails using outlook express now.&lt;br /&gt;4. If sending and receiving of emails is successful then add dpadmin username in admin list in data protector console.&lt;br /&gt;5. Open following file in notepad. &lt;br /&gt;&lt;omniback home&gt;\config\server\options\global&lt;br /&gt;Change following things.&lt;br /&gt;SMTPSERVER=out going server&lt;br /&gt;smtpsenderaddress= dpadmin@domainname i.e email address &lt;br /&gt;6. Stop and start DP services.&lt;br /&gt;7. Open outlook express ant go to tools -&gt; accounts and delete all accounts other then dpadmin mail account.&lt;br /&gt;8. In outlook express go to tools -&gt; options -&gt; security and uncheck the option warn me when other application try to send email as me.&lt;br /&gt;9. Take backup of &lt;omniback home&gt;\omnirc.tmpl and rename this file to omnirc (without any extension). Add following line in the file&lt;br /&gt;OB2_MAPIPROFILE=dpadmin&lt;br /&gt;10. Search for mapi32.dll and check the path of the file. It would be C:\windows\system32. Check path variable and if this path is not there then add this path C:\windows\system32.&lt;br /&gt;11. Stop and start DP services.&lt;br /&gt;12. Testing – open command prompt and use following command&lt;br /&gt;Omnirpt  -report cell-info –email ravi.parmar@indicium.com.au –exec&lt;br /&gt;13. If it works then open DP GUI and configure notification and reports.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4654026107060631638-8079031069555847294?l=mytechtipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/8079031069555847294/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4654026107060631638&amp;postID=8079031069555847294' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/8079031069555847294'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/8079031069555847294'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/2008/05/how-to-configure-notification-and.html' title='How to configure notification and reporting in Data Protector'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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-4654026107060631638.post-758765415150466464</id><published>2008-04-14T21:36:00.000-07:00</published><updated>2008-04-14T21:38:45.307-07:00</updated><title type='text'>Blackberry services order</title><content type='html'>When you restart Blackberry services, restart them in following order :&lt;br /&gt;1 . BB Router&lt;br /&gt;2 . BB Dispatcher&lt;br /&gt;3 . BB Controller&lt;br /&gt;4 . whatever is left, you can start them in any order.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4654026107060631638-758765415150466464?l=mytechtipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/758765415150466464/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4654026107060631638&amp;postID=758765415150466464' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/758765415150466464'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/758765415150466464'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/2008/04/blackberry-services-order.html' title='Blackberry services order'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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-4654026107060631638.post-50570500610234257</id><published>2008-02-27T17:48:00.000-08:00</published><updated>2008-02-27T17:57:51.909-08:00</updated><title type='text'>Blackberry - Activation Problem</title><content type='html'>When you try to activate blackberry and it stucks at saying &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;encryption verified...&lt;br /&gt;................&lt;br /&gt;..............&lt;br /&gt;"waiting for the services" &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Then it can be services issue. ensure that following services are started on BES.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Blackberry Policy Service&lt;br /&gt;Blackberry Synchronization Service&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To activate new BB, this services must be started.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4654026107060631638-50570500610234257?l=mytechtipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/50570500610234257/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4654026107060631638&amp;postID=50570500610234257' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/50570500610234257'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/50570500610234257'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/2008/02/blackberry-activation-problem.html' title='Blackberry - Activation Problem'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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-4654026107060631638.post-4293225262889571554</id><published>2008-02-26T16:42:00.000-08:00</published><updated>2008-02-26T16:45:47.222-08:00</updated><title type='text'>Setting the location of the BES server log files.</title><content type='html'>1. Open &lt;span style="font-weight:bold;"&gt;BlackBerry Server Configuration&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;2. Click the &lt;span style="font-weight:bold;"&gt;Logging&lt;/span&gt; tab.&lt;br /&gt;&lt;br /&gt;3. Press the &lt;span style="font-weight:bold;"&gt;Browse&lt;/span&gt; button [...] and choose the desired location of the log files. &lt;br /&gt;&lt;br /&gt;4. &lt;span style="font-weight:bold;"&gt;Apply&lt;/span&gt; settings and press&lt;span style="font-weight:bold;"&gt; OK &lt;/span&gt;button close window.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4654026107060631638-4293225262889571554?l=mytechtipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/4293225262889571554/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4654026107060631638&amp;postID=4293225262889571554' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/4293225262889571554'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/4293225262889571554'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/2008/02/setting-location-of-bes-server-log.html' title='Setting the location of the BES server log files.'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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-4654026107060631638.post-5426474175670831126</id><published>2008-02-24T19:34:00.000-08:00</published><updated>2008-02-24T19:43:40.072-08:00</updated><title type='text'>Outlook - Meeting appointment Problem</title><content type='html'>When you send meeting appointment to someone and you receive following error message :&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;The following recipient(s) could not be reached:&lt;br /&gt;      /O=XYZ/OU=FIRST ADMINISTRATIVE&lt;br /&gt;GROUP/CN=RECIPIENTS/CN=rparmar on 2008/02/20 17:54&lt;br /&gt;            The e-mail account does not exist at the organization this&lt;br /&gt;message was sent to.  Check the e-mail address, or contact the recipient&lt;br /&gt;directly to find out the correct address.The MTS-ID of the original&lt;br /&gt;message is:c=us;a= ;p=xyz;l=XYZPERSER1-080220085403Z-1384&lt;br /&gt;            &lt;xyzperser1.gsl.local #5.1.1&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Then it s delegation issue. Check outlook of the meeting appointment recepient.&lt;br /&gt;Go to Tool -&gt; Options -&gt; delegates and remove delegates to users(in this case rparmar) who no longer exists in active directory. &lt;br /&gt;&lt;br /&gt;This will reslove the issue.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4654026107060631638-5426474175670831126?l=mytechtipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/5426474175670831126/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4654026107060631638&amp;postID=5426474175670831126' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/5426474175670831126'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/5426474175670831126'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/2008/02/outlook-meeting-appointment-problem.html' title='Outlook - Meeting appointment Problem'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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-4654026107060631638.post-5180738568572199898</id><published>2008-02-24T15:32:00.000-08:00</published><updated>2008-02-24T15:38:07.226-08:00</updated><title type='text'>how to restore exchange database using RSG and Data Protector</title><content type='html'>1.Create Recovery Storage Group on the server.&lt;br /&gt;2.Add database to RSG.&lt;br /&gt;Make sure you select different location for database file and streaming file(different location from Original files) and ensure that “This database can be overwritten by a restore” checkbox is checked.&lt;br /&gt;3.Now on data protector select database to be restored. Select the correct version and make sure that tapes are in drive. &lt;br /&gt;&lt;span style="font-weight:bold;"&gt;NOTE&lt;/span&gt; : if tape is expired and you get error in restoration . Do “import Catalog ” for that tape.&lt;br /&gt;On options tab,  specify the directory for temporary files&lt;br /&gt;4.Once database is restored then use eseutil to check whether database is in clean shutdown state or Dirty shutdown state. Use following command to check it &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Eseutil  /mh  "Full path of restored .edb file"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;5.if the database is in “Dirty shutdown ” state use following command to fix the database file.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Eseutil /p /i  "Full path of restored .edb file"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It takes quite long time to fix database file and it depends on the size of database.&lt;br /&gt;&lt;br /&gt;6.Once the above process finish , use command in step 5 to make sure that database is in clean shutdown state.&lt;br /&gt;7.once database is in clean shutdown state then Go back to Exchange manager and do “Mount store” on RSG.&lt;br /&gt;8.Once database is mounted, use Exmerge to restore mailbox to PST file.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4654026107060631638-5180738568572199898?l=mytechtipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/5180738568572199898/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4654026107060631638&amp;postID=5180738568572199898' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/5180738568572199898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/5180738568572199898'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/2008/02/how-to-restore-exchange-database-using.html' title='how to restore exchange database using RSG and Data Protector'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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-4654026107060631638.post-5456060154841351423</id><published>2008-02-24T15:23:00.000-08:00</published><updated>2008-02-24T15:31:38.950-08:00</updated><title type='text'>Steps to restore Exchagne 2003</title><content type='html'>Steps to restore exchange server 2003&lt;br /&gt;1. Replace any damaged hardware. If possible, ensure that all replacement hardware in the server you are rebuilding is identical to the hardware that existed in the server that experienced the disaster.&lt;br /&gt;2. Install windows 2003 on the server that you are rebuilding.&lt;br /&gt;3. Restore the windows backup set that was performed on the damaged server to the&lt;br /&gt;server you are rebuilding. Restoring the windows backup set restores the windows 2003&lt;br /&gt;system files, including the registry database and internet information services metabase files. This process also provides the server that you are rebuilding with its original NetBIOS name and returns it to the correct domain. If you do not perform this step, you cannot properly run setup in disaster recovery mode.&lt;br /&gt;4. Install any windows 2003 service packs and software updates that were running on the damaged server to the server you are rebuilding.&lt;br /&gt;5. Install any application (other than exchange server 2003) that run on the server.&lt;br /&gt;6. Restore any additional data backups that were performed on the damaged server.&lt;br /&gt;7. Run exchange server 2003 setup in disaster recovery mode. This process installs&lt;br /&gt;exchange applications and any necessary exchange files to the server you are rebuilding. This process also uses the configuration information that is stored on the exchange server object in Active directory to reclaim the configuration of the original server. The configuration information that is reclaimed includes the exchange storage group names, mailbox store names, public folder store names, and virtual server configuration settings. When you run exchange in disaster recovery mode, ensure that all the components that existed on the damaged server are selected.&lt;br /&gt;8. If not already selected, select disaster recovery for each component that was installed on the damaged server.&lt;br /&gt;9. Install Exchange server 2003 to the same drive and directory that it was installed to on the damaged server. At a minimum, you should ensure that all the drive letters on which databases and log files were kept are available.&lt;br /&gt;10. Install any exchange server 2003 hotfixes that were running on the damaged server.&lt;br /&gt;11. Install in disaster recovery mode any exchange server 2003 service packs that were running previously on the damaged server to the server. Installing exchange server 2003 service packs in disaster recovery mode prevents the exchange databases from being mounted at the end of the service pack installation process, which enables you to proceed to restoring the exchange databases from backup.&lt;br /&gt;12. After exchange database restore, check the state of the database by using eseutil. If they are in dirty shutdown state, use eseutil to covert them to clean shutdown state. Once exchange databases are in clean shutdown, you can mount them.&lt;br /&gt;13. Restore exchange database files and log files to the correct locations from the backup.&lt;br /&gt;14. If you do not have the latest log files then you will lose changes that were made to exchange databases up to the time the disaster occurred.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4654026107060631638-5456060154841351423?l=mytechtipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mytechtipz.blogspot.com/feeds/5456060154841351423/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4654026107060631638&amp;postID=5456060154841351423' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/5456060154841351423'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4654026107060631638/posts/default/5456060154841351423'/><link rel='alternate' type='text/html' href='http://mytechtipz.blogspot.com/2008/02/steps-to-restore-exchagne-2003.html' title='Steps to restore Exchagne 2003'/><author><name>Ravi</name><uri>http://www.blogger.com/profile/08533466795503747681</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>2</thr:total></entry></feed>
