<?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: Is uuidgen part of default HP-UX installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789177#M607237</link>
    <description>&lt;!--!*#--&gt;Of interest would be why DCE is not installed or if it is, what happened to uuidgen.&lt;BR /&gt;&lt;BR /&gt;## swlist -l product | grep DCE&lt;BR /&gt;  DCE-Core       B.11.23  HP DCE Core Client Software &lt;BR /&gt;  DCE-CoreTools  B.11.23  DCE Application development Support &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bv</description>
    <pubDate>Thu, 19 May 2011 14:12:38 GMT</pubDate>
    <dc:creator>Bob_Vance</dc:creator>
    <dc:date>2011-05-19T14:12:38Z</dc:date>
    <item>
      <title>Is uuidgen part of default HP-UX installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789170#M607230</link>
      <description>We need to use "uuidgen" which is a part of "DCE-Core.DCE-CORE-RUN". I need to know whether "DCE-Core.DCE-CORE-RUN" is a part of default installation or do we have to install it separately from CD-ROM.&lt;BR /&gt;&lt;BR /&gt;-- thanks</description>
      <pubDate>Wed, 18 May 2011 07:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789170#M607230</guid>
      <dc:creator>talha_1</dc:creator>
      <dc:date>2011-05-18T07:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is uuidgen part of default HP-UX installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789171#M607231</link>
      <description>I think uuidgen is part of the e2fsprogs of GNU/Linux.&lt;BR /&gt;At least I haven't come across it yet on HP-UX.</description>
      <pubDate>Wed, 18 May 2011 10:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789171#M607231</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2011-05-18T10:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is uuidgen part of default HP-UX installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789172#M607232</link>
      <description>uuidgen is part of DCE-Core.DCE-CORE-RUN which is included in HPUXMinRuntime bundle available on all HP-UX 11i v3 OEs.&lt;BR /&gt;&lt;BR /&gt;$ /usr/sbin/swlist -l file HPUXMinRuntime|grep uuid&lt;BR /&gt;  HPUXMinRuntime.DCE-CoreTools.DCE-BPRG: /opt/dce/include/dce/uuid.h                   &lt;BR /&gt;  HPUXMinRuntime.DCE-CoreTools.DCE-BPRG: /opt/dce/include/dce/uuid.idl                 &lt;BR /&gt;  HPUXMinRuntime.DCE-Core.DCE-CORE-RUN: /opt/dce/bin/uuidgen                   &lt;BR /&gt;  HPUXMinRuntime.DCE-Core.DCE-CORE-RUN: /usr/bin/uuidgen&lt;BR /&gt;&lt;BR /&gt;uuidgen is part of default HP-UX installation.&lt;BR /&gt;&lt;BR /&gt;-Rajesh</description>
      <pubDate>Thu, 19 May 2011 06:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789172#M607232</guid>
      <dc:creator>Rajesh K Chaurasia</dc:creator>
      <dc:date>2011-05-19T06:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is uuidgen part of default HP-UX installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789173#M607233</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;Pine4 ## grep uuidgen /tmp/file_list&lt;BR /&gt;  DCE-Core.DCE-CORE-RUN: /opt/dce/bin/uuidgen&lt;BR /&gt;  DCE-Core.DCEC-ENG-A-MAN: /usr/share/man/man1.Z/uuidgen.1&lt;BR /&gt;  PHSS_36005.DCE-CORE-RUN: /opt/dce/bin/uuidgen&lt;BR /&gt;&lt;BR /&gt;If you don't want ot install DCE,&lt;BR /&gt;  /opt/dce/bin/uuidgen&lt;BR /&gt;may be a simple executable that doesn't depend on anything else, so you could try just downloading the latest patch and pulling the file from there.&lt;BR /&gt;The patch is a gzipped depot and a depot is a tar file&lt;BR /&gt;&lt;BR /&gt;  gzip -d &amp;lt; PHxxxx | tar xf - /opt/dce/bin/uuidgen&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You'll probably have to add perms and ownership.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bv</description>
      <pubDate>Thu, 19 May 2011 10:58:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789173#M607233</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2011-05-19T10:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is uuidgen part of default HP-UX installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789174#M607234</link>
      <description>I botched the previous post.&lt;BR /&gt;There are two levels of tar in a patch download.&lt;BR /&gt;And the uuidegen file in the depot is compressed.&lt;BR /&gt;Let me work it out.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bv</description>
      <pubDate>Thu, 19 May 2011 11:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789174#M607234</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2011-05-19T11:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is uuidgen part of default HP-UX installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789175#M607235</link>
      <description>&lt;!--!*#--&gt;Here's the correct way:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Download the patch file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then, pull out the patch shar file&lt;BR /&gt;## gzip -d &amp;lt; hpux__11.23_05191229.tgz | tar xf - PHSS_38258&lt;BR /&gt;&lt;BR /&gt;## file PHSS_38258&lt;BR /&gt;  PHSS_38258:     shar file&lt;BR /&gt;&lt;BR /&gt;Rename for for later extract&lt;BR /&gt;## mv   PHSS_38258   PHSS_38258.sh&lt;BR /&gt;Execute the shar&lt;BR /&gt;## sh   ./PHSS_38258.sh&lt;BR /&gt;  x - PHSS_38258.text&lt;BR /&gt;  x - PHSS_38258.depot [non-ascii]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now, we have a depot file !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## ls  PH*&lt;BR /&gt;  PHSS_38258.sh        PHSS_38258.depot  PHSS_38258.text&lt;BR /&gt;&lt;BR /&gt;Extract from the depot file&lt;BR /&gt;&lt;BR /&gt;## tar tf   PHSS_38258.depot  |  grep uuid&lt;BR /&gt;  PHSS_38258/DCE-CORE-RUN/opt/dce/bin/uuidgen&lt;BR /&gt;&lt;BR /&gt;## tar xvf  PHSS_38258.depot \&lt;BR /&gt;          PHSS_38258/DCE-CORE-RUN/opt/dce/bin/uuidgen &lt;BR /&gt;  x PHSS_38258/DCE-CORE-RUN/opt/dce/bin/uuidgen, 18902 bytes, 37 tape blocks&lt;BR /&gt;&lt;BR /&gt;## file   PHSS_38258/DCE-CORE-RUN/opt/dce/bin/uuidgen&lt;BR /&gt;  PHSS_38258/DCE-CORE-RUN/opt/dce/bin/uuidgen:    gzip compressed&lt;BR /&gt;&lt;BR /&gt;## cp PHSS_38258/DCE-CORE-RUN/opt/dce/bin/uuidgen /tmp/uuidgen.gz&lt;BR /&gt;&lt;BR /&gt;## gunzip   /tmp/uuidgen.gz&lt;BR /&gt;&lt;BR /&gt;## file   /tmp/uuidgen     &lt;BR /&gt;  /tmp/uuidgen:   PA-RISC1.1 shared executable dynamically&lt;BR /&gt;       linked -not stripped dynamically linked&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## ll   /tmp/uuidgen  &lt;BR /&gt;  -r-xr-xr-x   1 root       sys          57016 May 19 08:44 /tmp/uuidgen&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## /tmp/uuidgen&lt;BR /&gt;  ec4e415a-8215-11e0-ab00-00306ef487f8&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bv</description>
      <pubDate>Thu, 19 May 2011 11:50:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789175#M607235</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2011-05-19T11:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is uuidgen part of default HP-UX installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789176#M607236</link>
      <description>&lt;!--!*#--&gt;I notice the uuidgen uses a library that is part of DCE as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## ldd /tmp/uuidgen&lt;BR /&gt;        /vob/dce/external/hp700_ux1125_pa/usr/lib/libc.2 =&amp;gt;     /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /vob/dce/external/hp700_ux1125_pa/usr/lib/libpthread.1 =&amp;gt;       /usr/lib/libpthread.1&lt;BR /&gt;        /vob/dce/export/hp700_ux1125_pa/usr/lib/libdcekt.1 =&amp;gt;   /usr/lib/libdcekt.1&lt;BR /&gt;        /vob/dce/external/hp700_ux1125_pa/usr/lib/libpthread.1 =&amp;gt;       /usr/lib/libpthread.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## swlist  -l file &amp;gt; /tmp/file_list&lt;BR /&gt;&lt;BR /&gt;##  ldd /tmp/uuidgen | awk '{print $3}' \&lt;BR /&gt;    |while read L;do grep $L /tmp/file_list ;done | grep DCE&lt;BR /&gt;  DCE-Core.DCE-CORE-SHLIB: /usr/lib/libdcekt.1                 &lt;BR /&gt;  PHSS_36005.DCE-CORE-SHLIB: /usr/lib/libdcekt.1&lt;BR /&gt;&lt;BR /&gt;So, you'd need that as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bv&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2011 14:09:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789176#M607236</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2011-05-19T14:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is uuidgen part of default HP-UX installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789177#M607237</link>
      <description>&lt;!--!*#--&gt;Of interest would be why DCE is not installed or if it is, what happened to uuidgen.&lt;BR /&gt;&lt;BR /&gt;## swlist -l product | grep DCE&lt;BR /&gt;  DCE-Core       B.11.23  HP DCE Core Client Software &lt;BR /&gt;  DCE-CoreTools  B.11.23  DCE Application development Support &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bv</description>
      <pubDate>Thu, 19 May 2011 14:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-uuidgen-part-of-default-hp-ux-installation/m-p/4789177#M607237</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2011-05-19T14:12:38Z</dc:date>
    </item>
  </channel>
</rss>

