How to make a port listen in Oracle Linux

Guys,
I need to make a port (8001) to LISTEN on my server for allowing another remote server to telnet to mine using this port.
For example:
     root@remoteserver# telnet myserver 8001
Please let me know how to do this.

Thanks for the reply.
I meant the same, opening the port for an application. Firewall is not running.
I used Telnet just to check the port.
Working node:
[root@node1~]# netstat -antup | grep 8001
tcp        0      0 ::ffff:34.36.134.150:8001   :::*                        LISTEN      37591/java
tcp        0      0 ::ffff:34.36.134.150:8001   ::ffff:34.36.134.131:64801  ESTABLISHED 37591/java
tcp        0      0 ::ffff:34.36.134.150:8001   ::ffff:34.36.134.131:64478  ESTABLISHED 37591/java
[root@node1~]#
Issue node:
[root@node2~]# netstat -antup | grep 8001
tcp        0      0 ::ffff:34.36.134.151:8001   ::ffff:34.36.134.132:7001   ESTABLISHED 6057/java
[root@node2~]#

Similar Messages

  • How to startup and install listener in oracle linux after intalling database ?

    hi 
    i am installing oracle database on  linux 6 and when its finishe i cant run sqlplus or i cant run dbca or netca ?
    what i am doing after installataion oracle database with ruinInstallet (oui) ?
    thanks

    Hi,
    you have to set environement variables $ORACLE_HOME and $PATH in user profile ( .bash_profile in your home directory). some think like this :
    export ORACLE_HOME=/u01/app/oracle/product/11.2.3/db_1
    export PATH=$ORACLE_HOME/bin:$PATH
    after that you execute ths profile . .profile or reconnect to load the variables, you can then use netca,sqlplus or any other utilities in bin directory of your ORACLE_HOME

  • Where to download and how to install X Window System for Oracle Linux 5 ?

    Folks,
    Hello. I am using Oracle Linux 5 and Oracle Database 11g for PIA.
    Before install Oracle DB 11g into Oracle Linux 5, we need to install X Window System according to the document page 2 http://download.oracle.com/docs/cd/B28359_01/install.111/b32285.pdf
    But I don't know where to download and how to install X Window System for Oracle Linux 5.
    Can any folk provide a link to download X Window System and tutorial to install it for Oracle Linux 5 ?

    You can address the problem in a number of different ways.
    You can install X-windows from the installation DVD or setup access to the Oracle public software repository as described in http://public-yum.oracle.com. In which case, the command to install X-windows is: yum groupinstall "X Window System"
    Or, you login remotely and and use SSH with X-forwarding, in which case the software on the server will use the X-Windows server on your client system. This is probably the preferred way since you do not have X-windows installed on the server. For more details about SSH forwarding and howto, please see Install Oracle 11gR2 on Ubuntu Linux 11.04 (64-bit) Howto part 2 Oracle Universal Installer.

  • How to make connection between ASP and Oracle 8i

    Dear Helper,
    I have a problem about how to make the connection between ASP and
    Oracle 8i. If you have this idea, please help me to solve this
    problem. Thank You!!!
    null

    You must install Oracle Objects for OLE.
    After this in asp-script you may use following instructions
    1)initialization
    <%
    Set Session("OraSession") =server.CreateObject
    ("OracleInProcServer.XOraSession")
    set Session("OraData") = Session("OraSession").OpenDatabase
    ("service", "scott/tiger",0)
    %>
    2)open Dynaset
    <%
    Set EmpDynaset = Session("OraData").CreateDynaset("select 1 as
    f1, 2 as f2 from dual", 0)
    %>
    3)navigation
    <%EmpDynaset.MoveFirst%>
    <%EmpDynaset.MoveNext%>
    <%EmpDynaset.EOF%>
    4) Field access
    <%=EmpDynaset.Fields(1).value%>
    5) Sql execute
    Session("OraData").ExecuteSQL("delete xxx")
    Best regards.
    null

  • How to make new database connection using Oracle BI Interactive Dashboards

    Hi,
    I install Oracle BI Intelligence on my system.
    I am using Oracle BI Interactive Dashboard. Here we have default database connection.
    but now i want to use it for my own database. Can any body give me guideline how to
    make a new data base connection using this s/w or how to connect to my database so
    that i can make my own reports.
    I am using
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/saw/saw.html
    this link.
    i make odbc connection which is fine.
    but
    Restoring the Business Intelligence Presentation Catalog and Updating Metadata
    The third point blow above heading is not clear.
    Thanks

    Umesh - in order to build Answers and Dashboard content you must first setup a Physical model, then a Business model, followed by a Presentation Catalog/Subject Area.
    All these tasks are carried out using the Repository Administration Utility.
    1) Import your physical tables using OCI/ODBC into the physical layer.
    2) Build your model
    3) Deploy
    Then you're ready to start building answers/dashboards.
    Good Luck.

  • How to make data base link from oracle 11g r2 to microsoft sql 2008 express

    I need to make data base link from oracle 11g r2 to microsoft sql 2008 express to make replication between then
    please help me !
    I didn't know what is the user and password in the command which create database link

    To replicate data you can ude Database Gateway for ODBC or Database Gatewy for MS SQl Server. Please use the search engine of this forum if you ant to get more details about each product.
    Some SQl Servers are set up to use Windows authentication only. In this case you won't be able to connect to the SQL Server as Windows authentication isn't supported with the gateways. You have to make sure your SQL server is supporting username and password authentication - a common user is the "sa" user. Regarding the username/password, please get in touch with your SQL Server Admin.

  • How to install graphical desktop interface on Oracle linux server 6.2

    Hi
    I have installed Oracle Linux server 6.2 how i install graphical desktop interface on server class installation

    If this is in the very early stage I suggest to re-install the OS.
    Look out for the window to select the set of software to install. Leave Basic Server selected, but choose the Customize now ratio button. Select the Desktops group on the left side of the window. Choose at least the X Window System, Fonts and Desktop packages. To get a similar Desktop like in previous Enterprise Linux releases, add also the General Purpose Desktop and Graphical Administration Tools packages

  • How compatible would it be to install Oracle Linux on a Sun Fire X2200?

    Are there reports of incompatibilities of tape units with the Oracle Linux on SunFire X2200 ?

    According to the Sun web site:
    http://www.sun.com/servers/x64/x2200/os.jsp
    Red Hat 5 works, so Oracle Enterprise Linux 5 (OEL5) should work also. You can find the instructions at their web site:
    http://docs.sun.com/source/819-6599-13/Chap3.html
    You should check with your hardware vendor to make sure they will support the hardware if you run OEL5.
    As far is Oracle is concerned, check the web site:
    https://linux.oracle.com/hardware.html
    for the official policy.
    Hope this helps

  • How to install GCC and DKMS on Oracle Linux?

    Hello,
    I am a newbie to Oracle Linux. I installed Oracle Linux on a virtual machine using Oracle VirtualBox. Now I need to install the packages DKMS and GCC in order to share drives between the host and the ghost.
    Here is what is happening:
    # yum install dkms
    Setting up Install Process
    Setting up repositories
    No Repositories Available to Set Up
    Reading repository metadata in from local files
    Parsing paskage install arguments
    No Match for afgument: dkms
    Nothing to do
    Please, advice what to do.
    Thanks in advance.

    Here is what you need to install under Oracle Linux or Red Hat Enterprise Linux to install the VirtualBox Guest Additions:
    <pre>yum -y install gcc kernel-uek-devel-$(uname -r)</pre>
    The packages are available from the Oracle public yum repository as already mentioned, or on the installation DVD in the server directory.

  • How to increase the screen resolution of oracle linux 4 in vmware?

    I have installed Oracle Linux Release 4 Update 8 for x86 (32 Bit) - DVD V16749-01 on vmaware for running oracle database 10g xe on my laptop. But its screen resolution is not greater than 800x600, (800x600 very small for my laptop which have 1366x768 screen resolution). Please provide any plugin or software that can increase the resolution of oracle linux 4 in vmare.
    my laptop: hp pavilion dm4 1222tx , O.S. windows 7 (home basic) 64 bit.
    thanks in advance.

    You will need to extract the contents of the compressed tar.gz archive and run the vmware-install.pl perl script as sudo or root.
    - Open Terminal from the Applications/System Tools Menu inside the Guest OS
    - Type "su -" and enter the password for root
    - Type "cd /etc/yum.repos.d"
    - Type "wget http://public-yum.oracle.com/public-yum-el4.repo"
    - Edit public-yum-el4.repo and set enabled=1 of the corresponding section matching your OEL version.
    - Install additional software packages typing "yum install kernel-headers kernel-devel gcc"
    - Select Install/Upgrade VMware Tools from the VM/Guest menu
    - Type "cd /media/cdrom"
    - Type "tar -C /tmp -zxvf /media/cdrom/VMwareTools-8.8.2-590212.tar.gz"
    - Type "cd /tmp/vmware-tools-distrib"
    - Type "./vmware-install.pl"

  • How do you recompile the kernel for oracle linux 6.3

    Hello,
    I have installed Oracle linux 6.3 default settings on x86_64 bit pc
    I have some questions:
    1. What public yum repositories contain the oracle linux 6.3 kernel source code ?
    2. Is the oracle linux 6.3 kernel source code on OracleLinux-R6-U3-src-dvd1.iso or OracleLinux-R6-U3-src-dvd2.iso , can I use this to recompile a new kernel ?
    3. Do you have the steps/commands needed to set options and compile a installable kernel[rpm] on oracle linux 6.3 x86_64.
    4. What gui tools are available in the desktop to manage settings e.g sound/volume or to install additional gui utilities.
    5. Is there some documentation help on using the oracle linux desktop ?. If so where is it located .
    Thankyou
    Glenn

    Glenn D. wrote:
    1. What public yum repositories contain the oracle linux 6.3 kernel source code ?None of them. The Oracle Linux kernel source code can be found here:
    https://oss.oracle.com/ol6/SRPMS/
    https://oss.oracle.com/ol6/SRPMS-updates/
    And our git repositories are here:
    https://oss.oracle.com/git/
    The default kernel in OL6.3 is here:
    https://oss.oracle.com/git/?p=linux-uek-2.6.39.git;a=summary
    2. Is the oracle linux 6.3 kernel source code on OracleLinux-R6-U3-src-dvd1.iso or OracleLinux-R6-U3-src-dvd2.iso , can I use this to recompile a new kernel ?Actually, I have no idea which DVD the source code is on.
    3. Do you have the steps/commands needed to set options and compile a installable kernel[rpm] on oracle linux 6.3 x86_64.No, you'd need to decide that for yourself. The kernel source is complex and can be very tricky to recompile.
    4. What gui tools are available in the desktop to manage settings e.g sound/volume or to install additional gui utilities.Wow, topic shift. GNOME Control Center manages settings and installing new utilities is done by Pirut.
    5. Is there some documentation help on using the oracle linux desktop ?. If so where is it located .Oracle Linux isn't intended to be used as a desktop. All the documentation is here:
    https://linux.oracle.com/documentation/
    http://docs.oracle.com/cd/E37670_01/index.html

  • How does one install a vnc on Oracle Linux 5.8 (32b)

    I am a newbie with oracle Linux 5.8 I want to share my desktop so that a friend can help me with other problems i have. so I want to install x11vnc or tigervnc-server
    can you help me the procedure
    cos
    yum install x11vnc does not work
    thanks
    Neill
    Edited by: Neill_R on May 29, 2012 10:52 AM

    Neill_R wrote:
    I am run oracle enterprise linux 5.8 32b not 64bAs Dude already commented - simply use yum install vnc-server then.
    Note that you do not need a Vnc client to create a display. Only the Vnc server component. So tightvnc is not needed.
    Assuming that vnc-server is not installed, it should install with its dependencies (X11 rpm's).
    If you create a server display and connect to it (from Windows or wherever else), and there is simply a "blank" screen (no xterm or windows menu), then you need to install a Window Manager. The most basic/lightweight one is Tabbed Window Manager - yum install twm.
    You will then also likely need a xterm - install it using yum install xterm.
    The Vnc server display you create, uses the +$HOME/.vnc/xstartup+ for starting X11 window manager and s/w in the virtual display. Easy to edit and modify should you want to install and use another window manager (like KDE or Gnome for example).

  • How to make use of Listener to auto refresh  items in SelectOneMenu

    Hi,
    I have a transaction jsp page that make use of the SelectOneMenu of which the Selectitems for example consists of all the item_code are added to the dropdownitems through the sessionBean1 ArrayList.
    The problem started when new item_code are being added to the SQL tables using other JSP that allow user to input new item code.
    JSF transaction page using SelectOneMenu could not effectively updated the options to include and reflect the new item subsequently added simply because the page has been rendered to the user .
    I believe using some sort of listener , whenever any action or event took place , JSP that are having the particular UI components being rendered could be auto refresh at the client side of JSP html page.
    Could anyone provide some hints?
    Thank

    Hi,
    Thank for the suggestion,
    In fact I am looking for two possiblity on how to overcome this sort of issues,
    Firstly , if the JSF page has not been rendered , you could always make use of the sessionbean1 to do the job , for example if you add a new item to the selectOneMenu dropitems, you could make use of this method to update the list of items in the dropitems , though it would always be the last items on the sorted list .
    Secondly , using some sort of autorefresh to push to the client to inform the user that new item have been added , advise them to manual refresh the page.
    I am in fact using the first method to add new item to the dropdownmenu for those JSP that involve page forwarding and redirect such as shopping basket / cart beans .
    My concern is when displaying the list of real-time shopping items available to the user , method 1 would not work at all , simply because JSF page was already rendered to the user browser, only beaming alerting message seems to be able to overcome such shortcoming when scenario demand realtime.
    Thank

  • WRT54GC How to make more port range forwarding fields?

    Hello I only have 15 port forwarding fields to enter all my programs and it is not enough since I have two pcs accessing the router getting two different ips for each one. Each aplicattion needs two forwards one for 192.168.1.100 the other for 192.168.1.101. How can I add more fields? thanks a lot

    hi , this is a product limitation that you cannot add more than 15 entries.....what you can try though , is to "trigger" the ports instead of forwarding them....triggering does not require you to specify an IP address....the port will open for whichever PC makes the request from within the network...

  • Help: How to make JDeveloper to connect to Oracle repository through CMAN?

    Hi folks,
    I have a very dummy problem.
    I have JDeveloper on Linux.
    I have on Oracle SCM Repository in a database, which is across WAN.
    The database is accessible through connection manager.
    BUT HOW DO I EXPLAIN TO JDEVELOPER , that there is a Connection Manager. It only allows me to enter host:port:sid. It doesn't allow me to enter custom JDBC URL.
    This is really missing functionality...
    Please help me,
    Regards,
    Mihail Daskalov

    The support for Oracle SCM in JDeveloper can only connect via thin JDBC. This always requires a host, port and SID. The limitation is due to underlying limitations in the libraries we use to connect to Oracle SCM.
    Is your database connection using OCI? We have an existing enhancement request for OCI support (2700757), but let me know if it's another connection type, and I'll add that to the ER.
    Thanks,
    Brian
    JDev Team

Maybe you are looking for

  • How to find out the serial number of a connected AP

    Hi. We are using Cisco Prime Infrastructure Manager 2.0 My question is: Is there a possibility to find out the serial number of a connected AP? Regards Markus

  • How to Unlock 2nd Internal HD??

    2 internal HDs, one for system & apps, the 2nd for data. Carbon copied the internal sys HD (OS 10.4.11) to the data drive. Competed an erase and install to 10.5.6 and then to 10.5.7. All drives show BUT can not open folders nor add data to the intern

  • Still seeing "new" photos AFTER folder syncing

    I just right-clicked on my main folder (top level) so I could then select "Synchronize Folder." It shows that there are 124 new photos to import. I assume this is because I just combined some folders in an attempt to "neaten things up." So I click on

  • Brand New Bluetooth Keyboard doesn't pair at startup on MAC Lion Server

    Hi, Just got a new Mac Lion Server Mac Mini and went to set up last night.  Apple logo and chime comes up.  Then the screen to turn on Bluetooth Keyboard and Magic Mouse comes up.  I turned on the power on the mouse and keyboard.  The keyboard doesn'

  • Darken CF8 and MODAL Window??

    Hi, Is there anyway to change the overlay of a the background when I create a cfwindow? Right now when I set modal:true in the config it works fine, but I would like the background to be more dimmed/darkened to make the cfwindow/popup stand out a bit