Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to find Packages running on a server Post 302081666 by blowtorch on Thursday 27th of July 2006 02:31:39 AM
Old 07-27-2006
Erk! cmviewcl is used to see the cluster packages running on a HP-UX system. On Sun, packages are the software installed on the system. So the question is, do you want to see the cluster packages that are running? Or the packages that are installed on the system?
 

10 More Discussions You Might Find Interesting

1. Solaris

Where can I find details of what various Solaris packages do?

Among varous other items, I'm trying to find out what "Authentication Management Infrastructure" (package SUNWamix) does, and why would a sysadmin disable it? The reason given is 'for security purposes' without explanation ... how and why is AMI such a 'security risk' that it has to be turned off?... (3 Replies)
Discussion started by: muleheadjoe
3 Replies

2. UNIX for Dummies Questions & Answers

find the server name a script is running on

Is there any kind of command I can use to find out the name or IP address of the server I am currently on? We have a script that exists on multiple servers and I'd like to set a variable differently based on what server I am on. (3 Replies)
Discussion started by: shellburger
3 Replies

3. Solaris

how to find the software packages and root directories

Hi all, i have one requirement to audit the software packages list in unix server. For this the i go through #pkginfo command.But there are lot of packages. i get confused how to find the software packages and root directories paths. Please let me know whether i am going correct way... (1 Reply)
Discussion started by: krishna176
1 Replies

4. IP Networking

How to find out why the network was down?, now the server is up & running

Hi there, solaris server was not reachable. Now the server is up & running I have to investigate the network logs (where i can get these logs)as such network issues are happening frequently. How to find why the netwrok has gone down ?? Thanx (1 Reply)
Discussion started by: Iqan Zahera
1 Replies

5. Slackware

Find Slackware Packages - packages.acl.org.ua

Hi! Let me introduce a project for find and download Slackware packages and browse Slackware repositories. The site provides following features: * Large, daily updated database with RPM, DEB, TGZ, TXZ packages for well-known repositories of the Slackware, Fedora, CentOS, RHEL, Debian,... (2 Replies)
Discussion started by: lystor
2 Replies

6. UNIX for Dummies Questions & Answers

Installing deb packages from Ubuntu Server CD

Hi, I have mounted the Ubuntu server edition 10.10 ISO on my server under a directory media/servercd. I would like to install some services from this. I edited the sources.list file to say: deb file:/media/servercd maverick main restricted and it's properly mounted but when I try... (1 Reply)
Discussion started by: shadowcat
1 Replies

7. Solaris

how to find the list of all packages present in a directory

Hi I'm in a directory named /tmp/mq7 i need to upgrade the mq version from 6 to 7 but im not sure where is the package located ? which command in solaris will show me the list of all the packages present in the directory /tmp/mq7 ? my box is running with solaris version 10. (2 Replies)
Discussion started by: newtoaixos
2 Replies

8. UNIX for Advanced & Expert Users

Yum find a very common file in many packages

I am trying to find a yum file that is very common in many packages. I would normally start off with this command, but the file is SO common I don't know which package it is in. yum provides \*compress (1 Reply)
Discussion started by: cokedude
1 Replies

9. UNIX for Dummies Questions & Answers

Transfer file from server B to server C and running the script on server A

I have 3 servers A, B, C and server B is having some files in /u01/soa/ directory, these files i want to copy to server C, and i want to run the script from server A. Script(Server A) --> Files at Server B (Source server) --> Copy the files to Server C(Target Server). We dont have RSA key... (4 Replies)
Discussion started by: kiran_j
4 Replies

10. UNIX for Advanced & Expert Users

How to find required packages needed by cairo?

Hello, I am currently trying to install and old version of Cairo. I tried two versions, 10.5 and 1.1.1 and they say similar things. Pango 1.1.1 says: and Pango 1.0.5 says: So quite similar. I downloaded two freetype packages, versions number 2.9.1 and 2.2.1 and passed them through... (2 Replies)
Discussion started by: colt
2 Replies
rpcinfo(8)						      System Manager's Manual							rpcinfo(8)

NAME
rpcinfo - report remote procedure call (RPC) information SYNOPSIS
/usr/sbin/rpcinfo -p [host] /usr/sbin/rpcinfo [-n portnum] -u host program-number [version-number] /usr/sbin/rpcinfo [-n portnum] -t host program-number [version-number] /usr/sbin/rpcinfo -b program-number version-number /usr/sbin/rpcinfo -d program-number version-number OPTIONS
Makes an RPC broadcast to procedure 0 of the specified program and version using UDP and report all hosts that respond. Deletes registra- tion for the RPC service of the specified program and version. This option can be executed only by the superuser. Uses portnum as the port number for the -t and -u options instead of the port number given by the portmapper. Probes the portmapper portmap(8), running on host, and print a list of all registered RPC programs. If host is not specified, rpcinfo defaults to the value returned by either hostname(1) or gethostname(2). Makes an RPC call to procedure 0 of program-number using the user datagram protocol (UDP), and report whether a response was received. Makes an RPC call to procedure 0 of program-number using the transmission control protocol (TCP), and report whether a response was received. DESCRIPTION
The rpcinfo command makes a remote procedure call (RPC) call to an RPC server and displays its findings based on the specified options. The program-number argument can be either a name or a number. If a version is specified, rpcinfo attempts to call that version of the specified program. Otherwise, rpcinfo attempts to find all the registered version numbers for the specified program by calling version 0. If version 0 exists, rpcinfo attempts to obtain this information by calling an extremely high version number. The rpcinfo command then attempts to call each registered version. EXAMPLES
To show all of the RPC services registered on the local machine, use: # rpcinfo -p To ping the mountd service registered on the machine named klaxon, use: # rpcinfo -u klaxon mountd To show all machines on the local network that are running the ypserv daemon, use: # rpcinfo -b ypserv 'version' | uniq where 'version' is the current NIS version obtained from the results of the -p option. To delete the registration for version 1 of the ypbind daemon, use: # rpcinfo -d walld 1 FILES
Names for RPC program numbers SEE ALSO
Commands: hostname(1), portmap(8) Networking: tcp(7), udp(7) rpcinfo(8)
All times are GMT -4. The time now is 03:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy