1838571 Members
3240 Online
110128 Solutions
New Discussion

TSM tool

 
SOLVED
Go to solution
Jason_216
Occasional Advisor

TSM tool

Is that any other tool to use beside TSM.
6 REPLIES 6
V.Tamilvanan
Honored Contributor

Re: TSM tool

Hi,
TSM is Terminal Session manager. By using TSM you can open multiple sessions from a terminal.
What is you requirement and for what purpose you require ? There are lot of tools in unix.
twang
Honored Contributor

Re: TSM tool

Actually, i prefer use multiple ssh session instead of using TSM.
Massimo Bianchi
Honored Contributor
Solution

Re: TSM tool

Hi,
for the same purpose i love

screen


which has also the advantage of being cabable of detachin a session and the re-attach to it.

Free download at:

http://hpux.connect.org.uk/

Massimo

Bill McNAMARA_1
Honored Contributor

Re: TSM tool

I love tsm! especially at console when a term based SAM screws up and eats your prompt! if I had a Euro for the amount of times I've had to reboot boxes because I didn't use tsm....!
It works for me (tm)
Jason_216
Occasional Advisor

Re: TSM tool

tsm only allow me to use up to 7 session per time, last time when i used Redhat linux 7.2, it alreadly by default have 12 screen. many of my work required to checking the log file, so i need to have more screen.

jason
Massimo Bianchi
Honored Contributor

Re: TSM tool

Hi,
if your problem is checking log files, then maybe the easiest way is to write some scripts to do the checks and notify you.

Massimo