Useful AIX commands used for Tivoli Storage Manager (TSM)
2) How to start TSM web client services in AIX ?
3) How to start B/A client in web-browser ?
4) How to start the TSM LANFree storage agent services in AIX ?
5) How to check the TSM services are running in AIX ?
6) How to start the TSM services in AIX ?
and then run below command to start in background
7) How to kill the TSM services in AIX ?
First check the services by using ---- > # ps -ef | grep -i dsmserv
It will list out the process id's, then cancel the process id by using below command
8) How to check the tape devices list in AIX ?
9) How to check the adapters in AIX ?
10) How to check the errors in OS level in AIX ?
12) How to create the new file in AIX ?
13) How to read last 200 lines in any file ?
14) How to check the file size in AIX ?
15) How to verify the list of files in a directory ?
16) How to change the ownership of the file ?
17) How to copy the file from one dir to another dir ?
18) How to check the IP address in AIX ?
19) How to check the hostname of the server ?
20) How to check the communication b/w from one server to another server in AIX ?
21) How to check if the port number is working or not in AIX ?
22) How to create a new directory in AIX ?
23) how to move (cut/paste) the files form one directory to another directory in AIX?
24) To remove/delete the directory and files in AIX ?
25) To check which software applications are installed in AIX ?
26) How to edit any file, for example dsm.sys file ?
use i to go to insert mode, a to append mode , x to delete letters
27) How to change permissions of a file/directory ?
Running cfgmgr command will scan all the devices attached to the AIX machine
29) How to install any software packages in AIX ?
Go to /opt/tivoli/tsm/_uninst and run ./Uninstall_Tivoli_Storage_Manager -i console command