Search Results

Search: Posts Made By: Deei
1,421
Posted By Deei
I have csh as default shell and writting a bash...
I have csh as default shell and writting a bash script. When I run the script from command like (csh), its running file.
But not from cron.

Can I source .csh in bash script ?
1,421
Posted By Deei
Shell script with Java code in Cron
Dear All,

I have a shell script which has JAVA code inside it runs perfectly on command line. But while I set it on cron, all rest of the script runs but Java code doesnt.

java -cp...
5,786
Posted By Deei
I have tried with timeout but didnt helped. Is...
I have tried with timeout but didnt helped.
Is there any cron related issues if I run bash script on csh ?
5,786
Posted By Deei
Thanks dude, will try this today
Thanks dude, will try this today
5,786
Posted By Deei
Thanks rajamadhavan, Yes, there is delay...
Thanks rajamadhavan,

Yes, there is delay when sftp is trying to connect to the server. I got your point and yes, that might be the reason.

Can you help lil bit more, can you please show me...
5,786
Posted By Deei
Login getting locked on sftp
Hey All,

I have a ascript which sftp files from Solaris to Windows. I am usgin expect and sending password though script.

I have observed that sometimes script works fine (manually or in...
12,405
Posted By Deei
Can you please let me know is sshpass can be...
Can you please let me know is sshpass can be installed on Solaris or any alternative to to sshpass ?
1,695
Posted By Deei
Yes you are almost right. I am connecting from...
Yes you are almost right. I am connecting from server A (Solaris) to server B (Windows) and softlink is created to server C (Storage).

Link is created as,
ln -s "//storage_ip/directory"...
1,695
Posted By Deei
How can I make it not a softlink. My softlink is...
How can I make it not a softlink. My softlink is the only way I can access third server and its working fine with password connection
1,695
Posted By Deei
Hey Robin, I cant exchange keys as with...
Hey Robin,

I cant exchange keys as with password-less connection, I am not able to access a softlink. The same softlink is accessible when I make connection with password.

The softlink is...
1,695
Posted By Deei
Password in ssh
Hello Guys,

I have a specific requirement where I need to provide password to ssh and sftp in my script on Solaris.

I know password-less connection is the way without password but in my...
12,405
Posted By Deei
Can you please let me know where should I change...
Can you please let me know where should I change and see logs in COPSSH ?

I have tried the same with "with" password connection and it can access it all. There is a problem only when I am doing...
12,405
Posted By Deei
Hi Spacebar, Have tried the permissions as...
Hi Spacebar,

Have tried the permissions as explained in the link, but still no luck.

For more info, I am using copSSH on windows to enable ssh/sftp. And I have activated a domain user on it....
12,405
Posted By Deei
Thanks spacebar.. but my problem is bit different...
Thanks spacebar.. but my problem is bit different tha this.

I am able to access the softlink (shortcut) from another remote windows machine, but it shows permission denied from Solaris.
Even...
12,405
Posted By Deei
Permission Denied in SFTP
Hello Guys,

I am SFTPing from Solaris to Windows and accessing a softlink pointing to another server path (\\server\path (file://\\server\path)).

The same was working properly but I have made...
7,981
Posted By Deei
hi rbatte1, I need to run windows batch...
hi rbatte1,

I need to run windows batch file at remote in SFTP session. In SSH I can do the same by typing ./script_name
But SFTP doesnt support it.

Please help

---------- Post updated at...
7,981
Posted By Deei
Batch script to run in SFTP
Hello Guys,

I am writting a script which is SFTPing from Solaris to Windows.

I need to run a Batch script in SFTP session (ongoing) which will map a network drive and then transfer my files....
12,378
Posted By Deei
SFTP with domain user
Hello Guys,

I need help on SFTP from Solaris to Windows.

I am doing SFTP from Solaris to Windows and its working fine with COPSSH installed on windows.

But when I want to login to...
3,021
Posted By Deei
Hi Ahamed, Getting below error while running...
Hi Ahamed,
Getting below error while running the code.

truss: cannot trace '>>': no such process
truss: cannot trace '&': no such process
truss: cannot trace '/tmp/log': no such process...
3,021
Posted By Deei
One more thing, even when I kill truss manually...
One more thing, even when I kill truss manually the log remains empty
3,021
Posted By Deei
Thanks Skrynesaver, but this code also doesnt...
Thanks Skrynesaver, but this code also doesnt serve the purpose. Behavior is still the same
3,021
Posted By Deei
Run command in background thru script
Dear All,

Writing a script in which I want to run a command in background and keep it running even script is finished.

I have tried like below,

`truss -p <pid> >> & /tmp/log &`

But doesnt...
4,603
Posted By Deei
Importing env from csh to bash
Hi All, In my account with csh shell, there are lots of env variables set and I want to import those all to bash in one stroke, is there any way to do it ? Thanks, D
7,717
Posted By Deei
rsh from unix to windows
hi,

I am trying yo run a batch file (located on windows server) from unix (solaris). I use below command to do it,


rsh WINPRD1 -l WINPRD1+username "..\\directiory\\batchfile.bat"


But I...
1,164
Posted By Deei
Log maintain in Perl
hi ,

While working on perl, have to write a continuous log file which I can monitor. I tried like,


open (LOG,'>'.$log.'/Report_'.$todaysdate.'.log') or die("Unable to create the log file");
...
Showing results 1 to 25 of 46

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