search for: tnslsnr

Displaying 3 results from an estimated 3 matches for "tnslsnr".

Did you mean: testsnr
2001 May 15
2
hung SSH on Solaris when starting Oracle
...er.library.wisc.edu)(Port=1521)) The command completed successfully fibber: /export/home/oracle => lsnrctl start LSNRCTL for Solaris: Version 8.0.5.0.0 - Production on 15-MAY-01 13:17:19 (c) Copyright 1997 Oracle Corporation. All rights reserved. Starting /oracle/app/oracle/product/8.0.5/bin/tnslsnr: please wait... TNSLSNR for Solaris: Version 8.0.5.0.0 - Production System parameter file is /oracle/app/oracle/product/8.0.5/network/admin/listener.ora Log messages written to /oracle/app/oracle/product/8.0.5/network/log/listener.log Listening on: (ADDRESS=(PROTOCOL=tcp)(DEV=10)(HOST=144.92.11.20...
2011 Jul 12
1
Can zpool permanent errors fixed by scrub?
...so /zones/cctsprod/root/ccts/oracle/app/product/10.2.0/rdbms/mesg/oraus.msb /zones/cctsprod/root/ccts/oracle/app/product/10.2.0/lib/libnnz10.so /zones/cctsprod/root/ccts/oracle/app/product/10.2.0/dbs/hc_ccts.dat /zones/cctsprod/root/ccts/oracle/app/product/10.2.0/bin/tnslsnr /zones/cctsprod/root/ccts/oracle/app/product/10.2.0/lib/libclntsh.so.10.1 /zones/cctsprod/root/ccts/oracle/app/product/10.2.0/lib32/libclntsh.so.10.1 root at audcourtdb1 # ls -la /zones/cctsprod/root/ccts/oracle/app/product/10.2.0/lib32/libclntsh.so.10.1 -rwxr-xr-x 1 oracle oins...
2012 Mar 08
0
Different behavior for pluginsync between "puppet agent --test" and "service puppet start"
...ss oracle_listener::start { $oraclehome = $::oraclehome exec { "listener_start": path => "/sbin:/bin:/usr/sbin:/usr/bin", command => "${oraclehome}/bin/lsnrctl start &>/dev/null", user => "oracle", onlyif => "pgrep tnslsnr | wc -l", } } Stop the puppet agent service and running "puppet agent --test -v" executes the classes using the custom facts as expected. I did a ton of searching on this and found what looked like a couple of similar issues, but the resolutions didn''t seem to match my e...