Removing a TCK (made with createTCKEntries)
If you accidentally create a
TCK with the wrong hex number, you can get rid of it as follows:
stbc-32 7> tar -tvf config.tar | grep TCK/0x402e002a
-r--r--r-- 5531/5500 32 2011-01-18 14:06:04 Aliases/TCK/0x402e002a
stbc-32 8> tar -f config.tar --delete Aliases/TCK/0x402e002a
stbc-32 9> tar -tvf config.tar | grep TCK/0x402e002a
stbc-32 10>
This is on purpose NOT an option in TCKsh, as normally it is a bad idea to remove a
TCK. You can only add new ones. Thus you have to do it externally by hand.
You can do it becasue a
TCK is nothing else that a file in the config.tar file.
--
EricvanHerwijnen - 10-Mar-2011