Delete filespace of a specific Filespace

Dango

ADSM.ORG Member
Joined
Aug 7, 2007
Messages
8
Reaction score
0
Points
0
Location
Germany
Hi,

i try to delete a filespace of a client, but it does not work.

When i type in:

delete filespace pc123 "\\pc123\d$" type=any

or

delete filespace pc123 \\pc123\d$ type=any
i get the error message:

ANR0852E DELETE FILESPACE: No matching file spaces found for node PC123.
ANS8001I Return code 11.

although when i query the filespace with the "query filespace pc123" i get:

Node Name Filespace FSID Platform Filespace Is Files- Capacity Pct
Name Type pace (MB) Util
Unicode?
--------------- ----------- ---- -------- --------- --------- -------- -----
PC123 \\pc123\c$ 17 WinNT NTFS Yes 12.284,0 37,4
PC123 \\pc123\d$ 2 WinNT NTFS Yes 76.347,9 60,6

Thanks for help!
 
Try:
delete filespace pc123 \\pc123\d$ namet=uni
 
Back
Top