Search Results

Search: Posts Made By: eclipseagent
6,006
Posted By eclipseagent
I added some time stamps.. although the version...
I added some time stamps.. although the version of AIX I'm on didn't like date "+%Y-%m-%d %H:%M:%S" just to re mediate the problem.. I assigned DATE to the first subset, and TIME to the second.
...
6,006
Posted By eclipseagent
Yup.. I know what you mean.. however, this...
Yup.. I know what you mean.. however, this application doesn't allow for any type of connections through the port, since it's an internal license adapter. It just refuses connection when trying to...
6,006
Posted By eclipseagent
DGPickett, I can't just pull the full count...
DGPickett,

I can't just pull the full count of them since I need to know exactly which one isn't in "listening" mode..

You can't actively telnet into the ports, although the app listens (this...
6,006
Posted By eclipseagent
Script to Monitor List of Ports
Hi,

I'm in need of a script that can monitor a list of 12 ports.. If one of the ports isn't in listening mode then email me..

The list of ports are 26401 - 26412..
1,809
Posted By eclipseagent
I'm not 100% sure what you're asking for but I...
I'm not 100% sure what you're asking for but I think you're saying you have a file structure that looks like:

directory
- 1.dat file
- 2.dat file
- b1.dat file
...
2,431
Posted By eclipseagent
what's the sql file doing? that's weird that...
what's the sql file doing? that's weird that you'd get a grep error prior to an echo..
2,129
Posted By eclipseagent
can you utilize sudo? or where are you trying to...
can you utilize sudo? or where are you trying to start it? you can create an init script that does it and make sure you do a beroot.

you can test ping and just get the output

ping something...
3,004
Posted By eclipseagent
you can use [0-9] to shorten up your typing for...
you can use [0-9] to shorten up your typing for you :o).. I know dragging your fingers across all the numbers is fun.. but hey, if you're in a bind.. use [0-9] :o)
23,593
Posted By eclipseagent
Actually.. i looked at yours and you had...
Actually.. i looked at yours and you had backticks ( ` ) in `$RANDOM`, which means you're trying to run the command.. which you wouldn't want to do.
23,593
Posted By eclipseagent
I'm not sure what the problem is. I'm using...
I'm not sure what the problem is. I'm using /bin/bash, and doing:

#!/bin/bash
i=$RANDOM
echo $i
i=`expr $i + 1`
echo $i

Works just fine..

---------- Post updated at 09:45 PM ----------...
2,778
Posted By eclipseagent
Have you tried without -lr ? As Scrutinizer...
Have you tried without -lr ? As Scrutinizer stated when doing an ls -l, if you have windbind / ldap or any type of external authorization source you can gravely slowdown the look up with ls -l (since...
Showing results 1 to 11 of 11

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