Keeping Session Alive [1]
Keeping Session Alive
Monday, September 10, 2007 5:50 PM - Muhammad Abdul Hadi
Connection Method: Xstart
Vendor: Solaris
Network Configuration: Local Network no firewall or VPN
Problem: Critical application relying on an Xstart session. Every time the user log off the session is closed leaving application not performing correctly.
Requirement: Keeping specific connection alive even the user logoff to keep the application running.
Connection information:
Session: MAP
Host: 192.168.100.183
Protocol: RLOGIN (Port No 513 Timeout 0)
Username: applmgr
Password Saved
Execution Command:
/usr/openwin/bin/xterm -ls -display $DISPLAY
Vendor: Solaris
Network Configuration: Local Network no firewall or VPN
Problem: Critical application relying on an Xstart session. Every time the user log off the session is closed leaving application not performing correctly.
Requirement: Keeping specific connection alive even the user logoff to keep the application running.
Connection information:
Session: MAP
Host: 192.168.100.183
Protocol: RLOGIN (Port No 513 Timeout 0)
Username: applmgr
Password Saved
Execution Command:
/usr/openwin/bin/xterm -ls -display $DISPLAY
Re: Keeping Session Alive
Monday, September 10, 2007 6:15 PM - VK
Try to use your command in Xterm with nohup. It runs your command immune to hangups. Simply,
nohup [YOUR COMMNAND]
For more info.,
http://usr-share-man.org/man1/nohup.html
Hope this is what you want.
-VK
nohup [YOUR COMMNAND]
For more info.,
http://usr-share-man.org/man1/nohup.html
Hope this is what you want.
-VK
Previous views: 274