Sponsored Content
Full Discussion: Server dependencies
Top Forums UNIX for Dummies Questions & Answers Server dependencies Post 302650557 by greatmaple on Sunday 3rd of June 2012 06:45:14 PM
Old 06-03-2012
Bug Server dependencies

Quote:
Originally Posted by frappa
If you're trying to look for what network services the server is acting as a client (that is, applications running on the server that are acting as clients with regard to some network services):
For example, the web server depends on DNS. But I'm not sure if the web server would be a DNS client?

Quote:
Originally Posted by frappa
netstat: look at external ports/services the server has in state ESTABLISHED or CLOSE_WAIT; run this command if you have a login account on the server. You could find services provided by the server itself (i.e. applications from the monitored server connecting to TCP/UDP sockets on the server itself).
But how do you identify services a server is a client for? Is it if the port is not a common port number?

Basically, I need to find out about server relationships- how to identify what services a server is dependent on. Like how to use CLI for example to find out that email depends on DNS.

Thanks, I appreciate any help!
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Cksum dependencies

Hi, On what factors does the cksum depend. If i build 2 machines exactly the same, then can i get the checksum of 2 compiled files same. Thanks (3 Replies)
Discussion started by: vibhor_agarwali
3 Replies

2. Solaris

Determinining Software Dependencies

How does one determine what software dependenices are required for a software package? I looked up the command pkginfo in the man pages, but could not find anything to answer this question... Thanks Rob (1 Reply)
Discussion started by: RobSand
1 Replies

3. Solaris

Software Dependencies Conflicts

Question: What do you do when you have a software dependency conflict? Case in point, according to Freeware for Solaris, before one can install tcl, tk must be installed first. And then when I go to investigate dependencies for tk, it says that tcl must be installed first!!! Its like... (2 Replies)
Discussion started by: RobSand
2 Replies

4. Red Hat

RPM and dependencies OPENSSH

Hello Sorry, I am not to well versed in RHE and I am having some issues. I have doen a cursury look around and could not find an answer. I have 2 RHE4 servers. Both have old versions of OPENSSH along with , server, askpass, askpass-gnome, etc. I cannot upgrade to our new pkg release of... (8 Replies)
Discussion started by: mhenryj
8 Replies

5. Red Hat

problem with Dependencies package !

Dear Friends , I am using RHEL 5 server . In Linux when I am going to install 'mod_ssl' rpm then I got the following error : # rpm -ivh mod_ssl-2.2.3-6.el5.i386.rpm --aid --force warning: mod_ssl-2.2.3-6.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: Failed... (5 Replies)
Discussion started by: shipon_97
5 Replies

6. Red Hat

RPM dependencies fail

Hello, I am trying to install krb5-libs-1.4-4.pp-rh73.i386.rpm on my Red Hat 7.X server, however while installing/upgrading it fails due to dependencies. I checked for these dependencies and i already found them on the server. I wonder why it is giving these errors. I tried copying these... (1 Reply)
Discussion started by: sunny_a_j
1 Replies

7. UNIX and Linux Applications

Help me | RT Installation and its dependencies

Hello everyone, This is my problem: I'm installing RT (Request Tracker) when I found the firsts difficulties with package that must be configured. I could resolve them :). The real problem are the missing dependencies. The command perl -MCPAN -e"install denpendency" resolved some missing... (0 Replies)
Discussion started by: journey
0 Replies

8. Linux

Failed dependencies

Hi all, i'm trying to upgrade pandorafms to the new version 4.0.3-130118, actually i have installed on my machine the version 3.0.0-8.1.el5, the error i'm getting when trying to update its the following rpm -Uvh pandorafms_agent_unix-4.0.3-130118.noarch.rpm error: Failed dependencies: ... (1 Reply)
Discussion started by: charli1
1 Replies

9. Red Hat

RPM failed dependencies

I'm trying to package the latest Oracle JDK (1.7.0_51) into an RPM. Packaging works fine but when i try to install via rpm -Uvh xxx.rpm, i get the following: #sudo rpm -ivh Sun_JDK7-1.7.0-51.x86_64.rpm error: Failed dependencies: libavcodec.so.52()(64bit) is needed by Sun_JDK7-1.7.0-51.x86_64... (3 Replies)
Discussion started by: asc123321
3 Replies

10. AIX

Dependencies errors

Hi guys when I'm trying to install some RPMs file I got this errors # rpm -ivh DSM-IBMAIXServer-7.2-796075.noarch.rpm error: failed dependencies: perl(Digest::MD5) is needed by DSM-IBMAIXServer-7.2-796075 perl(Exporter) is needed by DSM-IBMAIXServer-7.2-796075 ... (1 Reply)
Discussion started by: khaled_ly84
1 Replies
ypwhich(1yp)															      ypwhich(1yp)

Name
       ypwhich - determine which host is the current YP server or map master.

Syntax
       ypwhich [-d domain] [-V1] [-V2] [hostname]
       ypwhich [-d domain] [-m mname][-t]]
       ypwhich -x

Description
       The  command  identifies the YP server that currently supplies yellow pages services to a YP client.  It also identifies which YP server is
       the master for a map.  If invoked without arguments, returns the host name of the YP server for the local machine.  If hostname	is  speci-
       fied, checks that machine to find out which YP master it is using.

       Refer to and for an overview of the yellow pages.

Options
       -V1
	  Identifies which server is serving v.1 YP protocol-speaking client processes.

       -V2
	  Identifies which server is serving v.2 YP protocol-speaking client processes.

	  If  neither  version is specified, attempts to locate the server that supplies the current v.2 services.  If there is no v.2 server cur-
	  rently bound, attempts to locate the server supplying the v.1 services.  Since YP servers and YP clients are both  backward  compatible,
	  the user need seldom be concerned about which version is currently in use.

       -d Uses domain instead of the current domain.

       -m mname
	  Finds  the  master YP server for a map.  No hostname can be specified with -m.  The mname argument can be a mapname, or a nickname for a
	  map.

       -t Inhibits nickname translation and is useful if there is a mapname identical to a nickname.

       -x Displays the map nickname table.  This option lists the nicknames (mnames) that the command knows of, and indicates the mapname  associ-
	  ated with each nickname.

See Also
       ypfiles(5yp), rpcinfo(8nfs), ypserv(8yp), ypsetup(8yp)

																      ypwhich(1yp)
All times are GMT -4. The time now is 10:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy