> this new "feature" (put in double quotes) was getting me in rage:
> 
> 6194015 PSARC/2004/776 - Device in use checking for Solaris utilities
> 
> What I normally do after Solaris installation is mirroring the boot disk via 
> SVM. Sometimes I forget to reserve a small region on the disk for the 
> metadb. No problem - I then usually do the following steps:
> 
> 1. disable swap (swap -d /dev/dsk/c0t0d0s1)
> 2. reduce swap by the required amounts of cylinders
> (usually metadb doesn't get more than 1 cylinder - hehe, I'm on the cheap 
> side)
> . create a metadb with the freed up space
> 
> But this new feature also forces me to uncomment the swap entry in 
> /etc/vfstab (only to reactivate it later - two completely unnecessary steps):


Yep. I also detected this "feature" when trying to write a crash dump for a 
live running kernel, with savecore -L:

1. swap -d /dev/dsk/c1d0s1
2. dumpadm -d /dev/dsk/c1d0s1
3. savecore -L
4. dumpadm -d swap
5. swap -a  /dev/dsk/c1d0s1

dumpadm in step 2. now complains with:

dumpadm: /dev/dsk/c1d0s1 is normally mounted on  according to /etc/vfstab. 
Please remove this entry to use this device.

I have to edit /etc/vfstab twice, before step 2. and after step 5.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to