picld_log(3PICLTREE) PICL Plug-In Library Functions picld_log(3PICLTREE)NAME
picld_log - log a message in system log
SYNOPSIS
cc [flag ...] file ... -lpicltree [library ...]
#include <picltree.h>
void picld_log(const char *msg);
DESCRIPTION
The picld_log() function logs the message specified in msg to the system log file using syslog(3C). This function is used by the PICL dae-
mon and the plug-in modules to log messages to inform users of any error or warning conditions.
RETURN VALUES
This function does not return a value.
ERRORS
No errors are defined.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|MT-Level |MT-Safe |
+-----------------------------+-----------------------------+
SEE ALSO syslog(3C), attributes(5)SunOS 5.10 28 Mar 2000 picld_log(3PICLTREE)
Check Out this Related Man Page
ptree_get_root(3PICLTREE) PICL Plug-In Library Functions ptree_get_root(3PICLTREE)NAME
ptree_get_root - get the root node handle
SYNOPSIS
cc [ flag... ] file... -lpicltree [ library... ]
#include <picltree.h>
int ptree_get_root(picl_nodehdl_t *nodeh);
DESCRIPTION
The ptree_get_root() function copies the handle of the root node of the PICL tree into the location specified by nodeh.
RETURN VALUES
Upon successful completion, 0 is returned. On failure, a non-negative integer is returned to indicate an error.
ERRORS
PICL_INVALIDARG Invalid argument
PICL_FAILURE General system failure
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Interface Stability |Evolving |
+-----------------------------+-----------------------------+
|MT-Level |MT-Safe |
+-----------------------------+-----------------------------+
SEE ALSO libpicltree(3PICLTREE), ptree_create_node(3PICLTREE), attributes(5)SunOS 5.11 28 Mar 2000 ptree_get_root(3PICLTREE)
I have a Dell Latitude c840 that runs SuSE 8.0 Enterprise server that hangs on bootup on trying to create /var/log/boot.msg. It boots in rescue mode just fine. I've tried deleting the old boot.msg file that was in there, but that did no good.
Does anyone have any advice/know of a website with... (3 Replies)
Hi experts . . .
Sunsolaris 9 version
I have the script as below:
Am getting log file as : archive_today_.log
Please suggest.
##################################################
set 'date'
dd=$3
mon=$2
export mon
yyyy=$6
export yyyy
cd /oracle/P47/saparch (4 Replies)
Hi,
Following error message apeared in the syslog.log file of our hps2_dc server.
Mar 10 17:22:12 hps2_dc vmunix: 0/4/0/0.1.3.255.14.1.0 sctl
Mar 10 17:22:31 hps2_dc vmunix: 0/4/0/0: Unable to access previously accessed device at nport ID 0x10300.
Could it be a hardware problem related... (4 Replies)
Good Day.
Any idea on the messages log. it would be a great help to us. Upon checking the on the system logs, I found the following messages:
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald... (1 Reply)
My windows developers want to scan an Oracle log live; samba won't give them what they want. They are trying to scan logs with Microsoft Operations Monitoring. I set up syslog to export to the external windows server and that is working, but is there a way to send the updates to the oracle log to... (3 Replies)
Hi Guys ,
I want to use system function in C to do the following work.
cp <file1> <file2> and then ><file1>
e,g cp \var\log\cpm_cpmd_1.log.1 \var\log\cpm_cpmd_1.log.2 and then
>\var\log\cpm_cpmd_1.log.1
1. g_config_info.cpmm_config.cpm_log_path=\var\log\
2. ... (3 Replies)
Hi all. I have a couple of scripts looking at my syslog.log, mail.log, and messages logs.
My scripts work well with syslog.log and messages logs. I use grep function and then make exceptions to things that I know happen often and that way can investigate better without being buried with... (2 Replies)
Hi @ all,
I´ve a short question, perhaps somebody could help me ...
How can I configure syslog-ng either not to log specific entries in messages or write them into another file ...
Here´re my extract from syslog-ng.conf:
...
filter f_imap { match(imap); };
...
destination... (5 Replies)
A process(apache/webservice) is continually writing a log(it is a single log, there are no several logs with different file names) onto a unix system.
the file system is filling up. How do you handle the situation.
Is there a way to handle this situation without killing the parent process.(... (1 Reply)
i want to know the type of error strings to watch for in any log file, whether it be system log or application log.
yes, i understand that there will be false positives as some errors may not carry as much impact in other organizations. but i would just like to have a list of known strings that... (4 Replies)
Hi,
My syslog in AIX forwards all user facility to a specific log /logs/user.log
I need to further segregate the user.log to logs specific to various applications and i was wondering if i can make some configuration change to syslog.conf to forward messages based on a certain keyword?
for... (2 Replies)