|
| cool Statistics |
| | coolcommands: | 1338 | | Categories: | 83 | | Total queries: | 620249 | | Members: | 22813 | |
|
|
|
 |
|
|
Search coolcommands.com
 |
Submitted by:
lvo   |
coolcommand
fileplace - how to display the placement of file blocks within logical or physical volumes in IBM AIX |
Description
To display the placement of file blocks within logical or physical volumes in IBM AIX:
# fileplace [ {-l | -p } [-i ] [-v ] ] File
where:
-i : displays the indirect blocks for the file, if any.
-l : displays file placement in terms of logical volume fragments, for the logical volume containing the file.
-p : displays file placement in terms of underlying physical volume, for the physical volumes that contain the file. If the logical volume containing the file is mirrored, the physical placement is displayed for each mirror copy.
-v : displays more information about the file and its placement, including statistics on how widely the file is spread across the volume and the degree of fragmentation in the volume.
Example to display the placement of a file in its logical volume, enter:
# fileplace data1
Example to display the indirect blocks for a file, enter:
# fileplace -i data1
Example to display more placement information for a file, enter:
# fileplace -v data1
Example to display all information about the placement of a file on its physical volumes, enter:
# fileplace -piv data1 |
Example
fileplace data1 |
Return to search results
 |  |  |  |
Random coolcommands
coolcommand: how to match a string like host1 or host2 in ksh
Example: if [[ "$1" = host[12] ]];then echo Match; fi
[show me the details] |
coolcommand: how to lock a user's account in Sun Solaris
Example: passwd -l username
[show me the details] |
coolcommand: sestatus - how to determine the status of SELinux
Example: sestatus
[show me the details] |
coolcommand: how to determine the maximum number of user processes in Linux
Example: ulimit -u
[show me the details] |
|
|
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts
|  |  |  |  |
|
|
|
|
 |
|
|
|
Top 5 Submitters
|
|---|
| lvo | 1160 |
| audet | 37 |
| kah00na | 32 |
| Mariom | 24 |
| lebjf000 | 14 |
Top 5 Searches
|
| Category Solaris | 51952 |
| Category AIX | 49010 |
| Category General UNIX | 47577 |
| solaris | 23554 |
| aix | 22739 |
|
|
|
|