Sponsored Content
Full Discussion: AIX version
Operating Systems AIX AIX version Post 302193747 by masquerer on Saturday 10th of May 2008 09:17:09 PM
Old 05-10-2008
See a detailed explanation about inquiring the versions on the fileset level in the pinned posts on top of our forum.????
Sorry but i cant get what yr trying to say????
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

command to get the AIX version.

and by the is there any command to get the OS currently running regardless of the constructor (HP, IBM...)? thanks! (3 Replies)
Discussion started by: jericho
3 Replies

2. AIX

AIX Version 4 Bacup - HELP!

I am TOTALy new to Unix. One of the internal tapes will be replaced by an external one today. I don't even know where to start....how is the install done and how do I redirect the backup to the new external tape drive? Please help - anyone? (3 Replies)
Discussion started by: aneta0803
3 Replies

3. AIX

AIX Trial Version

Hello, I'm now trying to learn AIX and I found lot of used AIX machines in ebay. I want to clear some doubts before I go for one. 1)Do I need a license to run an AIX machine? 2)Is there any Trial versions available? 3)Some Old Models of AS400 machines( model 150) don't need a license... (1 Reply)
Discussion started by: secofr
1 Replies

4. AIX

Help me explain mean of AIX Version ?

Anyone can help me explain the mean of AIX 5L 5.3 ML3 I don't know "what re - 5L mean and ML3 mean " Tks all. (2 Replies)
Discussion started by: quan0509
2 Replies

5. AIX

Where can I download a trial version of AIX?

hi how r? , where can I download a trial version of AIX , I know this is a very IMB verions but there some demo saludos (2 Replies)
Discussion started by: cejodrake
2 Replies

6. AIX

aix version 5

I have been given multiple years of login files to determine workload. How do I determine the year in regards to the login. This is what is looks like now. witkoaxdm/_0Sep 13 07:45 still logged in. thank you (1 Reply)
Discussion started by: wildchild
1 Replies

7. AIX

Does anyone know the version of make on AIX 5.1 & 5.3?

Could you tell me the version of default make on AIX 5.1 & 5.3? (2 Replies)
Discussion started by: redraiment
2 Replies

8. Infrastructure Monitoring

AIX - snmpd version

Hi, I have a P595 server with AIX 5.3 and i need to know what version of snmpd i use on this: Example: On solaris i use Net-snmpd 5.4.2.1 (netsnmp-5.4.2.1-sol9-sparc-local) because i can see the package. How can i see what snmpd package is installed on the AIX? Thanks... (3 Replies)
Discussion started by: anonymouzz
3 Replies

9. UNIX for Advanced & Expert Users

HACMP version for AIX 6.1

Hello. We are using AIX 5.3 with HACMP 5.4.1. At this moment AIX and clustering are using 2 servers. A third server is added. It does not seem to work with HACMP. Are there any controle checks? Thank you if you could help. Regards, Ynze van Aken Netherlands (0 Replies)
Discussion started by: yvanaken
0 Replies

10. UNIX for Beginners Questions & Answers

AIX version selection

Hi, I would like to upgrade my AIX box 6.1 to 7.1/7.2. Current info of my AIX 6.1 box / > oslevel -s 6100-09-11-1810 System Model: IBM,9117-MMD Machine Serial Number: xxx Processor Type: PowerPC_POWER7 Processor Implementation Mode: POWER 7 Processor Version: PV_7_Compat Number Of... (10 Replies)
Discussion started by: Phat
10 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 06:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy