Re: iAS902 Memory Leak???

From: AF <af_at_nospaming.com>
Date: Wed, 3 Jul 2002 14:47:27 -0700
Message-ID: <afvrpb$9ev$1_at_pith.uoregon.edu>


Thank you.

I have posted this about 5 times since the 902 release and no one has replied. It is good to know that another sees the same thing. It would be even better if some of the "SA"s out there would check and see if their systems have the same problem.

Yes I have the problem with OPMN as well but I wanted to propose the most trivial case so others could check their systems and see if the problem is unique.

BTW: I had a neat one the other day I killed all the processes then restarted but my SSO did not start. I thought Computers were not suppose to have random startup and shutdown paths... It was probably the Shared memory problem you stated. How do I free the shared memeory

Thanks
A

"Peter Sylvester" <peters_at_mitre.org> wrote in message news:3D21FF80.1A196684_at_mitre.org...
> I'm running 9iAS 90s on solaris and see a similar issue.
>
> After running all of the recommended shutdown commands, I still get a
> few straggler processes running: opmn, oidldap, and odisrv. I had to
> write a kill script that takes them out after the regular shutdown
> script.
>
> Note that in some cases you have to also free shared memory or some
> things won't start.
>
> I'm not actually running the intelligent agent or the older OEM daemon,
> they don't seem to be directly used by iAS.
>
> Its a wonderful product <g>.
>
> -Peter
>
> AF wrote:
> >
> > Sorry if this is the wrong newsgroup to post to but I could not find a
9i
> > Application Server group.
> > If there is a better group for this could you please post the name.
> >
> > Could someone Please Confirm or Contradict hanging jre (and opmn if
started)
> > on shutdown:
> >
> > Environment:
> > Redhat 7.1 with Required Kernel Glib binutils
> > P4 2GHz; 1GB Ram; 40GB /; 4GB Swap
> > 9iAS902 Infrastructure with OEM 9iDB90130 Repository (Installed by iAS)
> > 9iAS902 Mid-tier installed in separate home (not started for Test Env
Clear)
> > All Patches Applied
> >
> > Start up Listener, Repository, and OEM per Script below
> > ps shows tnslsnr, oemLaunchOms, 7 oracle, and ~ 70 jre (see
below)
> > Shutdown OEM, Repository, Listener per Script below.
> > After Running it will show that multiple JRE are not stopped:
> >
> > [oracle_at_hst oracle]$ ps -H
> > PID TTY TIME CMD
> > 1065 pts/0 00:00:00 bash
> > 1356 pts/0 00:00:00 ps
> > 1267 pts/0 00:00:00 jre
> > 1279 pts/0 00:00:00 jre
> > 1280 pts/0 00:00:00 jre
> > 1281 pts/0 00:00:00 jre
> > 1282 pts/0 00:00:00 jre
> > 1283 pts/0 00:00:00 jre
> > 1284 pts/0 00:00:00 jre
> > 1285 pts/0 00:00:00 jre
> > 1286 pts/0 00:00:00 jre
> > 1287 pts/0 00:00:00 jre
> > 1288 pts/0 00:00:00 jre
> > 1289 pts/0 00:00:00 jre
> > 1290 pts/0 00:00:00 jre
> > 1297 pts/0 00:00:00 jre
> > [oracle_at_hst oracle]$
> >
> > If you startup and shutdown multiple times more JRE's will be lost.
> > Is this to be expected, anyone else see this, did I get a bad install???
> > Any help would be appreciated
> > Thanks
> > A
> >
> > #================================================
> > #Scripts run in bash as user oracle with . oraenv set to iasdb (all
works)
> > #Startup Script:
> > export ORACLE_HOME=/path/inf_home
> > export ORACLE_SID=iasdb
> > #Start Listener
> > $ORACLE_HOME/bin/lsnrctl start
> > #Start Repository
> > sqlplus /nolog $args <<EOF
> > connect /as sysdba
> > startup
> > EOF
> > #Start OEM
> > $ORACLE_HOME/bin/oemctl start oms
> >
> > # At This point the system works fine and can be accessed
> > #Do Not connect to OMS but wait for full start (disks stop spinning)
> >
> > #Shutdown Script:
> > export ORACLE_HOME=/path/inf_home
> > export ORACLE_SID=iasdb
> > #Stop OEM
> > $ORACLE_HOME/bin/oemctl stop oms sysman/oem_temp
> > #Stop Repository
> > sqlplus /nolog $args <<EOF
> > connect /as sysdba
> > shutdown immediate
> > EOF
> > #Stop Listener
> > $ORACLE_HOME/bin/lsnrctl stop
> >
> > PROCESSES WHILE RUNNING:
> > [oracle_at_hst oracle]$ ps -H
> > PID TTY TIME CMD
> > 1622 pts/1 00:00:00 bash
> > 1975 pts/1 00:00:00 ps
> > 1971 pts/1 00:00:00 oracle
> > 1969 pts/1 00:00:00 oracle
> > 1967 pts/1 00:00:00 oracle
> > 1948 pts/1 00:00:00 oracle
> > 1927 pts/1 00:00:00 oracle
> > 1924 pts/1 00:00:00 oracle
> > 1919 pts/1 00:00:00 oracle
> > 1917 pts/1 00:00:00 oracle
> > 1915 pts/1 00:00:00 oracle
> > 1887 pts/1 00:00:00 oracle
> > 1830 pts/1 00:00:00 oemLaunchOms
> > 1845 pts/1 00:00:01 jre
> > 1855 pts/1 00:00:00 jre
> > 1856 pts/1 00:00:00 jre
> > 1857 pts/1 00:00:00 jre
> > 1858 pts/1 00:00:00 jre
> > 1859 pts/1 00:00:00 jre
> > 1860 pts/1 00:00:00 jre
> > 1861 pts/1 00:00:00 jre
> > 1862 pts/1 00:00:00 jre
> > 1863 pts/1 00:00:00 jre
> > 1864 pts/1 00:00:00 jre
> > 1865 pts/1 00:00:00 jre
> > 1866 pts/1 00:00:00 jre
> > 1867 pts/1 00:00:00 jre
> > 1868 pts/1 00:00:00 jre
> > 1869 pts/1 00:00:00 jre
> > 1870 pts/1 00:00:00 jre
> > 1871 pts/1 00:00:00 jre
> > 1872 pts/1 00:00:00 jre
> > 1873 pts/1 00:00:00 jre
> > 1874 pts/1 00:00:00 jre
> > 1875 pts/1 00:00:00 jre
> > 1876 pts/1 00:00:00 jre
> > 1877 pts/1 00:00:00 jre
> > 1878 pts/1 00:00:00 jre
> > 1879 pts/1 00:00:00 jre
> > 1884 pts/1 00:00:00 jre
> > 1885 pts/1 00:00:00 jre
> > 1888 pts/1 00:00:00 jre
> > 1889 pts/1 00:00:00 jre
> > 1890 pts/1 00:00:00 jre
> > 1891 pts/1 00:00:00 jre
> > 1892 pts/1 00:00:00 jre
> > 1893 pts/1 00:00:00 jre
> > 1894 pts/1 00:00:00 jre
> > 1895 pts/1 00:00:00 jre
> > 1896 pts/1 00:00:00 jre
> > 1897 pts/1 00:00:00 jre
> > 1898 pts/1 00:00:00 jre
> > 1899 pts/1 00:00:00 jre
> > 1900 pts/1 00:00:00 jre
> > 1901 pts/1 00:00:00 jre
> > 1902 pts/1 00:00:00 jre
> > 1903 pts/1 00:00:00 jre
> > 1904 pts/1 00:00:00 jre
> > 1905 pts/1 00:00:00 jre
> > 1906 pts/1 00:00:00 jre
> > 1907 pts/1 00:00:00 jre
> > 1908 pts/1 00:00:00 jre
> > 1909 pts/1 00:00:00 jre
> > 1910 pts/1 00:00:00 jre
> > 1911 pts/1 00:00:00 jre
> > 1912 pts/1 00:00:00 jre
> > 1913 pts/1 00:00:00 jre
> > 1920 pts/1 00:00:00 jre
> > 1921 pts/1 00:00:00 jre
> > 1922 pts/1 00:00:00 jre
> > 1925 pts/1 00:00:00 jre
> > 1928 pts/1 00:00:03 jre
> > 1929 pts/1 00:00:00 jre
> > 1930 pts/1 00:00:00 jre
> > 1931 pts/1 00:00:00 jre
> > 1933 pts/1 00:00:00 jre
> > 1934 pts/1 00:00:00 jre
> > 1949 pts/1 00:00:00 jre
> > 1962 pts/1 00:00:00 jre
> > 1963 pts/1 00:00:00 jre
> > 1964 pts/1 00:00:00 jre
> > 1665 pts/1 00:00:00 tnslsnr
> >
> > On another note If I start and Shutdown the Intelligent Agent I will get
> > "Agent Shutdown Failed but the logs all show normal shutdown with return
of
> > 0. Also if I start OPMN and shut it down it will also have the same
Hanging
> > processes.
Received on Wed Jul 03 2002 - 23:47:27 CEST

Original text of this message