Server package information + more?


 
Thread Tools Search this Thread
Operating Systems AIX Server package information + more?
# 1  
Old 11-18-2010
Server package information + more?

Hi, I am trying to get out as much package information as possible from an AIX 5.3 server.

So far I have run the following command

# lslpp -Lac > ./[file type]

The c is for future formatting.

The package name and description are helpful - but is there any other package information I can get - or perhaps another command which will list everything installed on the server?

Ideally I would really want the Vendor name, is this possible?

Your help is greatly apprecriated,

Thanks
# 2  
Old 11-23-2010
check the lslpp man page. another thing to note is that not all software is installed as a AIX package so they will not show up there. there is no uniform way to find them either.
# 3  
Old 11-24-2010
AIX also use the rpm package manager that is common on Linux for some open source stuff. Use rpm -qa to get the info. For big software like Oracle it doesn't use the standard package approach so a bit of detective work is necessary to find out what is on the server.
# 4  
Old 11-24-2010
it won't show relocated packages either. For this you need to run lslpp_r -R ALL -Lcq

regards
zxmaus
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

Information regarding softwares installed on the Solaris server

I need to know information regarding the softwares/applications that are installed on my Solaris server and also its end of life or support information. Can some one help me how to get these details please... Thanks (3 Replies)
Discussion started by: ssk250
3 Replies

2. UNIX for Dummies Questions & Answers

downloading a package to my server

Hi, I want to download and run imageMagik on my remote server. So i know some unix and can move around unix filesystem so i'm sure i can do it but how do i actually download the package to the remote machine.....i need to point it to the url somehow and say download it..then i know how to... (3 Replies)
Discussion started by: elduderino
3 Replies

3. HP-UX

FTP user information on destination server

Could any one please tell me how to check the ftp users information on the destination server ( Hp-UX ) ? Source server used to do FTP to my server ( that is destination server ) . Now , he is getting error that login is incorrect and unable to login into destination server . Please tell me how to... (3 Replies)
Discussion started by: randhir
3 Replies

4. UNIX for Dummies Questions & Answers

finding information about a server

hi can i know how to find out basic information about a server OS version, num of CPU, memory size, SI no. i ran the comman below... uname -a SunOS statsfs07 5.8 Generic_117000-03 sun4u sparc SUNW,Ultra-4 from this how do i know which version is it in? thanks (3 Replies)
Discussion started by: legato
3 Replies

5. UNIX for Dummies Questions & Answers

How to hide Apache Server information?

When we have a directory web page open to public, there is usually a message shows on the bottom: Apache/2.0.40 Server at www.mydomain.net Port 80 Could someone tell me how to hide the information like this web page does? http://debian.cn99.com/debian-cd/ Thanx in advance. HOUSCOUS (2 Replies)
Discussion started by: HOUSCOUS
2 Replies
Login or Register to Ask a Question