- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: UNIX process question
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
08-25-2005 12:41 AM
08-25-2005 12:41 AM
We have a script that looks at IDLE CPU under 60% that we wrote. Here is the out put . I am just curious.
CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
3 pts/tt 3087 oracle 235 20 39156K 24036K run 14:22 97.62 97.45 sqlplus
1 ? 3042 oracle 235 20 1804M 67832K run 4:23 63.98 63.87 oraclemcd1
2 ? 3089 oracle 154 20 1747M 10488K sleep 5:42 35.57 35.51 oraclemcd2
1 ? 3105 oracle 154 20 1741M 4280K sleep 1:17 8.98 8.96 oraclemcd1
1 ? 10109 oracle 156 20 1742M 5748K sleep 4:47 3.71 3.71 ora_dbw0_mcd2
0 ? 10111 oracle 156 20 1746M 9844K sleep 2:40 2.05 2.04 ora_lgwr_mcd2
1 ? 1896 root -16 20 38592K 16748K run 17:28 1.22 1.21 midaemon
0 ? 39 root 152 20 7424K 7424K run 11:06 0.77 0.77 vxfsd
1 ? 7168 a2dev01a 152 20 2703M 1343M run 15:19 0.66 0.66 java
1 ? 2202 root 154 20 3012K 436K sleep 2:22 0.50 0.49 nfsd
1 ? 2207 root 154 20 3012K 436K sleep 2:22 0.49 0.49 nfsd
1 ? 2204 root 154 20 3012K 436K sleep 2:21 0.49 0.49 nfsd
0 ? 2203 root 154 20 3012K 436K sleep 2:39 0.48 0.48 nfsd
1 ? 2200 root 154 20 3012K 436K sleep 2:22 0.48 0.48 nfsd
0 ? 2205 root 154 20 3012K 436K sleep 2:40 0.47 0.47 nfsd
3 ? 2215 root 154 20 3012K 436K sleep 2:14 0.47 0.47 nfsd
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 12:47 AM
08-25-2005 12:47 AM
SolutionBy default, 16 of them start up.
You can find information on how to limit them in the /etc/rc.config.d/nfsconf file.
Best regards,
Oz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 12:50 AM
08-25-2005 12:50 AM
Re: UNIX process question
Nothing to worry about.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 01:02 AM
08-25-2005 01:02 AM
Re: UNIX process question
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.core stop
And edit /etc/rc.config.d/nfsconf to set client and server =0, turn off automount options and also turn off START_MOUNTD.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 01:19 AM
08-25-2005 01:19 AM