Search Results

Search: Posts Made By: manish_1678
19,666
Posted By manish_1678
scp using nohup
I want to run scp in nohup but problem is how to enter passoword while running it.

I tried below but it failed.

nohup scp file user/pass@host:/dir &

is there any way out in nohup to prompt...
Forum: Solaris 12-10-2016
3,265
Posted By manish_1678
Grep -i
Hi,

Cat alert_db.log |grep -i "Dec 04" > test.log does not show complete line from alert log it shows only Dec 04 2012-13 so on .

I need full content to be written in test log whatever is...
2,798
Posted By manish_1678
Vi Editor
Hi ,

I would like to delete all lines after 40th line in vi editor . Please let me know what command I can use for it?

Also how to replace one word with another in the middle of 5th line?
...
3,169
Posted By manish_1678
Password change logic for remote machine using shell and expect
Day before yesterday,I got the success creating a shell script using expect tool and now it is running successfully on the server.
Now I want to make some changes in paswwordchanger.sh as you can...
4,263
Posted By manish_1678
shell scripting using expect module
Hi,
I have got the success in running script using expect module.It is connecting to the remote host but not able to change the password.Please let me know how I can finish this task.Thanks in...
1,546
Posted By manish_1678
script is not working as expected.
Hi ,
Below script is not working as expected.It is timing out while it is trying to log to the server using ssh.Password is correct but I am not sure how password is going to be sent using expect...
1,546
Posted By manish_1678
Shell scripting
Hi All,
I am not able to see the output of $1 variable as I am passing in below script:--

#!/bin/bash -xv
echo "Enter ur password"
+ echo 'Enter ur password'
Enter ur password
read pw
+...
3,506
Posted By manish_1678
login issue while using script
Hi,
Thanks for you reply!! Now this problem got resoved.
Now I am not able to connect remote host using ssh ,however with the same password I am able to connect menually.here I am listing the...
1,324
Posted By manish_1678
Hi, Thanks for you reply!! Now this problem got...
Hi,
Thanks for you reply!! Now this problem got resoved.
Now I am not able to connect remote host using ssh ,however with the same password I am able to connect menually.here I am listing the...
7,923
Posted By manish_1678
Hi, Thanks for you reply!! Now this problem got...
Hi,
Thanks for you reply!! Now this problem got resoved.
Now I am not able to connect remote host using ssh ,however with the same password I am able to connect menually.here I am listing the...
7,923
Posted By manish_1678
ssh is not working while calling through expect shell script
Hi,
Please share you experience and way out on below error:-->

#!/bin/bash -xv
FILE=login.txt
+ FILE=login.txt
CONNECT=sshlogin.exp
+ CONNECT=sshlogin.exp
SERVERNAME=$1
+...
1,324
Posted By manish_1678
Hi, Thanks for you reply.this file is present...
Hi,
Thanks for you reply.this file is present in the same directy.Is there any other method so that I can call this file and excute.
1,324
Posted By manish_1678
shell scripting
Hi ,
I have installed expect on the server and I am trying to execute the script but getting below error.Please suggest me the way out.
I would like to know how cct can be utilized here to call...
Forum: Red Hat 09-08-2010
37,938
Posted By manish_1678
Hi I am getting belo error while using yum:- ...
Hi
I am getting belo error while using yum:-
[root@linux1 expect-5.32]# emerge expect
-bash: emerge: command not found
[root@linux1 expect-5.32]# yum install expect
Setting up Install Process...
Forum: Red Hat 09-07-2010
37,938
Posted By manish_1678
Hi, Could you please give me the location from...
Hi,
Could you please give me the location from where I can download and the steps how I can install on Red Hat linux.

Regards,
MK
Forum: Red Hat 09-07-2010
37,938
Posted By manish_1678
How to install expect after installing tcl on Redhat Linux
Hi,
I have install tcl and then expect but I am getting below ouput while trying which expect
which expect
/usr/bin/which: no expect in...
3,506
Posted By manish_1678
script using expect tool
Hi All,
I need ur help and suggestion to make my code efficient.I have to reset the password for multiple unix flavour using expect tool.There is one file in which I have mentioned ip address and...
1,223
Posted By manish_1678
Hi, Basically my need is to change the password...
Hi,
Basically my need is to change the password of a particular user like oracle based on the user input and if any error is there that should be reflected in the logfile so that we can check what...
1,223
Posted By manish_1678
shell Scripting
Hi ,
I have to write a bash script for password retrival from diffrent file for an user and then I want to login with that password and username to the system and then I want to perform a trace file...
Showing results 1 to 19 of 19

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