- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance log data is unavailable" error when ru...
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-02-2005 02:02 AM
03-02-2005 02:02 AM
These are the steps I found to 'reset' things:
1. Stop ARMServer process:
/sbin/init.d/hparray stop
2. Make note of the /var/opt/hparray/log/LOGCATLG
permissions/ownership.
3. Execute the "> LOGCATLG" command to clear the file contents.
4. Restart the ARMServer process:
/sbin/init.d/hparray start
Run performance metrics when more history is available in the log files.
If there are only a few logs with invalid data, those logs should eventually
fall out of the requested time period, and valid performance data will be
available.
Question 1 - does it 'hurt' anything to run these steps during the day while users are actively using the system - I don't want to interfere with writes or reads on the RAID array.
Question 2 - For step 2 and 3, I believe I cd to /var/opt/hparray/log. Then do I type just > LOGCATLG? What does this do?
Question 3 - my goal is to determine if there are any performance recommendations I can get. Do I need to run both the -m and the -r options?
Thanks in advance for your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 02:51 AM
03-02-2005 02:51 AM
Re: Performance log data is unavailable" error when running arraydsp
It will be better to back up those files and then delete/null out. You amsy also want to have a look man pages of arry commands to know if this will affect in any way or not.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 08:31 AM
03-02-2005 08:31 AM
Re: Performance log data is unavailable" error when running arraydsp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 08:39 AM
03-02-2005 08:39 AM
Re: Performance log data is unavailable" error when running arraydsp
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 08:45 AM
03-02-2005 08:45 AM
SolutionFor example a "-r" analysis from midnite 01-Jan to 01-Mar of the current year is
arraydsp -r 01010000 03010000 array_id
array_id is obtained via arraydsp -i.
The -m analysis is exactly the same substituting -m for -r -- just like the man page says.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 09:06 AM
03-02-2005 09:06 AM
Re: Performance log data is unavailable" error when running arraydsp
Thanks,