Sponsored Content
Operating Systems AIX file set not getting installed in aix Post 302592238 by newtoaixos on Monday 23rd of January 2012 10:28:02 AM
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.

 

10 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

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

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

10. 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
rmfset(8)						      System Manager's Manual							 rmfset(8)

NAME
rmfset - Removes a fileset or a clone fileset from an AdvFS file domain SYNOPSIS
/sbin/rmfset [-f] domain fileset OPTIONS
Turns off the message prompt. OPERANDS
Specifies the name of an existing AdvFS file domain. Specifies the name of the fileset to be removed from the specified file domain. DESCRIPTION
The rmfset command removes a fileset (and all of its files) from an existing AdvFS file domain. Unless you use the -f option, you are prompted with the following request before a fileset is removed: rmfset: remove fileset <filesetname>? [y/n] If you answer n, the fileset is not removed. If you answer y, the fileset is removed. The -f option is useful for scripts or when you do not want to be queried about each fileset. If you choose the -f option, no prompts are displayed. The rmfset command operates as if you responded yes to the prompt. Unmount a fileset before removing it with the rmfset command. RESTRICTIONS
A fileset or clone fileset cannot be removed with this command if it is mounted. A fileset that has a clone fileset cannot be removed with this command until the clone fileset has been removed. You must be the root user to use this command. An rmfset operation can hang if you attempt to remove a fileset and the target AdvFS domain is experiencing heavy I/O. To work around the restriction, avoid using the utility on busy AdvFS domains. EXAMPLES
The following example deletes the test_fset fileset from the test_domain file domain. In this example, the test_fset fileset is mounted on the /mnt3 directory: # umount /mnt3 # rmfset test_domain test_fset rmfset: remove fileset test_fset? [y/n] y # SEE ALSO
Commands: mkfset(8), showfdmn(8), showfsets(8), mount(8) Functions: advfs_rmfset(3) File Formats: advfs(4) rmfset(8)
All times are GMT -4. The time now is 10:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy