- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MeasureWare extract command
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
03-29-2001 12:10 AM
03-29-2001 12:10 AM
MeasureWare extract command
I've trouble using the extract command with a template report file.
I'm trying to use the MISSING entry to set to zero in case of a missing value.
Moreover, the command I'm using is extract -G -M ...... -xp, where -M should be turn on the MISSING VALUE to zero (default).
This seems doesn't work. Is there anyone experienced with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 12:38 AM
03-29-2001 12:38 AM
Re: MeasureWare extract command
The problem looks a bit shady. I am using the
following command to extract the data and it is working fine on my systems.
/opt/perf/bin/extract -xp D-1 -G -v -f /tmp/systemreport -r /tmp/mytemplate.
This gives me yesterdays report. If the MWA daemons are running then there are little chances of getting "no data" situations.
Hope this helps.
Suhas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 01:53 AM
03-29-2001 01:53 AM
Re: MeasureWare extract command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 03:19 AM
03-29-2001 03:19 AM
Re: MeasureWare extract command
one is the template file....myrept
and the other is the report that is generated......report088.
Do revert back in case of any queries...
Suhas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 03:21 AM
03-29-2001 03:21 AM
Re: MeasureWare extract command
;-))))))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 04:46 AM
03-29-2001 04:46 AM
Re: MeasureWare extract command
What is the MWA version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2001 01:36 AM
03-31-2001 01:36 AM
Re: MeasureWare extract command
i have phased this kind of problem. But there is no way but to say no data available. This helps the MIS teams to have a better conclusions. That part of the report should be kept blank. (and not made zero).
Secondly, we have kept a small script which
check whether the mwadaemon is running or not. If not, then the cron starts it. The cron job works once every hour.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2001 06:54 AM
04-03-2001 06:54 AM
Re: MeasureWare extract command
;-)))