sparc, raw splice on end of disk

I noticed we have a small splice on end of disk that is not mounted. What could that be and how do we move it few sectors?
Thanks.

Small slices (approximately 8-16MB) are used by SVM to store database replicas. Check if it is your case by running:

metadb -i

If you see your slice in the output, then better don't touch it :wink:

Ah, its probably that. Can I move it after booting from CDROM using dd?

You can't copy the contents of that slice using dd. If you want to do anything with the slice, you have to remove it first from SVM using

metadb -d /dev/rdsk/your_slice

hm that metadb is used for RAID?

but there is no second hard disk in server, so that slice is redundant?

Post output of:

metadb -i
metastat -a

the output of both commands is "there are no existing databases"

Then the slice is not in use by SVM. If it is not present in /etc/vfstab, then there is great chance that it is not used by anything.