Error while creating listener using netca [message #591927] |
Thu, 01 August 2013 08:52 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/5de2b121e045cd685431ac77f2dc211e?s=64&d=mm&r=g) |
itisvikash
Messages: 2 Registered: December 2011 Location: pune
|
Junior Member |
|
|
Good evening every one !
I have installed 11g (11.2.0)on a virtual machine, which has red hat as the OS.There was no listener configured ever on this machine as it's newly created machine.Now i am trying to create a listener using the netca, but i am getting error "use another port no. The information provided for this listener is currently in use by another software on this computer...".
Here is output of netstat :
[root@server11g admin]# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:32769 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:716 0.0.0.0:* LISTEN 28521/rpc.mountd
tcp 0 0 0.0.0.0:876 0.0.0.0:* LISTEN 28254/rpc.statd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 28234/portmap
tcp 0 0 0.0.0.0:691 0.0.0.0:* LISTEN 28495/rpc.rquotad
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 28386/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 28551/sendmail: acc
tcp 0 0 :::22 :::* LISTEN 28437/sshd
udp 0 0 0.0.0.0:2049 0.0.0.0:* -
udp 0 0 0.0.0.0:9000 0.0.0.0:* -
udp 0 0 0.0.0.0:688 0.0.0.0:* 28495/rpc.rquotad
udp 0 0 0.0.0.0:713 0.0.0.0:* 28521/rpc.mountd
udp 0 0 0.0.0.0:870 0.0.0.0:* 28254/rpc.statd
udp 0 0 0.0.0.0:873 0.0.0.0:* 28254/rpc.statd
udp 0 0 0.0.0.0:111 0.0.0.0:* 28234/portmap
udp 0 0 0.0.0.0:631 0.0.0.0:* 28386/cupsd
[root@server11g admin]#
|
|
|
|
|