Search Results

Search: Posts Made By: Funky_ass
19,238
Posted By Funky_ass
Oh. Erm ... with the ssh-utility you can also...
Oh. Erm ... with the ssh-utility you can also execute a command on the remote machine without need of entering a password. That's verry useful for scripts.

For example: ssh <user>@<address> "<anny...
24,565
Posted By Funky_ass
The filesystem is big enought but I think, it's...
The filesystem is big enought but I think, it's not supported for large files or something like that. Gotta check.
19,238
Posted By Funky_ass
Let's say, you have 2 unix servers. The 1st one...
Let's say, you have 2 unix servers. The 1st one has installed the Oracle database and you wish to connect to this one to use sqlplus on it but from the 2nd server. On the 1st server you shall install...
19,238
Posted By Funky_ass
It is easy to connect to another UNIX server via...
It is easy to connect to another UNIX server via ssh and then run and use sqlplus.

Tilen
24,565
Posted By Funky_ass
It is 100% quite enough disk space. What...
It is 100% quite enough disk space.

What else could be wrong?
24,565
Posted By Funky_ass
tar: 0511-194 Reached end-of-file before expected.
Hello everyone!

I wrote a script for backing up a folder. It goes fine but today it started to spit out this error, when a folder is taring:

tar: 0511-194 Reached end-of-file before expected.
...
2,598
Posted By Funky_ass
I just used brackeds: "(" and ")" and now the...
I just used brackeds: "(" and ")" and now the script is executed with argument read from the variable DAN and I get the return code of the script either.

the code is:

stat=žrsh dpx20...
2,598
Posted By Funky_ass
Hello Jean-Pierre! Thanks for the post! I...
Hello Jean-Pierre!

Thanks for the post! I tried your suggestion, but the variable stat doesn't store the proper exit code from the script. If the script ProIV.sh on the remote side exits with code...
2,598
Posted By Funky_ass
Hey blowtorch! Yes, the variable is defined...
Hey blowtorch!

Yes, the variable is defined and initialized before with:

DAN=`date '+%a'`

Forgot to tell that. Sorry, my bad. So the value of $DAN has to be passed as the first argument when...
2,598
Posted By Funky_ass
please help
Hello everyone!

I'm using remote shell (rsh) to call a script on a remote computer. I'm checking error codes of the rsh command and the code that returns the remote computer:

stat=`rsh dpx20 ...
10,069
Posted By Funky_ass
tar - incremental backup
Hello everyone!

I'm trying to make incremental tar archives of a folder for an example. On the box I use is UNIX AIX installed. I tried some sample codes I found on several web pages but with no...
Showing results 1 to 11 of 11

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