fssnap error:File system could not be write locked
807567Apr 30 2010 — edited May 3 2010Dear friend
i have a problem with fssnap command to take root backup
#fssnap -F ufs -o bs=/sysbackup/fssnap/node1 /
snapshot error: File system could not be write locked
i found this error duo to xntpd deaman
#ps -ef | grep xntpd
root 28537 28514 0 17:02:11 pts/1 0:00 grep xntpd
then i try to kill this
# kill -9 28537
bash: kill: (28537) - No such pid
again i try to check PID
#ps -ef | grep xntpd
root 28539 28514 0 17:02:11 pts/1 0:00 grep xntpd
every time when i check PID its PID is +2
i am not able to kill this
if anyone have idea about this please help me so that i can able to take root backup with fssnap command
i am using solaris 8 with sun cluster 3.1
Thank