Packages


 
Thread Tools Search this Thread
Operating Systems Solaris Packages
# 1  
Old 05-18-2010
Packages

Hi there

i wonder if someone can help, i have 2 servers (serverA and serverB). on A i have 147 packages, on server B i have 714 packages installed. i need server A to have the same packages as server B. how do i compile a list of only the packages i need? so in other words the list should be 567 packages long? can somebody please help?
# 2  
Old 05-18-2010
pkginfo will give the list of the packages on the system.Now You can have this info on files say for server1 pkgserver1.txt and for server2 pkgserver2.txt

Now use comm to find out the missing packages on server 1.

Code:
comm -3 pkgserver2.txt pkgserver1.txt

# 3  
Old 05-18-2010
thanks

Thank you very much, this helps me a lot... Thanx!!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Application packages

Hello, I just build an AIX 7.1 box. I'm trying to install the following packages: BASH APACHE CVS ZIP I tired to download them searching on google, but unfortunately I dint find any packages concerned with aix7.1. I got stuck at this point and dont know where to download those packages... (5 Replies)
Discussion started by: pjeedu2247
5 Replies

2. Red Hat

Need this packages RHEL 5.6, Please help

Need this packages RHEL 5.6, Please help Hey all, I need these packages for RHEL 5.6 libyaml libyaml-devel libffi libffi-devel uname -mx86_64uname -mx86_64 Please tell me from which site I can get these packages My OS is RHEL 5.6 64 bit. Thanks, Manali (1 Reply)
Discussion started by: manalisharmabe
1 Replies

3. Shell Programming and Scripting

Difference of packages

Hello all. I need to know the difference of packages installed on 2 different nodes. I used pkginfo on node1 and sorted it and saved the result to a text file1. Then I used pkginfo on node2 and sorted it aswell and saved the result to a text file2. How can I know the which packages are... (1 Reply)
Discussion started by: Junaid Subhani
1 Replies

4. Red Hat

help on addon packages

Hello, I am running vertica on my VMware which has Centos 5.5. I wanted to add some packages to the OS as I am working on some user defined functions. The packages which I need are openldap-devel glibc-devel glibc-common libidn-devel openssl-devel The Centos version is Centos 5.5... (4 Replies)
Discussion started by: nnani
4 Replies

5. IP Networking

strange packages!

I am in a LAN with 10 hosts, but only my PC (192.168.0.10) and 192.168.0.13 is on. The ip of the router is 192.168.0.1. But I am capturing strange packages. There are many public IPs is sending to port 11935 of 192.168.0.9. But 192.168.0.9 does'nt exist in my LAN, so it does'nt reply any... (2 Replies)
Discussion started by: vistastar
2 Replies

6. Solaris

Packages in zones

hello, I have this problem. I'm trying to setup 2 zones on my server with different packages. I want one zone to have the package SUNlldap and the other zone to not have it. I don't care what's on the global zone. This package seems to be set to SUNW_PKG_ALLZONES=true. So It seems, that I have... (2 Replies)
Discussion started by: bitlord
2 Replies

7. 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

8. UNIX for Dummies Questions & Answers

installing packages

hi Guys, relatively new to Unix. i have a list of Unix packages to install... how do i install only what is on that list? can someone help? Kind regards Brian (1 Reply)
Discussion started by: brian112
1 Replies

9. UNIX for Dummies Questions & Answers

packages

Hi there i wonder if someone can help, i have 2 servers (serverA and serverB). on A i have 147 packages, on server B i have 714 packages installed. i need server A to have the same packages as server B. how do i compile a list of only the packages i need? so in other words the list should be... (0 Replies)
Discussion started by: brian112
0 Replies

10. Solaris

Which packages contain?

Cannot find which packages install: The executable: sharemgr The service: smb/server Anyone knows? Background, I want to setup CIFS on ZFS. Solaris 10. (1 Reply)
Discussion started by: sb008
1 Replies
Login or Register to Ask a Question