- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Monitor summary
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2007 02:53 PM
05-06-2007 02:53 PM
Monitor summary
summary for collecting output from 0 o'clock to 8 o'clock by following command
$mon clus /sum=a.a /begin=00:00 /end=08:00 /int=300
It shows the message
%MONITOR-E-BEGNLEND,begining time not earlier than ending time..
while.
$mon clus /sum=a.a /begin=08:00 /end=14:00 /int=300
works properly..
Where the mistake lies??
Please help...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2007 03:19 PM
05-06-2007 03:19 PM
Re: Monitor summary
At what time did you request that?
I suspect that is was after 08:00 'today'.
That command would not make much sense, but the error message admittedly appears to be misleading.
Try:
$ mon clus /sum=a.a /begin="tomorrow +0-00:00:00.00" /end="tomorrow +0-08:00:00.00" /int=300
Personally I would not play with those few seconds aroud midnight and start 00:05:00
fwiw,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2007 03:46 PM
05-06-2007 03:46 PM
Re: Monitor summary
$mon clus /sum=a.a /begin=08:00:00 /end=14:00:00/int=300
$mon clus /sum=a.b /begin=14:00:00 /end=20:00:00/int=300
$mon clus /sum=a.a /begin=20:00:00 /end=00:00:00/int=300
it works..but
$mon clus /sum=a.a /begin=00:00:00 /end=08:00:00/int=300
does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2007 04:09 PM
05-06-2007 04:09 PM
Re: Monitor summary
The END time MUST be after the current time. Therefor you can only issue the full list BEFORE 08:00 on the day itself, or you can pre-issue for tomorrow like I showed (or a variantion thereof).
Think about it!
What does it mean to request /BEG=00:00/END=08:00 at 09:00 ?
Back to my question.... when did you try this? I suspect it works when requested at 7.
Mind you, it might not be very useful.
You can just make a full file and ask monitor for an extract for a given range later on no?
Also... please consider T4.
Cheers,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2007 04:35 PM
05-06-2007 04:35 PM
Re: Monitor summary
$submit/keep/noprint/que=deer_batch/after="tomorrow+8:00" monbatch.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2007 06:19 PM
05-06-2007 06:19 PM
Re: Monitor summary
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2007 08:35 PM
05-06-2007 08:35 PM
Re: Monitor summary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2007 08:37 PM
05-06-2007 08:37 PM
Re: Monitor summary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2007 12:45 AM
05-07-2007 12:45 AM
Re: Monitor summary
$submit/keep/noprint/que=deer_batch/after="tomorrow+8:00" monbatch.com
Like I wrote... what did you expect?
What is the meaning of /begin=00:00 /end=08:00 when it is alreeady 08:00?
If you mean 'tomorrow', then say 'tomorrow'!
Wim >> Leave out the /begin on all l;ines and it will work
How will that work if the END is the problem?!
Allow me to demonstrate:
$ show time
7-MAY-2007 07:39:36
$ mon clus /sum=a.a /end=06:00 /int=300
%MONITOR-E-BEGNLEND, beginning time not earlier than ending time
The beginning time is 'now' which is indeed not earlier than the end.
The error message becomes slightly confusing when an explicit begin is specified:
$ mon clus /sum=a.a /end=06:00 /int=300 /begin=04:00
%MONITOR-E-BEGNLEND, beginning time not earlier than ending time
Here the specified/requested begin time is earlier than the end, but the effective begin time is not.
Cheers,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2007 01:24 AM
05-07-2007 01:24 AM
Re: Monitor summary
But as soon as the procedure doesn't start at 8:00 or if monitor should stop at 13:59:59 due to a bug THEN it wouldn't work.
Wim