ADSM-L

Re: [ADSM-L] delete or rename filespace of a wondows client

2009-09-16 08:09:22
Subject: Re: [ADSM-L] delete or rename filespace of a wondows client
From: km <km AT GROGG DOT ORG>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 16 Sep 2009 14:06:28 +0200
On 16/09, Mehdi Salehi wrote:
> This is what I did:
> tsm>  q fil node1
> NODE1            \\node1\c$       2    WinNT       NTFS            Yes
> 30,529.7     64.5
> NODE1            \\node1\d$       2    WinNT       NTFS            Yes
> 274,713.     60.5
>
> how to delete the filespace c$?
> tsm> del fil node1 \\node1\c$
> ANR0852E DELETE FILESPACE: No matching file spaces found for node MEHRGAN.
> ANS8001I Return code 11.

Delete by FSID:

 DEL FILE node1 2 NAMET=FSID

-km