Search Results

Search: Posts Made By: shihabvk
Forum: Programming 06-10-2009
6,057
Posted By shihabvk
I am also getting the same error : ...
I am also getting the same error :
`/ora/product/v92032/lib/libclntsh.so' is up to date.

Here is my make file :

.SUFFIXES: .c

all: $(APPS)

clean:
rm -f $(OBJECTS) core
...
88,682
Posted By shihabvk
Thanks Sysgate for your reply.. Unfortunately...
Thanks Sysgate for your reply..
Unfortunately we cannot use expect or any other external language. Is there any way to do it via batch mode ?
88,682
Posted By shihabvk
SFTP automation with password/passphrase
Hi All,
We have a special requirement from our client, we need to automate one of the sftp job with password authentication. I know sftp can be automated with Key authentication, but this is not...
13,775
Posted By shihabvk
make/Oracle : Unable to find library 'libclntsh.sl.9.0
Hi all,
If any of DBA/build experts can help me on solving this issue, it would be of great help:
Recently Oracle was upgraded from 9.2.0.6 to 9.2.0.8 version, after this our C/ProC build is is...
6,785
Posted By shihabvk
build - make -gmake: execvp: mcu: Permission denied
Hi All,
sorry it was application related.. i am deleting it
Thanks & Regards
Shihab
6,581
Posted By shihabvk
ssh home directory permission
Hi All,
I am using sftp to transfer files between two unix machines. As per my knowledge, in order to use public key authentication, the remote user's home directory permission should be set to...
21,760
Posted By shihabvk
sftp rename not over writing
Hi,
I have an sftp script :
put file1.txt file1.txt.cp
rename file1.txt.cp myfile.txt

But the problem is, if the file myfile.txt exists at the remote location, the sftp fails to...
28,904
Posted By shihabvk
Hi ZB, Thanks for your reply. I am writing 5...
Hi ZB,
Thanks for your reply. I am writing 5 different sftp programs for 5 servers ( transferring different files from my server to 5 different servers ).
Since the Ciphers and other details...
28,904
Posted By shihabvk
diff between ssh_config & sshd_config
Hi,
Can anybody brief me the difference between ssh_config & sshd_config. I am looking for the functionality difference.

any help appreciated
Shihab
7,280
Posted By shihabvk
Hi Perderabo I tried this and is working...
Hi Perderabo


I tried this and is working fine.. thanks a lot
Between what is this alpha comparison? is it just the string comparison?


Thanks
Shihab
7,280
Posted By shihabvk
See My code : #!/bin/ksh ...
See My code :
#!/bin/ksh
STARTTIME=20050109195224
DATE_TIME=20070409201317
if (( STARTTIME > DATE_TIME )) ; then
echo "No"
else
echo "Yes"
fi

STARTTIME=20060109195224...
7,280
Posted By shihabvk
Sorry it is not working :-(
Sorry it is not working :-(
7,280
Posted By shihabvk
Strange Number comparison issue
Hi,
I am comparing two numbers, but it gives strange results:
My Code:
if [ ${STARTTIME} -gt ${DATE_TIME} ]
then
echo "True"
else
echo "False"
fi

This code gives False for the...
2,467
Posted By shihabvk
ssh_config
Hi,
I have to create an sftp configuration file. the requirement is like this
Encryption algorithm :
ArcFour (Implementation of the 128bit RC4 algorithm) ‘arcfour128'
Fallback:
(3DES...
9,220
Posted By shihabvk
SFTP ssh_config File not working
Thanks awk , for the link, it gave me lot of information.
I have one more issue,
When I am trying to connect using sftp for the first time, it gives me error :

The authenticity of host can't be...
9,220
Posted By shihabvk
I am really sorry.. the duplicate posting was by...
I am really sorry.. the duplicate posting was by mistake.. I really dont know how it happened
9,220
Posted By shihabvk
FTP to SFTP conversion
Hi,
I have the following ftp code to check the status of communication channel :

/bin/ftp -i -v -n -B 64 $HOST <<END 2>&1 > $LOGFILE
user $user $password
bye
END

I need to re write...
2,444
Posted By shihabvk
FTP to SFTP conversion
Hi,
I have the following ftp code to check the status of communication channel :

/bin/ftp -i -v -n -B 64 $HOST <<END 2>&1 > $LOGFILE
user $user $password
bye
END

I need to re write to use...
1,871
Posted By shihabvk
Suggest me the easiest method
Hi,
I want to check whether a file of the format myfile_YYYYMMDD_HHMMSS.txt exists in a particular directory. Here YYYYMMDD_HHMMSS is the time stamp, so it will be numbers always [ I want to...
1,479
Posted By shihabvk
How is it working ?
Hi,
In vi editor , in the command mode ( : ) when I try ,
: .! ls
The result of the command( ls ) is written in to the file,
Can anybody explain me why is this happening? , what...
7,829
Posted By shihabvk
HP-UX Debugging Shell script
Hi,
I was using AIX - ksh shell , and inorder to debug shell script I used set -vx to echo all the commands which are being executed.
Can anybody tell me the corresponding method in HP-UX - in...
6,284
Posted By shihabvk
Perl One Liner
Hi ,
Can anybody explain how this perl one liner works..
It is to test whether the number is prime or not

perl -le 'print "PRIME" if (1 x shift) !~ /^(11+)\1+$/' 19

Thanks in...
3,107
Posted By shihabvk
Hi , My .netrc file is like this.. ...
Hi ,
My .netrc file is like this..
machine hello.world.com login mylogin password hihi
machine temp.tmp.com login mylogin password etcetc


The major problem I am facing is...
3,107
Posted By shihabvk
ftp exits - stuck....
Hi ,
I am facing a strange problem in my code...
I have written a shell script to automate ftp using .netrc file
here is the portion of code

ftp -i ${DomainName} 2>ftp_err.tmp...
7,703
Posted By shihabvk
The PATH is set properly an I am able to...
The PATH is set properly
an I am able to execute the same command without absolute path from the server



Actually why I did is , the number of arguments to rm will be more.. so it was giving...
Showing results 1 to 25 of 54

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