`
longgangbai
  • 浏览: 7339657 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Hp-UX中bdf和df的区别

阅读更多

           HP-UX measures space in 1024-byte blocks in bdf, but 512-byte blocks in df. The df command is a standard UNIX report of free disc space. bdf is a nicer Berkeley form of df supplied with HP-UX; it shows free and used disc space on each file system (it does not include Swap Space and other overhead disc space). Here is some sample bdf output:

 

Filesystem kbytes used avail capacity mounted on
/dev/vg00/lvol1 104097 66657 27030 71% /
/dev/vg00/lvol5 79449 21 71483 0% /tmp
/dev/vg00/lvol4 99385 64732 24714 72% /users
/dev/vg00/lvol3 496865 418420 28758 94% /usr
dumbo.robelle.com:/sys/apps 627120 455712 171408 73% /pcserver/sys/apps
/dev/dsk/c3d0s2 546660 546660 0 100% /cdrom1
/dev/dsk/c4d0s2 321402 321402 0 100% /cdrom2

           The /vg00 file systems are logical subdivisions of the hard drive allocated to different subdirectories under the root directory. The idea is similar to account and group limits in MPE. The dumbo file system is a LAN PC server, mounted as a Network File System on UNIX. And the last two are CD-ROM drives with the HP-UX and MPE manuals mounted. The capacity column is sort of equivalent to MPE/iX's max Perm percent, in that 100 percent doesn't mean that the disc is full. HP-UX generally makes the disc look 100 percent full when it is actually about 90 percent full. The remaining 10 percent is given only to superuser.

              bdf reports kilobytes free per HP-UX file system. See /etc/checklist/ for all file systems known to your HP-UX system and /etc/mnttab/ for all file systems which are mounted. Disc space is managed as "device-files"; see /dev/dsk/* for all disc devices. When you run out of disc space, the error you see is "No space left on device." To find out who is using the disc space on HP-UX, try du -s /users/*. This shows how many 512-byte blocks are used by each subdirectory under /users.

分享到:
评论

相关推荐

    AIX,HP-UX,LINUX,SOLARIS磁盘与卷管理常用命令精选

    本文旨在详细介绍在AIX、HP-UX、Linux (RedHat) 和 Solaris (VxVM) 四种操作系统中进行磁盘与卷管理时常用的命令。这些命令涵盖了从设备列表到卷组管理等多个方面,对于系统管理员来说是非常重要的工具。 #### 文件...

    HP-ux命令和配置文件

    HP-UX 命令和配置文件 HP-UX 操作系统提供了大量的命令和配置文件,以帮助用户管理和维护系统。下面将对这些命令和配置文件进行详细的解释和分类。 用户管理命令 *finger: 显示用户信息 *chfn: 改变用户信息 *...

    unix系统信息收集参考hp-ux

    - **查看文件系统使用信息**:`bdf`和`df -k`命令分别显示了系统中所有文件系统的使用情况,包括已用空间和剩余空间。 - **查看LVM VG信息**:`vgdisplay -v vg00`命令用于展示逻辑卷管理器(LVM)中的卷组(Volume ...

    wxh aix和hpux比较.doc

    获取空闲磁盘块,AIX使用`df –k`,HP-UX采用`bdf`。设备列表,AIX的`lsdev –C`与HP-UX的`/sbin/ioscan`功能类似。获取磁盘信息,AIX的`bootinfo -s hdisk#`对应HP-UX的`diskinfo /dev/rdsk/c#t#d#`。磁盘标签,AIX...

    solarisAIXhp-unixlinux磁盘管理命令借鉴.pdf

    在IT行业中,磁盘管理是操作系统维护的基础任务之一,对于AIX、HP-UX、Linux(Red Hat)和Solaris等Unix-like系统来说,掌握相应的磁盘管理命令至关重要。这些系统虽然有各自独特的命令行工具,但它们的核心概念和...

    HP-unix的命令操作手册

    除了这些基本的命令,HP-UNIX还提供了许多其他工具和命令,例如`ps`用于查看进程状态,`df`显示磁盘空间使用情况,`swapon`和`swapoff`管理交换分区,`vmstat`报告虚拟内存统计,`netstat`查看网络连接状态,`...

    HP主机命令大全

    `#bdf`命令列出已挂载的文件系统,包括文件系统大小、已用空间、可用空间和使用率。 8. **文件系统配置**: `/etc/fstab`和`/etc/mnttab`文件记录了系统启动时自动挂载的文件系统信息。 9. **卷组信息**: `#...

    DBA日常维护工作手册参考

    - 在HP-UX系统中使用“bdf”查看。 - **检测操作系统CPU、内存、交换区、I/O配置状况**: - AIX、Linux系统使用“topas”。 - HP-UX系统使用“top”。 ##### 1.2 数据库运行状况监控 - **外部监控**: - 查看...

    Oracle+DBA日常工作手册

    - **HP-UX**: `bdf` - **关注Oracle软件及数据文件所在卷的空间使用率**: - 需要定期检查这些关键路径的使用情况,确保不会因为磁盘空间不足而影响到数据库的正常运行。 - **检测操作系统CPU、内存、交换区、...

    数据库巡检方案.docx

    例如,在AIX和HP-UX系统上,可以分别使用`df –g`、`bdf`或`df –k`来查看磁盘空间。 3. **根目录与关键目录的空间管理**: - 特别关注根目录、数据库软件安装目录以及数据库备份存储的位置,它们的剩余空间直接...

    Oracle DBA日常工作手册

    - 在HP-UX环境下,则可以使用`bdf`命令。 - **检测操作系统CPU、内存、交换区、I/O配置状况**: - AIX环境下可以使用`topas`命令来监控CPU、内存、网络、I/O、进程、页面交换等信息; - Linux、HP-UX环境下则可以...

    数据库巡检方案.pdf

    对于AIX和HP-UX系统,可以使用`df –g`或`bdf`命令来获取类似的信息。 4. **数据库运行日志的清理**: 定期清理数据库产生的各类日志文件可以避免存储资源的浪费。bdump、cdump和udump目录下的日志文件,如`alert_...

Global site tag (gtag.js) - Google Analytics