Operating System - HP-UX
1838457 Members
2979 Online
110126 Solutions
New Discussion

Re: loop backup (127.0.0.1) killed when relinking Oracle binaries

 
John Goetz
Advisor

loop backup (127.0.0.1) killed when relinking Oracle binaries

When DBA is relinking Oracle binaries, he will select the default for the number of processes to use. This kills the loopback (127.0.0.1).
When selecting a lower number of processes to use it will work ok and not kill the loopback.

Has anyone heard of this problem? Am I reaching a limit in the number of processes running on this server? How can I monitor this?
2 REPLIES 2
Hoefnix
Honored Contributor

Re: loop backup (127.0.0.1) killed when relinking Oracle binaries

you can use "top" to monitor the number of processes.
The behavior you describe I've never seen.

Regards.

Peter
Tim Sanko
Trusted Contributor

Re: loop backup (127.0.0.1) killed when relinking Oracle binaries

Seen it, know the fix...

maxuprcs needs to be bumped up. I set it at 1024. (Oracle in a powerhouse environment)

Tim