Search Results

Search: Posts Made By: Shaz
Forum: IP Networking 01-07-2004
13,139
Posted By Shaz
I did what you siad and I got it! but mail host...
I did what you siad and I got it! but mail host name comes after "ELHO"... "Connecting to" will show the target mail server.

Connecting to mail.xxx.com. via esmtp...
EHLO xxx.yyy.zzz


I...
Forum: IP Networking 01-06-2004
13,139
Posted By Shaz
Thanks jsilva... As you mentioned it was null in...
Thanks jsilva... As you mentioned it was null in front of the DS...
Do you know any other config (.cf) file that I can look into?...
Or any other solution?
Forum: IP Networking 01-06-2004
13,139
Posted By Shaz
mail host name on AIX box.
Hi,
I was wondering if any body out there can tell me how can I find out what is the name of the mail host on the AIX box that I am working on?

Is there any command to bring up the configuration...
Forum: AIX 11-27-2003
10,502
Posted By Shaz
AIX on Intel?
Is there any AIX version for Intel PCs?:confused:
2,229
Posted By Shaz
Thank you davidg and oombera...
Thank you davidg and oombera...
2,229
Posted By Shaz
Hi oombera, Thanks for the tip. It works...
Hi oombera,
Thanks for the tip. It works perfect... I figured another way but I kinda like yours better...

CHILD_P_ID=`echo $CHILD_P_ID |ps -ef| awk '$3 == '$PPID' { print $2 }'`

Another...
2,229
Posted By Shaz
Child peocess termination.
Hello all,
Here is the problem:

A ksh script (let's call it abc.sh) gets kicked off from a menu program using "nohup abc.sh &". The process ID of abc.sh can be recieved (pid=$!).

abc.sh runs...
2,774
Posted By Shaz
amazingly, for some reason my code like below ...
amazingly, for some reason my code like below
always resided all args into element 1 and 2 of the array...

set -A arr
arr=S*

but I've changed it to

ste -A arr $*

and it works just...
2,774
Posted By Shaz
Args to Array
Hello all,
I have a question. Please help me to populate an array with the arguments passing to a Shell scripts.

For example when I call "abc.sh a1 a2 a3" args (a1, a2, ...) recieved in an Array...
19,846
Posted By Shaz
Yoo Hoo... You were right Perderabo... I totally...
Yoo Hoo... You were right Perderabo... I totally forgot about that stupid wait!!

You made my day Perderabo... You are a hero!!

Thanks a million!! :p
19,846
Posted By Shaz
Thanks Perderabo it was a very helpful tip... ...
Thanks Perderabo it was a very helpful tip...

You know what's the problem now?

At the end of FTP process I "dir" the remote file on a local file like below:
....

exec 4>&1
ftp -inv >&4...
19,846
Posted By Shaz
Hi google, Thanks for the reply... The reason...
Hi google,
Thanks for the reply...
The reason I'm using a different shell script (not the function) is because it gets called by number of other scripts...
Unfortunately I am sending the files...
19,846
Posted By Shaz
FTP return value
Hi guys,
I am having a problem to determine if the FTP request I had was successful or not... Here is what I do:
In a shell script I call another shell script to do the FTP like:
#!/bin/ksh
echo...
47,014
Posted By Shaz
google YOU'RE MY MAN!
google YOU'RE MY MAN!
47,014
Posted By Shaz
Thanks Yeheya... It works.... Thanks to mbb...
Thanks Yeheya... It works....
Thanks to mbb and google for their contribution...
47,014
Posted By Shaz
Google, Thanks for the prompt reply. As I...
Google,
Thanks for the prompt reply.
As I mentione before I'd like to get a value (like a value of a variable) from PL/SQL "SCRIPT" (not a function or procedure) back to the calling Unix script......
47,014
Posted By Shaz
Return code from PL/SQL Code
Hi Guys,
I was just wondering if anybody can help me with this problem.

OK, how we can get a value back from PL/SQL Script (not stored procedure/function)

See the below example: (for example...
2,488
Posted By Shaz
Hi, I don't know you're still looking for the...
Hi,
I don't know you're still looking for the answer for this question, if yes consider the below login script:

sqlplus -s /NOLOG user/password@test_sid;

"/NOLOG" option prevents user and...
1,953
Posted By Shaz
Guys... I've tried { nohup somepgm & } and...
Guys...
I've tried { nohup somepgm & } and still it opens another ksh...
1,953
Posted By Shaz
Not another ksh!
Hi there,
I've coded a script to create a menu system on an AIX machine.

When user selects an item of the menu I perform a program using " nohup somepgm &"

The reason I do that is because...
8,252
Posted By Shaz
Hi, Hrere is the script: ...
Hi,
Hrere is the script:
#########################################
#!/bin/sh

sqlplus $CONNECT_STRING @$SCRIPTDIR/$PLSQL_SCRPIT

status=$?
if [ $status -ne 0 ]
then
echo "Error in...
8,252
Posted By Shaz
Thanks for your answer. I guess I need to...
Thanks for your answer.

I guess I need to put it this way. Assume I am running the Test.sh which is a Unix script and in the middle of Test.sh I call the sqlplus and the sqlplus successfully runs...
8,252
Posted By Shaz
Return status...
Hello there!
Here is my problem. I hope I can get some help about it.
I need to know how can I get the return code of an application in the Unix shell script.

The script is like below:
...
Showing results 1 to 23 of 23

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