fssnap error :snapshot error: File system could not be write locked


 
Thread Tools Search this Thread
Operating Systems Solaris fssnap error :snapshot error: File system could not be write locked
# 1  
Old 09-14-2009
fssnap error :snapshot error: File system could not be write locked

Hi Guys.

This is part of my filesystem structure :

Filesystem size used avail capacity Mounted on
/dev/md/dsk/d0 47G 5.2G 42G 12% /
/devices 0K 0K 0K 0% /devices
ctfs 0K 0K 0K 0% /system/contract
proc 0K 0K 0K 0% /proc
mnttab 0K 0K 0K 0% /etc/mnttab
swap 85G 1.4M 85G 1% /etc/svc/volatile
objfs 0K 0K 0K 0% /system/object
sharefs 0K 0K 0K 0% /etc/dfs/sharetab
/platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap2.so.1
47G 5.2G 42G 12% /platform/sun4u-us3/lib/libc_psr.so.1
/platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap2.so.1in
47G 5.2G 42G 12% /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
fd 0K 0K 0K 0% /dev/fd
swap 85G 88K 85G 1% /tmp


I am trying to a fssnap command on / filesystem like this :

fssnap -F ufs -o bs=/tmp/backup/fssnap /

but the follow error message was gotten :

snapshot error: File system could not be write locked


I dont know the mean of this and How can i do to resolve it ?

Thanks in advaced

Unix Admin
# 2  
Old 09-14-2009
kill/disable xntpd.
Printable Bug Detail
# 3  
Old 09-15-2009
Thanks Illiagre

But How i can disable xntp.?

I am killing the xbtp process and this begin inmediatly taking other process ID?

Thanks in Advance

UNIX ADMIN

---------- Post updated at 09:42 AM ---------- Previous update was at 09:17 AM ----------

root@e6900i # svcs -a |grep ntp
online 9:09:50 svc:/network/ntp:default
root@e6900i # svcadm disable svc:/network/ntp:default
root@e6900i # ps -fea | grep ntp

Thanks
AGADEA
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Error of Snapshot origin volumes can be resized only while inactive

Hello, I am trying to increase lvsize however it gives below error what's the way that I can increase this size? # lvextend -L +20G /dev/VGExaDb/volsnap Snapshot origin volumes can be resized only while inactive: try lvchange -an Best regards, Vishal (1 Reply)
Discussion started by: admin_db
1 Replies

2. Shell Programming and Scripting

Write whatever error in log file

Hi all, I have export LOG_FILE=$HOME_DIR/error.log sqlplus -s /nolog << EOF whenever sqlerror exit sql.sqlcode @$HOME_DIR/connect.sql whenever sqlerror exit sql.sqlcode @$SQL_FILE EOF can display the sql error in putty, how can I write them into log file ?:( (2 Replies)
Discussion started by: Hscript
2 Replies

3. SCO

Error: msgcnt 1 vxfs: mesg 016: vx_ilisterr - / file system error reading

Hello... i got an error in my SCO OpenServer 6. the error is: msgcnt 1 vxfs: mesg 016: vx_ilisterr - / file system error reading inode 373 Can anyone help me? (1 Reply)
Discussion started by: AndryMB
1 Replies

4. SCO

file system not getting mounted in read write mode after system power failure

After System power get failed File system is not getting mounted in read- write mode (1 Reply)
Discussion started by: gtkpmbpl
1 Replies

5. Solaris

fssnap ioctl error

For some reason when I try to take a snapshot of the root slice on a particular machine I get an ioctl 22 error. I can't seem to find much on the problem by searching the internet other than some realtime processes such as ntp that use mlock can cause this to happen. I tried running it with truss... (2 Replies)
Discussion started by: ilikecows
2 Replies

6. Solaris

Getting error as Database locked while running a script

While i am trying to run a script in which it calls an executable(binary code)processes a file using the data in database. But while running the script the following error is occured. "permission to access this database was denied <err-0025-0191>re /ds1/nrms_r.db9 while looking up... (0 Replies)
Discussion started by: vamshikrishnab
0 Replies

7. AIX

error : pg: 0652-122 Cannot write to the temporary file

Hi All, I'm getting this error when I use "pg". /tmp is not full and the permission is correct. root@axappk01::/home> hostname|pg pg: 0652-122 Cannot write to the temporary file. Please advise. (6 Replies)
Discussion started by: fara_aris
6 Replies

8. UNIX for Dummies Questions & Answers

Error: Internal system error: Unable to initialize standard output file

Hey guys, need some help. Running AIX Version 5.2 and one of our cron jobs is writing errors to a log file. Any ideas on the following error message. Error: Internal system error: Unable to initialize standard output file I'm guessing more info might be needed, so let me know. Thanks (2 Replies)
Discussion started by: firkus
2 Replies

9. UNIX for Dummies Questions & Answers

Error : "No data written to object that was write locked"

Hi All, I was able to solve my previous problem (link directory)... but now i have this following problem. I have mounted a disk from other machine using "mount -F nfs" command. When i run a batch which generates some files in that drive.... after a certain number of files i get... (1 Reply)
Discussion started by: nileshkarania
1 Replies

10. UNIX for Dummies Questions & Answers

tar: write error unexpected end of file

Hi, I have attempted to backup some database files on my company's Solaris machine about 3 times now. Each time that I attempt the backup, about 6 files are evident on the dat tape when I do read of the media and then I see the dreaded "tar: write error unexpected EOF" message. Each time that I... (2 Replies)
Discussion started by: robyn
2 Replies
Login or Register to Ask a Question