file set not getting installed in aix


 
Thread Tools Search this Thread
Operating Systems AIX file set not getting installed in aix
# 1  
Old 01-23-2012
file set not getting installed in aix

Hi

One of the file set is not getting installed in aix.
Code:
=========================================================================================
cbspsap01:/ # lppchk -v

lppchk:  The following filesets need to be installed or corrected to bring
         the system to a consistent state:

  bos.net.nfs.client 5.3.10.1             (usr: COMMITTED, root: not installed)
=========================================================================================
cbspsap01:/ # lslpp -l bos.net.nfs.client
  Fileset                      Level  State      Description
  ----------------------------------------------------------------------------
Path: /usr/lib/objrepos
  bos.net.nfs.client        5.3.10.1  COMMITTED  Network File System Client

Path: /etc/objrepos
  bos.net.nfs.client         5.3.8.1  COMMITTED  Network File System Client
=========================================================================================

When i try to install I get the below error :

Code:
installp: The build date requisite check failed for fileset      bos.net.nfs.client.
Installed fileset build date is 0748.  Selected fileset does not have a build date, but one is required.
installp: The build date requisite check failed for fileset      bos.net.nfs.client.
Installed fileset build date is 0806.  Selected fileset does not have a build date, but one is required.
installp: The build date requisite check failed for fileset      bos.net.nfs.client.
Installed fileset build date is 0819.  Selected fileset does not have a build date, but one is required.
installp: Installation failed due to BUILDDATE requisite failure.

# 2  
Old 01-23-2012
It seems like I had this issue one time and ended up uninstalling and reinstalling the fileset. Just be sure that before you remove it, that you actually have the base install fileset and not an update one.

Also, just to be safe, create a mksysb before trying this.

Last edited by kah00na; 01-23-2012 at 04:17 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash find version of an installed application but if none is found set variable to App Not Installed

Hello Forum, I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so: APP=application --version But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies

2. AIX

Username and installed application on AIX.

Hi, I am looking to get a list of applications and corresponding user who installed the same (owner) on AIX host. Can anyone confirm how can this information be retrieved? We can use "rpm" to get list of packages available on AIX, but is there a way to get the corresponding user as well for... (2 Replies)
Discussion started by: Vipin Batra
2 Replies

3. AIX

Will it affect my AIX LPAR security, when i set up email alerts on AIX server.

Hello, I've set up email alerts on AIX Servers. so that i can get email notifications (via mail relay server) when ever there is abnormal behavior. for example 1) my script monitors CPU/disk/memory etc... when it reaches high water ark, it will send an email alert. 2) disk usage alerts 3)... (5 Replies)
Discussion started by: System Admin 77
5 Replies

4. AIX

Can AIX be installed on a USB Harddisk

Hi, I have a USB harddisk (USB-SATA to SATA Harddisk). Is it possible to install AIX on this either from fresh install or using mksysb facility, get it to boot from USB? Was thinking along the line like LInux where you can install and boot a working OS from USB with tools like unetbootin or... (1 Reply)
Discussion started by: meng
1 Replies

5. AIX

List of Installed patches for AIX from given set of patches

I need to find out list of installed patches from given list of patches. I have tried using instfix -f <File containing list of patches> -i -c But I was not able to understand the output of this command. It was like below. bos.perf.tools: :0.0.0.0:?: bos.rte.libc: :0.0.0.0:?: ... (4 Replies)
Discussion started by: Saurabh Agrawal
4 Replies

6. Solaris

How to set password for vnc software installed in windows machine?

i want user to prompt for password when ever he tries to login into solaris box using vnc software. is it possible.. each time the user tries to access a solaris box should be prompted for password. and each user can set his own password for his session? if all the above are possible which... (3 Replies)
Discussion started by: chidori
3 Replies

7. AIX

how to know if my aix have multi-path driver installed?

I have an aix server, it is not a VIO server or client. I need to check if it has multi-path driver installed, how to check it? (1 Reply)
Discussion started by: rainbow_bean
1 Replies

8. AIX

finding 3rd party Applications installed on AIX

Hi,. I want to know how to find out 3rd party application installed on aix, example Oracle database if it is installed on aix box it is not showing as installed using lslpp -l command Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

9. AIX

How big is AIX installed base (i.e. number of deployed systems)?

Hi, Just wondered if anyone knows the approximate size of the AIX installed base, i.e. number of machines running out there. I'm expecting a figure of less than a million. There seems to be a lack of info on the web. Presumably only IBM know for sure! (3 Replies)
Discussion started by: garethr
3 Replies

10. AIX

details of installed AIX

Is there anyway, we can find the details of the AIX installed like version, h/w config, subsets loaded, patches loaded? Mugundan (6 Replies)
Discussion started by: mjdarm
6 Replies
Login or Register to Ask a Question