<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem with very simple NFS mount on Windows 2008 in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15316#M1401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, wduval02 -- that's a typo (man I *hate* doing that, when I'm asking for technical help). Both volumes are exported in the same way:&lt;/P&gt;&lt;P&gt; -sec=sys,rw,root=10.10.0.0/16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I looked at this a little more and now am even more confused. I mapped both volumes as drives "X:" and "Y:"&amp;nbsp; If I right-click and look at 'properties' the volume I can write to has a UID of 2002 and a GID of 2001 (screen shot below).&amp;nbsp; But the volume that I can't write to has a UID / GID of 0.&amp;nbsp; If I try to change this value, when I hit 'apply' I get "Access Denied."&amp;nbsp; This is very strange. What or who set the UID/GID of 2002 2001? Someone on a linux client?&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/16347_pastedImage_1.png" style="width: 376px; height: 361px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Jul 2012 13:03:47 GMT</pubDate>
    <dc:creator>STEVEK123</dc:creator>
    <dc:date>2012-07-21T13:03:47Z</dc:date>
    <item>
      <title>Problem with very simple NFS mount on Windows 2008</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15302#M1395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks -- this is very confusing, and hopefully someone can share some light....&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a couple volumes on my NetApp that I export very simply:&lt;/P&gt;&lt;P&gt;vol/files -sec=sys,rw,root=10.10.0.0/16&lt;/P&gt;&lt;P&gt;vol/files1 -sec=sys,rw,root=10.10.0.0/16&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All these have the same default QTREE (unix) value.&amp;nbsp; All can be mounted just fine on Linux systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However on a Windows 2008 server in my environment, I can only write to *one* of the volumes, even though they appear identical to me in every way on the Filer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my mount command on the Windows command line (10.10.20.170 is the ip of the filer)&lt;/P&gt;&lt;P&gt;C:&amp;gt; mount -o mtype=soft \\10.10.20.170\vol\files X:&amp;nbsp; &amp;lt; ----&amp;nbsp;&amp;nbsp; works just fine&lt;/P&gt;&lt;P&gt;C:&amp;gt; mount -o mtype=soft \\10.10.20.170\vol\files1 Y:&amp;nbsp; &amp;lt;---- mounts, but cannot write!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So odd!&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 18:59:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15302#M1395</guid>
      <dc:creator>STEVEK123</dc:creator>
      <dc:date>2012-07-20T18:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with very simple NFS mount on Windows 2008</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15307#M1397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds more like a permissions issue to me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's user name mapping most likely... make sure to check that box on install.&amp;nbsp; Windows won't be able to mount until you map the windows user to root (default only allows root to mount).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 20:01:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15307#M1397</guid>
      <dc:creator>RAVI_PALADUGU</dc:creator>
      <dc:date>2012-07-20T20:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with very simple NFS mount on Windows 2008</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15311#M1399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vol/files1 -sec=sys,&lt;STRONG&gt;rw=root=10.10.0.0/16&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need to fix the "rw=root=" portion.&amp;nbsp; Maybe put rw=10.10.0.0/16,root=10.10.0.0/16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a guess though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2012 01:37:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15311#M1399</guid>
      <dc:creator>wduvall02</dc:creator>
      <dc:date>2012-07-21T01:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with very simple NFS mount on Windows 2008</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15316#M1401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, wduval02 -- that's a typo (man I *hate* doing that, when I'm asking for technical help). Both volumes are exported in the same way:&lt;/P&gt;&lt;P&gt; -sec=sys,rw,root=10.10.0.0/16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I looked at this a little more and now am even more confused. I mapped both volumes as drives "X:" and "Y:"&amp;nbsp; If I right-click and look at 'properties' the volume I can write to has a UID of 2002 and a GID of 2001 (screen shot below).&amp;nbsp; But the volume that I can't write to has a UID / GID of 0.&amp;nbsp; If I try to change this value, when I hit 'apply' I get "Access Denied."&amp;nbsp; This is very strange. What or who set the UID/GID of 2002 2001? Someone on a linux client?&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/16347_pastedImage_1.png" style="width: 376px; height: 361px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2012 13:03:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15316#M1401</guid>
      <dc:creator>STEVEK123</dc:creator>
      <dc:date>2012-07-21T13:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with very simple NFS mount on Windows 2008</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15321#M1403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Identity Management for UNIX Active Directory schema extension includes UNIX user identifier (UID) and group identifier (GID) fields. This enables Server for NFS and Client for NFS to look up Windows-to-UNIX user account mappings directly from Active Directory Domain Services. Identity Management for UNIX simplifies Windows-to-UNIX user account mapping management in Active Directory Domain Services. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping (through either Active Directory Lookup or User Name Mapping) the UNIX user root (UID 0) to the Windows user Administrator—and also, mapping the group to which the root belongs to the Windows group Administrators. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, Server for NFS does not allow anonymous users to access a shared directory. When you share a directory, you can allow anonymous access to the directory and you can change the default anonymous UID and GID values to the UID and GID of any valid UNIX user and group accounts. If you change the anonymous UID and anonymous GID for a shared resource, those values will be used when reporting the owner of a file owned by a Windows user which is not mapped to UNIX user, even if anonymous access is not allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To allow anonymous access to an NFS share using the Windows interface&lt;/STRONG&gt;&lt;/P&gt;&lt;OL class="ordered"&gt;&lt;LI&gt;Open Windows Explorer: click &lt;STRONG&gt;Start&lt;/STRONG&gt;, point to &lt;STRONG&gt;Programs&lt;/STRONG&gt; or &lt;STRONG&gt;All Programs&lt;/STRONG&gt;, point to &lt;STRONG&gt;Accessories&lt;/STRONG&gt;, and then click &lt;STRONG&gt;Windows Explorer&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;In the details pane, right-click the shared directory you want to manage.&lt;/LI&gt;&lt;LI&gt;Click &lt;STRONG&gt;Sharing&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Click &lt;STRONG&gt;NFS Sharing&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Select &lt;STRONG&gt;Allow anonymous access&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;To specify a nondefault value for the anonymous user identifier (UID) or anonymous group identifier (GID), type the value in the&lt;STRONG&gt;Anonymous UID&lt;/STRONG&gt; or &lt;STRONG&gt;Anonymous GID&lt;/STRONG&gt; box.&lt;/LI&gt;&lt;LI&gt;Click &lt;STRONG&gt;Apply&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;====================================================================================================================================&lt;/P&gt;&lt;P&gt;Users of client computers can use the &lt;STRONG&gt;chmod&lt;/STRONG&gt; utility to set the setuid (set-user-identifier-on-execution), setgid (set-group-identifier-on-execution), and sticky file mode bits on files or directories that are stored on an NTFS file system partition and shared through Server for NFS. When the file or directory is subsequently accessed by a UNIX-based client, the standard semantics for these bits will apply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI', Verdana, Arial; font-size: 15px; color: #000000;"&gt;Changing setuid and setgid behavior&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Use the following procedure to change the behavior of the setuid and setgid bits:&lt;STRONG&gt;To change setuid and setgid behavior&lt;/STRONG&gt;&lt;/P&gt;&lt;OL class="ordered"&gt;&lt;LI&gt;Open Registry Editor.&lt;/LI&gt;&lt;LI&gt;Set the following registry key:&lt;SPAN style="margin-top: -6px;"&gt;&lt;CODE&gt;HKEY_Local_Machine\System\CurrentControlSet\Services\NfsSvr\Parameters\SafeSetUidGidBits = (DWORD)&lt;/CODE&gt;&lt;/SPAN&gt;&lt;UL&gt;&lt;LI class="unordered" style="list-style-type: disc;"&gt;A value of 1 causes safer setuid and setgid behavior. &lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;A value of 0 causes the standard UNIX behavior.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jul 2012 00:02:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15321#M1403</guid>
      <dc:creator>RAVI_PALADUGU</dc:creator>
      <dc:date>2012-07-22T00:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with very simple NFS mount on Windows 2008</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15330#M1406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ravi -- that's good information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tracked the problem down -- at one point the volume that I could write to had been mounted on a Linux system and someone had down a chown/chgrp to it, assigned the UID/GID of 2001/2003, etc., and 777 permissions, recursively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 15:30:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15330#M1406</guid>
      <dc:creator>STEVEK123</dc:creator>
      <dc:date>2012-07-23T15:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with very simple NFS mount on Windows 2008</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15334#M1408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool, way to go!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 15:34:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/15334#M1408</guid>
      <dc:creator>RAVI_PALADUGU</dc:creator>
      <dc:date>2012-07-23T15:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with very simple NFS mount on Windows 2008</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/109271#M7943</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created one NFS export in CDOT Array. and exported to Client subnet. i am able to ping the ip from windows client mechins. when itry to mount the that nfs export in windows server 2008 r2. i am getting network-53 error. Can anyone suggest me. how can i proceed with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;RaviTeja&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 10:06:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/109271#M7943</guid>
      <dc:creator>RaviTeja1988</dc:creator>
      <dc:date>2015-09-01T10:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with very simple NFS mount on Windows 2008</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/109273#M7944</link>
      <description>&lt;P&gt;C:\Users\Administrator&amp;gt;net use S: 192.168.11.211:\Default_Mount_CIFS&lt;BR /&gt;System error 67 has occurred.&lt;/P&gt;&lt;P&gt;The network name cannot be found.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 10:22:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/109273#M7944</guid>
      <dc:creator>RaviTeja1988</dc:creator>
      <dc:date>2015-09-01T10:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with very simple NFS mount on Windows 2008</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/109400#M7951</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For network -53 error try the following:&lt;/P&gt;&lt;P&gt;Review the used ports by running the windows command&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;rpcinfo – p&lt;/P&gt;&lt;P&gt;VSM has this option for NFS:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;[-mount-rootonly {enabled|disabled}]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- NFS Mount Root Only&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;This optional parameter specifies whether the Vserver allows MOUNT protocol calls only from privileged ports (port numbers less than 1024).&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;The default setting is enabled. Hence, the system allows MOUNT protocol calls only from privileged ports (port numbers less than 1024).&lt;BR /&gt;Windows Services for UNIX can use ports other than 2049.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thans,&lt;/P&gt;&lt;P&gt;Renifa&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 11:14:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/109400#M7951</guid>
      <dc:creator>Renifa</dc:creator>
      <dc:date>2015-09-03T11:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with very simple NFS mount on Windows 2008</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/109420#M7953</link>
      <description>&lt;P&gt;No change i got same issue againg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tryed with below option by changing both enable and disable.&lt;BR /&gt;[-mount-rootonly {enabled|disabled}] - NFS Mount Root Only&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PS C:\Users\Administrator&amp;gt; mount&lt;/P&gt;&lt;P&gt;cmdlet New-PSDrive at command pipeline position 1&lt;BR /&gt;Supply values for the following parameters:&lt;BR /&gt;Name: S&lt;BR /&gt;PSProvider: FileSystem&lt;BR /&gt;Root: \\192.168.11.211\Default_Mount_CIFS&lt;BR /&gt;New-PSDrive : Drive root "\\192.168.11.211\Default_Mount_CIFS" does not exist or it's not a folder.&lt;BR /&gt;At line:1 char:6&lt;BR /&gt;+ mount &amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;+ CategoryInfo : ReadError: (S:PSDriveInfo) [New-PSDrive], IOException&lt;BR /&gt;+ FullyQualifiedErrorId : DriveRootError,Microsoft.PowerShell.Commands.NewPSDriveCommand&lt;/P&gt;&lt;P&gt;PS C:\Users\Administrator&amp;gt; rpcinfo -p&lt;/P&gt;&lt;P&gt;program version protocol port&lt;BR /&gt;--------------------------------------------------&lt;BR /&gt;100000 2 udp 111 portmapper&lt;BR /&gt;100000 3 udp 111 portmapper&lt;BR /&gt;100000 4 udp 111 portmapper&lt;BR /&gt;100000 2 tcp 111 portmapper&lt;BR /&gt;100000 3 tcp 111 portmapper&lt;BR /&gt;100000 4 tcp 111 portmapper&lt;BR /&gt;100005 1 tcp 1048 mountd&lt;BR /&gt;100005 2 tcp 1048 mountd&lt;BR /&gt;100005 3 tcp 1048 mountd&lt;BR /&gt;100005 1 udp 1048 mountd&lt;BR /&gt;100005 2 udp 1048 mountd&lt;BR /&gt;100005 3 udp 1048 mountd&lt;BR /&gt;100021 1 tcp 1047 nlockmgr&lt;BR /&gt;100021 2 tcp 1047 nlockmgr&lt;BR /&gt;100021 3 tcp 1047 nlockmgr&lt;BR /&gt;100021 4 tcp 1047 nlockmgr&lt;BR /&gt;100021 1 udp 1047 nlockmgr&lt;BR /&gt;100021 2 udp 1047 nlockmgr&lt;BR /&gt;100021 3 udp 1047 nlockmgr&lt;BR /&gt;100021 4 udp 1047 nlockmgr&lt;BR /&gt;100024 1 tcp 1039 status&lt;BR /&gt;100024 1 udp 1039 status&lt;BR /&gt;100003 2 tcp 2049 nfs&lt;BR /&gt;100003 3 tcp 2049 nfs&lt;BR /&gt;100003 2 udp 2049 nfs&lt;BR /&gt;100003 3 udp 2049 nfs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2015 02:00:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Problem-with-very-simple-NFS-mount-on-Windows-2008/m-p/109420#M7953</guid>
      <dc:creator>RaviTeja1988</dc:creator>
      <dc:date>2015-09-04T02:00:26Z</dc:date>
    </item>
  </channel>
</rss>

