--- Begin Message ---
No one seems to be addressing this one and I'm knee deep in the NT side
of the product.
If all you are using is the local GUI the OVSTOP command will drop the
GUI along with all the other daemons started by the postmaster daemon
(OVSPMD) in NT. I don't know what effect it will have on remote NetView
Consoles; my customers are using the Web Client for remote access.
My backup procedure is to use the AT facility to invoke a command at
about three AM Monday morning (AT 3:00 /every:M
"e:\usr\ov\bin\WeeklyBackup.bat") . The file is:
rem WeeklyBackup.bat
e:\usr\ov\bin\ovstop
e:\usr\ov\bin\ovtopofix -a
e:\usr\ov\bin\ovmapcount -u
xcopy /E e:\usr\OV\conf\* e:\usr\ov\backup_data\conf
xcopy /E e:\usr\OV\databases\* e:\usr\ov\backup_data\databases
e:\usr\ov\bin\ovstart
e:\usr\ov\bin\netview
Ovstop kills everything; ovtopofix and ovmapcount clean up the
databases, xcopy takes all the files which changed during the previous
week and copies them to the backup_data directory and Ovstart kicks off
the daemons again and NetView starts the GUI so your NetView Web Server
has an open console to use.
All the Web Clients should close their maps if you have the latest level
of the Web Client (an e-fix from Tivoli).
I hope it helps in your area.
Bill Evans - Consultant in Systems Management .
Karsten.Schweiger@GECITS-EU.COM wrote:
Hi all.
Another special question about this product. For an automatical backup we
want to use a batch file but for this we need a command or something else
to shut down the GUI but there doesn't exist something like ovwexit. Do I
have to stop a service on NT to shtudown the GUI or ...
Thanks and hopefully ...
Mit freundlichen Gruessen - Yours sincerely
Dr. Karsten Schweiger
GE CompuNet Hamburg
Netzwerk und System Management
Ost- West Strasse 49, 20457 Hamburg, Germany
Phone: +49 (0) 431-3609-121, +49-0177-6302825, Fax: +49 (0) 431-3609-190,
E-Mail : Karsten.Schweiger@GECITS-EU.COM
Visit us on the Internet: http://www.gecits-eu.com
This email is confidential. If you are not the intended recipient,
you must not disclose or use the information contained in it.
If you have received this mail in error, please tell us
immediately by return email and delete the document.
_________________________________________________________________________
NV-L List information and Archives: http://www.tkg.com/nv-l
.
--
Bill Evans -- Consultant in Enterprise Systems Management
reply-to: wvevans@prodigy.net (or Bill_Evans@sra.com)
Phone: 919-696-7513
Send short text messages to 9196967513@messaging.sprintpcs.com
_________________________________________________________________________
--- End Message ---