<?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: HP_UX tips tricks &amp;amp; scripts for easy configuration and win 10 points in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191073#M689646</link>
    <description>Hi Yogeswar,&lt;BR /&gt;&lt;BR /&gt;To overcome the -mtime, -atime, -ctime limitations of find on HP-UX, I normally use the -newer option of find with touch command as below. I found it useful on many times for me as well as the forum members:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cd /tmp&lt;BR /&gt;&lt;BR /&gt;(create a file named filen with a time stamp of 0900 May 3, 2008)&lt;BR /&gt;&lt;BR /&gt;  [ 2008 05 03 0900 ]&lt;BR /&gt;&lt;BR /&gt;/tmp #touch -mt 200805030900 filen&lt;BR /&gt;&lt;BR /&gt;list the file to check the time stamp:&lt;BR /&gt;/tmp # ll filen                    &lt;BR /&gt;-rw-rw-rw-   1 root       sys              0 May  3 09:00 filen&lt;BR /&gt;&lt;BR /&gt;Find all files in /tmp dir created after 0900 today (May 3) &lt;BR /&gt;&lt;BR /&gt;/tmp #find /tmp -xdev -type f -newer /tmp/filen -exec ls -l {} +&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It would list all the files created after 0900 May 3.&lt;BR /&gt;&lt;BR /&gt;For my 10 bucks!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
    <pubDate>Sat, 03 May 2008 08:51:50 GMT</pubDate>
    <dc:creator>Rasheed Tamton</dc:creator>
    <dc:date>2008-05-03T08:51:50Z</dc:date>
    <item>
      <title>HP_UX tips tricks &amp; scripts for easy configuration and win 10 points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191065#M689638</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;Please restart this thread so that it will  be use ful for everyone.. whoever submits tips tricks I will assign 10 points</description>
      <pubDate>Fri, 02 May 2008 16:45:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191065#M689638</guid>
      <dc:creator>Yogeswar</dc:creator>
      <dc:date>2008-05-02T16:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX tips tricks &amp; scripts for easy configuration and win 10 points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191066#M689639</link>
      <description>I don't need 10 points, but I find this site pretty helpful:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://web.tampabay.rr.com/batcave/ServerBuilds.htm" target="_blank"&gt;http://web.tampabay.rr.com/batcave/ServerBuilds.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, I would suggest for people to actually use the search functionality for the forums. I am still flabbergast at the number of posts that ask the same questions.</description>
      <pubDate>Fri, 02 May 2008 16:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191066#M689639</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-05-02T16:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX tips tricks &amp; scripts for easy configuration and win 10 points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191067#M689640</link>
      <description>Court,  that was a great start since you don't need 10 points I am giving you 9points he he.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;Yogeswar</description>
      <pubDate>Fri, 02 May 2008 16:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191067#M689640</guid>
      <dc:creator>Yogeswar</dc:creator>
      <dc:date>2008-05-02T16:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX tips tricks &amp; scripts for easy configuration and win 10 points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191068#M689641</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I think you mean the following (open the first and you will also see the URLs to the predecesors!):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=51050&amp;amp;admit=109447627+1209751193746+28353475" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=51050&amp;amp;admit=109447627+1209751193746+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Fri, 02 May 2008 17:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191068#M689641</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-05-02T17:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX tips tricks &amp; scripts for easy configuration and win 10 points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191069#M689642</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;tricks n scripts for easy configuration????&lt;BR /&gt;&lt;BR /&gt;No clues :o&lt;BR /&gt;You mean to say easy troubleshooting or easing day today monitoring kinda stuff?&lt;BR /&gt;&lt;BR /&gt;I came across a thread which has hell lotta bunch of scripts for day today activities but I didnt bookmarked it. &lt;BR /&gt;That thread was very good collection of scripts one admin needs in his life!&lt;BR /&gt;&lt;BR /&gt;Also nice site for some tips of hpux : &lt;A href="http://www.hpux.ws/" target="_blank"&gt;http://www.hpux.ws/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-=ShRi=-</description>
      <pubDate>Fri, 02 May 2008 17:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191069#M689642</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2008-05-02T17:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX tips tricks &amp; scripts for easy configuration and win 10 points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191070#M689643</link>
      <description>It's not that. Giving away 10 points to everyone will probably not get you many replies. A lot of the people that provide help  like to get points because they deserve them, not because it was easy. One of my quotes is "Respect the hat." It's hard to respect something anyone can get.</description>
      <pubDate>Fri, 02 May 2008 17:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191070#M689643</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-05-02T17:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX tips tricks &amp; scripts for easy configuration and win 10 points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191071#M689644</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;1. How about this which shows the memory and cpu usage of every processes.&lt;BR /&gt;#export UNIX95=1;ps -ef -o comm,pcpu,vsz,args | grep &lt;PROCESS_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;2. Never let the HP Engineer left before the system back to normal after repair (Sorry to all HP Engineers), this is what I have seen in my experience.&lt;BR /&gt;3. Do't touch any accessories without wear the earthing stripe.&lt;BR /&gt;&lt;/PROCESS_NAME&gt;</description>
      <pubDate>Fri, 02 May 2008 17:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191071#M689644</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-05-02T17:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX tips tricks &amp; scripts for easy configuration and win 10 points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191072#M689645</link>
      <description>Yeah, thats write guys. and i think ITRC is the resource center for such kind of tricks.</description>
      <pubDate>Fri, 02 May 2008 17:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191072#M689645</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-05-02T17:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX tips tricks &amp; scripts for easy configuration and win 10 points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191073#M689646</link>
      <description>Hi Yogeswar,&lt;BR /&gt;&lt;BR /&gt;To overcome the -mtime, -atime, -ctime limitations of find on HP-UX, I normally use the -newer option of find with touch command as below. I found it useful on many times for me as well as the forum members:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cd /tmp&lt;BR /&gt;&lt;BR /&gt;(create a file named filen with a time stamp of 0900 May 3, 2008)&lt;BR /&gt;&lt;BR /&gt;  [ 2008 05 03 0900 ]&lt;BR /&gt;&lt;BR /&gt;/tmp #touch -mt 200805030900 filen&lt;BR /&gt;&lt;BR /&gt;list the file to check the time stamp:&lt;BR /&gt;/tmp # ll filen                    &lt;BR /&gt;-rw-rw-rw-   1 root       sys              0 May  3 09:00 filen&lt;BR /&gt;&lt;BR /&gt;Find all files in /tmp dir created after 0900 today (May 3) &lt;BR /&gt;&lt;BR /&gt;/tmp #find /tmp -xdev -type f -newer /tmp/filen -exec ls -l {} +&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It would list all the files created after 0900 May 3.&lt;BR /&gt;&lt;BR /&gt;For my 10 bucks!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
      <pubDate>Sat, 03 May 2008 08:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191073#M689646</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-05-03T08:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX tips tricks &amp; scripts for easy configuration and win 10 points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191074#M689647</link>
      <description>Hi yogeshwar&lt;BR /&gt;&lt;BR /&gt;Its really nice thread u started.&lt;BR /&gt;Its very much useful for members like me who are new to this field. Thanks a lot!&lt;BR /&gt;&lt;BR /&gt;By viewing this thread replies i can gain the knowledge.&lt;BR /&gt;&lt;BR /&gt;pls put some lights on LVM specifically PEs LEs &amp;amp; their calculations &amp;amp; all.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks Once Again!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Vjta</description>
      <pubDate>Thu, 08 May 2008 08:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191074#M689647</guid>
      <dc:creator>vjta</dc:creator>
      <dc:date>2008-05-08T08:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX tips tricks &amp; scripts for easy configuration and win 10 points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191075#M689648</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Big TIP:&lt;BR /&gt;Read and use &lt;A href="http://forums.itrc.hp.com" target="_blank"&gt;http://forums.itrc.hp.com&lt;/A&gt; regularly&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws" target="_blank"&gt;http://www.hpux.ws&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My own blog based tips site.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 08 May 2008 09:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-tips-tricks-amp-scripts-for-easy-configuration-and-win-10/m-p/4191075#M689648</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-08T09:57:12Z</dc:date>
    </item>
  </channel>
</rss>

