<?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: root &amp;quot;/&amp;quot; file system is 100 % used. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767273#M260587</link>
    <description>core file is memory dump file when system crashed.&lt;BR /&gt;You can delete it as normal&lt;BR /&gt;for more easy:&lt;BR /&gt;to see all core file&lt;BR /&gt;#find / -name core -exec ll {} \; &lt;BR /&gt;#find / -name core -exec rm {} \; &lt;BR /&gt;HTH</description>
    <pubDate>Thu, 06 Apr 2006 22:06:20 GMT</pubDate>
    <dc:creator>Nguyen Anh Tien</dc:creator>
    <dc:date>2006-04-06T22:06:20Z</dc:date>
    <item>
      <title>root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767259#M260573</link>
      <description>Hi,&lt;BR /&gt;root "/" file system is 100% used.&lt;BR /&gt;"/" contains this file and other necessary directories:&lt;BR /&gt;&lt;BR /&gt;-rw-------   1 root       sys         327552     Jan 21 09:02     core&lt;BR /&gt;&lt;BR /&gt;Is "core" just a dump file from the OS?  If so, it can be removed or not?&lt;BR /&gt;&lt;BR /&gt;The file "core" should be removable or not?&lt;BR /&gt;&lt;BR /&gt;please suggest&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 10:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767259#M260573</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-04-06T10:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767260#M260574</link>
      <description>Yes, you can remove the core file.</description>
      <pubDate>Thu, 06 Apr 2006 10:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767260#M260574</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-06T10:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767261#M260575</link>
      <description>Yes it can be removed.&lt;BR /&gt;&lt;BR /&gt;Also do this:&lt;BR /&gt;&lt;BR /&gt;find / -xdev -size +1000000c &lt;BR /&gt;&lt;BR /&gt;This will find files of 1 meg or more that are on the / filesystem.&lt;BR /&gt;&lt;BR /&gt;I suspect you may have something in /dev/rmt&lt;BR /&gt;as well.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 10:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767261#M260575</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-04-06T10:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767262#M260576</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;The core file contains information about the system when an application crashed.  You can either delete it (and the information will be lost), or you can move to another mount point with enough space, and use it to determine the cause of the failure</description>
      <pubDate>Thu, 06 Apr 2006 10:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767262#M260576</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-04-06T10:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767263#M260577</link>
      <description>Also use:&lt;BR /&gt;&lt;BR /&gt;To identify the largest directory:&lt;BR /&gt;&lt;BR /&gt;du -skx *&lt;BR /&gt;&lt;BR /&gt;To identify the largest files:&lt;BR /&gt;&lt;BR /&gt;find / -type f -exec ls -l {} \; |sort +4 -nrb |head -10&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 10:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767263#M260577</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-06T10:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767264#M260578</link>
      <description>Praveen,&lt;BR /&gt;core files can normally be removed. They are produced, when a process aborts.&lt;BR /&gt;&lt;BR /&gt;Search for large files for possible removal with:&lt;BR /&gt; find / -xdev -size +100000c -exec ll {} \;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 10:28:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767264#M260578</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-06T10:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767265#M260579</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try to find the large directory. below output should be similar to yours.&lt;BR /&gt;&lt;BR /&gt;# du -kx / | sort -rn | head -20                               &lt;BR /&gt;28982   /&lt;BR /&gt;19968   /sbin&lt;BR /&gt;5909    /etc&lt;BR /&gt;3824    /sbin/fs&lt;BR /&gt;2800    /etc/opt&lt;BR /&gt;2702    /patch&lt;BR /&gt;2661    /etc/opt/resmon&lt;BR /&gt;1717    /sbin/fs/vxfs&lt;BR /&gt;1614    /sbin/fs/hfs&lt;BR /&gt;1058    /etc/lvmconf&lt;BR /&gt;1024    /etc/opt/resmon/lbin&lt;BR /&gt;981     /etc/opt/resmon/lib&lt;BR /&gt;583     /etc/opt/resmon/log&lt;BR /&gt;553     /sbin/lib&lt;BR /&gt;525     /etc/X11&lt;BR /&gt;458     /etc/hpC2400&lt;BR /&gt;438     /sbin/init.d&lt;BR /&gt;330     /root&lt;BR /&gt;227     /root/.sw&lt;BR /&gt;225     /sbin/fs/cdfs&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 06 Apr 2006 10:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767265#M260579</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-04-06T10:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767266#M260580</link>
      <description>Hi Praveen:&lt;BR /&gt;&lt;BR /&gt;# file core&lt;BR /&gt;&lt;BR /&gt;...will show "who" and "why" the file was created if you care.  It can certainly be removed.&lt;BR /&gt;&lt;BR /&gt;Also, if the root filesystem is full, look at '/dev' for a mis-typed backup device.  A common mistake is to substitute the letter "o" for the number "0" thus creating a regular file in '/dev' which fills up '/' -- something like :&lt;BR /&gt;&lt;BR /&gt;# /dev/rmt/om&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Apr 2006 10:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767266#M260580</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-04-06T10:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767267#M260581</link>
      <description>hi,&lt;BR /&gt;thanks for you response,&lt;BR /&gt;I have deleted the core file.&lt;BR /&gt;&lt;BR /&gt;root@quetzal:[/]# find / -xdev -size +1000000c&lt;BR /&gt;/etc/lvmconf/vg02.conf.old&lt;BR /&gt;/etc/lvmconf/vg01.conf&lt;BR /&gt;/etc/lvmconf/vg02.conf&lt;BR /&gt;/etc/lvmconf/vg01.conf.old&lt;BR /&gt;/etc/opt/resmon/lbin/mibmond&lt;BR /&gt;/etc/vx/static.d/build/vold.o&lt;BR /&gt;/etc/vx/type/fsgen/fs.d/vxfs/vxsync&lt;BR /&gt;/etc/vx/type/fsgen/vxplex&lt;BR /&gt;/etc/vx/type/gen/vxinfo&lt;BR /&gt;/etc/vx/type/gen/vxmake&lt;BR /&gt;/etc/vx/type/gen/vxmake_static&lt;BR /&gt;/etc/vx/type/gen/vxmend&lt;BR /&gt;/etc/vx/type/gen/vxplex&lt;BR /&gt;/etc/vx/type/gen/vxsd&lt;BR /&gt;/etc/vx/type/gen/vxvol&lt;BR /&gt;/etc/vx/type/raid5/vxmake&lt;BR /&gt;/etc/vx/type/raid5/vxmend&lt;BR /&gt;/etc/vx/type/raid5/vxplex&lt;BR /&gt;/etc/vx/type/raid5/vxsd&lt;BR /&gt;/etc/vx/type/raid5/vxvol&lt;BR /&gt;/etc/vx/type/static/vxconfigd&lt;BR /&gt;/etc/vx/type/static/vxedit&lt;BR /&gt;/etc/vx/type/static/vxmake&lt;BR /&gt;/etc/vx/type/static/vxprint&lt;BR /&gt;/etc/vx/type/static/vxrlink&lt;BR /&gt;/etc/vx/type/static/vxrvg&lt;BR /&gt;/etc/emcpdaemon&lt;BR /&gt;/sbin/fs/vxfs/mkfs&lt;BR /&gt;/sbin/fs/vxfs/extendfs&lt;BR /&gt;/sbin/fs/vxfs/fsck&lt;BR /&gt;/sbin/fs/vxfs/mount&lt;BR /&gt;/sbin/fs/vxfs/vxenablef&lt;BR /&gt;/sbin/fs/vxfs/vxumount&lt;BR /&gt;/sbin/sh&lt;BR /&gt;/sbin/lvchange&lt;BR /&gt;/sbin/lvcreate&lt;BR /&gt;/sbin/lvdisplay&lt;BR /&gt;/sbin/lvextend&lt;BR /&gt;/sbin/lvlnboot&lt;BR /&gt;/sbin/lvreduce&lt;BR /&gt;/sbin/lvremove&lt;BR /&gt;/sbin/lvrmboot&lt;BR /&gt;/sbin/pvchange&lt;BR /&gt;/sbin/pvcreate&lt;BR /&gt;/sbin/pvdisplay&lt;BR /&gt;/sbin/pvmove&lt;BR /&gt;/sbin/sdstolvm&lt;BR /&gt;/sbin/vgcfgbackup&lt;BR /&gt;/sbin/vgcfgrestore&lt;BR /&gt;/sbin/vgchange&lt;BR /&gt;/sbin/vgcreate&lt;BR /&gt;/sbin/vgdisplay&lt;BR /&gt;/sbin/vgexport&lt;BR /&gt;/sbin/vgextend&lt;BR /&gt;/sbin/vgimport&lt;BR /&gt;/sbin/vgreduce&lt;BR /&gt;/sbin/vgremove&lt;BR /&gt;/sbin/vgscan&lt;BR /&gt;/sbin/pvck&lt;BR /&gt;/sbin/awk&lt;BR /&gt;/sbin/init&lt;BR /&gt;/sbin/insf&lt;BR /&gt;/sbin/pax&lt;BR /&gt;/sbin/lvmerge&lt;BR /&gt;/sbin/getrunlvl&lt;BR /&gt;/sbin/kcshutdown&lt;BR /&gt;/sbin/lssf&lt;BR /&gt;/sbin/mksf&lt;BR /&gt;/sbin/rmsf&lt;BR /&gt;/sbin/kcboot&lt;BR /&gt;/sbin/pvremove&lt;BR /&gt;/sbin/vgchgid&lt;BR /&gt;/sbin/egettxt&lt;BR /&gt;/sbin/is_vxvmroot&lt;BR /&gt;/sbin/vxconfigd&lt;BR /&gt;/sbin/vxconvarrayinfo&lt;BR /&gt;/sbin/vxdctl&lt;BR /&gt;/sbin/vxdg&lt;BR /&gt;/sbin/vxdisk&lt;BR /&gt;/sbin/vxdmpadm&lt;BR /&gt;/sbin/vxiod&lt;BR /&gt;/sbin/vxmend&lt;BR /&gt;/sbin/vxplex&lt;BR /&gt;/sbin/vxrecover&lt;BR /&gt;/sbin/vxrelayout&lt;BR /&gt;/sbin/vxsd&lt;BR /&gt;/sbin/vxvmboot&lt;BR /&gt;/sbin/vxvol&lt;BR /&gt;/sbin/vxedit&lt;BR /&gt;/sbin/vxmake&lt;BR /&gt;/sbin/vxprint&lt;BR /&gt;/sbin/vxlicinst&lt;BR /&gt;/sbin/vxlicrep&lt;BR /&gt;/sbin/vxlictest&lt;BR /&gt;/sbin/lvchange.run&lt;BR /&gt;/sbin/lvsplit&lt;BR /&gt;/sbin/lvsync&lt;BR /&gt;/sbin/vgsync&lt;BR /&gt;/sbin/nomwcsyncd&lt;BR /&gt;/sbin/emc/emcpmgr&lt;BR /&gt;/sbin/emc/powervini&lt;BR /&gt;/sbin/powermt&lt;BR /&gt;/autst/TEMP/CPN_WITH_RECODE.GC.CMF&lt;BR /&gt;/autst/TEMP/FINAL_WH_HH_FILE.DAT&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;can i delete some more files?</description>
      <pubDate>Thu, 06 Apr 2006 12:59:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767267#M260581</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-04-06T12:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767268#M260582</link>
      <description># du -kx / | sort -rn | head -20&lt;BR /&gt;397040  /&lt;BR /&gt;148792  /autst&lt;BR /&gt;148744  /autst/TEMP&lt;BR /&gt;124864  /etc&lt;BR /&gt;122096  /sbin&lt;BR /&gt;54416   /etc/vx&lt;BR /&gt;46792   /etc/vx/type&lt;BR /&gt;44432   /etc/lvmconf&lt;BR /&gt;22680   /sbin/fs&lt;BR /&gt;21120   /etc/opt&lt;BR /&gt;17784   /etc/vx/type/static&lt;BR /&gt;16248   /sbin/fs/vxfs&lt;BR /&gt;14376   /etc/vx/type/gen&lt;BR /&gt;10856   /etc/vx/type/raid5&lt;BR /&gt;10248   /etc/opt/resmon&lt;BR /&gt;8624    /sbin/emc&lt;BR /&gt;6944    /etc/vx/static.d&lt;BR /&gt;6720    /etc/vx/static.d/build&lt;BR /&gt;5856    /etc/opt/resmon/lbin&lt;BR /&gt;4664    /sbin/fs/hfs&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 13:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767268#M260582</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-04-06T13:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767269#M260583</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Well, the only things I see in your list off '/' that are not standard are the files in '/autst/'.  I'd certainly move them out of the root directory!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Apr 2006 13:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767269#M260583</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-04-06T13:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767270#M260584</link>
      <description>can i delete these two files:&lt;BR /&gt;/etc/lvmconf/vg01.conf.old&lt;BR /&gt;/etc/lvmconf/vg02.conf.old&lt;BR /&gt;&lt;BR /&gt;is there any need for these files?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 13:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767270#M260584</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-04-06T13:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767271#M260585</link>
      <description>Hi (aqain) Praveen:&lt;BR /&gt;&lt;BR /&gt;The '/etc/lvmconf' directory contains the current and the previous ('.old') versions of LVM 'vgcfgbackup' command runs.&lt;BR /&gt;&lt;BR /&gt;'vgcfgbackup' runs by default anytime you modify an LVM configuration.  See the manpages for 'vgcfgbackup' along with other LVM commands like 'vgextend'.  See too, the '-A' switch of 'vgextend'.&lt;BR /&gt;&lt;BR /&gt;Therefore, you can remove the ".old" variations if you really need to do so and you are sure that your last LVM operation will not need to be backed-out with 'vgcfgrestore' using the ".old" file.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Apr 2006 13:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767271#M260585</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-04-06T13:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767272#M260586</link>
      <description>Hello Praveen,&lt;BR /&gt;Before deleting any files from root filesystem if you are not sure, I would recommend them to move other filesystems or backup to a tape or somewhere else.&lt;BR /&gt;&lt;BR /&gt;I would rather check for other files than system files as you mention /etc/lvmconf directories. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sathish</description>
      <pubDate>Thu, 06 Apr 2006 20:44:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767272#M260586</guid>
      <dc:creator>sathish kannan</dc:creator>
      <dc:date>2006-04-06T20:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767273#M260587</link>
      <description>core file is memory dump file when system crashed.&lt;BR /&gt;You can delete it as normal&lt;BR /&gt;for more easy:&lt;BR /&gt;to see all core file&lt;BR /&gt;#find / -name core -exec ll {} \; &lt;BR /&gt;#find / -name core -exec rm {} \; &lt;BR /&gt;HTH</description>
      <pubDate>Thu, 06 Apr 2006 22:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767273#M260587</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2006-04-06T22:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: root "/" file system is 100 % used.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767274#M260588</link>
      <description>Hi Praveen,&lt;BR /&gt;&lt;BR /&gt;You can remove the core file , it is generated from application/process terminates abnormally. You can check the file and then delete it , and recover lost disk space.&lt;BR /&gt;&lt;BR /&gt;Check with:&lt;BR /&gt;# file core&lt;BR /&gt;# strings core | more &lt;BR /&gt;( You can find information , from which application core file has generated ..etc.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Fri, 07 Apr 2006 00:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-quot-quot-file-system-is-100-used/m-p/3767274#M260588</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-04-07T00:35:44Z</dc:date>
    </item>
  </channel>
</rss>

