I hate outlook. Saw that message as top of the list unread - 2 weeks old.
-----Original Message----- From: Conway, Timothy Sent: Tuesday, February 17, 2009 3:04 PM To: 'ADSM: Dist Stor Manager' Subject: RE: [ADSM-L] error renaming node file space That does sometimes happen with odd names (odd for the host OS). In that case, the best thing to do is use the fsid for specifying the original name. For some reason, it's much more forgiving in specifying the new name. ren filesp athens 4 '\\athens\c$_old' namet=fsid Here I fsck with my laptop's main filesystem: tsm: TSM>ren filesp flatus \\lusgr0099v2zlv\c$ c$_old ANR0852E RENAME FILESPACE: No matching file spaces found for node FLATUS. ANS8001I Return code 11. tsm: TSM>ren filesp flatus 2 '\\lusgr0099v2zlv\c$ c$_old' namet=fsid Do you wish to proceed? (Yes (Y)/No (N)) y ANR0822I RENAME FILESPACE: Filespace \\lusgr0099v2zlv\c$ (fsId=2) successfully renamed to \\lusgr0099v2zlv\c$ c$_old for node FLATUS. tsm: TSM>ren filesp flatus '\\lusgr0099v2zlv\c$_old' '\\lusgr0099v2zlv\c$' ANR0852E RENAME FILESPACE: No matching file spaces found for node FLATUS. ANS8001I Return code 11. tsm: TSM>ren filesp flatus 2 '\\lusgr0099v2zlv\c$' namet=fsid Do you wish to proceed? (Yes (Y)/No (N)) y ANR0822I RENAME FILESPACE: Filespace \\lusgr0099v2zlv\c$ c$_old (fsId=2) successfully renamed to \\lusgr0099v2zlv\c$ for node FLATUS. tsm: TSM> -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of Tim Brown Sent: Wednesday, February 04, 2009 12:05 PM To: [email protected] Subject: [ADSM-L] error renaming node file space Attempting to rename node filespace returns error ?? tsm: TSM533>rename filespace athens \\athens\c$ \\athens\c$_old ANR0852E RENAME FILESPACE: No matching file spaces found for node ATHENS. ANS8001I Return code 11. tsm: TSM533>q fi athens Node Name Filespace FSID Platform Filespace Is Files- Capacity Pct Name Type pace (MB) Util Unicode? --------------- ----------- ---- -------- --------- --------- ----------- ----- ATHENS \\athens\c$ 4 WinNT NTFS Yes 5,125.6 97.5 ATHENS \\athens\d$ 5 WinNT NTFS Yes 10,243.5 25.5 ATHENS SYSTEM 7 WinNT NTFS Yes 0.0 0.0 OBJECT ATHENS \\athens\e$ 8 WinNT NTFS Yes 81,916.5 93.4 Tim Brown Systems Specialist - Project Leader Central Hudson Gas & Electric 284 South Ave Poughkeepsie, NY 12601 Email: [email protected] < mailto:[email protected] <mailto:[email protected]> > Phone: 845-486-5643 Fax: 845-486-5921 Cell: 845-235-4255 This message contains confidential information and is only for the intended recipient. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please notify the sender immediately by replying to this note and deleting all copies and attachments. Thank you.
