Sponsored Content
Full Discussion: Help with lpar2rrd
Operating Systems AIX Help with lpar2rrd Post 302655039 by vpundit on Tuesday 12th of June 2012 04:02:58 PM
Old 06-12-2012
[Solved]Help with lpar2rrd

Hi,

I have recently installed lpar2rrd and everything is now set. I have customized it to suit what i needed for work. My problem is now I am eliminating all errors from the error log but I can't seem to find how to do the last two. can anyone help? Here is the output I am receiving:


Code:
Tue Jun 12 15:32:15 2012: -3 -- 1339543050 -- 06/12/2012 19:17:30 + last : 06/12/2012 19:17:30 1339543050 hmc  : 06/12/2012 15:32:14 1339529534 : No such file or directory
Tue Jun 12 15:32:22 2012: Tue Jun 12 15:32:11 2012: time issue 1   : mlisgifscloudqa-hmc:MLISCIFSCLOUDQA hours:-3 mins:-220 Last saved record (HMC lslparutil time) : 1339543050 ; HMC time : 1339529534 : No such file or directory

I have fixed the time&date issue on the HMC but still getting this error.

any help would be greatly appropriated.

Last edited by vpundit; 06-14-2012 at 11:43 AM.. Reason: code tags
 

We Also Found This Discussion For You

1. AIX

LPAR2RRD showing no data?

Just installed LPAR2RRD tool onto AIX box following official guide. Everything looks fine, able to view the browser and see the HMC and associated LPARs. Likewise the CGI-BIN of the web server works fine. Data has been successfully loading in via the first run of the "load.sh" script...... (0 Replies)
Discussion started by: kennygratts
0 Replies
sttime(3)						    ShapeTools Toolkit Library							 sttime(3)

NAME
stMktime, stWriteTime - date and time handling SYNOPSIS
#include <config.h> #include <sttk.h.h> time_tstMktime (char *string); char*stWriteTime (time_t date); DESCRIPTION
stMktime scans the given string and tries to read a date and time from it. It understands various formats of date strings. The following is a list of all valid formats, optional parts in brackets. [Tue] Jan 5[,] [19]93 This includes the standard asctime(3) format. Jan 5 With no year given, the year defaults to the current year. [19]93/01/05 This notation requires month and day represented by exactly two digits. 5.1.[19]93 This is the usual German notation. 5.1. German notation referencing the current year. A certain time, given together with the date must always have the following form. hours:minutes[:seconds] Each of the fields must be an integer value within the proper range (hours: 0-23, minutes and seconds: 0-59). Values below 10 may be written as one digit numbers. The time value may be placed anywhere in the date string: at the beginning, at the end, or somewhere in the middle. Any amount of white- space may be given between a field of the time value and the separating colon. The time is always considered to be local time. stWriteTime generates a time string similar to asctime(3) from its date argument. SEE ALSO
asctime(3) BUGS
Time Zone Names within the time string (like `MET') are not handled properly. In most cases they will cause a failure. sttk-1.7 Thu Jun 24 17:43:35 1993 sttime(3)
All times are GMT -4. The time now is 03:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy