Search Results

Search: Posts Made By: yhcheong
Forum: UNIX and Linux Applications 01-14-2010
8,104
Posted By yhcheong
Oracle - How to manage listener log files
Dear expert,

I'm newbie in oracle, I have a problem regarding the listener log files under alert directory and trace directory(please refer to below). As the oracle hard disk size only 10GB, I...
97,955
Posted By yhcheong
Yes, it does exist, but I guess is not supported....
Yes, it does exist, but I guess is not supported. The only solution is to install the netcat on the sun solaris?
Thanks for the suggestion, but I hope there will be an alternate solution for me. :-)
97,955
Posted By yhcheong
I have check the the directory under dev. The TCP...
I have check the the directory under dev. The TCP is exist. Hmm, any idea other than bash?
THanks!
97,955
Posted By yhcheong
Thanks for the guide. But it seems like this line...
Thanks for the guide. But it seems like this line of the code not functioning.

exec 3>/dev/tcp/${MACHINE}/2061


When I check the dev/TCP, it isn't a directory. I've execute the shell code,...
97,955
Posted By yhcheong
Hi, MACHINE=10.2.191.100 ...
Hi,

MACHINE=10.2.191.100
MACHINE=10.1.101.100
MACHINE=10.3.181.100
exec 3>/dev/tcp/${MACHINE}:2061
if [ $? -eq 0 ]
then
echo "Telnet accepting connections"
else
echo "Telnet...
97,955
Posted By yhcheong
The version is SunOS 5.8 Generic_117350-38...
The version is

SunOS 5.8 Generic_117350-38 sun4u sparc SUNW,Sun-Fire-V890
97,955
Posted By yhcheong
SunOS 5.8 Generic_117350-38 sun4u sparc...
SunOS 5.8 Generic_117350-38 sun4u sparc SUNW,Sun-Fire-V890

Thanks
97,955
Posted By yhcheong
Hi Pludi, Thanks for the suggestion, if...
Hi Pludi,

Thanks for the suggestion, if running bash. I think it is same by executing below command
for one by one(since I have hundred over telnet connection). The telnet connection port is...
97,955
Posted By yhcheong
Thanks for the feedback. The current machine is...
Thanks for the feedback.
The current machine is running on sun solaris OS, it does not has python. The script I want to test is test the telnet connection with other 100+ machines. Is there any...
97,955
Posted By yhcheong
How to Create a shell script to test the telnet connection status
Hi friends,

I'm newbie to shell script. I wanted to create a shell script which able to write a result for all the telnet connection status. For example, from this machine I want to test the...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 01:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy