Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ns_logctl(3aolserv) [debian man page]

ns_log(3aolserver)					    AOLserver Built-In Commands 					ns_log(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
ns_log, ns_logctl - commands SYNOPSIS
ns_log severity message _________________________________________________________________ DESCRIPTION
While the AOLserver is running it logs various events from Notices to Fatal errors. Usually the AOLserver is running in the background, in which case these messages are placed in the server log. In absence of an ServerLog key in the AOLserver nsd.ini file, this file is the /log/error.log under the AOLserver installation directory. When the AOLserver is running in the foreground the messages are redirected to stderr. ns_log writes the message to the server error log file. Allowable values for severity are: Notice - Something interesting occurred. Warning - Something that could mean something bad occurred. Error - Something bad occurred. Fatal - Something extremely bad occurred. The server will shut down after logging the message. Bug - Something occurred that implies that there is a bug in the code. Debug - If the server is in Debug mode, the message is printed. Debug mode is specified in the [ns/parameters] section of the configuration file. Otherwise, the message is not printed. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 ns_log(3aolserver)

Check Out this Related Man Page

ns_info(3aolserver)					    AOLserver Built-In Commands 				       ns_info(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
ns_info, ns_server, ns_stats - commands SYNOPSIS
ns_info address ns_info argv0 ns_info boottime ns_info builddate ns_info config ns_info home ns_info hostname ns_info interp ns_info label ns_info log ns_info name ns_info pageroot ns_info platform ns_info server ns_info tcllib ns_info uptime ns_info version ns_server option ?arg arg ...? ns_stats option ?arg arg ...? _________________________________________________________________ DESCRIPTION
ns_info boottime Returns the server boot time in seconds. ns_info config Returns the configuration file name. ns_info home Returns the directory where the AOLserver was installed. ns_info hostname Returns the name of the host on which server is running (e.g., www.myhost.com). ns_info interp Returns the number of the Tcl interpreter currently being used. ns_info label Returns the source code label for the server. If no label was used, "unlabeled" is returned. ns_info log Returns the location of the server log file (e.g., /home/myserver/log/server.log). ns_info name Returns the name of the AOLserver. It's usually "AOLserver." ns_info pageroot returns the directory containing the HTML pages for this virtual server. ns_info platform Returns the name of the platform that the server is running on (e.g., Solaris). ns_info server returns the name of this virtual server. ns_info tcllib returns the directory where the AOLserver Tcl source code resides for this virtual server. ns_info uptime returns the time in seconds that the server has been up. ns_info version returns the version of the AOLserver. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 ns_info(3aolserver)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

a very annoying problem

hi i got fbsd here,when i try to start my X server as an user I got hte following error. Fatal server error: xf86OpenConsole: Server must be running with root permissions You should be usig Xwrapper to start the server or xdm. We strongly advise against making the server SUID root! But... (2 Replies)
Discussion started by: Stormpie
2 Replies

2. Shell Programming and Scripting

"bad number" message

Hi, running a script fine , i get twice the following message and whether i put "set -x" , i don't see what's going wrong : /users/notes01/scripts/sad/util/verif_boot_notes.ksh: Ma: bad number any ideas ? regards Christian (4 Replies)
Discussion started by: Nicol
4 Replies

3. Shell Programming and Scripting

html - text file question

Hi - not sure if this is the correct forum but maybe you can help all the same. I have an ascii file on my server that I log events to.. I have samba and apache running on this server also - although I am not currently using them and have just started them up. They both appear fine so far. I... (5 Replies)
Discussion started by: frustrated1
5 Replies

4. UNIX for Advanced & Expert Users

Remote log in problems

We have a server running solaris 8 and are having troubles with remotely accessing the server, We can rsh,telnet,ssh etc but when we log in there is no command line and were unable to enter any commands at all I have tryed from putty,telnet from my windows box and ssh,rsh and telnet from my... (1 Reply)
Discussion started by: Mr Pink
1 Replies

5. UNIX for Advanced & Expert Users

Xwindows wont start

I have one machince where X crashes with some weird error on boot... Fatal server error: Cannot move old logfile "/var/log/XFree86.0.log.old" This is running redhat enterprise ES 3, I cant figure out how to get past this error. I have tried deleting the logfiles and recreating them, however... (1 Reply)
Discussion started by: frankkahle
1 Replies

6. Linux

error message

Hello I got this message error on my box with linux red hat 2887a374 WsServer E WSVR0009E: Error occurred during startup Do you know what does that mean ! Thanks in advance (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

7. UNIX for Dummies Questions & Answers

getting help on finding exception in running log file

Hi all, I am trying to write a script for an application server log file where i want to put this script as a cron tab entry and it will check the server log file last 1000/500 line for every fifteen minute. i am using the script like this. count=`tail -n 1000 Trace.log | grep -c... (1 Reply)
Discussion started by: senthilkumar_ak
1 Replies

8. UNIX for Dummies Questions & Answers

What does this error message mean?

I was reviewing logs and I got this error message in /var/log/messages: Did not receive identification string from (IP ADDRESS) What does it mean? (6 Replies)
Discussion started by: mojoman
6 Replies

9. Solaris

vnc server error

I 'm unable to start vnc server, i get following error in the log file Fatal server error: could not open default font 'fixed' xsetroot: unable to open display 'essapl020-u009:0' twm: unable to open display "essapl020-u009:0" xterm Xt error: Can't open display: essapl020-u009:0... (0 Replies)
Discussion started by: fugitive
0 Replies

10. AIX

AIX 6.1 Error - "A file, file system or message queue is no longer available."

Getting a strange error with a log file below. This is just a normal text log file that is written to by an application on the server. The applicaiton is down, however, I cannot read, remove or touch this file. The file shows on an ls listing but not an ls -al listing. The file system is JFS2... (0 Replies)
Discussion started by: troym72
0 Replies

11. Shell Programming and Scripting

Nullifying a log file

Hi, I have a Weblogic server running in Solaris box which is writing an out file 'server.out' but this file is growing so fast 1GB per hour . to nullify this file and keep the process update I have created a shell script. 1 ) cp /dev/null server.out 2 ) cat /dev/null > server.out 3 )... (2 Replies)
Discussion started by: Joseph Antoine
2 Replies

12. Shell Programming and Scripting

help with email to be triggered based on fatal error detection from batch run log file neded

Hi, I require need help in two aspects actually: 1) Fatal error that gets generated as %F% from a log file say ABClog.dat to trigger a mail. At present I manually grep the log file as <grep %F% ABClog.dat| cut-d "%" -f1>. The idea is to use this same logic to grep the log file which is... (1 Reply)
Discussion started by: zico1986
1 Replies

13. Hardware

NetRaid Changed from online to FAILED

Hi dear experts, My SCO Unix server displayed the above message and since then have been beeping. When the system was restarted, the message 'HP NetRAID :Adapter:0 LDrv 1 state at startup DEGRADED'. I have switch controls to another server. Can some one help me with what could be the... (1 Reply)
Discussion started by: scomrade
1 Replies

14. OS X (Apple)

Debug help

Hello, I was looking at kernel log's and found some parts what was "interesting" I previously started looking what has been going on in my computer because I had hacker attacks on my machine. Installed Avira & Little Snitch - softwares Previously my computer opened few folders what I have... (1 Reply)
Discussion started by: Scourge-
1 Replies

15. SCO

SCO 6.0 new install checksum errors

Updating from an old server with 5.01 to a new server with Openserver 6.0 After getting the hardware sorted out ( raid - too bad its not a bug killer ) I installed OS 6.0 from the distribution cd . All went well . Before loading MP4 I ran the software manager to verify the software and verify... (5 Replies)
Discussion started by: bigbug
5 Replies