FS Lock after canceling fssnap

Hi Guys:

I'll like to share something that happened to me yesterday. I has doing a fssnap of the root file system but I had to cancel the script because of an error I got setting variables. After doing CTRL-C the root file system seemed locked, I couldn't write anything to it. I had to restart the server.

Any thoughts in why this happened?

I used the following line inside the script:

ufsdump 0uf /dev/rmt/0 `fssnap -o raw,backing-store=/var/snap /`

where /var/snap is in another partition.

Regards,

Sebastian

[564 byte] By [SebastianVasqueza] at [2007-11-27 6:13:59]
# 1
fssnap probably locks the filesystem while it is snapping. It probably didn't trap the signal and unlock as it died.See the 'lockfs' man page, including an option to unlock it again.-- Darren
Darren_Dunhama at 2007-7-12 17:23:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...