Trying to use snapshot to get around a log rotate problem were having.
AIX 5.2 ML5
From command line (with no log being written)
snapshot -o snapfrom=/testlog -o size=16M
works; giving me
snapshot -q /testlog
Current Location 512-Blocks Free Time
* /dev/fslv11 131072 130304 Wed Jun 14 09:07:21
which I can mount using
mount -v jfs2 -o snapshot /dev/fslv11 /testsnap
however with the log writting
I get the following message
ERROR : 1 : command "mount -v jfs2 -o snapshot /dev/fslv11 /testsnap" failed : mount: /dev/fslv11 on /testsnap: Unformatted or incompatible media.
&
Current Location 512-blocks Free Time
INVALID /dev/fslv11 262144 Tue Jun 13 14:11:08 2006
Having read the documentation I can find the snapshot should work on an active filesystem. Anyone got any ideas?
Mike
"A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant."
AIX 5.2 ML5
From command line (with no log being written)
snapshot -o snapfrom=/testlog -o size=16M
works; giving me
snapshot -q /testlog
Current Location 512-Blocks Free Time
* /dev/fslv11 131072 130304 Wed Jun 14 09:07:21
which I can mount using
mount -v jfs2 -o snapshot /dev/fslv11 /testsnap
however with the log writting
I get the following message
ERROR : 1 : command "mount -v jfs2 -o snapshot /dev/fslv11 /testsnap" failed : mount: /dev/fslv11 on /testsnap: Unformatted or incompatible media.
&
Current Location 512-blocks Free Time
INVALID /dev/fslv11 262144 Tue Jun 13 14:11:08 2006
Having read the documentation I can find the snapshot should work on an active filesystem. Anyone got any ideas?
Mike
"A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant."