- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall takes up 70 to 90% of cpu, can I kill it...
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
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
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
тАО09-05-2001 08:14 AM
тАО09-05-2001 08:14 AM
I am using the "top" command to check the top processes. I noticed that %CPU for swinstall is the top process with 70 to 90%. I then did
ps -ef | grep sw
the result
1- root 0 0 0 Jul 20 ? 157:51 swapper
2- root 1123 1 0 Jul 20 ? 0:15 /usr/sbin/swagentd -r
3- root 19290 1123 0 Aug 20 ? 0:44 swagent / 4 12 ncacn_ip_tcp ncadg_ip_udp:999.999.99.99[2121]
4- root 19176 1 200 Aug 20 ? 17594:31 /usr/sbin/swinstall -i
There is no install going on now, Is it safe to kill these processes?
Why is the swinstall hanging?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2001 08:19 AM
тАО09-05-2001 08:19 AM
Re: swinstall takes up 70 to 90% of cpu, can I kill it?
If you don't have patches upto Jun 2000, there was a bug with some of the sw* processes. I usually get into situations where swlist used hang without aboring with ^C.
Upgrade your system to the latest possible patch levels.
You can kill the swinstall sessions if you are sure that no other person is installing anything. Also make sure to tail /var/adm/sw/swagent.log to verify nothing active is going on.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2001 08:21 AM
тАО09-05-2001 08:21 AM
SolutionDue apologies.
Before killing it, verify /var/adm/sw/swagent.log and see if there is any installation that required reboot has been hanging. If so, killing this sessino will reboot the system.
So, be cautious.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2001 08:32 AM
тАО09-05-2001 08:32 AM
Re: swinstall takes up 70 to 90% of cpu, can I kill it?
There was no install going on now, and no install needs a reboot, I killed the process, and looks ok.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2001 08:36 AM
тАО09-05-2001 08:36 AM
Re: swinstall takes up 70 to 90% of cpu, can I kill it?
You could also have tried "/usr/sbin/swagentd -k" before killing it, but i would say definitely install the latest SD-UX patch PHCO_23966 for 11.0
-Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2001 10:45 AM
тАО09-05-2001 10:45 AM
Re: swinstall takes up 70 to 90% of cpu, can I kill it?
Transient network issues or running 'Measureware' can interfer with 'swinstall'. You can either stop Measureware during the install or do:
# swinstall -x rpc_binding_info=ncadg_ip_udp:[2121]
...JRF...