Sponsored Content
Top Forums UNIX for Dummies Questions & Answers problem with Solaris in Network configuration Post 8404 by premkumar on Thursday 11th of October 2001 01:49:15 AM
Old 10-11-2001
thks praful,francis,98_1LE for u r suggestions and help.

PremkumarSmilie
 

10 More Discussions You Might Find Interesting

1. IP Networking

solaris network problem

hello i had soloaris 8 installed . at the beggining it sees my network card( intel i815/82559 onboard)(my mainboard is GA-8IRXP); but during the installation when I fill the ip address and the dns at the end that i should confirm it says: no dns find (i'm sure about the dns... (4 Replies)
Discussion started by: hessam
4 Replies

2. UNIX for Dummies Questions & Answers

Network configuration in Solaris 8

Hi. I have installed Solaris 8 and I am trying to configure the network settings. For some reason every time I reboot, my card loses its configuration. I can run ifconfig and the only IP address bound to my card (on either interface) is 127.0.0.1. I can change that to a valid IP address on my... (8 Replies)
Discussion started by: Ask Me
8 Replies

3. Linux

Linux network configuration problem

I have clients that will be connecting to a server (ServerA) through a switch. ServerA connects to the switch through eth0 and i use another ethernet card - eth1 to connect to the Internet through an ADSL router. The clients can access the internet with no problem, i have set up IP forwarding and... (2 Replies)
Discussion started by: robple11
2 Replies

4. Solaris

Solaris 10 network configuration problem with zone

I am seeking help from the gurus in this forum and hope that I can find answers soon. Anyone who provide the answers will be greatly appreciated. I have a sparc box with Solaris 10 on it. We install Solaris with zone structure. One global zone and two other zone. I installed Oracle DB on global... (6 Replies)
Discussion started by: duke0001
6 Replies

5. Solaris

common network problem under Solaris 10 ?

Hi there, I run a SunFire v245 with solaris 10. I run a custom ERP on that. my clients are connecting via telnet and run the application... my last "server" was a sun blade 100 with solaris 8, everything was running correctly. Since I have the new server, I have many problem with my... (5 Replies)
Discussion started by: Siffleu
5 Replies

6. Solaris

Problem with network printer on Solaris.

Hi All, We have configured an hp network printer on a Solaris-sparc machine. We are unable to print any files from this machine. The following are the other details: lpstat -p hpnic -l printer hpnic waiting for auto-retry. available. exec exit fault Form mounted: ... (0 Replies)
Discussion started by: shahshilpa
0 Replies

7. Solaris

Problem in network configuration

Hi everybody, I have a very strange problem ; if somebody could help me it would be very kind. I'll try to explain my problem. I have 2 unix machines absolutely identical running solaris 9. For network reasons I need to change the IP address of the 2 machines. I proceed exactly the same on the... (11 Replies)
Discussion started by: aribault
11 Replies

8. AIX

Problem with NFS mount and network configuration between AIX and Windows 2003 servers

I ‘m beginner on unix I want to move an unix aix post 5.2 on distant site for use catia V4 with a foundation of data accommodated by a serveur windows 2003 and an environment accommodated on the serveur aix. The computer was linked up by IP (122.0.0.8) with waiter 2003 (via NFS) and the waiter... (8 Replies)
Discussion started by: astiaous
8 Replies

9. Solaris

Solaris Network Configuration

Hi How do I configure a network card in Solaris 10? using the command ifconfig, and also please advise me for persisting this ip address what are the files newly created and modify. I am a new baby in solaris:) (4 Replies)
Discussion started by: vipinmurali
4 Replies

10. Solaris

Network interface configuration - Solaris 11

Hi, I am new in Solaris 11. I can't even make the NIC work. Here is the issue: Any help will be greatly appreciated. (6 Replies)
Discussion started by: aixlover
6 Replies
COMBINED2DLF.IN(1)					  LogReport's Lire Documentation					COMBINED2DLF.IN(1)

NAME
combined2dlf - convert combined log file to DLF SYNOPSIS
combined2dlf file DESCRIPTION
combined2dlf converts web server log files in the combined log format to the www DLF. The combined (also known as extended common log format) log format was first implemented in the NSCA httpd webs server but is now supported in many web servers. Apache can be configured to use that log format. COMBINED LOG FORMAT
The combined log format is an extension to the Common Log Format; see common2dlf(1). It adds two fields to the end of the line: "referer" "useragent" referer The content of the Referer request's header. This usually reflects the page where the user was before that request. useragent The content of the User-Agent request's header. This usually reflects the browser that the user is using. Log example : 127.0.01 - - [11/03/2001 12:12:01 -0400] "GET / HTTP/1.0" 200 513 "-" "Mozilla/5.0" dsl1.myprovider.com - francis [11/03/2001 12:14:01 -0400] "GET /secret/ HTTP/1.0" 200 1256 "http://www.example.com/index.html" "Mozilla/5.0" EXAMPLES
To process a log as produced in the combined logformat: $ combined2dlf < combined.log combined2dlf will be rarely used on its own, but is more likely called by lr_log2report: $ lr_log2report combined < /var/log/httpd/combined.log SEE ALSO
common2dlf(1), modgzip2dlf(1), referer2dlf(1) AUTHORS
Joost van Baal <joostvb@logreport.org>, Francis J. Lacoste <flacoste@logreport.org> and Egon Willighagen <egonw@logreport.org>, based on an idea by Edwin Groothuis VERSION
$Id: combined2dlf.in,v 1.10 2006/07/23 13:16:36 vanbaal Exp $ COPYRIGHT
Copyright (C) 2000, 2001 Stichting LogReport Foundation LogReport@LogReport.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html. Lire 2.1.1 2006-07-23 COMBINED2DLF.IN(1)
All times are GMT -4. The time now is 01:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy