Search Results

Search: Posts Made By: LiquidChild
2,071
Posted By LiquidChild
Reroute an IP
Is it possible to have a request for an IP rerouted back into the server it came from?

The reason I ask is that we have a server sitting on the same LAN as our live servers and won't to make sure...
2,041
Posted By LiquidChild
Removing files
Hi,

It seems someone has created files instead of actually running the commands, as below:

-rw-r--r-- 1 oracle92 dba 0 Mar 2 11:19 PRIML_070302.ok
-rw-r--r-- 1 oracle92 dba ...
10,453
Posted By LiquidChild
However off the back of this i do still have a...
However off the back of this i do still have a problem, the problem is that my session does not seem to exit out of sqlplus after executing the .sql statement.

Any suggestions?

Actually is it...
10,453
Posted By LiquidChild
Shell_life thanks for the help, but believe I...
Shell_life thanks for the help, but believe I have the problem sorted. I didn't display the entire script as it was over 500 lines long, and thought that if people were unsure they would have asked....
10,453
Posted By LiquidChild
How are they not arrays? They have been...
How are they not arrays?

They have been defined as such at the top of the code:

set -A database
set -A databaseUser
set -A databasePassword
set -A packageSpecs
set -A packageBodies
set -A...
10,453
Posted By LiquidChild
I'm not sure that is the problem shell_life, the...
I'm not sure that is the problem shell_life, the problem i seem to be encountering more is that it does not seem to pipe the output to $LogDir/$sqlLogFile , if i run it without this part then the sql...
10,453
Posted By LiquidChild
Sqlplus
I am looking to loop round a load of files and execute each in sqlplus, I have looked at the forum to see what was posted in the past, but most of the examples seem to use the sql being passed in...
2,849
Posted By LiquidChild
Yeah they have taken a copy of the live unix...
Yeah they have taken a copy of the live unix filesystem and placed it onto another machine on the same LAN as the live systems. Therefore it would be possible for the two of them to talk to each...
2,849
Posted By LiquidChild
Are these installed on the actually servers...
Are these installed on the actually servers themselves?
2,849
Posted By LiquidChild
Kind of, yes i know that you could add the -w...
Kind of, yes i know that you could add the -w option for the full word, but that mite not bring back some results we want to.

Would it be possible to use the hosts file to reroute certain ip...
2,849
Posted By LiquidChild
This is what i mentioned above Ghost, but thats...
This is what i mentioned above Ghost, but thats not possible i'm afraid :(
2,849
Posted By LiquidChild
Searching the file system
Guys,

We have taken a copy of our live filesystem to use for testing, but they want to be sure that no contact can be made to any of the live servers etc, I told them the best way would be to...
4,610
Posted By LiquidChild
I am not an expert but would guess use the...
I am not an expert but would guess use the substitute function of awk to do this and just run your text through it replacing each of the 10 characters should they occur, have you tried that?
4,636
Posted By LiquidChild
Thanks (again), worked a treat. Sorry never...
Thanks (again), worked a treat.

Sorry never seen the [code] tags, will use next time :)
4,610
Posted By LiquidChild
Surely the first place to start is to know what...
Surely the first place to start is to know what an illegal character is, do you have a finite list of them? And what you would want to convert them from and to? I think to do it for any given...
1,309
Posted By LiquidChild
In fact looking at this again, it looks very hard...
In fact looking at this again, it looks very hard to do!

As it would mean that my menu options mite change dynamically, i.e. they decide not to show all two options, there could be more.
...
1,309
Posted By LiquidChild
Database drive script
I have decided to use a database table to allow the user to configure how my script should function, i.e. what menu options to display etc, and hold variable values in the table instead of a script. ...
4,636
Posted By LiquidChild
Hi I am still working on this problem, well...
Hi

I am still working on this problem, well actually just getting back round to it, anyway I have implemented the arrays as suggested above but instead of having the output as above, i.e. with...
6,403
Posted By LiquidChild
Ok, got it! Thanks again.
Ok, got it! Thanks again.
6,403
Posted By LiquidChild
Thanks for the all the help Jean-Pierre. I...
Thanks for the all the help Jean-Pierre.

I have read the above but am not clear on one thing, I get the .5 .6 which basically equates to the last two fields of the string, i.e. the year, and sorts...
6,403
Posted By LiquidChild
Thanks Jean, will give that a go, I tried using...
Thanks Jean, will give that a go, I tried using multiple keys, but have not seen the '.' notation before, what does that mean?
6,403
Posted By LiquidChild
What if the only yy would be above 2000, so 07,...
What if the only yy would be above 2000, so 07, 08, 09 etc, would it make the solution simplier? If being honest its unlikely we will have a file pre 2000.
6,403
Posted By LiquidChild
This does not seem to work in the following...
This does not seem to work in the following though

FILE_230580.ok
FILE_230590.ok
FILE_010107.ok

As the ordering is then:

FILE_010107.ok
FILE_230580.ok
FILE_230590.ok
80,210
Posted By LiquidChild
I don't get why the set -x option would stop this...
I don't get why the set -x option would stop this running if removed, what happens when you do?
80,210
Posted By LiquidChild
No he meant: set -x exec 0<Property ...
No he meant:


set -x

exec 0<Property
while read LineInProperty
do
if [ ${LineInProperty:0:11} = New_receive ]
then
GlobalValueReceive={LineInProperty:25}
fi
if [ {LineInProperty:0:11}...
Showing results 1 to 25 of 49

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