Hi, I have a snapshot_for_backup which snap list reports as "busy" but it's not. There's no backups currently running. However, when I try to delete this snapshot I get "Snapshot in use by dump or a CIFS share." I've confirmed that dump is not running, nor are any of the cifs sessions touching it. How can I get rid of this snapshot? My snap reserve is about to get dangerously full.
Thanks,
-Leigh
leigh@ai.mit.edu writes:
I have a snapshot_for_backup which snap list reports as "busy" but it's not. There's no backups currently running.
What does "backup status" show? You may have a "restartable" dump from some time ago. If that's the problem, "backup terminate [number]" will release the snapshot.
However, when I try to delete this
snapshot I get "Snapshot in use by dump or a CIFS share." I've confirmed that dump is not running, nor are any of the cifs sessions touching it. How can I get rid of this snapshot? My snap reserve is about to get dangerously full.
Snapshots held busy by restartable backups are supposed to be deleted automatically if the snapshot usage goes over 100% of the reserve. That's what the documentation says: I haven't tested it for real.
If that's not the problem, then you may have a bug. There have been such in the past: e.g. 31340 (present in 5.3.x and early 6.0.x / 6.1.x). Rebooting _might_ get rid of the problem in that case, but you should talk to NetApp support first.
Chris Thompson University of Cambridge Computing Service, Email: cet1@ucs.cam.ac.uk New Museums Site, Cambridge CB2 3QH, Phone: +44 1223 334715 United Kingdom.
On Fri, 20 Dec 2002, Chris Thompson wrote:
leigh@ai.mit.edu writes:
I have a snapshot_for_backup which snap list reports as "busy" but it's not. There's no backups currently running.
What does "backup status" show? You may have a "restartable" dump from some time ago. If that's the problem, "backup terminate [number]" will release the snapshot.
When a dump is aborted and becomes restartable, we keep the snapshot but the busy flag is cleared out of it. This snapshot most likely does not belong to a restartable dump. On the other hand, "backup status" would have an entry for it if the a dump is actively running. Otherwise, it could be a runaway busy snapshot.
=) Steve
However, when I try to delete this
snapshot I get "Snapshot in use by dump or a CIFS share." I've confirmed that dump is not running, nor are any of the cifs sessions touching it. How can I get rid of this snapshot? My snap reserve is about to get dangerously full.
Snapshots held busy by restartable backups are supposed to be deleted automatically if the snapshot usage goes over 100% of the reserve. That's what the documentation says: I haven't tested it for real.
If that's not the problem, then you may have a bug. There have been such in the past: e.g. 31340 (present in 5.3.x and early 6.0.x / 6.1.x). Rebooting _might_ get rid of the problem in that case, but you should talk to NetApp support first.
Chris Thompson University of Cambridge Computing Service, Email: cet1@ucs.cam.ac.uk New Museums Site, Cambridge CB2 3QH, Phone: +44 1223 334715 United Kingdom.
Leigh,
If you cannot reboot the filer, there is an unsupported way to free the snapshot. ndmpd is probably holding the snap even if ndmpd status shows nothing.
You can run the advanced "ps" command and kill ndmpd. If you're not comfortable doing this, I don't blame you. Just reboot the filer :)
Here are some details:
polarbear> snap list proj_c5ksw Volume proj_c5ksw working...................................................................
%/used %/total date name ---------- ---------- ------------ -------- 3% ( 3%) 2% ( 2%) Dec 07 00:07 nightly.0 11% (10%) 7% ( 7%) Dec 06 00:07 nightly.1 12% (11%) 8% ( 8%) Dec 05 00:07 nightly.2 27% (24%) 23% (20%) Nov 03 10:06 snapshot_for_backup.156 (busy) 35% (27%) 34% (24%) Oct 16 23:34 snapshot_for_backup.97 (busy) polarbear> rc_toggle_basic polarbear*> java netapp.cmds.jsh jsh> ps Pri Group Name 1 system Finalizer thread 5 main main 5 main Servlet Engine 5 main ndmpdclassloader 5 main ndmpdserver 5 main jsh 5 Ndmpd16 Thread-30 5 Ndmpd75 Thread-89 jsh> kill -9 Thread-30 <---- kill the Ndmpd thread(s) by name. jsh> kill -9 Thread-89 jsh> jsh> ndmpd killall jsh> <--- wait between 2 and 10 mins (depends on size of snapshot) jsh> snap list proj_c5ksw
/Brian/
On Fri, 2002-12-20 at 13:35, Leigh David Heyman wrote:
Hi, I have a snapshot_for_backup which snap list reports as "busy" but it's not. There's no backups currently running. However, when I try to delete this snapshot I get "Snapshot in use by dump or a CIFS share." I've confirmed that dump is not running, nor are any of the cifs sessions touching it. How can I get rid of this snapshot? My snap reserve is about to get dangerously full.
Thanks,
-Leigh
Hi toasters,
we got a costumer running several Mac OS X machines and having a Win2K native domain inside wich a Filer is registerd.
I would like to know if there is any known way to enable Mac OS X machines to connect to the Filer as a casual CIFS clients (being able make profit of the Windows user's particularity as home dir and so on). I know Mac OS X use a core samba layer to access CIFS ressources but I don't know how to configure it - if it possible - to join a Win2K domain (the one here is a native one, but if it is mandatory that tha mode being mixte, it would be okay too).
Fanx a lot in advance :o)
There are (at least) a couple ways you can get to yoru filer -- First, if you have NFS enabled, since Mac OSX is unix under the covers, you can NFS mount volumes as needed.
Next, you can go to the Mac OS Finder and from the "Go" menu, select "connect to server" and then type in:
cifs://your_filer_here/sharename/
I've been using both methods for a while and they seem to work, no problem.
On Mon, 23 Dec 2002, Stephane Bentebba wrote:
Date: Mon, 23 Dec 2002 13:45:56 +0100 From: Stephane Bentebba stephane.bentebba@fps.fr To: toasters@mathworks.com Subject: Mac OS X & CIFS
Hi toasters,
we got a costumer running several Mac OS X machines and having a Win2K native domain inside wich a Filer is registerd.
I would like to know if there is any known way to enable Mac OS X machines to connect to the Filer as a casual CIFS clients (being able make profit of the Windows user's particularity as home dir and so on). I know Mac OS X use a core samba layer to access CIFS ressources but I don't know how to configure it - if it possible - to join a Win2K domain (the one here is a native one, but if it is mandatory that tha mode being mixte, it would be okay too).
Fanx a lot in advance :o)
-- Dan Brown brown@brauhausdc.org
Even better... You can attach to smb://username@filer/sharename via the same mechanism. This should bring up an authentication panel that will allow you to enter the domain name and password for the user in that domain.
barry
On Monday, December 23, 2002, at 09:23 AM, Daniel H. Brown wrote:
There are (at least) a couple ways you can get to yoru filer -- First, if you have NFS enabled, since Mac OSX is unix under the covers, you can NFS mount volumes as needed.
Next, you can go to the Mac OS Finder and from the "Go" menu, select "connect to server" and then type in:
cifs://your_filer_here/sharename/
I've been using both methods for a while and they seem to work, no problem.
On Mon, 23 Dec 2002, Stephane Bentebba wrote:
Date: Mon, 23 Dec 2002 13:45:56 +0100 From: Stephane Bentebba stephane.bentebba@fps.fr To: toasters@mathworks.com Subject: Mac OS X & CIFS
Hi toasters,
we got a costumer running several Mac OS X machines and having a Win2K native domain inside wich a Filer is registerd.
I would like to know if there is any known way to enable Mac OS X machines to connect to the Filer as a casual CIFS clients (being able make profit of the Windows user's particularity as home dir and so on). I know Mac OS X use a core samba layer to access CIFS ressources but I don't know how to configure it - if it possible - to join a Win2K domain (the one here is a native one, but if it is mandatory that tha mode being mixte, it would be okay too).
Fanx a lot in advance :o)
-- Dan Brown brown@brauhausdc.org
Daniel H. Brown wrote:
There are (at least) a couple ways you can get to yoru filer -- First, if you have NFS enabled, since Mac OSX is unix under the covers, you can NFS mount volumes as needed.
Next, you can go to the Mac OS Finder and from the "Go" menu, select "connect to server" and then type in:
cifs://your_filer_here/sharename/
I've been using both methods for a while and they seem to work, no problem.
On Mon, 23 Dec 2002, Stephane Bentebba wrote:
I bet your filer is in a windows workgroup (?) what if the filer is in a windows domain (win2k native). I know there is a way to call a share with smbmout (or pretty the same with mount -t smb) :
smbmount //fjall/test /data/test -o username=tridge,password=foobar //fjall/test /data/test mount -t smbfs -o username=tridge,password=foobar //fjall/test /data/test
when trying what you advice from the costumer Mac OS X, we get some cifs.trace_login output as follow (forget about the error code, I didn't well note it) : << [CIFSAuthen]: Login attempt by WORKGROUP\tridge from GENGHIS [CIFSAuthen]: ...error 0000XX... ...
Some kind of password miss-encrypted i think (not encrypted, it works well in workgroup, but in domai it should be encrypted)...
fanku again
Date: Mon, 23 Dec 2002 13:45:56 +0100 From: Stephane Bentebba stephane.bentebba@fps.fr To: toasters@mathworks.com Subject: Mac OS X & CIFS
Hi toasters,
we got a costumer running several Mac OS X machines and having a Win2K native domain inside wich a Filer is registerd.
I would like to know if there is any known way to enable Mac OS X machines to connect to the Filer as a casual CIFS clients (being able make profit of the Windows user's particularity as home dir and so on). I know Mac OS X use a core samba layer to access CIFS ressources but I don't know how to configure it - if it possible - to join a Win2K domain (the one here is a native one, but if it is mandatory that tha mode being mixte, it would be okay too).
Fanx a lot in advance :o)
-- Dan Brown brown@brauhausdc.org
Stephane Bentebba stephane.bentebba@fps.fr wrote:
we got a costumer running several Mac OS X machines and having a Win2K native domain inside wich a Filer is registerd.
Supposedly it's no problem, but you have to be at a certain level of ONTAP.
From: http://now.netapp.com/Knowledgebase/solutionarea.asp?id=ntapcs8691&resource= you need to be at ONTAP version 6.2.2 at a minimum.
We'll be upgrading next weekend and will know first-hand as of then.
-philip
Philip Kizer wrote:
Stephane Bentebba stephane.bentebba@fps.fr wrote:
we got a costumer running several Mac OS X machines and having a Win2K native domain inside wich a Filer is registerd.
Supposedly it's no problem, but you have to be at a certain level of ONTAP.
From: http://now.netapp.com/Knowledgebase/solutionarea.asp?id=ntapcs8691&resource= you need to be at ONTAP version 6.2.2 at a minimum.
We'll be upgrading next weekend and will know first-hand as of then.
-philip
at the time we made the try, we were in 6.3 ... i have to wait another occasion to deal with that problem, anyway, i fanku all for your responses. lets celebrate linux, bsd and mac (out of win2k domain ? :o)