<?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: Problems with the MOUNT system service in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993792#M23317</link>
    <description>Hi Christopher&lt;BR /&gt;&lt;BR /&gt;$ help /message LKWSETFUL&lt;BR /&gt;&lt;BR /&gt;gives the following information&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; LKWSETFUL,  locked portion of working set is full&lt;BR /&gt;&lt;BR /&gt;  Facility:     SYSTEM, System Services&lt;BR /&gt;&lt;BR /&gt;  Explanation:  No more pages can be locked in the working set because there&lt;BR /&gt;                would not be enough remaining pages available dynamically for&lt;BR /&gt;                the image to continue execution.&lt;BR /&gt;&lt;BR /&gt;  User Action:  Use the DCL command SET WORKING_SET to increase the working&lt;BR /&gt;                set limit, if the limit is not already set at the maximum&lt;BR /&gt;                allowed. If the working set limit is already at the maximum&lt;BR /&gt;                allowed, correct the program that attempted to lock too many&lt;BR /&gt;                pages in the working set.&lt;BR /&gt;                               &lt;BR /&gt;&lt;BR /&gt;Hope that helps&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Heinz</description>
    <pubDate>Fri, 28 Jul 2006 06:26:44 GMT</pubDate>
    <dc:creator>Heinz W Genhart</dc:creator>
    <dc:date>2006-07-28T06:26:44Z</dc:date>
    <item>
      <title>Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993791#M23316</link>
      <description>I have some software than mounts a magnetic tape using the system service $MOUNT. After moving to VMS 8.2 the system service now returns the error %MOUNT-F-LKWSETFUL and fails to mount the tape. The VMS command MOUNT works as expected. I have looked at the process quotas for its working set and these are much the same as on the previous version of VMS.&lt;BR /&gt;Anyone any ideas ?</description>
      <pubDate>Fri, 28 Jul 2006 06:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993791#M23316</guid>
      <dc:creator>Christopher Blackburn</dc:creator>
      <dc:date>2006-07-28T06:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993792#M23317</link>
      <description>Hi Christopher&lt;BR /&gt;&lt;BR /&gt;$ help /message LKWSETFUL&lt;BR /&gt;&lt;BR /&gt;gives the following information&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; LKWSETFUL,  locked portion of working set is full&lt;BR /&gt;&lt;BR /&gt;  Facility:     SYSTEM, System Services&lt;BR /&gt;&lt;BR /&gt;  Explanation:  No more pages can be locked in the working set because there&lt;BR /&gt;                would not be enough remaining pages available dynamically for&lt;BR /&gt;                the image to continue execution.&lt;BR /&gt;&lt;BR /&gt;  User Action:  Use the DCL command SET WORKING_SET to increase the working&lt;BR /&gt;                set limit, if the limit is not already set at the maximum&lt;BR /&gt;                allowed. If the working set limit is already at the maximum&lt;BR /&gt;                allowed, correct the program that attempted to lock too many&lt;BR /&gt;                pages in the working set.&lt;BR /&gt;                               &lt;BR /&gt;&lt;BR /&gt;Hope that helps&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Heinz</description>
      <pubDate>Fri, 28 Jul 2006 06:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993792#M23317</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2006-07-28T06:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993793#M23318</link>
      <description>You may find that more pages are being locked in the working set than previously and therefore have to increase the quotas.&lt;BR /&gt;&lt;BR /&gt;You should review the quotas of all usernames. There is some dcl to help with this at&lt;BR /&gt;&lt;A href="http://dcl.openvms.org/stories.php?story=05/07/28/2894075" target="_blank"&gt;http://dcl.openvms.org/stories.php?story=05/07/28/2894075&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2006 08:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993793#M23318</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-07-28T08:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993794#M23319</link>
      <description>Do you have the sources for this software?  If not, who is the vendor?  Locking pages in a working set changed for V8.2 (both Alpha and I64) such that an attempt to lock a page from an image will lock the entire image.&lt;BR /&gt;&lt;BR /&gt;This has caused some problems (especially with BEA MessageQ), so we're going to restore the old behaviour on Alpha for users of the $LCKWSET system service.&lt;BR /&gt;&lt;BR /&gt;                   -- Rob</description>
      <pubDate>Fri, 28 Jul 2006 12:26:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993794#M23319</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2006-07-28T12:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993795#M23320</link>
      <description>Many thanks for all your replies.&lt;BR /&gt;&lt;BR /&gt;In answer to some of the questions, the source code was written and is owned by ourselves. I don't believe any pages are explicitly locked into memory but I will check. The process quotas have not changed from VMS 7.3 to 8.2 but again I will check the user/process quotas for the working set and adjust.&lt;BR /&gt;During my initial investgations I did try to increase the working set QUOTA but it did not appear to make any difference, as soon as the SYS$MOUNT service is called the LKWSETFUL error is returned.</description>
      <pubDate>Mon, 31 Jul 2006 02:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993795#M23320</guid>
      <dc:creator>Christopher Blackburn</dc:creator>
      <dc:date>2006-07-31T02:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993796#M23321</link>
      <description>Which quota did you modify ?&lt;BR /&gt;&lt;BR /&gt;You need to modify wsquo. wsextent is only given after pagefaulting a lot. The only thing that's sure is that you got wsquo.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 31 Jul 2006 03:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993796#M23321</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-07-31T03:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993797#M23322</link>
      <description>Many thnaks again for your answers.&lt;BR /&gt;&lt;BR /&gt;I've just found by updating the WSQUOTA from 8192 to 65535 the MOUNT system service completes without error. I have adjusted the user account entry for the user that runs the process. I have checked the actual quota assigned to the process by using the GETJPI lexical function and it is now correctly set to 65535.&lt;BR /&gt;When I look at the process using SHOW PROC/CONT the working set is shown as 3728.&lt;BR /&gt;This seems to have sorted the problem out - Many thanks to all.</description>
      <pubDate>Mon, 31 Jul 2006 04:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993797#M23322</guid>
      <dc:creator>Christopher Blackburn</dc:creator>
      <dc:date>2006-07-31T04:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993798#M23323</link>
      <description>What went wrong in your previous increase ? Wrong parameter or not enough increase ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 31 Jul 2006 04:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993798#M23323</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-07-31T04:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993799#M23324</link>
      <description>Problem with last attempt was incresing the &lt;BR /&gt;process parameter but not having sufficient quota for the user account from which the process is started.&lt;BR /&gt;All seems OK now, but all processes started from the modified user account will get the newly increased working set quota ! I'm not sure what the effect of this will be on the overall system page usage.</description>
      <pubDate>Mon, 31 Jul 2006 06:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993799#M23324</guid>
      <dc:creator>Christopher Blackburn</dc:creator>
      <dc:date>2006-07-31T06:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993800#M23325</link>
      <description>Christopher,&lt;BR /&gt;&lt;BR /&gt;as a workaround, you could add a SET WORKING_SET/QUOTA=8192 command into that user's LOGIN.COM to limit the working set quota for that user's account.&lt;BR /&gt;&lt;BR /&gt;Just before starting the image, that uses the $MOUNT system service, increase the process WSQUOTA up to authorized limit with $ SET WORKING_SET/QUOTA=65535 and reset it back to 8192 after the image has finished.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 31 Jul 2006 06:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993800#M23325</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-07-31T06:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993801#M23326</link>
      <description>Thanks Volker Halle, I will give that a try.</description>
      <pubDate>Mon, 31 Jul 2006 07:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993801#M23326</guid>
      <dc:creator>Christopher Blackburn</dc:creator>
      <dc:date>2006-07-31T07:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993802#M23327</link>
      <description>The quota, pages reserved in page files and pages used in page files are all different things. Increasing a quota does not mean processes will definately use more pages in page files</description>
      <pubDate>Mon, 31 Jul 2006 08:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993802#M23327</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-07-31T08:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993803#M23328</link>
      <description>Many thanks for all the replies/suggestions. Increasing the process working set quota has resolved the problem and the SYS$MOUNT service can now be called successfully.</description>
      <pubDate>Tue, 01 Aug 2006 02:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993803#M23328</guid>
      <dc:creator>Christopher Blackburn</dc:creator>
      <dc:date>2006-08-01T02:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the MOUNT system service</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993804#M23329</link>
      <description>&lt;!--!*#--&gt;Christopher,&lt;BR /&gt;&lt;BR /&gt;the V8.2 LKWSET change has been restored to the V7.3-2 behaviour in patch VMS82A_SYS-V0500 released today.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;5.2.1  Performance Degradation&lt;BR /&gt;&lt;BR /&gt;               5.2.1.1  Problem Description:&lt;BR /&gt;&lt;BR /&gt;               In V8.2, a behavioral change was made to OpenVMS when&lt;BR /&gt;               locking pages into the working set.  If the virtual&lt;BR /&gt;               address range requested fell within an image, then the&lt;BR /&gt;               entire image was locked into the working set.  For&lt;BR /&gt;               applications that frequently perform this operation, this&lt;BR /&gt;               behavioral change can result in a severe performance&lt;BR /&gt;               degradation.&lt;BR /&gt;&lt;BR /&gt;               The behavior of the system services to lock and unlock&lt;BR /&gt;               the working set is being restored to the prior V7.3-2&lt;BR /&gt;               behavior of locking only the pages requested.&lt;BR /&gt;&lt;BR /&gt;               Applications that need to lock and unlock the entire&lt;BR /&gt;               image into the working set should use the&lt;BR /&gt;               LIB$LOCK_IMAGEand LIB$UNLOCK_IMAGE routines which were&lt;BR /&gt;               provided with OpenVMS V8.2.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Aug 2006 11:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-the-mount-system-service/m-p/4993804#M23329</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-07T11:47:08Z</dc:date>
    </item>
  </channel>
</rss>

