<?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: install remove question in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/install-remove-question/m-p/4206671#M44079</link>
    <description>Ye Liu, please describe what you are doing, and particularly why you are using the particular approach.  Background information helps with these sorts of questions.  For instance, what application created this section?  (One of yours?)&lt;BR /&gt;&lt;BR /&gt;As was mentioned in a previous reply -- and based on the presence of the GRP flag in that list of section flags -- this is a group global section.  You cannot delete this section with the INSTALL utility.&lt;BR /&gt;&lt;BR /&gt;It might be confusing, but INSTALL installs images, and the underpinnings of installed images are built on OpenVMS global (shared) memory sections.  Applications, too, can create (shared) global sections, and INSTALL can (when asked) display these sections.  But INSTALL typically only manages images and image sections.  &lt;BR /&gt;&lt;BR /&gt;You'll need to find and use a site-specific and application-specific tool to remove this particular (permanent) section, create a tool that removes the section, or (the brute-force solution) reboot the system.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 28 May 2008 21:46:35 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2008-05-28T21:46:35Z</dc:date>
    <item>
      <title>install remove question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install-remove-question/m-p/4206669#M44077</link>
      <description>Dear VMS Users,&lt;BR /&gt;&lt;BR /&gt;I have a question on install remove (or install delete), or put it precisely: how to delete an image. For example, I used this command to find that there are 2 images&lt;BR /&gt;&lt;BR /&gt;yldevl&lt;YLIU3&gt;pipe install list /global | search sys$input yl&lt;BR /&gt;YLDEVL1_X$000    (00000000) WRT     DZRO PRM GRP     =000123 Pgltcnt/Refcnt=6256/0&lt;BR /&gt;YLDEVL1          (00000000) WRT     DZRO PRM GRP     =000123 Pgltcnt/Refcnt=128/0&lt;BR /&gt;&lt;BR /&gt;And I want to delete them. Could you show me how to do it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;YE LIU&lt;BR /&gt;&lt;/YLIU3&gt;</description>
      <pubDate>Wed, 28 May 2008 19:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install-remove-question/m-p/4206669#M44077</guid>
      <dc:creator>YE LIU_1</dc:creator>
      <dc:date>2008-05-28T19:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: install remove question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install-remove-question/m-p/4206670#M44078</link>
      <description>These do not look like images.  I think they are permanent group global sections.  They were probably created by an application with the SYS$CRMPSC system service, or one of the *_64_ (bit) alternate services.&lt;BR /&gt;&lt;BR /&gt;You would normally delete them with the SYS$DGBLSC service.&lt;BR /&gt;&lt;BR /&gt;Could you please find some time to assign points to those who took the time to post answers to some of your questions.</description>
      <pubDate>Wed, 28 May 2008 20:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install-remove-question/m-p/4206670#M44078</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2008-05-28T20:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: install remove question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install-remove-question/m-p/4206671#M44079</link>
      <description>Ye Liu, please describe what you are doing, and particularly why you are using the particular approach.  Background information helps with these sorts of questions.  For instance, what application created this section?  (One of yours?)&lt;BR /&gt;&lt;BR /&gt;As was mentioned in a previous reply -- and based on the presence of the GRP flag in that list of section flags -- this is a group global section.  You cannot delete this section with the INSTALL utility.&lt;BR /&gt;&lt;BR /&gt;It might be confusing, but INSTALL installs images, and the underpinnings of installed images are built on OpenVMS global (shared) memory sections.  Applications, too, can create (shared) global sections, and INSTALL can (when asked) display these sections.  But INSTALL typically only manages images and image sections.  &lt;BR /&gt;&lt;BR /&gt;You'll need to find and use a site-specific and application-specific tool to remove this particular (permanent) section, create a tool that removes the section, or (the brute-force solution) reboot the system.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 May 2008 21:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install-remove-question/m-p/4206671#M44079</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-05-28T21:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: install remove question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install-remove-question/m-p/4206672#M44080</link>
      <description>As the others replied, it is abotu 3MB of application provided group share global data section.&lt;BR /&gt;INSTALL can show them, but not manipulated them. &lt;BR /&gt;That's up to an application module.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; And I want to delete them.&lt;BR /&gt;&lt;BR /&gt;Why? &lt;BR /&gt;For now it just sits there, unmapped, idle, possibly paged out, eating no bread.&lt;BR /&gt;&lt;BR /&gt;For a self pronounced 'newbie', you are best advised to leave well-enough alone.&lt;BR /&gt;( &lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1235726" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1235726&lt;/A&gt; :-)&lt;BR /&gt;&lt;BR /&gt;Now if there is really is a reason why you believe this section should be deleted other then 'looks', then please try to explain that, articulate that here.&lt;BR /&gt;Why/When was it created? How/When was it supposed to have been cleaned up?&lt;BR /&gt;Typically while properly explaining the why, the how becomes obvious. :-).&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 May 2008 03:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install-remove-question/m-p/4206672#M44080</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-05-29T03:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: install remove question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install-remove-question/m-p/4206673#M44081</link>
      <description>I contact VMS admin to get it removed.&lt;BR /&gt;&lt;BR /&gt;FYI: if you can show me how to assign points to replier, I will be more than happy to do so.</description>
      <pubDate>Thu, 29 May 2008 15:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install-remove-question/m-p/4206673#M44081</guid>
      <dc:creator>YE LIU_1</dc:creator>
      <dc:date>2008-05-29T15:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: install remove question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install-remove-question/m-p/4206674#M44082</link>
      <description>If you click on &lt;BR /&gt;"assign points" 'or "submit points" (I do not remember), near the submit button, &lt;BR /&gt;you have the option to put 0 to 10 points to each reply.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 May 2008 15:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install-remove-question/m-p/4206674#M44082</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-05-29T15:46:21Z</dc:date>
    </item>
  </channel>
</rss>

