Problem in generating codes in solaris server!!


 
Thread Tools Search this Thread
Operating Systems Solaris Problem in generating codes in solaris server!!
# 1  
Old 05-21-2008
Tools Problem in generating codes in solaris server!!

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 ?
# 2  
Old 05-21-2008
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.
# 3  
Old 05-21-2008
Tools

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 ?
# 4  
Old 05-21-2008
Tools

# 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.
# 5  
Old 05-21-2008
yes it is enabled !
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

X-server problem on Solaris 10

Hi, On my Sun Ultra 45, display was flickering. After changing PCI slot of graphic card (XVR-300), display stablized, but, now X-server not starting. I am getting following messages The X-server can not be started on display : 0... See file/var/dt/Xerrors for details. the output of... (8 Replies)
Discussion started by: rakhsin
8 Replies

2. Shell Programming and Scripting

Problem renaming files on Solaris 10 server

Good day all. I'm trying to rename some files in my home directory with some bizarre results. Basically I need to change the IP address in the filename to the hostname which I ggrep from within the file: -rw-r--r-- 1 bh694n nrc 5095 May 2 20:03 alarms_999.189.161.146.log... (2 Replies)
Discussion started by: BRH
2 Replies

3. UNIX for Dummies Questions & Answers

Generating server and client certificates

Hi, I am currently in the process of implementing port based authentication(802.1x) in my home network through radius(FreeRadius). I want all my clients to use a certificate for authenticating (eap-tls) However openssl's massive amount of configuration options has me a bit confused. And... (0 Replies)
Discussion started by: regexp
0 Replies

4. Solaris

Printer problem on Solaris 10 server

Hi everyone, I am new here and I just want to ask for the expert advice from you guys about the problem/issue I am encountering with network printer defined on a Solaris 10 machine. I have this printer named 'printerA' which I already added via printmgr utility. As an output, here is the... (4 Replies)
Discussion started by: triptrops
4 Replies

5. Solaris

problem in rebooting solaris server

Hi, While we rebooting solaris server ,the system going to Maintenance mode instead of login console. even we are not able to run fsck command . Thanks in advanced for help. log attached FYI Executing last command: boot Boot device: /pci@83,4000/FJSV,ulsa@2,1/disk@0,0 File and args:... (3 Replies)
Discussion started by: helplineinc
3 Replies

6. Solaris

CLOSE_WAIT problem in solaris server

Hi, Occasionally I am getting the port state in CLOSE_WAIT for long time in the solaris server. I am not sure is it application problem or not. Because we are using port 9009 for Tomcat process in our web application, some time when I start the application, the port 9009 is in CLOSE_WAIT... (2 Replies)
Discussion started by: mgmk.84
2 Replies

7. Tips and Tutorials

Solaris Patch exit codes

The most common Solaris exit codes you will see is 2 or 8, but have you ever had a different exit code and wondered what it means ? Well you need not wonder no more... Patch Exit Codes ---------------- 0 No error 1 Usage error 2 Attempt to apply a patch that's already... (1 Reply)
Discussion started by: Tornado
1 Replies

8. Solaris

Problem with NFS server (Solaris 10)

Hello Guys, I have just joined this forum & hope that I will find a solution to my question. I have configured NFS shares on my machine solaris 10 (5.10). Shares have rw access for everyone. Tried starting NFS server daemon with following command. svcadm -v enable -t network/nfs/server... (3 Replies)
Discussion started by: say_hi_ravi
3 Replies

9. Solaris

Problem with webmin server in Solaris OS

Hi all, This is the first time i am using this forum to clear my doubt. I am using Sun solaris 9 Operating System, I am stuck up with a problem regarding webmin server.I logged in to webmin as system administrator (root)and then clicked change passwords module. It shows the list of... (1 Reply)
Discussion started by: Kundu
1 Replies
Login or Register to Ask a Question