- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- beremote takes 99% of the CPU time
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
10-03-2008 01:44 AM
10-03-2008 01:44 AM
Also the overall performance in terms of transfer rate is very bad.
The issue does not appear on Win's clients.
Symantec support is very badly on HP-UX.
Is there someone who experienced the same and perhaps found a solution to the problem ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 03:56 AM
10-03-2008 03:56 AM
Re: beremote takes 99% of the CPU time
Check all services running.
Kill those who are not important.
May be required Kernal Tunning and memory tunning for Applications.
Regards,
Gokul Chandola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 08:48 AM
10-03-2008 08:48 AM
Re: beremote takes 99% of the CPU time
I have BackupExec clients on HPUX 11.* and they use agent.be process names not beremote.
And yes Symantec support is rated an "F".
Moral of story, do not use Intel/MS based products to run your entrerprise. UNIX !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 11:05 AM
10-03-2008 11:05 AM
Re: beremote takes 99% of the CPU time
http://support.microsoft.com/kb/867667
The title is: The Beremote.exe process uses up to 100 percent of CPU resources
Of that's right, you aren't running Windows -- ignore this link. Or perhaps it is quite telling as it fails the same way on HP-UX.
Bottom line: never use Windows products, especially an application that is so critically dependent on hardware (CPU, I/O, disk, tape) on an enterprise class computer. And don't buy any production product for HP-UX from a vendor that asks: "You're running what?"
Chalk up the BackupExec to a learning experience and take a look at HP's Data Protector or other enterprise class backup tools. Backup software is like insurance. You don't see much value in it until you need it. But when you need it, bad insurance is worthless.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2008 12:22 AM
10-06-2008 12:22 AM
Re: beremote takes 99% of the CPU time
Unfortunately Backup Exec has been forced us....it's a company decision.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2008 01:31 AM
10-06-2008 01:31 AM
SolutionIf you're seeing a lot of sys mode CPU utilisation from a backup product, it's usually due to a stupidly small default block size for reads (IBM's TSM has this problem for instance). This results in the system having to do A LOT of expensive read system calls off your filesystems, resulting in A LOT of SYS CPU.
I'm not familiar with backup exec (again I agree with others - this is a "departmental" backup product, not suitable for enterprise operating systems or environments), but I would hope there was some way to adjust the read block size upwards. Usually going up to 256K blocks gives a meaningful increase in throughput.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2008 01:39 AM
10-06-2008 01:39 AM
Re: beremote takes 99% of the CPU time
it seems to be more sys cpu (57%) than user (17%).
So your suggestionis to review the kernel parameter for what concern the default block size read ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2008 02:02 AM
10-06-2008 02:02 AM
Re: beremote takes 99% of the CPU time
If you have glance on this system you could test this theory by attaching to the process and looking at system calls
1. run glance
2. find your beremote process and make a note of its PID
3. press "s" to select a process, and enter the PID of the beremote process
4. now press "L" (shift-l) to got to the process sys calls screen
5. It might take a few seconds to attach to the process, but eventually you should see a count of the system calls the process is making... are there a LOT of read calls compared to writes?
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 11:25 PM
10-07-2008 11:25 PM
Re: beremote takes 99% of the CPU time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 12:25 AM
10-08-2008 12:25 AM
Re: beremote takes 99% of the CPU time
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.9/
You can then analyse what system calls your beremote process is doing by issuing:
/usr/local/bin/tusc -c -p
Replacing
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 12:27 AM
10-08-2008 12:27 AM
Re: beremote takes 99% of the CPU time
HTH
Duncan
I am an HPE Employee
