- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sar: Can't open /var/adm/sa/sa29
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-2002 07:38 AM
03-29-2002 07:38 AM
'sar 1 5' works normal.
No sar in crontab for collecting data...
What do i have to do to make it work complete?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 07:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 07:48 AM
03-29-2002 07:48 AM
Re: sar: Can't open /var/adm/sa/sa29
Greetings,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 07:50 AM
03-29-2002 07:50 AM
Re: sar: Can't open /var/adm/sa/sa29
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x43791cc6003bd6118fff0090279cd0f9,00.html
sar with a time interval goes against current, realtime system. sar without a time interval goes against the collection files in /var/adm/sa. To create those files run:
/usr/lbin/sa/sa1
man sa1 for more info. It will provide example crontab entries for collecting sar data.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 07:55 AM
03-29-2002 07:55 AM
Re: sar: Can't open /var/adm/sa/sa29
mkdir /var/adm/sa
chmod 777 /var/adm/sa
Then it should work
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 08:08 AM
03-29-2002 08:08 AM
Re: sar: Can't open /var/adm/sa/sa29
sar commandline usage:
sar -u 5 5 (not using collection files)
for using sar -u, i did:
mkdir /var/adm/sa
chmod 777 /var/adm/sa
/usr/lbin/sa/sa1
Darrel, you completed the input of Steve, but by accident i only gave you 1 point... sorry, if you give one more reply i will add some extra points.
Case closed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 08:12 AM
03-29-2002 08:12 AM
Re: sar: Can't open /var/adm/sa/sa29
Steve completed Darrel, giving lousy 2 points. Sorry again.