Search Results

Search: Posts Made By: barkath
3,676
Posted By barkath
Added a note in orginal post to make it more...
Added a note in orginal post to make it more clear.
3,252
Posted By barkath
cannot cd or rename the directory "{};"
:b:Thanks frank_rizzo it worked.
3,252
Posted By barkath
cannot cd or rename the directory "{};"
I'm kind of lost here, I see a dir. "{};" while listing files and dir. (FYI.... I enclosed the dir. {}; in double quotes), not sure how this dir. got created in first place.

# ls -lt | more
total...
Forum: AIX 01-05-2008
9,094
Posted By barkath
scp Unable to authenticate. Communication error.
Porter,
Thanks for ur promt response.
scp is on the path for root, just in case, I even went ahead and added the path /usr/bin/scp and also did tried using various protocols like 1,2,4,6 but still...
Forum: AIX 01-05-2008
9,094
Posted By barkath
scp Unable to authenticate. Communication error
Yes, root is allowed to ssh/scp/sftp, I can ssh or sftp but no scp

All except the below 2 options are commented out in /etc/ssh/sshd_config

#cat sshd_config | grep PermitRoot
PermitRootLogin...
Forum: AIX 01-04-2008
9,094
Posted By barkath
scp Unable to authenticate. Communication error.
I'm having this issue on one of my AIX box, whenever I try to do scp it asks for user, domain and password and just errors out, scp works fine on other AIX servers.
I already checked the permissions...
23,692
Posted By barkath
redirect only the standard error output to mail
Thanks, I have used the trap command and it works good for me, also I brought down the code to a few lines, just wondering how the return code rc=$? values can be evaulated.
23,692
Posted By barkath
redirect only the standard error output to mail
I'm writing a script using file descriptor 2 (std error) to send an email only if the command fails or errors out but the script always emails me irrepective of whether it fails or not. It will not...
21,748
Posted By barkath
script to automate mksysb via nim in AIX 5.3
#!/bin/ksh
#
# nim_mksysb [-h] [-r] [-n] [-l] [-m 'machines to get mksysb from']
# get mksysb from each client machine specified with -m. If no
# machines specified, get mksysb from ALL...
10,961
Posted By barkath
script for df output from multiple hosts
Larkis,
1)Yes I did copied over the ssh key to all the nodes using the below script which is similar to the one above,

#!/usr/bin/ksh

# install public key on all aix systems for RSA-auth...
10,961
Posted By barkath
script for df output from multiple hosts
Thanks again Lakris, for ur valuable suggestions with which I'm able to trim down my script, but there are 2 things that I'm trying to get around with: 1) It is always asking for the passwd even...
10,961
Posted By barkath
script for df output from multiple hosts
Thanks Lakris, ur right thats not the right one, somehow I pasted it incorrectly, below is the actual one am running and I followed ur suggestion and it seems to be working for me. Thanks again for...
10,961
Posted By barkath
script for df output from multiple hosts
I am trying get "df -k" output from multiple hosts along with their hostnames via ssh, my script is appending the "df -k" output from all the nodes to a single file but not getting the hostnames for...
Showing results 1 to 13 of 13

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