/etc/services file needed

Hi
Plesae give me contents of /etc/services file on Solaris system which hosts a working Solution Manager 4.0 system on Oracle database.
This is to compare with my system to solve a problem.
Thanks
Ashraf

Hi Ashraf,
You need to have the following entries. If you are going to use a SAProuter, you also need 99, as port 3299 is usually used for the SAProuter process on the target system.
sapdpXX    32XX/tcp # SAP Dispatcher.      3200 + Instance-Number
sapgwXX    33XX/tcp # SAP Gateway.         3300 + Instance-Number
sapmsSID   36XX/tcp # SAP Message Server.  3600 + Instance-Number
sapgwXXs   48XX/tcp # SAP Secure Gateway   4800 + Instance-Number
Where XX is you instance number,
Hope ths help!
Juan
Please reward with points if helpful

Similar Messages

  • Specify Oracle Application Server EM Port in \ETC\SERVICES File - Help

    Hi,
    Can anyone tell me what to soecify in the /ETC/SERVICES file for Oracle Application Server Enterprise Manager Console 9.0.4 , so that the port is not used by any other process.
    I have had situation where a rogue process was using port 1810 and was preventing the console from loading up.
    Can anyone help??
    I have to do this on a production system.
    Thanks

    Did you get an answer to this question?
    I'm looking for the same information thanks to a rougue piece of software that removed my entry in /etc/services for port 1810 during it's install. I don't know what the service name should be. Of course - there was no backup copy of this file made prior to the install. It's a development box, so it doesn't get backed up often.
    I can get the infra page to load fine, but the midtier page will not load.
    I'm curious to know if you ever found anything on this.
    Thanks,
    Deb

  • /etc/services file deleted?

    I have recently upgraded my Arch box and today I found out that /etc/services was...deleted!
    The deletion happened on 19 July, this is the relative section of my /var/log/pacman.log:
    [2010-07-19 14:35] Running '/usr/bin/pacman --noconfirm -Syu'
    [2010-07-19 14:35] synchronizing package lists
    [2010-07-19 14:36] starting full system upgrade
    [2010-07-19 14:38] warning: directory permissions differ on usr/share/adesklets/
    filesystem: 775  package: 755
    [2010-07-19 14:38] upgraded adesklets (0.6.1-9 -> 0.6.1-10)
    [2010-07-19 14:38] warning: directory permissions differ on usr/share/adesklets/
    filesystem: 775  package: 755
    [2010-07-19 14:38] warning: directory permissions differ on usr/share/adesklets/yab/icons/
    filesystem: 775  package: 755
    [2010-07-19 14:38] upgraded adesklet-yab (0.0.2-5 -> 0.0.2-6)
    [2010-07-19 14:38] upgraded bin2iso (1.9b-1 -> 1.9b-2)
    [2010-07-19 14:38] upgraded fmodex (4.30.02-2 -> 4.30.05-1)
    [2010-07-19 14:38] upgraded gtk-chtheme (0.3.1-4 -> 0.3.1-5)
    [2010-07-19 14:38] upgraded libpurple (2.7.1-1 -> 2.7.1-2)
    [2010-07-19 14:38] upgraded libupnp (1.6.6-2 -> 1.6.6-3)
    [2010-07-19 14:38] upgraded module-init-tools (3.11.1-2 -> 3.12-1)
    [2010-07-19 14:38] upgraded orc (0.4.4-1 -> 0.4.6-1)
    [2010-07-19 14:39] upgraded pidgin (2.7.1-1 -> 2.7.1-2)
    [2010-07-19 14:39] upgraded sip (4.10.3-1 -> 4.10.5-1)
    [2010-07-19 14:39] upgraded vte (0.24.2-1 -> 0.24.3-1)
    None of these packages has /etc/services in its file list, but some of them must have messed it up to the point of removing it!
    Has somebody experienced the same issue?

    .:B:. wrote:
    From man pacman:
    -d, --nodeps
               Skips all dependency checks. Normally, pacman will always check a package's dependency fields to ensure that all dependencies are installed and there are
               no package conflicts in the system.
    Emphasis mine.
    If -d only skipped missing dependencies, it would be pretty useless . It's very useful to upgrade single packages, but you should use it with care. Using it during a system-wide update is pretty bad practice.
    Yes I agree...
    However there should be a way to easily block a package from being installed; I have used customizepkg or IgnorePkg in pacman.conf..but there isn't yet something like Gentoo's way

  • Systemd - xdm.service file needed [solved]

    Anyone using systemd with xdm?  I have been searching the net for a functional service file to start xdm.  Here is what I have but it does not actually start xdm:
    $ cat /usr/lib/systemd/system/xdm.service
    [Unit]
    Description=XDM Display Manager
    Requires=dev-tty7.device
    After=dev-tty7.device systemd-user-sessions.service
    [Service]
    ExecStart=/usr/bin/xdm -nodaemon -config /etc/X11/xdm/archlinux/xdm-config
    [Install]
    WantedBy=graphical.target
    EDIT: tried again with the script I entered above and it works just fine.
    Last edited by graysky (2012-05-30 20:12:36)

    This is a .service file that will work:
    [Unit]
    Description=Redmine Rainbows Rails server
    [Service]
    Type=forking
    SyslogIdentifier=redmine
    User=http
    PIDFile=/var/www/redmine/tmp/pids/rainbows.pid
    WorkingDirectory=/var/www/redmine
    ExecStart=/usr/bin/bundle exec rainbows --host 127.0.0.1 --port 8001 --env production --daemonize --config-file /var/www/redmine/config/rainbows.rb
    ExecReload=/bin/kill -HUP $MAINPID
    ExecStop=/bin/kill -QUIT $MAINPID
    [Install]
    WantedBy=multi-user.target
    Last edited by wabi (2013-01-03 11:11:38)

  • What are /etc/services entries for RMI_PORT and JMS_PORT for DBConsole 11g

    Good morning,
    What is the CentOS /etc/services entry for the Oracle Enterprise Manager Database Control for the RMI_PORT of 5510 and the JMS_PORT of 5520 so as to ensure EM "owns" the ports?
    The emca was successful and the corresponding rmi.xml and jms.xml config files have the correct ports, but they did not register within the /etc/services file while the DBCONSOLE_HTTP port of 1158 and AGENT_PORT of 3938 have the correct entries of:
    dbconsole-oms 1158/tcp # Oracle dbConsole Agent
    dbconsole-oms 1158/udp # Oracle dbConsole Agent
    dbcontrol_agent 3938/tcp # Oracle dbControl Agent po
    dbcontrol_agent 3938/udp # Oracel dbControl Agent po
    So, while EM works just fine, the RMI_PORT and JMS_PORT values need to be reserved with the correct /etc/services entries.
    Thanks,
    Mike Jay

    petrr wrote:
    [In my data plan no] ICQ, Skype and another IM apps are supported. I thin they are apply maybe some port or protocol filtering.
    Normally, they don’t do any port or packet inspection stuff. Although there are a lot of rumors on the Internet, I have not seen a single operator (over the whole world) doing such stuff. All cases where related to NAT and UDP miss-routing. Some could be solved, some could not becuase of bad network topology at operator side. They are far too lazy. Consequently, we have a official position here: You are not allowed and you should adhere your contact(s).
    gulfmart, which issue do you face?

  • Is a reboot necessary after updating /etc/services.

    We are installing GRC 5.3 on our Solution Manager Box.  We added the backend systems in the /etc/services file.  When trying to create the Jco connections, we are getting the following error:  com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM  TYPE=B MSHOST=sapsandbox3 GROUP=BISANDBOX R3NAME=WBS MSSERV=sapmsWBS PCS=1 LOCATION    CPIC (TCP/IP) on local host with Unicode ERROR       service 'sapmsWBS' unknown TIME        Mon Feb 09 17:20:02 2009 RELEASE     700 COMPONENT   NI (network interface) VERSION     38 RC          -3 MODULE      nixxhsl.cpp LINE        776 DETAIL      NiHsLGetServNo: service name cached as unknown COUNTER     1
    Do we need to reboot the server or is there another problem here?
    Thanks!

    I think it is not necessary to reboot the server for GRC installation.
    Rather this problem looks like with the Service file on your host is not Current Version...
    Check if you have following entries in your "Services" file.
    locate : C:\WINDOWS\system32\drivers\etc\services
    sapms???       <port>/tcp
    ??? here denotes for the name of the system and <port> for the TCP port of the message server.
    Let us know ...

  • /etc/services clobbered in upgrade

    I've encountered this a few times and am finally sick of restoring /etc/services from backup so am posting the question:
    - what package could be clobbering my /etc/services file?  Every so often after an upgrade all of the local services I have added to /etc/services disappear.  These are ones which I use xinetd to handle.  There are no other differences other than my local services.
    Any help in identifying the package, or how to prevent this would be very much appreciated, my latest upgrade was pretty big, and included the following packages:
    [2010-03-01 09:38] upgraded aria2 (1.8.2-1 -> 1.8.3-1)
    [2010-03-01 09:38] upgraded avahi (0.6.25-1 -> 0.6.25-3)
    [2010-03-01 09:38] upgraded babl (0.1.0-1 -> 0.1.2-1)
    [2010-03-01 09:38] upgraded bluez (4.60-1 -> 4.61-1)
    [2010-03-01 09:38] upgraded zlib (1.2.3.7-2 -> 1.2.3.9-1)
    [2010-03-01 09:39] upgraded boost (1.41.0-2 -> 1.42.0-1)
    [2010-03-01 09:39] upgraded lame (3.98.2-3 -> 3.98.3-1)
    [2010-03-01 09:39] upgraded cdrdao (1.2.3-1 -> 1.2.3-3)
    [2010-03-01 09:39] upgraded dcron (4.4-1 -> 4.4-2)
    [2010-03-01 09:39] upgraded libtorrent-rasterbar (0.14.8-1 -> 0.14.9-2)
    [2010-03-01 09:39] upgraded deluge (1.2.0-2 -> 1.2.1-1)
    [2010-03-01 09:39] upgraded e2fsprogs (1.41.9-1 -> 1.41.10-1)
    [2010-03-01 09:39] upgraded parted (2.1-1 -> 2.2-1)
    [2010-03-01 09:39] upgraded devicekit-disks (009-4 -> 009-5)
    [2010-03-01 09:39] upgraded diffutils (2.8.1-6 -> 2.9-1)
    [2010-03-01 09:39] upgraded filesystem (2010.02-3 -> 2010.02-4)
    [2010-03-01 09:39] upgraded fakeroot (1.14.4-1 -> 1.14.4-2)
    [2010-03-01 09:39] upgraded freetype2 (2.3.11-1 -> 2.3.12-1)
    [2010-03-01 09:40] upgraded gnome-mplayer (0.9.9-2 -> 0.9.9.2-1)
    [2010-03-01 09:40] upgraded gecko-mediaplayer (0.9.9-1 -> 0.9.9.2-1)
    [2010-03-01 09:40] upgraded heimdal (1.3.1-2 -> 1.3.1-3)
    [2010-03-01 09:40] upgraded gtk2 (2.18.6-1 -> 2.18.7-1)
    [2010-03-01 09:40] upgraded gegl (0.1.0-2 -> 0.1.2-1)
    [2010-03-01 09:41] upgraded gimp (2.6.8-2 -> 2.6.8-3)
    [2010-03-01 09:41] upgraded vim (7.2.359-1 -> 7.2.368-3)
    [2010-03-01 09:42] upgraded gvim (7.2.359-1 -> 7.2.368-3)
    [2010-03-01 09:42] upgraded tcp_wrappers (7.6-10 -> 7.6-11)
    [2010-03-01 09:42] upgraded net-snmp (5.4.2.1-2 -> 5.5-1)
    [2010-03-01 09:42] upgraded hplip (3.9.12-4 -> 3.9.12-5)
    [2010-03-01 09:42] upgraded iputils (20071127-2 -> 20100214-2)
    [2010-03-01 09:42] upgraded kernel26-firmware (2.6.32.8-1 -> 2.6.32.9-1)
    [2010-03-01 09:42] upgraded which (2.20-1 -> 2.20-2)
    [2010-03-01 09:42] upgraded mkinitcpio (0.6.2-1 -> 0.6.3-1)
    [2010-03-01 09:44] upgraded kernel26 (2.6.32.8-1 -> 2.6.32.9-1)
    [2010-03-01 09:45] upgraded kernel26-headers (2.6.32.8-1 -> 2.6.32.9-1)
    [2010-03-01 09:45] upgraded lib32-glibc (2.11.1-1 -> 2.11.1-1.3)
    [2010-03-01 09:45] upgraded lib32-e2fsprogs (1.41.9-1 -> 1.41.10-1)
    [2010-03-01 09:45] upgraded lib32-zlib (1.2.3.7-2 -> 1.2.3.9-1)
    [2010-03-01 09:45] upgraded lib32-freetype2 (2.3.11-1 -> 2.3.12-1)
    [2010-03-01 09:45] upgraded lib32-heimdal (1.3.1-2 -> 1.3.1-3)
    [2010-03-01 09:45] upgraded lib32-gtk2 (2.18.6-1 -> 2.18.7-1)
    [2010-03-01 09:45] upgraded lib32-libdrm (2.4.17-2 -> 2.4.18-2)
    [2010-03-01 09:45] upgraded lib32-libjpeg (8-1 -> 8-2)
    [2010-03-01 09:45] upgraded lib32-libx11 (1.3.2-1 -> 1.3.3-1)
    [2010-03-01 09:45] upgraded lib32-nspr (4.8.2-1 -> 4.8.3-1)
    [2010-03-01 09:45] upgraded lib32-pixman (0.16.4-1 -> 0.16.6-1)
    [2010-03-01 09:45] upgraded lib32-sqlite3 (3.6.21-1 -> 3.6.22-1)
    [2010-03-01 09:45] upgraded lib32-qt (4.5.3-4 -> 4.6.2-1)
    [2010-03-01 09:45] upgraded libarchive (2.7.1-1 -> 2.8.0-1)
    [2010-03-01 09:45] upgraded libcdaudio (0.99.12-3 -> 0.99.12-4)
    [2010-03-01 09:45] upgraded libdrm (2.4.17-4 -> 2.4.18-2)
    [2010-03-01 09:45] upgraded libdvdnav (4.1.3-1 -> 4.1.3-2)
    [2010-03-01 09:45] upgraded libfetch (2.26-1 -> 2.30-1)
    [2010-03-01 09:45] upgraded libmysqlclient (5.1.42-2 -> 5.1.44-1)
    [2010-03-01 09:45] upgraded libpurple (2.6.5-1 -> 2.6.6-1)
    [2010-03-01 09:45] upgraded libssh (0.4.0-1 -> 0.4.1-1)
    [2010-03-01 09:45] upgraded libusb (0.1.12-3 -> 0.1.12-4)
    [2010-03-01 09:45] upgraded musicbrainz (2.1.5-2 -> 2.1.5-3)
    [2010-03-01 09:45] upgraded mysql-clients (5.1.42-2 -> 5.1.44-1)
    [2010-03-01 09:45] upgraded mysql (5.1.42-2 -> 5.1.44-1)
    [2010-03-01 09:45] upgraded netcfg (2.2.1-1 -> 2.5.4-1)
    [2010-03-01 09:45] upgraded nfs-utils (1.2.1-3 -> 1.2.2-1)
    [2010-03-01 09:45] upgraded nspr (4.8.2-1 -> 4.8.3-1)
    [2010-03-01 09:45] upgraded pciutils (3.1.6-1 -> 3.1.7-1)
    [2010-03-01 09:45] upgraded perl-text-iconv (1.7-2 -> 1.7-3)
    [2010-03-01 09:45] upgraded perl-xyne-common (2010.02.09.2-1 -> 2010.02.11.1-1)
    [2010-03-01 09:45] upgraded perl-xyne-arch (2010.02.10.4-1 -> 2010.02.23.1-1)
    [2010-03-01 09:45] upgraded pidgin (2.6.5-1 -> 2.6.6-1)
    [2010-03-01 09:46] upgraded qt (4.6.1-1 -> 4.6.2-1)
    [2010-03-01 09:46] upgraded qt3 (3.3.8-15 -> 3.3.8-17)
    [2010-03-01 09:46] upgraded raptor (1.4.20-1 -> 1.4.21-1)
    [2010-03-01 09:46] upgraded rasqal (0.9.17-1 -> 0.9.19-1)
    [2010-03-01 09:46] upgraded saxon (9.2.0.2-1 -> 9.2.0.6-1)
    [2010-03-01 09:46] upgraded slim (1.3.1-6 -> 1.3.1-7)
    [2010-03-01 09:46] upgraded smbclient (3.4.5-1.1 -> 3.4.6-1)
    [2010-03-01 09:46] upgraded sudo (1.7.2p2-1 -> 1.7.2p4-1)
    [2010-03-01 09:46] upgraded syslog-ng (3.0.4-1 -> 3.0.4-3)
    [2010-03-01 09:47] upgraded thunderbird (3.0.1-1 -> 3.0.2-1)
    [2010-03-01 09:47] upgraded tidyhtml (1.37-2 -> 1.46-1)
    [2010-03-01 09:47] upgraded transmission-gtk (1.83-1 -> 1.91-1)
    [2010-03-01 09:47] upgraded unzip (6.0-4 -> 6.0-5)
    [2010-03-01 09:47] upgraded wavpack (4.60.0-1 -> 4.60.1-1)
    [2010-03-01 09:47] upgraded x264 (20100207-1 -> 20100207-2)

    pacman -Qo /etc/services
    /etc/services is owned by filesystem 2010.02-4
    if you want that this file not to be overwrited in the future add it in /etc/pacman.conf, NoUpgrade
    More:
    man pacman.conf
    Last edited by wonder (2010-03-01 16:05:09)

  • JCo connection fails / entries in 'services' file

    Hi all,
    I am in trouble when I create my JCo : ping and test both fail for the metadata JCo (the modeldata is OK because I am not using load balancing on it). I know I have to create the following entry in the 'services' file of the J2EE server :
    sapms<SID> 36<sysNumber>/tcp
    But the server administrator doesn't want to do this because there is already an entry pointing to the same port number, and he thinks that may cause trouble if 2 entries point to the same port.
    What do you think of this ? If you can't have to entries with the same port, how can you connect to 2 different backend with the same instance number ? I guess this is quite a common issue.
    Thanks in advance.
    Regards,
    Julien

    Hum...
    I tried to write an entry with a port number that is not used in the file.
    The last line of my etc/services file now looks like
    sapmsDIA  3677/tcp
    and the instance number is 00
    And it does not work.
    I had a look in the SLD and I saw that a message server port had been defined when the WAS ABAP technical system was created. Maybe the value has to be the same in the SLD and in the etc/services file ? Should I try to delete and recreate the technical system in the SLD with a different ms port number ?
    Anyone ?
    Julien

  • Sapms SID 3600/tcp entry can i add in services file ?????

    Hi Forum,
    In /etc/services file i am having entry sapms<SID> 3600/tcp but i would also want to add one more entry in it as sapms<SID> 3900/tcp.
    Can i do it? what afftect on system?
    Thanks & Regards,
    SAP CRM

    Hi,
    3900 port is used  by  the message server < if instance number is 00>  for opens another
    port than port use by sapmsSID, that is only used for internal communication with the
    application servers. Application servers must also log on using this
    port; otherwise, their logons are rejected.
    in case you set in service file i think there is no effect
    regards,
    kaushal

  • Sapms SID   3600/tcp entry can i added in services file

    Dear Friend,
    In /etc/services file having entry sapms<SID>  3600/tcp but i also want add one more entry in it as sapms<SID>  3900/tcp.
    Can i do it? what afftect on system?
    Thanks,
    Regards,
    Sachin

    Hi Sachin,
    3900 port is used by the message server < if instance number is 00> for opens another port than port use by sapmsSID, that is only used for internal communication with theapplication servers. Application servers must also log on using this port; otherwise, their logons are rejected.
    in case you set in service file i think there is no effect
    Hope this helps.
    Amit

  • What are all the files need to be created for Simple Web service

    Hi All,
    Please let me know the required files need to be coded for exposing any method as web service in the application.
    Thanks,
    Siva

    Go through [Getting Started with JAX-WS Web Services|http://www.netbeans.org/kb/docs/websvc/jax-ws.html].

  • Do I need to provide the physcial hostname to iAS during installation or can I just that installed name into the /etc/hosts file?

     

    Hi,
    Pls confirm if you are using Windows 2000 Pro, in this O/S the
    hostname is the name of the computer itself. Check the
    MyComputer->Properties->Network Identification->Properties, the name you
    find under the computer name will be automatically taken while
    installation, if it doesn't then there is some error. However the
    C:\Winnt\System32\Drivers\Etc\hosts doesn't matter much while installing
    iAS 6.0 SP1 or above. Hope this helps
    Regards
    Raj
    Hazel Seow wrote:
    Do I need to provide the physcial hostname to iAS during installation
    or can I just that installed name into the /etc/hosts file?
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Solaris10.. need to remove "::1 localhost" from /etc/hosts file

    I know i have IPV6 disabled (through install options) but i still see "::1 localhost" entry in the /etc/hosts file.. This is related to localhost with IPV6 address ::1.. why it is still there.. what is it's impact.. how can i remove it if i decide to remove..
    Thanks, appreciate help.
    S.

    It could be there if you linked /etc/hosts (or /etc/inet/hosts to /etc/inet/ipnodes). Or recreated the hosts-file from ipnodes (or it could be there by default and removed by my jumpstart, which means i would be unaware of it :-)
    And no, you don't need it if you are not running IPv6, in fact removing it will eliminate a few error messages.
    On all non-IPv6 systems i install i link /etc/inet/ipnodes to /etc/inet/hosts, in order to eliminate errors when changing IP addresses of the host and odd resolv-conflicts (which also removes any reference to ::1), and so far i have never experienced any issue with that.
    .7/M. x2000 :)

  • Could not write to file C:/WINDOWS/system32/drivers/etc/services.SAPtmp

    Hello!
    During the installation of the Preview of the Netweaver 2004s (Java) i get in the phase "Install common system files" the following error messages.
    ERROR 2006-06-28 14:12:13
    FSL-02103  Could not write to file C:/WINDOWS/system32/drivers/etc/services.SAPtmp. Last operating system error message: Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird.
    All parameters are the default one!
    How could i solve this problem?
    Nils

    please reply...

  • Warning: All config files need conf:/etc/modprobe/sound

    when I boot I get about 20 of these messages which slows my booting way down.
    "Warning: All config files need conf:/etc/modprobe/sound,it will be ignored in future releases"
    What can I do do make it go away?

    You can search the forums and read the news on the frontpage before upgrading - Wonder linked you to the specific message.
    This has been covered over and over.

