nv-l

Antw: RE: closing Xwindowed GUIs

2001-08-20 05:40:09
Subject: Antw: RE: closing Xwindowed GUIs
From: "Michael Seibold" <Michael.Seibold AT gek DOT de>
To: nv-l AT lists.tivoli DOT com
Date: Mon, 20 Aug 2001 11:40:09 +0200
Or this "quick and dirty"-hack:

kill -15 `ps -ef | awk '/\/usr\/OV\/bin\/ovw[ \t]*$/ { print $2 }'`

assuming that Netview ist installed in /usr/OV as usual...

kill -15 should close the program as if the User closes the GUI himself. I have 
never experienced any problems with this.
Works with other programs as well. Just be careful to type the correct syntax 
of the commands... and be sure to have the correct search string within the awk 
command...

Michael Seibold
Gmünder Ersatzkasse GEK
Germany



>>> ananda AT bharatpetroleum DOT com 18.08.2001  07.25 Uhr >>>
You can try /usr/OV/bin/ovwexit
 
 
Regards,
 
AKA

-----Original Message-----
From: CATALINA MARTINEZ [mailto:CATALINA.MARTINEZ AT tlc.state.tx DOT us] 
Sent: Friday, August 17, 2001 9:01 PM
To: nv-l AT tkg DOT com 
Subject: [NV-L] closing Xwindowed GUIs


Hello All
 
Is there a way of closing all GUI (Xwindowed) from the command line of the
Netview Server? I tried the KILLAEUIS but it does not seem to work. Any
suggestions?
 
Catalina
AIX 4.3.3.7 Framework 3.7.1 Netview 6.0.2


<Prev in Thread] Current Thread [Next in Thread>
  • Antw: RE: closing Xwindowed GUIs, Michael Seibold <=