- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OCD error
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
07-04-2002 05:15 AM
07-04-2002 05:15 AM
OCD error
I have several OCD error on the syslog.log file.
Can anybody give more information about this kind of error.. And where can I find the(If it's possible) explanation of the all code of OCD errors..
Tanks for you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 05:32 AM
07-04-2002 05:32 AM
Re: OCD error
www.docs.hp.com
search this site
ocd
end up at
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1030-90042/B1030-90042_top.html&con=/hpux/onlinedocs/B1030-90042/00/00/34-con.html&toc=/hpux/onlinedocs/B1030-90042/00/00/34-toc.html&searchterms=ocd&queryid=20020704-064038
steve steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 07:32 AM
07-04-2002 07:32 AM
Re: OCD error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 08:37 AM
07-04-2002 08:37 AM
Re: OCD error
The way DDFA works (outbound or printer connections) ia that when a process/daemon called "ocd" is started it acts as a pipe by taking data written to the device file and passing it to the DTC and taking data from the DTC and passing it to the device file. The device file definition is in the file /etc/ddfs/dp.
The "ocd" messages that you get in syslog.log may just be a log for ech open connection. If yoususpect it's an error log can you post it here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 03:11 AM
07-08-2002 03:11 AM
Re: OCD error
Tip for the future: Try "man -k keyword", i.e. in this case "man -k ocd". That would have pointed you to th ocd(1M) manual page, which points you to the DDFA software, DTC, etc..