10 More Discussions You Might Find Interesting
1. UNIX and Linux Applications
i am new to scripting ,i need bash script in jump server to pull the /etc/passwd of all servers and the ssh keys are installed (3 Replies)
Discussion started by: profiles
3 Replies
2. What is on Your Mind?
We keep having issues watching Netflix, Hulu or Amazon with our WIFI router. In researching for a new Router I may have bought more hardware than I need. Since we live in a 3 story house, not counting the basement, I thought about hooking up two WIFI routers to a single Router via ethernet cable. I... (1 Reply)
Discussion started by: gandolf989
1 Replies
3. Linux
When unlocking a Linux server's console there's no event indicating successful logging
Is there a way I can fix this ?
I have the following in my rsyslog.conf
auth.info /var/log/secure
authpriv.info /var/log/secure (1 Reply)
Discussion started by: walterthered
1 Replies
4. Red Hat
Could you please help me with the command to find out if my system is using "syslog" or "syslog-ng" or "rsyslog"..
Thanks . (1 Reply)
Discussion started by: Anu_1
1 Replies
5. Shell Programming and Scripting
hi all,
I am new to unix and unix scipting. i need a script to logging into servers and to excute some commands in each server.
for eg :
I tried with below script ,but cant get the desired o/p. please help with this
for i in `cat serverlist`
do
echo $i
ssh $i uname -a ;
cat... (4 Replies)
Discussion started by: sudharson
4 Replies
6. Web Development
Hi,
I usually post in the UNIX general forum for help on codes and commands but today I decided to post in this forum since my question may be relevant. So I am really new to the webpage/http area so please be patient with this question.
Basically I got a domain name from godaddy.com but... (5 Replies)
Discussion started by: phil_heath
5 Replies
7. Shell Programming and Scripting
Hello everybody,
I have one small issue... :(
When i'm trying to connect another unix box through below script..
#!/usr/bin/bash
ssh $1 <<EOF
Commands
.
.
exit
EOF
But getting some syntax error "-sh: syntax error at line 2: `end of file' unexpected". I used to use... (2 Replies)
Discussion started by: raghu.iv85
2 Replies
8. HP-UX
Hi,
I wonder if anyone is able to assist me.
I have a HP UX server and some HP UX workstations that has been migrated from another network. I have changed the IP Addresses and everything seems to be working fine.
However, the users are complaining that they are unable to login to the UX... (1 Reply)
Discussion started by: michaelgim
1 Replies
9. Solaris
Hi,
I have Sun One Application server installed on 2 Solaris servers. Currently I am getting their logs in relative server. I am using log4j for logging. Now I want to change this. I want such that I should get both S1AS's log on third server with log4j. How can I do that ?
I got one idea... (0 Replies)
Discussion started by: neel.gurjar
0 Replies
10. Shell Programming and Scripting
Hi,
I want to log-in to a remote server using shell script.
The server requires the following while allowing a connection:
username
password
one - letter authorisation.
How can i implement this in my script?
thanks,
abey (6 Replies)
Discussion started by: abey
6 Replies