Hi everybody and happy new year to all.
I just have installed TSM client on solaris 10 sparc following the link below
https://www.ibm.com/support/knowledgecenter/en/SSGSG7_7.1.3/client/t_inst_solclient.html
My problem is that I can't get the tsm agent status as old version did for exemple solaris sparc8:
# ps -eaf | grep dsmc
root 220 1 0 Jan 01 ? 1:02 /opt/tivoli/tsm/client/ba/bin/dsmc schedule
root 530 1 0 Jan 01 ? 1:01 /usr/bin/dsmc sched
root 264 1 0 Jan 01 ? 0:00 /opt/tivoli/tsm/client/ba/bin/dsmcad
root 28912 3082 0 17:09:31 pts/20 0:00 grep dsmc
On solaris 10 I am using
# svcs dsmagent
svcs: Pattern 'dsmagent' doesn't match any instances
STATE STIME FMRI
Maybe I do it the wrong way...
Here is what I have on bin directory.
#pwd
/opt/tivoli/tsm/client/ba/bin
# ls -lrt dsm*
-r--r--r-- 1 root bin 971 May 23 2016 dsm.sys.smp
-r--r--r-- 1 root bin 782 May 23 2016 dsm.opt.smp
-r-xr-xr-x 1 root bin 4738 May 23 2016 dsmj
-r--r--r-- 1 root bin 2889495 May 23 2016 dsm.jar
-r-xr-xr-x 1 root bin 8158312 May 23 2016 dsmc
-r-xr-xr-x 1 root bin 16520 May 23 2016 dsmswitch
-r-sr-xr-x 1 root bin 5293352 May 23 2016 dsmtca
-r-x------ 1 root bin 4112688 May 23 2016 dsmenc
-r-xr-xr-x 1 root bin 5636160 May 23 2016 dsmadmc
-r-xr-xr-x 1 root bin 736104 May 23 2016 dsmtrace
-r-xr-xr-x 1 root bin 8592160 May 23 2016 dsmagent
-r-xr-xr-x 1 root bin 5791448 May 23 2016 dsmcad
-r--r--r-- 1 root bin 665521 May 23 2016 dsm_pref.jar
Your help would be much appreciated!