loging data on a solaris server


 
Thread Tools Search this Thread
Operating Systems Solaris loging data on a solaris server
# 1  
Old 08-14-2008
loging data on a solaris server

Dear all

I would like to know that is there any way to find out that any client of solaris server, is fetching data from a server, in that situationng server can log what data which is flowing in the form of packet, client is fetching from the server through any application or any utility.

I also know that we can use TCP tracing to log client IP address and Service name. But here my concern is about to log data

King Regards
# 2  
Old 08-21-2008
If your server is only serving HTTP and FTP files, for instance, you can turn on logging so the you can report on which files were served. You might need a 3rd party package such as Apache and ProFTP to enable such logging. If you are doing something more, (NFS, SSH) you will have to go to a deeper level...

If I recall correctly, Solaris has some form of fine-grained accounting control. I believe every system call can be traced in this way. What you want to trace are all open() system calls, and log the files that are opened. Then you can exclude from this report all the normal stuff (Shared libraries, executables, etc). What you have left is data (and configuration files). Google "Solaris accounting".
# 3  
Old 08-21-2008
I suppose you should have a syslog server in your environment?Smilie
# 4  
Old 08-25-2008
Thanks to Otheus and Incedible for the kind Help
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How can i send Solaris syslog loging server?

HI how can i send solaris syslog to centralized logging server? i have tried adding like below and got error: *.err;kern.debug;daemon.notice;mail.crit @172.16.200.50:5000 and the error i got in /var/adm/messages is: Jun 10 13:02:24 aresdb-new.alshaya.com syslogd: line 14:... (10 Replies)
Discussion started by: bentech4u
10 Replies

2. Shell Programming and Scripting

Parsing XML (and insert data) then output data (bash / Solaris)

Hi folks I have a script I wrote that basically parses a bunch of config and xml files works out were to add in the new content then spits out the data into a new file. It all works - apart from the xml and config file format in the new file with XML files the original XML (that ends up in... (2 Replies)
Discussion started by: dfinch
2 Replies

3. Shell Programming and Scripting

Username password asked during loging

Hi, Whenever I open my unix box,after providing username and password I get the following message. Are you authorised to use this computer as detailed above? (Y)es/(N)o : y Export: Release 10.2.0.2.0 - Production on Mon May 16 16:00:15 2011 Copyright (c) 1982, 2005, Oracle. All rights... (5 Replies)
Discussion started by: emilybose
5 Replies

4. Shell Programming and Scripting

SFTP to server, pulling data and removing the data

Hi all, I have the following script, but are not too sure about the syntax to complete the script. In essence, the script must connect to a SFTP server at a client site with username and password located in a file on my server. Then change to the appropriate directory. Pull the data to the... (1 Reply)
Discussion started by: codenjanod
1 Replies

5. UNIX for Dummies Questions & Answers

Can't loging because .basrc file messed up

Dear Friends, I have messed up with my .bashrc file (something I have deleted) and now i can't login back to system.. any Idea.. I can do login with other login and password.. but I dont have root password because of security reason... If I ask root then It will take about 4 -5 days to go... (4 Replies)
Discussion started by: umeshjaviya
4 Replies

6. UNIX for Advanced & Expert Users

problem loging in

Hello all, We recently got one brand new Sun SPARC T5120 server. This server was powered on remotely by someone and i am trying to log in to this server through Console Management Server to build this box. For some reason I get a login prompt asking login name and password provided that this is a... (3 Replies)
Discussion started by: solaix14
3 Replies

7. Forum Support Area for Unregistered Users & Account Problems

Loging On

Followed Link To Activate And Couldn't (0 Replies)
Discussion started by: jamal7
0 Replies

8. Solaris

Archive data accross solaris server

Can anyone tell me how to safely archive data across the network instead of tape in Solaris. Thanks Remi (1 Reply)
Discussion started by: Remi
1 Replies

9. Solaris

CDE loging window resize?

I was asked to display a banner on the CDE login window and I have successfully accomplished that task. This is what I did: 1) made the directory /etc/dt/config/C 2) cp /usr/dt/config/C/Xresources /etc/dt/config/C 3) I edited /etc/dt/config/C/Xresources and ensured the following lines were... (0 Replies)
Discussion started by: rtoba
0 Replies

10. Linux

last loging message

hi when any user in redhat linux 7.3 (root and normal users) get loging to the system the last login message is displaied while in redhat 9.0 only root get that message so... how can i disable normal users in 7.3 from getting this message and enable them in 9.0 to get it regards... (1 Reply)
Discussion started by: a_elhoseeny
1 Replies
Login or Register to Ask a Question