Wed 21 Sep 2005 08:49:12 AM UTC, original submission:
TSM entity does not discover win32 TSM client binaries when executing under Cygwin environment. (Cygwin returns POSIX as env type).
ideally, TSM should figure out the cygwin environment and determine wether cygwin or win installed TSM binaries are available.
Traceback (most recent call last):
File "./FatController.py", line 654, in ?
main()
File "./FatController.py", line 597, in main
processcommand(UserCmd)
File "./FatController.py", line 510, in processcommand
eval(CreateExpression)
File "<string>", line 0, in ?
File "/opt/yab/FatController/FC_entitymanager.py", line 76, in execute
output=self.Entities[EntityName].execute(CmdList) #list of output returned
File "/opt/yab/FatController/FC_ENTITYGROUP.py", line 22, in execute
self.EntityManager.execute(Entity,CmdList)
File "/opt/yab/FatController/FC_entitymanager.py", line 76, in execute
output=self.Entities[EntityName].execute(CmdList) #list of output returned
File "/opt/yab/FatController/FC_TSM.py", line 125, in execute
os.chdir(TSM.tsmroot)
OSError: [Errno 2] No such file or directory: '/opt/tivoli/tsm/client/ba/bin/'
|