![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| copying directories from NT server to Unix server (solaris 5.8) | jhmr7 | UNIX for Dummies Questions & Answers | 4 | 08-07-2008 10:53 PM |
| Solaris Patch exit codes | Tornado | Tips and Tutorials | 1 | 06-04-2007 06:39 PM |
| Problem with NFS server (Solaris 10) | say_hi_ravi | SUN Solaris | 3 | 03-27-2007 04:14 AM |
| Problem with webmin server in Solaris OS | Kundu | SUN Solaris | 1 | 06-29-2005 06:13 AM |
| generating timer | Confuse | High Level Programming | 5 | 09-16-2003 11:37 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
I have a solaris server having oracle and oracle apps running !
When some one attempts to generate a code, they click a link on the web interface which runs an rsh script from a computer called Helpdesk onto my solaris server and what happens is the web interface show an error message saying there is an error with the code generation. i have not found the rsh script yet. I want to investigate if there is a problem in my solaris server that is preventing codes from being generated. Kindly help !!! Please find the result below : ROOT@server# cat hosts.equiv + i have seen a single + sign ! So + means authentication succeeded .. and i need to find the entries of my login user account is there in the .rhosts in my home directory ...right ? |
| Forum Sponsor | ||
|
|
|
|||
|
i) rsh is insecure and can be broken by intruders with ease. On the long side better replace it with ssh.
ii) What "codes" do you mean? SQL queries? Scripts? Binaries? iii) Has this ever worked for your current setup? If so, has anything changed? iv) Is rsh enabled on your Solaris box? v) Have a look at the logs whether the account (the one rsh tries to use) logs in successfully. |
|
|||
|
i) rsh is insecure and can be broken by intruders with ease. On the long side better replace it with ssh.
Ok i ll consider ii) What "codes" do you mean? SQL queries? Scripts? Binaries? SQL Queries iii) Has this ever worked for your current setup? If so, has anything changed? I dont know , I using this for first time ... and my client had a request iin that. iv) Is rsh enabled on your Solaris box? How to check this ? v) Have a look at the logs whether the account (the one rsh tries to use) logs in successfully. How to check this ? |
|
|||
|
# Shell, login, exec, comsat and talk are BSD protocols.
# shell stream tcp nowait root /usr/sbin/in.rshd in.rshd shell stream tcp6 nowait root /usr/sbin/in.rshd in.rshd login stream tcp6 nowait root /usr/sbin/in.rlogind in.rlogind I have seen this in my /etc/inetd.conf. |
| Thread Tools | |
| Display Modes | |
|
|