![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UNIX command for Getting IP addresss of different hosts in WLAN | vasurake | Linux | 2 | 03-05-2008 09:47 PM |
| Clustered Databases Versus Virtualization for CEP Applications | iBot | Complex Event Processing RSS News | 0 | 11-19-2007 11:50 AM |
| Hosts.allow and hosts.deny | huddlestonsnk | UNIX for Dummies Questions & Answers | 1 | 10-18-2006 08:34 AM |
| hosts.allow & hosts.deny | Sorrento | UNIX for Dummies Questions & Answers | 2 | 08-18-2005 06:25 PM |
| Netstat | DPAI | IP Networking | 6 | 10-02-2001 07:11 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
netstat command between clustered hosts
I have 2 clustered hosts, is it possible for me to issue a netstat command against 1 host from the other ?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
i think that's possible, on a hpux box i did it with
Code:
remsh node2 "netstat -a" | more |
|
#3
|
|||
|
|||
|
Thanks, but I'm not allowed to use rsh (I've just found this out) I think that ssh is the way to go. I'm currently trying to script an ssh logon, but I'm falling foul of the password, is there a way to write a shell script so that it passes ssh my password at the appropriate time ?
|
|
#4
|
||||
|
||||
|
Why don't you setup key-based authentication between the hosts? Just look up the man pages - its quite easy.
|
|
#5
|
|||
|
|||
|
I have set up rsa authentication, works a treat, thanks guys.
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|