TSM service not found

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat TSM service not found
# 1  
Old 11-06-2012
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 )Smilie

then i have to check /etc/init.d/tsm status
dsmc is running.
# 2  
Old 11-07-2012
If your server is configured to install rpms from a yum repo, you can install the package like this:

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

This User Gave Thanks to admin_xor For This Post:
# 3  
Old 11-09-2012
Quote:
Originally Posted by admin_xor
If your server is configured to install rpms from a yum repo, you can install the package like this:

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

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 Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Tsm commands

hi all, In my shell script, they have used the bplist commands where backup team were using the bplist utility and right now they have changed the utility to TSM. Could you please help me out the revelant commands for TSM utility for the backup. Let me know if you have any idea on tis. (1 Reply)
Discussion started by: ramkumar15
1 Replies

2. Linux

Tsm

my backup team was using the bpclient utility which they are migrated to TSM client. I need to change the script running from bpclient to TSM . if anyone give some inputs that would be great. (2 Replies)
Discussion started by: ramkumar15
2 Replies

3. AIX

TSM restore - how to exclude one subdirectory

I have a large filesystem - 500GB, with around 750,000 files which I need to restore using TSM. There are about 15 subdirectories, one of which does not need to be restored. The subdirectory to be excluded has about half the total number of files - 350,000, so it is very inefficient to simply... (5 Replies)
Discussion started by: alanp36
5 Replies

4. AIX

TSM capacity

Dears, The TSM storage that we have is already configured to backup some Application,directories & logs or let's say backup different path from 15 servers, I want to add more Items to be backuped by this storage, how to be confirmed if that possible or not? I mean how do we know the capacity of... (7 Replies)
Discussion started by: arm
7 Replies

5. Red Hat

HP Service Guard SGLX for linux getting error as LICENSE FILE NOT FOUND

HI All, I am using RHEL 5.0 32 Bit, i was trying to install HP Service Guard Cluster in my machine where i installed RHEL5. The problem is that when i am running cmquery -n selva -C mycluster.ascii. Its output is that LICENSE FILE NOT FOUND, so exiting. So i have tried so many things. Pls... (1 Reply)
Discussion started by: skumar7466
1 Replies

6. Red Hat

Cannot start httpd service `GLIBC_2.4' not found (required by /lib/libgcc_s.so.1)

# service httpd start Starting httpd: Syntax error on line 6 of /etc/httpd/conf.d/php.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /lib/libgcc_s.so.1) I... (2 Replies)
Discussion started by: getrue
2 Replies

7. Solaris

TSM Storage agent performance

Guys, I have TSM Lanfree on a 5220, Being an AIX Admin I'm looking for help on Solaris. Detailed Monitoring provided by Teamquest. The problem is that although the 'root' owned 'dsmsta quiet' process is apparently using 27 software threads they never add up to more than 1/64th of the... (0 Replies)
Discussion started by: SHCART
0 Replies

8. HP-UX

Found service running during audit

Hello all! During a network audit, I came across a host running a service on a high port (34604). Not recognizing the port, I used a tool called 'amap' (THC-AMAP - fast and reliable application fingerprint mapper) to fingerprint it. This tool also did not fingerprint it correctly, but did... (2 Replies)
Discussion started by: dan.king
2 Replies
Login or Register to Ask a Question