Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

starting process using nohup

Status
Not open for further replies.

adamsd

Technical User
Jul 28, 2002
37
AU
Hi,

When I start the TSM client process using nohup it terminates when I close my telnet session.

[suprspr1:root] :nohup dsmc sched &
[1] 295958
[suprspr1:root] :Sending nohup output to nohup.out.

[1] + Stopped (SIGTTIN) nohup dsmc sched &

Could someone help me please
Many thanks
Dexter

 
Do you use " su " to connect to root ?
Don't close your ses with exit but use quit command
 
If it's AIX, try this
This answer I got from IBM:

nohup /fullpath/scriptorcommandname >/dev/null 2>&1 </dev/null &
 
Hi Guys,

Thanks for your input. This was caused to a faulty dsm.sys file. It is all working now.

Cheers
Dexter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top