<?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: Oracle instance with PRM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-with-prm/m-p/3391800#M865375</link>
    <description>There needs to be some way differentiate between two processes.  Otherwise I can not think of a way to do this.:-)&lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Fri, 01 Oct 2004 16:34:35 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2004-10-01T16:34:35Z</dc:date>
    <item>
      <title>Oracle instance with PRM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-with-prm/m-p/3391795#M865370</link>
      <description>Hello folks,&lt;BR /&gt;&lt;BR /&gt;Actually  i have a great question about the use of PRM with oracle. The company (bank) is finishing the migration from Mainframe to HPUX, they have two principal process online and batch,  in addition the components of the new enviroment is a escheme of layer composed by IAS+OAS+DB Server (all oracle) and only one instance of Data Base.&lt;BR /&gt;&lt;BR /&gt;All the user that access the system are connected with unique user, then when IAS launche a requeriment (batch or online) to the data base it is done with this user.&lt;BR /&gt;&lt;BR /&gt;We needed to prioritize one of the processes in this form: at the day online have more priority than batch, and at the night batch have more priority than online.&lt;BR /&gt;&lt;BR /&gt;I know that PRM can integrated perfectly with ORACLE, i know too that PRM can prioritize apps groups, or user group. In this way from my view i don´t believe that PRM can help us to prioritize the process, because i did not found a distintive for each process (batch / online) cause there is only one Instance and only one user.&lt;BR /&gt;&lt;BR /&gt;If some one have any recomendations please let me know it..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Oct 2004 13:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-with-prm/m-p/3391795#M865370</guid>
      <dc:creator>Rene Mendez_4</dc:creator>
      <dc:date>2004-10-01T13:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle instance with PRM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-with-prm/m-p/3391796#M865371</link>
      <description>Rene,&lt;BR /&gt;&lt;BR /&gt;If you are able to start the batch jobs in the backgroud than the batch jobs are reniced.&lt;BR /&gt;Using prm you can use the prmrun command to start a process in a specific prmgroup may be one of these options are usefull to you.&lt;BR /&gt;Check man prmrun.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Oct 2004 13:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-with-prm/m-p/3391796#M865371</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-10-01T13:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle instance with PRM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-with-prm/m-p/3391797#M865372</link>
      <description>This is all I know about PRM.&lt;BR /&gt;IT can be configured in two modes - pset (where no. of CPUS can be given to a groups defined in /etc/prm.conf)share mode (where % os cpud is given to the groups)&lt;BR /&gt;&lt;BR /&gt;What you can do is have seperate groups for online processes and batch.&lt;BR /&gt;&lt;BR /&gt;Now prepare two prmconf files. One file e.g say /etc/prmconf-online. This file would make sure that online process group is having large share and batch processes has less. The other file would (/etc/prmconf-batch) have large share for batch processes and less for online processes.&lt;BR /&gt;&lt;BR /&gt;Now during day-time, you move (through cron) /etc/prmconf-online as /etc/prmconf and restart PRM. during night (again can be automated through cron) you move /etc/prmconf-batch as /etc/prmconf and restart PRM.&lt;BR /&gt;&lt;BR /&gt;The whole process can be set through cron.&lt;BR /&gt;&lt;BR /&gt;Also you check CAP_ON and cap_OFF options. With CAP_ON, if one group needs more share than it has been allocated it can take it from other group if availabe. The reverse holds tru for option CAP_OFF.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 01 Oct 2004 14:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-with-prm/m-p/3391797#M865372</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-01T14:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle instance with PRM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-with-prm/m-p/3391798#M865373</link>
      <description>depending upon the Operating Environment you have installed, you may have WLM (Work Load Manager) installed as well.&lt;BR /&gt;This works by using PRM, but uses goal based objectives, and can also react to conditions, such as setting things to change dependant upon time of day etc.&lt;BR /&gt;There are also toolkits for things like Oracle&lt;BR /&gt;Take a look here:&lt;BR /&gt;&lt;A href="http://h30081.www3.hp.com/products/wlm/" target="_blank"&gt;http://h30081.www3.hp.com/products/wlm/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Oct 2004 14:51:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-with-prm/m-p/3391798#M865373</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2004-10-01T14:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle instance with PRM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-with-prm/m-p/3391799#M865374</link>
      <description>Ok masters... but I want that you put in mind something. whenever I send to a process I do not have form to distinguish it (from the point of view of the data base), because the owner allways is the same user soliciing different requirements  for the same data base.&lt;BR /&gt;Ej.&lt;BR /&gt;PID=12345 Name= oraDBcaja UserOwner=operasyb&lt;BR /&gt;PID=5467  Name= oraDBcaja UserOwner=operasyb&lt;BR /&gt;&lt;BR /&gt;Where first it is batch and another one is online.&lt;BR /&gt;&lt;BR /&gt;In fact the problem is a little more complex since within the data base  does not exist specifics tables for the excluseve use of a certain process. Then as I reiterate to you I do not see the form to recognize each type of process in the layer of data base.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Oct 2004 15:10:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-with-prm/m-p/3391799#M865374</guid>
      <dc:creator>Rene Mendez_4</dc:creator>
      <dc:date>2004-10-01T15:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle instance with PRM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-with-prm/m-p/3391800#M865375</link>
      <description>There needs to be some way differentiate between two processes.  Otherwise I can not think of a way to do this.:-)&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 01 Oct 2004 16:34:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-with-prm/m-p/3391800#M865375</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-01T16:34:35Z</dc:date>
    </item>
  </channel>
</rss>

