[5291] in testers
Re: disk complaint on update to Athena 9.2
daemon@ATHENA.MIT.EDU (miki@MIT.EDU)
Fri Apr 18 07:34:36 2003
From: miki@MIT.EDU
Message-ID: <1050665673.3e9fe2c9b598c@webmail.mit.edu>
Date: Fri, 18 Apr 2003 07:34:33 -0400
To: Robert A Basch <rbasch@mit.edu>
Cc: Greg Hudson <ghudson@mit.edu>, Alex T Prengel <alexp@mit.edu>,
testers@mit.edu
In-Reply-To: <200304172320.TAA13783@abulia.mit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
The two messages are harmless and they are always present when you update.
The first, as Bob said , is a complaint by Solaris that by disabling the swap,
you are left with no dump device. We get this message everytime we do the update.
The second means that by giving mb sizes, instead of cylinders, we waist some
cylinder in the arithmetic. This happens everynow and then... If I have time I
may try to improve on it.
Quoting Robert A Basch <rbasch@MIT.EDU>:
> > > dumpadm: no swap devices are available
> > > /dev/dsk/c0t0d0s1 was dump device --
> > > invoking dumpadm(1M) -d swap to select new dump device
>
> I think this is OK. Since the swap partition is also the dump device,
> swap invokes dumpadm to try to configure another dump device when it
> deletes the swap device. dumpadm complains because there are no other
> swap devices to be used as the dump device.
>
> > > mkfs -F ufs /dev/rdsk/c0t0d0s1 1049328 63 16 8192 1024 16 10 90 2048 t 0
> -1 8 16Warning: inode blocks/cyl group (67) >= data blocks (63) in last
> > > cylinder group. This implies 1008 sector(s) cannot be allocated.
> > > /dev/rdsk/c0t0d0s1: 1048320 sectors in 1040 cylinders of 16 tracks,
> 63 sectors
> > > 511.9MB in 65 cyl groups (16 c/g, 7.88MB/g, 3776 i/g)
>
> The message seems unclear, but I think it just means that we're wasting
> a cylinder, because it's using 16 cylinders/group, and the filesystem
> size is 1041 cylinders (1049328 / (16 * 63)), i.e. one more than a
> multiple of 16.
>
> Bob
>
>