Sponsored Content
Operating Systems AIX Unable to remove APAR -- any solution ? Post 302579072 by filosophizer on Sunday 4th of December 2011 11:57:32 AM
Old 12-04-2011
ORACLE SOLUTION:
RahulG :: Life is unpredictable , So never expect anything from it !!: ORA-01402 : no data found


I guess there is no way to remove it. I thought odmdelete would do the trick but it won't work with oracle.

Fileset dependencies can be found with:
Code:
 # lslpp -d <your.fileset.rte>

For uninstall deps use:
Code:
 # installp -ugp <your.fileset.rte>

To see whether a reboot is mandatory you can look into the .toc and check the fileset line for "b" (bosboot) or "N) (no bosboot). Example for a fileset that requires bosboot:

The only solution is to re-install the AIX but before you install the AIX make sure those APARs are not included in the ML TL levels of AIX

How do I know which problems have been fixed in this ML or TL?AIX Update CD contains a list of all APARs fixed in the 5300-04 TL package. You can get a list of these APARs by using the command:
Code:
 smitty list_media_fixes

How do I install the latest filesets (by APAR, PTF, or fileset)?To install selected updates, use the command:
Code:
 smitty update_by_fix

To install all updates, use the command:
Code:
                        smitty update_all


Last edited by filosophizer; 12-04-2011 at 01:03 PM..
 

6 More Discussions You Might Find Interesting

1. AIX

install apar on aix53

Hi All, I was installing apar CVE-2008-0122 on my freshly test aix53. I followed the ibm site and run this 'installp -a -d libc_ifix -X all' and got this +-----------------------------------------------------------------------------+ Pre-installation... (1 Reply)
Discussion started by: itik
1 Replies

2. AIX

how to read an APAR descr

please look at: IBM - IZ54713: SYSCALL BUFFER OVERFLOW VULNERABILITY how does this vague messages mean and what can I expect? Closed as program error. ? Status CLOSED PER ? PE NoPE ? HIPER NoHIPER ? regards,Raba (2 Replies)
Discussion started by: raba
2 Replies

3. AIX

Remove APAR number from aix 5.3

Hi... Can i remove one APAR number from aix5.3.. If it is possible how to do.. Thanks.. (3 Replies)
Discussion started by: sumathi.k
3 Replies

4. AIX

APAR fix on AIX 53tl9

We have tried to install an APAR fix IZ20298 on a AIX test server. It is requiring a base level of bos.adt.prof of 5.3.0.0 I cannot find this file anywhere. I fould 5.3.0.1 and it still will not install without the base install. Any ideas where I can find bos.adt.prof 5.3.0.0? (1 Reply)
Discussion started by: daveisme
1 Replies

5. AIX

Unable to remove VIOS disk

Hello, I am unable to remove the disk, whenever i remove the disk using rmdev -dl hdisk2 or rmdev -Rdl hdisk2 the disk appears back when i run cfgmgr but unable to create any volume group on it # mkvg -y foovg hdisk2 0516-008 /usr/sbin/mkvg: LVM system call returned an unknown ... (20 Replies)
Discussion started by: filosophizer
20 Replies

6. Shell Programming and Scripting

SORRY REPOST - unable to remove

Hi, I have a requirement to fetch the length of a line within awk. I see that wc -c returns the number of bytes consumed, which is my requirement. However, the "length" function does not return the same, when I have non-ascii characters which are more than 1 byte. I have tried the below... (1 Reply)
Discussion started by: tostay2003
1 Replies
advfs_set_fset_quotas(3)				     Library Functions Manual					  advfs_set_fset_quotas(3)

NAME
advfs_set_fset_quotas - Sets fileset quotas for an AdvFS fileset SYNOPSIS
#include <sys/advfs_syscalls.h> int advfs_set_fset_quotas( char *domainName, char *filesetName, filesetQuotasT *filesetQuotas ); LIBRARY
AdvFS Library (libadvfs) PARAMETERS
A pointer to the name of the domain. A pointer to the name of the fileset. A pointer to a structure that contains the fileset quotas. DESCRIPTION
This function associates the fileset quotas that are specified in the filesetQuotas structure with the fileset specified by the domainName and filesetName parameters. Note that the advfs_get_set_quotas function does not set: user or group quota information grace time information Use the quotactl system call instead. See the quotactl(2) reference page for information. RESTRICTIONS
At least one fileset in the domain nust be mounted. Clone filesets cannot have fileset quotas. If you attempt to set fileset quotas for a clone fileset, an error occurs. RETURN VALUES
The function returns a value of 0 (zero) on successful completion. The function returns a value of -1 on failure and sets the value of errno to the specific error. ERRORS
The function sets errno to the specified errors for the following failure conditions: The calling program is not running with root privi- leges. No fileset in the file domain has been mounted. The *filesetQuotas parameter contains invalid data. An I/O error occurred on one of the disks in the file domain. The filesetId parameter does not refer to an existing fileset. There is not enough memory available for the operation. The fileset is mounted read-only: it may be a clone fileset. Clone filesets cannot have fileset quotas. SEE ALSO
Commands: chfsets(8), showfsets(8) Functions: quotactl(2), advfs_get_fset_quotas(3) advfs_set_fset_quotas(3)
All times are GMT -4. The time now is 09:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy