Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Need fileset bos.adt.lIBM from AIX 5.3 (or just lIBM.a) Post 303042263 by Neo on Friday 20th of December 2019 12:32:41 AM
Old 12-20-2019
Sorry to disappoint you, but it is against our policy here for any user to provide pirated or commercial software to anyone, for any reason; unless that software is in the public domain (and is licensed so it can be shared).

Sending private messages requesting such software will result in being banned from the site.

So, sorry to disappoint you, but this is not the place to request free copies of licensed, commercial IBM software.

You said, in your post:

Quote:
The eBay reseller who pre-installed AIX 5.3 on my RS/6000 P43 didn't include this optional fileset when installing.
My best suggestion is to resolve this issue with your eBay IBM reseller, or with IBM.

Best regards and good luck.

Sorry we cannot be more help on this.
This User Gave Thanks to Neo For This Post:
 

10 More Discussions You Might Find Interesting

1. AIX

Can I download bos.adt.libm somewhere

I am compiling something on AIX 5.1 on RS6000. It turn out to need this fileset installed. I don't have any cd media in hand for the moment. Can I get it from the web? Thanks for any reply. BG (4 Replies)
Discussion started by: matrix01
4 Replies

2. AIX

bos.adt.libm.5.1.0.0 needed

Could anyone help me to get bos.adt.libm.5.1.0.0 package for AIX system? Thanks a lot. progua gmai.com (3 Replies)
Discussion started by: progua
3 Replies

3. Solaris

Error:: libm.so.2:open failed

Hi, I am working with solaris 9 and I want to install perforce on that,so I downloaded the p4v.bin file and try to install it by the command ./p4v after that it is giving the error--- ld.so.1: ./p4v.bin: fatal: libm.so.2: open failed: No such file or directory Killed I am not... (3 Replies)
Discussion started by: smartgupta
3 Replies

4. Solaris

libm.so.1 (SUNW_1.1) error while building

I am trying to build a product which is depend on system library and getting below error. How to resolve below Error:- ldd /finder3/baseline/95/ed/src/lib/libcartoGraphCPP.so libsunmath.so.1 => /opt/SUNWspro/SC4.2/lib/libsunmath.so.1 libm.so.1 => /usr/lib/libm.so.1... (1 Reply)
Discussion started by: shafi2all
1 Replies

5. AIX

Where do I get bos.adt.debug fot AIX 6.1 ?

Hello, Can't find this package anywhere: Searched all AIX 6.1 CD's - nothing Serched expansion pack - nothing Where do I get it ? thanks Vilius ---------- Post updated at 01:39 PM ---------- Previous update was at 10:58 AM ---------- Ok this was my mistake. bos.adt.debug was... (1 Reply)
Discussion started by: vilius
1 Replies

6. AIX

Need AIX 5.3 bos.adt.libm

We have an older AIX RS 6000 and had the hard drive die on us. I was able to get the hard drive replaced and it came with AIX 5.3 installed on it but is missing a component that we need. I am trying to install our C+ and Fortran compilers but they require the bos.adt.libm module and I do not have... (3 Replies)
Discussion started by: fredn
3 Replies

7. AIX

fileset for aix

Hello I was looking for this fileset "devices.fcp.changer" I looking on the cd media but I cant findt it. The version of Aix is 6.1 All this is because Im trying to connect a disk from Hitachi, everything its look to be fine. but when Im type cfgmgr I got this message. cfgmgr... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

8. AIX

broken fileset bos.net.ipsec.keymgt

hi Guys, after an TL update from ML3 to TL10, bos.net.ipsec.keymgt fileset got broken. Although IPsec is not used, we like to all installations identical. After removing the fileset, I tried to reinstall with options overwrite or 'automatically install prereq.' The installation fails. ... (2 Replies)
Discussion started by: raba
2 Replies

9. AIX

Missing base level fileset for "bos.loc.utf.EN_US"

I need to install "bos.loc.utf.EN_US" in AIX ( version 6100-06-05-1115). I found the right bff U845493 and I smitty to install it and encountered the "missing requisites" error in which missing the "base level fileset" . And I couldn't find this fileset from the Internet for long. Do any one able... (2 Replies)
Discussion started by: bshcheng
2 Replies

10. AIX

Missing Base level fileset of bos.adt.debug

I need to install "bos.adt.debug" in AIX ( version 6100-06-05-1115). I found the right bff U818918 and I smitty to install it and encountered the "missing requisites" error as attached in which missing the "base level fileset" bos.adt.debug 6.1.0.0. And I couldn't find this fileset from the... (3 Replies)
Discussion started by: bshcheng
3 Replies
chfsets(8)						      System Manager's Manual							chfsets(8)

NAME
chfsets - Changes limits for fileset quotas SYNOPSIS
/sbin/chfsets [-F limit] [-f limit] [-B limit] [-b limit] domain [fileset...] OPTIONS
Specifies the file usage soft limit (quota) of the fileset. Specifies the file usage hard limit (quota) of the fileset. Specifies the block usage soft limit (quota) in 1K blocks of the fileset. Specifies the block usage hard limit (quota) in 1K blocks of the fileset. OPERANDS
Specifies the name of the file domain. Specifies the name of one or more filesets. DESCRIPTION
The chfsets command enables you to change fileset quotas (file usage limits and block usage limits) of any AdvFS fileset. Filesets can have both soft and hard disk storage and file limits. When a hard limit is reached, no more disk space allocations or file creations which would exceed the limit are allowed. The soft limit may be exceeded for a period of time (called the grace period). The grace periods for the soft limits are set with the edquota command. The command also displays the changes made to the file and block usage limits. Note that the root user can exceed fileset quotas. The chfsets command displays the following fileset information: Id A unique number (in hexadecimal format) that identifies a file domain and fileset. File H limit The file usage hard limit of the specified fileset before the change followed by the new limit. Block H limit The block usage hard limit of the specified fileset before the change followed by the new limit. File S limit The file usage soft limit of the specified fileset before the change followed by the new limit. Block S limit The block usage soft limit of the specified fileset before the change followed by the new limit. Use the following commands to manipulate filesets: Displays the limits and actual number of blocks used by a fileset. Displays space usage for the specified domain. Displays the file and block usage limits for the filesets in a domain. Changes the user or group block and file limits and grace period. Turns on and off quota enforcement. For more information, see the reference pages for each command. RESTRICTIONS
At least one fileset within the domain must be mounted for the chfsets command to succeed. You must be the root user to run the chfsets command. EXAMPLES
The following example changes the file hard limit from 11 to 200 and block hard limit from 121 to 1000 for the credit_fs fileset in the account_dmn domain: # chfsets -b 1000 -f 200 account_dmn credit_fs credit_fs Id : 2c2f557f.000b15f4.3.8004 File H limit : 11 --> 200 Block H limit : 121 --> 1000 EXIT STATUS
The utility returns a 0 (zero) on success and a 1 (one) on failure. SEE ALSO
Commands: df(1), edquota(8), quotaon(8), quotaoff(8), showfdmn(8), showfsets(8) chfsets(8)
All times are GMT -4. The time now is 03:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy