Sponsored Content
Full Discussion: TRU64 Filesystem Issue
Top Forums UNIX for Dummies Questions & Answers TRU64 Filesystem Issue Post 302508837 by batas on Tuesday 29th of March 2011 08:18:59 AM
Old 03-29-2011
Hi Team,

Here is a portion of the mount:


Code:
root_domain#root on / type advfs (rw)
/proc on /proc type procfs (rw)
usr_domain#usr on /usr type advfs (rw)
usr_domain#var on /var type advfs (rw)
usr_domain#tmp on /cluster/members/member0/tmp type advfs (rw)
ora_fd1#fs1_oracle on /1a type advfs (rw)
ora_fd2#fs2_oraarch on /1b type advfs (rw)
ora_fd3#fs3_oraback on /1c type advfs (rw)
ora_fd4#fs4_oradata on /1d type advfs (rw)
ora_fd4#fs5_oradata on /02 type advfs (rw)
ora_fd5#fs5_oradata on /03 type advfs (rw)
ora_fd5#fs5_oradata on /04 type advfs (rw)
ora_fd5#fs5_oradata on /05 type advfs (rw)
ora_fd5#fs5_oradata on /06 type advfs (rw)
ora_fd5#fs5_oradata on /06 type advfs (rw)
ora_fd5#fs5_oradata on /08 type advfs (rw)
ora_fd5#fs5_oradata on /09 type advfs (rw)
ora_fd5#fs5_oradata on /10 type advfs (rw)

 

10 More Discussions You Might Find Interesting

1. HP-UX

Unix HP Tru64

Hi experts, I hope someone can help me with these simple tasks as I am new in Unix environment. I need to create a file system for backup purpose, therefore I need to know the commands in Unix. 1) What is the command to check my disk drives to see how much available space is not allocated... (2 Replies)
Discussion started by: kingsto88
2 Replies

2. HP-UX

HP-UX and Tru64

I had buy two old workstation: a Digital alpha 21164 and a HP C360... What version of tru64 on alpha and HP-UX on HP C360 run on those boxes? Where i can buy/download a small/workstation-base (if exists) version of those operating system ? Tnx in advance (1 Reply)
Discussion started by: antani
1 Replies

3. UNIX for Dummies Questions & Answers

tru64

hi i am trying to get ssh server on tru64 5.1 can anyone help? thanks ed. (1 Reply)
Discussion started by: deusprogrammer
1 Replies

4. UNIX for Dummies Questions & Answers

Tru64

Two part question, I was told that you can download Tru64 5.1b for free, is this true and if so where? Second part, could I load this on a XP Pro PC with vmware? (1 Reply)
Discussion started by: Troberts50
1 Replies

5. Solaris

Filesystem - error when extend the filesystem

Hi all, currently , my root filesystem already reach 90 ++% I already add more cylinder in the root partition as below Part Tag Flag Cylinders Size Blocks 0 root wm 67 - 5086 38.46GB (5020/0/0) 80646300 1 swap wu 1 - ... (11 Replies)
Discussion started by: SmartAntz
11 Replies

6. Linux

filesystem locking issue on linux

hi, we are getting filesystem locking issue very frequently. we are using linux rhel 5.5. our filesystem type is gfs2 where we are facing locking issue and unix admin team reboots server to over come with this issue. suddenly we used to face slowness on server and server gets hung. after that... (1 Reply)
Discussion started by: anshu ranjan
1 Replies

7. UNIX for Dummies Questions & Answers

hwo to find shared filesystem and local filesystem in AIX

Hi, I wanted to find out that in my database server which filesystems are shared storage and which filesystems are local. Like when I use df -k, it shows "filesystem" and "mounted on" but I want to know which one is shared and which one is local. Please tell me the commands which I can run... (2 Replies)
Discussion started by: kamranjalal
2 Replies

8. Solaris

Solaris Filesystem vs. Windows FileSystem

Hi guys! Could you tell me what's the difference of filesystem of Solaris to filesystem of Windows? I need to compare both. I have read some over the net but it's so much technical. Could you explain it in a more simpler term? I am new to Solaris. Hope you help me guys. Thanks! (4 Replies)
Discussion started by: arah
4 Replies

9. AIX

Mount Filesystem in AIX Unable to read /etc/filesystem

Dear all, We are facing prolem when we are going to mount AIX filesystem, the system returned the following error 0506-307The AFopen call failed : A file or directory in the path name does not exist. But when we ls filesystems in the /etc/ directory it show -rw-r--r-- 0 root ... (2 Replies)
Discussion started by: m_raheelahmed
2 Replies

10. AIX

Filesystem reduction size issue

Hi, Need help with following case. I am trying to shring filesystem size and reduce few luns from volume group. Situation looks like that : # lsvg -l data1vg data1vg: LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT data1 jfs2 3200 3200 ... (5 Replies)
Discussion started by: borek
5 Replies
df(1)							      General Commands Manual							     df(1)

NAME
df - Displays statistics on free disk space SYNOPSIS
[Tru64 UNIX] The default behavior for the df command is BSD SVR4 compliant. In this case, the df command uses the following syntax: df [-eiknP] [-t fstype] [file | file_system...] To cause the df command to exhibit XCU5.0 behavior, set the CMD_ENV environment variable to xpg4. In this case, the df command uses the following syntax: df [-eiknPt] [-F fstype] [file | file_system...] Note The CMD_ENV environment variable also affects the behavior of the echo command. The BIN_SH environment variable affects the XPG4 compli- ance of the Bourne shell. The df command displays statistics on the amount of free disk space on file_system or on the file system that contains the specified file. STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: df: XCU5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. OPTIONS
Displays information about the mounted file systems, including the automount intercept point. [Tru64 UNIX] Displays statistics for the specified file system type only. If the no prefix is used, all file systems, except the one specified, are displayed. See the -t option description for a list of available file system types. [Tru64 UNIX] Reports the number of free inodes. The number of inodes controls the number of files that can exist in a file system. Reports Iused for AdvFS clone filesets as the number of files in use by the original file- set at the time the clone fileset was created. Causes the numbers to be reported in kilobytes. By default, all reported BSD compatible numbers are in 512-byte blocks. [Tru64 UNIX] Displays the previously obtained statistics from all mounted file systems. Use this option if it is possible that one or more file systems are in a state such that they will not be able to provide statistics without a long delay (for example, if you have a remote file system on a server that has crashed). If you specify the -n option, the df command does not request new statistics from the file systems; for some remote file systems, the statistics displayed may be too obsolete to be useful. Produces output that consists of one line of information for each specified file system, with reported numbers in 512-byte blocks (default). Includes total allocated space figures in the output (default). [Tru64 UNIX] (SVR4 environment only) Displays statistics for only the specified file system type. If the no prefix is used, all file systems, except the one specified, are displayed. Available file system types include the following: [Tru64 UNIX] UNIX File System (Berkeley fast file system) or a swap partition [Tru64 UNIX] Network File System (NFS), Version 2 protocol [Tru64 UNIX] Memory File System (RAM Disk) (See mfs(8)) [Tru64 UNIX] PC File System [Tru64 UNIX] System V File System [Tru64 UNIX] ISO 9660 or High Sierra Formatted (CD-ROM) File System [Tru64 UNIX] DCE Distributed File System [Tru64 UNIX] DCE Episode File System [Tru64 UNIX] Process File System (used by debuggers) [Tru64 UNIX] Advanced File System (AdvFS) [Tru64 UNIX] File on File mount (used by streams) [Tru64 UNIX] File Descriptor File System (used by streams) [Tru64 UNIX] Reserved for third-party file systems [Tru64 UNIX] Network File System, Version 3 protocol OPERANDS
The name of a file, or file system, about which information is solicited. If no value is specified, information is written on all mounted file systems. DESCRIPTION
[Tru64 UNIX] To obtain XCU5.0 compliance, set the environment variable CMD_ENV to xpg4. If the environment variable is not set or it is set to another value, the environment defaults to BSD SVR4. If neither a file or a file system is specified, statistics for all mounted file systems are displayed. [Tru64 UNIX] When file system disk usage exceeds 100% of the allowed space for users, the df command displays a negative number of free blocks. The allowed space for users is typically 90% of disk capacity, with 10% reserved for use by root only (this is not true for AdvFS, see below). Consequently as a result of this, the disk usage is under reported by approximately 10%. However, system administrators may specify either less or more reserved space for use by root. System V Compatibility [Tru64 UNIX] The root of the directory tree that contains the commands modified for SVID 2 compliance is specified in the file /etc/svid2_path. You can use /etc/svid2_profile as the basis for, or to include in, your /etc/svid2_profile reads /etc/svid2_path and sets the first entries in the PATH environment variable so that the modified SVID 2 commands are found first. [Tru64 UNIX] The df command, as modified for SVID 2 compliance, accepts one command line option (-t, print space totals) and an optional file system name or device name. The command displays the mount point, the mounted device, the number of free blocks (in 512-byte quanti- ties), and the number of free inodes. If the -t option is specified, the command displays, on a separate line following the free block counts, the total number of blocks and inodes for each mounted device. Advanced File System [Tru64 UNIX] For AdvFS file systems, the df command displays disk space usage information for each fileset. Because AdvFS uses a different design than UFS, the df command reflects disk space usage somewhat differently than UFS. [Tru64 UNIX] AdvFS uses a domain-fileset model rather than a one-file system-per-volume model like traditional UNIX file systems. A file- set can reside alone on a single-volume domain (a UFS model), alone on a multi-volume domain, or can share a single or multi-volume domain with other filesets. A fileset can consume all space in its domain or it may be constrained by fileset quotas. [Tru64 UNIX] AdvFS allows quotas to be established for filesets. Fileset quotas limit the amount of space that one fileset can use. For filesets that have quotas established, the 512-blocks, Avail, and Capacity values reflect limits imposed by quotas. They do not represent actual space available in the file domain unless there is less space in the domain than allowed by the quota limit. When both soft and hard limits are set, the lower limit is used to calculate totals. [Tru64 UNIX] The following is an explanation of each of the fields in the df command display for AdvFS file systems: [Tru64 UNIX] The complete fileset name. The syntax is domain_name#fileset_name. [Tru64 UNIX] The total amount of space in the file domain in which the fileset resides, represented in either 512K blocks or 1024K blocks. Metadata, which takes away space from the domain and is not available for filesets to use, is included as reserved in this total. This total represents: used+free+reserved. [Tru64 UNIX] When fileset quotas are imposed, this field represents the limit set by the fileset quota. [Tru64 UNIX] The total amount of space used by the fileset. When run against an AdvFS clone fileset, the number reported for Used blocks is the number of blocks used in the original fileset at the time the clone fileset was created. [Tru64 UNIX] The total amount of unused space in the domain available to the fileset. Because ALL unused space in the file domain is available to all of the filesets, this value is the same for all filesets in a domain, unless fileset quotas are established. [Tru64 UNIX] When fileset quotas are established, this value reflects the amount of space remaining until the quota limit is reached. If there is less available space in the domain than allowed by the quota limit, the available domain space is displayed. [Tru64 UNIX] How full the fileset is, represented as a percentage. This amount is calculated as: used/(used+available). In domains with multiple filesets, the total capacity of all filesets in that domain can be greater than 100%. This is because the available space value used in the calculation is available to all of the filesets; each fileset capacity is calculated independently. [Tru64 UNIX] The mount point of the fileset.On a TruCluster Server, showfsets can sometimes report incorrect disk usage. Data in CFS client caches is synchronized to the server at least every 30 seconds. Incorrect disk usage is reported if stale data exists in client caches when the showfsets executes. [Tru64 UNIX] Note On a TruCluster Server, df can sometimes report incorrect disk usage. Data in CFS client caches is synchronized to the server at least every 30 seconds. The disk usage reported does not account for dirty data in client caches that has not yet been synchronized to the server. RESTRICTIONS
[Tru64 UNIX] The df command supports mount point pathnames of up to MNAMELEN, which includes the null terminating character. EXIT STATUS
The following exit values are returned: Successful completion. An error occurred. ENVIRONMENT VARIABLES
The following environment variables affect the execution of df: [Tru64 UNIX] This variable must be set to xpg4 to cause the df command to exhibit XCU5.0 behavior. Provides a default value for the internationalization variables that are unset or null. If LANG is unset or null, the corresponding value from the default locale is used. If any of the internationalization variables contain an invalid setting, the util- ity behaves as if none of the variables had been defined. If set to a non-empty string value, overrides the values of all the other inter- nationalization variables. Determines the locale for the interpretation of sequences of bytes of text data as characters (for example, single-byte as opposed to multi-byte characters in arguments). Determines the locale for the format and contents of diagnostic messages written to standard error. Determines the location of message catalogues for the processing of LC_MESSAGES. SEE ALSO
Commands: du(1), echo(1), find(1), ksh(1), mount(8), quot(8), quota(1), Bourne shell sh(1b), POSIX shell sh(1p), showfdmn(8), showfsets(8) Functions: fstatfs(2), mount(2), statfs(2), statvfs(2) Routines: getvfsbyname(3) Files: fs(4), fstab(4) Standards: standards(5) df(1)
All times are GMT -4. The time now is 01:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy