APAR status |
Closed as program error.
| Error description
WAS 3.5 getting error msg "operation failed ,not owner" in
response cmd /start up server.sh/ happenings when running as a
non-root user. Customer is running on Solaris 2.6. The command
In the startupServer.sh shell script we see that the error is in
response to an 'ndd' command(Sun TCPIP Interval)which attempts
if running on Solaris 2.6 system. Local fixProblem summary
When running as non-root on Solaris, the
following error message will appear:
$ ./startupServer.sh
operation failed, Not owner
This failure occurs because you must be the root user to
execute ndd commands. following error message will appear:$ ./startupServer.shoperation failed, Not ownerThis failure occurs because you must be the root user toexecute ndd commands. Problem conclusion
The code was changed to detect whether running as root
or non-root, and to only run the ndd commands when
running as the root.
ncf/bin/sun/startupServer.sh was changed
when running as a non-root user
to remove the ndd commands as follows:
# set tcp_close_wait_interval from 2400000 to 60000
ndd -set /dev/tcp tcp_close_wait_interval 60000
.
# set tcp_fin_wait_2_flush_interval from 675000 to 67500
ndd -set /dev/tcp tcp_fin_wait_2_flush_interval 67500
.
#set tcp_keepalive_interval from 7200000 to 300000
ndd -set /dev/tcp tcp_keepalive_interval 300000 to remove the ndd commands as follows:# set tcp_close_wait_interval from 2400000 to 60000ndd -set /dev/tcp tcp_close_wait_interval 60000.# set tcp_fin_wait_2_flush_interval from 675000 to 67500ndd -set /dev/tcp tcp_fin_wait_2_flush_interval 67500.#set tcp_keepalive_interval from 7200000 to 300000ndd -set /dev/tcp tcp_keepalive_interval 300000 Temporary fixComments
APAR information | APAR number | PQ42174 | Reported component name | WAS STANDARD SU | Reported component ID | 5648C8302 | Reported release | 350 | Status | CLOSED PER | PE | NoPE | HIPER | NoHIPER | Submitted date | 2000-10-03 | Closed date | 2000-11-28 | Last modified date | 2000-11-28 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:APAR is sysrouted FROM one or more of the following:
Modules/Macros APAR is sysrouted TO one or more of the following:Modules/Macros
|
Fix information |
Fixed component name | WAS STANDARD SU | Fixed component ID | 5648C8302 |
Applicable component levels | R350 PSY | UP |
|