TSM service not found

Hello,

I have some trouble checking the TSM ( Tivoli storage Mgr )service status in Linux box

when i am doing
service tsm status
-bash: service command not found

Above command is working fine in all other linux box ( Any idea how to look into this to resolve this, i am clueless from where to start looking to fix this ):frowning:

then i have to check /etc/init.d/tsm status
dsmc is running.

If your server is configured to install rpms from a yum repo, you can install the package like this:

yum whatprovides *bin/service # This will give you the package name
yum install package-name
1 Like

Thanks, after checking your reply - i rechecked my access on the server and figured out that i was not able to sudo to root......

after sudo to root - i can see the status via service tsm status

Issue is resolved. Thanks for the help

I will check how the commands are differentiating wrt sudo one is showing the status and other not working :slight_smile: