Sponsored Content
Full Discussion: Monitoring windows logs
Top Forums UNIX for Dummies Questions & Answers Monitoring windows logs Post 302835027 by SkySmart on Sunday 21st of July 2013 12:26:46 PM
Old 07-21-2013
Quote:
Originally Posted by bakunin
That will work perfectly. Windows and Unix use different protocol stacks, so you need some software. In the TCP/IP-world there is NFS, which is used to mount remote (parts of) filesystems locally. The respective protocol in NetBIOS (the protocol stack Windows uses) is called SMB.

Either use a NFS server daemon for Windows to export the part with the log files and then NFS-mount it on the Unix system or install a SMB-client on the Unix system to mount the (SMB-)shared Windows drive. Example products for the former would be FreeNFS, an example for the latter would be SAMBA. I am sure there are other similar products for both options too.

I hope this helps.

bakunin
thank you so much. the one problem i foresee with this is, isn't it a bad idea to be reading files off NFS? considering it can cause network issues? I/O?

i remember a while ago reading a data file off NFS. i wondered why it was taking soo long to read the file. but when i moved the data file over from the nfs drive to the local server, the file was read very quickly.

if i'm going mount the windows log files on NFS or anything similar to it, what can i do to make sure i can read the log files just as fast as i would be able to do locally? are there other problems you experts can anticipate?

i presume reading files off NFS wouldn't/shouldn't be an issue on the right hardware. but then the question becomes, what is the right hardware?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix performance monitoring via Windows/NT

We are trying to Monitor Unix via Window95/98 on an NT network. Is there anyone that could point us in the direction on software that runs in Windows on a Telnet connection that we could use to accomplish this? We have tried a program called Unix Watcher by Etasoft and can' get it to connect. ... (6 Replies)
Discussion started by: btrout
6 Replies

2. UNIX for Dummies Questions & Answers

Perl Scripting for monitoring logs

Hi, I am new to perl. I want to write a perl script to monitor logs. Where i want to monitor exceptions logged or any kind of error strings. I have a dir(On Solaris) with multiple log file which keeps rolling to .gz file after some time in that same dir. These logs files size keeps on... (1 Reply)
Discussion started by: solitare123
1 Replies

3. Windows & DOS: Issues & Discussions

Log monitoring in windows

Hi, I'd like to know if there is a way to monitor a log file conitnuously for one or more strings and if found, send an alarm. It should also take care not to inlcude the old log file entries. Thanks. (2 Replies)
Discussion started by: er_ashu
2 Replies

4. UNIX for Advanced & Expert Users

How to view the unix logs in windows ??

Hi ! I have a FTP site, where I softlinked my server log file. Now I want to view the logs in IE as I do in unix Some kind of free tool should be there, Can somebody provide me a pointer. Thanks. (0 Replies)
Discussion started by: dashok.83
0 Replies

5. Shell Programming and Scripting

Logs access in windows fetching the data from a unix server

How I can get the logs that are getting stored in specific location in unix server through an Apache web server installed in unix server? Requirement is to access the logs through the URL in windows browser without any access. (1 Reply)
Discussion started by: alvida
1 Replies

6. Windows & DOS: Issues & Discussions

windows server hardware monitoring

:wall:hi all, as hp support pack has hpasm, hpacu command using in linux server to show and monitor hareware status. hpacu command was avaialbe in windows server also, but where can find hpasm command in windows, it looks hp support pack not support hpasm in windows. any one can help? an... (1 Reply)
Discussion started by: maxlee24
1 Replies

7. AIX

How to send AIX logs to windows

good day all how to send aix syslogs to a shared folder in windows regards , (2 Replies)
Discussion started by: thecobra151
2 Replies

8. Shell Programming and Scripting

Perl script to parse multiple windows event logs.

Hi all, I am developing a log parsing agent in perl to send windows Event logs to Zenoss Monitoring tool. Using Win32::EventLog i can able to get the Event messages but only one Eventype eg Application or System could able to parse at a time. Can you please help to how to open mutiple eventlogs... (3 Replies)
Discussion started by: kar_333
3 Replies

9. Shell Programming and Scripting

Script for monitoring logs

hi, i'm using unix solaris 5.8. I have to write a shell script for monitoring logs. whenever the logs are not updated more than one hour an alert will be send to my mail. I'm new to Unix, so could anyone help me to find this. (3 Replies)
Discussion started by: Arasu
3 Replies

10. Infrastructure Monitoring

How to monitoring windows process using nagios CheckProcState?

Hello, I am trying to get correct syntax to monitoring process running on windows server using CheckProcState. when i am trying below command whether notepad.exe running or not. its showing process running. Could you please provide me correct syantx. /usr/local/nagios/libexec/check_nrpe -H... (0 Replies)
Discussion started by: ghpradeep
0 Replies
bubbros-client(6)						   Games Manual 						 bubbros-client(6)

NAME
bubbros-client - the bub-n-bros client SYNOPSIS
bubbros-client [ options ] [host[:port]] DESCRIPTION
This is the bub-n-bros client that connects to bub-n-bros servers started with bubbros-server(6) or bubbros(6). It supports many different audio and video drivers and is very multi-platform. OPTIONS
host Search for a game on the given machine, and connect to one if found. If this is not defined, search for servers on the local net- work. host:port Connect to server running on given port on given host. If this is not defined, search for servers on the local network. --bits=N This option concerns only the windows audio driver. Set bits per sample. Valid values are 8 and 16 (default). -d DRIVER, --display=DRIVER Use video driver DRIVER. Valid drivers are: X X Window driver for Linux and Unix systems with an X server running. See the --shm option. windows MS Windows driver. pygame PyGame gaming library for python (if installed) has video output. Use it if this is specified. See http://www.pygame.org and the --transparency option. gtk Use the PyGTK library (if installed). See http://www.pygtk.org/ and the --zoom option. -h, --help Display help. --fmt=format This option concerns only the linux audio driver. Set the sound data format. Defaults to S16_NE. You can get a list of supported formats with --fmt=list. --freq=N This option concerns only the linux and windows audio drivers. Set mixing frequency to N (in Hz). Defaults to 44100. -m, --metaserver Connect with the help of the Metaserver (see bubbros-server(1) for more info). Run bubbros-client -m to print a table of currently running servers, pick the the exact IP address and port of the server of your choice from the table, and run again bubbros-client -m host:port. --port TCP=port In conjunction with the -m option, force a specific port on which to listen for an incoming TCP connexion from the remote server. This is only used if a direct connexion to the server fails. A random port number is picked by default. This option is useful if you are behind a firewall but can let TCP connexions on specific ports reach you. --port UDP=port Force a specific port on which to listen for incoming UDP traffic (animation data). Useful if you are behind a firewall but can let UDP traffic on a given port pass through. This is optional: animation data is routed over the TCP link if it does not appear to reach the client. A random port number is picked by default. -s DRIVER, --sound=DRIVER Use driver DRIVER for audio. Valid drivers are: pygame Use the audio capabilities of the PyGame library (http://www.pygame.org). linux Use the linux audio mixer. See the --freq and --fmt options. windows Use the Windows audio mixer. See the --freq and --bitsoptions. off No sounds. --shm=yes, --shm=no This option concerns only the X display driver. Disable or enable the shm (Shared Memory) extension. It is enabled by default and should only be disabled for remote X connections and old X servers. -t Use the TCP protocol. The default is to autodetect the protocol. See the -u option. --transparency=yes, --transparency=no This option concerns only the pygame display driver. Disable or enable transparent bubbles. Enabled by default. Disabling makes game a bit faster. -u Use the UDP protocol. The default is to autodetect the protocol. See the -t option. --zoom=N% This option concerns only the gtk display driver. Scale output by N%. SEE ALSO
bubbros(6) bubbros-server(6) December 7, 2007 bubbros-client(6)
All times are GMT -4. The time now is 06:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy