Search Results

Search: Posts Made By: bkilaru
2,799
Posted By bkilaru
Please show/<Path>/$1_$2_$3.par before and after...
Please show/<Path>/$1_$2_$3.par before and after sed execution.?
2,799
Posted By bkilaru
Sorry. How do we work the code format?
Sorry. How do we work the code format?
2,799
Posted By bkilaru
Hi Rudi - This is where it is getting error:...
Hi Rudi -

This is where it is getting error: i know the path i didn't mention.

/scripts/denom/dba/Auto/exp.par - this is where the par file located.

and this is where the log file is...
2,799
Posted By bkilaru
sed command not working
Hello There -

Iam trying to get this expdp running for oracle backup.

And this is the code below:

### Run the export.
### Comment out any LOGFILE parameters in the .par file.
...
Forum: Red Hat 05-06-2015
2,668
Posted By bkilaru
Thanks RudiC!
Thanks RudiC!
Forum: Red Hat 05-01-2015
2,668
Posted By bkilaru
Sorry - Basically if the CA is linked that run...
Sorry - Basically if the CA is linked that run the Upgrade script. If its unlinked then do not run the script.

---------- Post updated at 12:51 PM ---------- Previous update was at 11:07 AM...
Forum: Red Hat 05-01-2015
2,668
Posted By bkilaru
I was able to run the query: #!/bin/bash ...
I was able to run the query:

#!/bin/bash
set -x

for host in `cat /tmp/servers.txt`; do
ssh -t $host "sudo su - -c /net/ServerX/opt/EHS/scripts/auto.bash"
done

what if i want to...
Forum: Red Hat 04-28-2015
2,668
Posted By bkilaru
Hello Corona688 - Thanks for the Quick Reply. ...
Hello Corona688 - Thanks for the Quick Reply.

I just ran the script....and iam getting this error:

./Autosys.sh: line 5: ./net/ussdp137/opt/EHS/scripts/auto.bash: No such file or directory
...
Forum: Red Hat 04-28-2015
2,668
Posted By bkilaru
Run bash script within a script - Help
Hello -

Iam have been trying to run this Query:

Want to run .auto.bash command in the script. Is there a way i can get this done?

#!/bin/bash _servers="/tmp/servers.txt"...
Forum: Red Hat 04-27-2015
14,840
Posted By bkilaru
I have a question: Below script that i wrote for...
I have a question: Below script that i wrote for Autosys install....and i want this to be installed on all the servers, currently 2 servers to test and run.

Now i dont think i will be able to run...
Forum: Red Hat 03-09-2015
14,840
Posted By bkilaru
Hello - So it worked by adding the hostname in...
Hello -
So it worked by adding the hostname in the remote server in the /etc/hosts, and iam able to cd to the directory, where my scripts reside.

Thanks!:)
Forum: Red Hat 03-09-2015
14,840
Posted By bkilaru
Could this be the issue?...I dont see the...
Could this be the issue?...I dont see the "sudoers: files ldap" in nsswitch.conf?
Forum: Red Hat 03-06-2015
14,840
Posted By bkilaru
Okey i ran the mount process. [root@ussedb55...
Okey i ran the mount process.

[root@ussedb55 /]# mount ussdp137:/opt/EHS/scripts /tmp/mnt/
mount: can't get address for ussdp137

This is the error iam getting...So guess the first thing was...
Forum: Red Hat 03-06-2015
14,840
Posted By bkilaru
Hello - So ensured /net -hosts and...
Hello - So ensured
/net -hosts
and /etc/nsswitch.conf has

Code:
automount: files
So this is what i see in the my current system.

[root@ussdp137 etc]# showmount -e ussdp137
Export list...
Forum: Red Hat 03-05-2015
14,840
Posted By bkilaru
Hello - It says the Automount is running...
Hello - It says the Automount is running...
Forum: Red Hat 03-05-2015
14,840
Posted By bkilaru
Need help with automount.. is not working!!
When i export the directory where the data really is, i can specify which hosts can mount it. On the remote server i create a mount point directory and then mount it to the source servers directory...
3,667
Posted By bkilaru
Thanks for the code...Sorry took me a while to...
Thanks for the code...Sorry took me a while to realize there was a reply
3,667
Posted By bkilaru
Yes i know it worked before, but i want to know...
Yes i know it worked before, but i want to know how i can incorporate that in the Script? so that it doesn't error out when i run the script.
3,667
Posted By bkilaru
/sbin also i was trying to do this in all...
/sbin

also i was trying to do this in all the 262 servers that we have....so that i can get the list of all the disks and partitions and send these details in the output....i dont want to try and...
3,667
Posted By bkilaru
Hello - So when i try to run this shell,...
Hello -

So when i try to run this shell, this is the output that iam getting.

ksh: line 1: fdisk: not found
3,667
Posted By bkilaru
Unix fdisk -l Automation
Hello Folks - Need help really ASAP.

Iam trying to run this Shell command to get all the lists of partitions and disks from across all the servers.

#!/bin/ksh
_servers=""...
Showing results 1 to 21 of 21

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