Maybe you are looking for

  • The share-a-holic add on is not working on Facebook with 3.6

    I can't seem to get Share-a -Holic to work on Facebook anymore! Just here recently it stopped working. Does anyone know why? Thanks, Gary

  • Connecting out to the Internet using Sockets

    Hi, My project is an Internet Connection Sharing project where a no of clients try to access the Internet through a single connection (d main server). I've got a basic Java Browser that simply sends on the URL address ("www.java.sun.com") typed into

  • Making my 2nd BT line the main phone line

    Hi I've been trying to find a solution for this with no luck. Spoken to several BT engineers (all based abroad!) and no one seems to understand the issue, let alone help. A pointer in the right direction would be hugely appreciated! We have 2 lines c

  • How can i create stored procedures dynamically?

    I have tried to create a stored procedure building a string with the PL/SQL code needed to create the procedure. If i run the code using SQL+ works fine, but using the following code: Public Sub CreateStoredProcedure() Dim strSql As String strSql = "

  • SQL*PLUS VS HTML IGU APEX (Application Express 3.2.1.00.12)

    Hello, Could anybody gives me a clue about the following? Thanks for any help. Claude A did this: CREATE OR REPLACE TYPE "A" AS OBJECT (v_a NUMBER) NOT FINAL; CREATE OR REPLACE TYPE "B" UNDER A (v_b NUMBER); CREATE TABLE "TA" OF "A"; INSERT INTO TA V