HP3000-L Archives

July 1997, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Bixby <[log in to unmask]>
Reply To:
Date:
Thu, 3 Jul 1997 10:38:09 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (43 lines)
SIMPKINS, Terry writes:
>
> Does anyone have a quick & easy (easily readable) way to see the disc space
> status (like discfree) by volume set?
>
> What I would really like to have is the discfree C or E format by volume
> set.

:discfree

DISCFREE A.50.01 Copyright (C) Hewlett-Packard 1992.  All rights reserved.
                         THU, JUL  3, 1997, 10:34 AM

Syntax is: DISCFREE [<format>][,<ldev>][,<vsname>]
                                          ^^^^^^
I wrote a command file here that calls discfree for each of our volume sets:

:help df
USER DEFINED COMMAND FILE:  DF.PUB.CCCD

echo ***************************
echo * MPEXL_SYSTEM_VOLUME_SET *
echo ***************************
discfree "e,,mpexl_system_volume_set"
echo ***************
echo * CCCD_MIRROR *
echo ***************
discfree "e,,cccd_mirror"
echo *************
echo * CCCD_JUNK *
echo *************
discfree "e,,cccd_junk"
echo ****************
echo * Grand totals *
echo ****************
discfree e
--
Mark Bixby                      E-mail: [log in to unmask]
Coast Community College Dist.   Web: http://www.cccd.edu/~markb/
District Information Services   1370 Adams Ave, Costa Mesa, CA, USA 92626-5429
Technical Support               +1 714 438-4647
"You can tune a file system, but you can't tune a fish." - tunefs(1M)

ATOM RSS1 RSS2