- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: basicdsd
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
12-29-2003 07:34 PM
12-29-2003 07:34 PM
basicdsd
process takes 98.08 % cpu usage.so i disabled
DPS( Distributed Print Service )i.e edit the file /etc/rc.config.d/pd and set the variable
PD_CLIENT equal to 0, then reboot. After rebooting the "basicdsd" process takes the same value i.e 98.08% cpu usage.How to remove this "basicdsd" process in D class server.pls give me some solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 07:40 PM
12-29-2003 07:40 PM
Re: basicdsd
Do you get any errors in the syslog ?
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 07:58 PM
12-29-2003 07:58 PM
Re: basicdsd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 08:07 PM
12-29-2003 08:07 PM
Re: basicdsd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 08:12 PM
12-29-2003 08:12 PM
Re: basicdsd
1. Stop DPS. # /sbin/init.d/pd stop
2. Check if all DPS processes were killed. # ps -ef | grep -E
'pdclientd|basicdsd|spooler|supervisor' If any of the above processes are still
running, kill the process (if necessary use kill -9).
3. Move the basicdsd database file. # mv /var/opt/pd/basicdsd.db
/tmp/basicdsd.db
4. Restart DPS. DPS will recreate the basicdsd.db file during startup. #
/sbin/init.d/pd start
then check to see if you still have hte problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 08:15 PM
12-29-2003 08:15 PM
Re: basicdsd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 08:26 PM
12-29-2003 08:26 PM
Re: basicdsd
Check the directory /etc/lp/interface and check if all your printers have a printer_name file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 08:59 PM
12-29-2003 08:59 PM
Re: basicdsd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 10:12 PM
12-29-2003 10:12 PM
Re: basicdsd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 11:28 PM
12-29-2003 11:28 PM
Re: basicdsd
2. Check if all DPS processes were killed. # ps -ef | grep -E
'pdclientd|basicdsd|spooler|supervisor' If any of the above processes are still
running, kill the process (if necessary use kill -9).
3. Move the basicdsd database file. # mv /var/opt/pd/basicdsd.db
/tmp/basicdsd.db
4. Restart DPS. DPS will recreate the basicdsd.db file during startup. #
/sbin/init.d/pd start
The above steps are executed in our server, then i checked top command ,basicdsd process takes 0.03 % cpu usage.i.e reduced from 98.08% to 0.03%.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 11:37 PM
12-29-2003 11:37 PM
Re: basicdsd
Regards and happy newyear
(:-)
Robert-Jan