- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: DEBUG apps with SYS$ICC
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-28-2005 08:25 PM
07-28-2005 08:25 PM
I have some application written some time ago, now I have some problem with it. This app. use SYS$ICC* service to communitactin with other processes...
Is there a facilities to get some information about SYS$ICC* context/primitives/handles ?
SDA, DEBUG ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 09:21 PM
07-28-2005 09:21 PM
Re: DEBUG apps with SYS$ICC
(see [TPSSDA]IPC$SDA*.* on the listings CD)
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 09:27 PM
07-28-2005 09:27 PM
Re: DEBUG apps with SYS$ICC
The $ICC sysem services, and how to use them, are well documented.
See:
http://h71000.www7.hp.com/doc/82FINAL/5841/5841pro_007.html#intra_cluster_sec
and the System Services eference Manual.
Regards,
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 09:36 PM
07-28-2005 09:36 PM
Re: DEBUG apps with SYS$ICC
I found nothing related to ICC in the 7.3 listings
$ dir
Directory $2$DUA100:[000000.V73.TPSSDA.LIS]
DECDTM$SDA.MAP;1 DECDTM_CLDTABLES.CLD;1 DECDTM_CLDTABLES.LIS;1
DECDTM_SYMBOLS.LIS;1 IPC$SDA.MAP;1 IPC$SDA_ASSOCIATIONS.LIS;1
IPC$SDA_COMMANDS.CLD;1 IPC$SDA_COMMANDS.LIS;1
IPC$SDA_CONNECTIONS.LIS;1 IPC$SDA_FUNCTIONS.LIS;1
IPC$SDA_REQUIRE.R32;1 IPC$SDA_TRACE.LIS;1 IPC_SYMBOLS.LIS;1
SDA$EXTEND_CLDPARSE.LIS;2 SDA$XTND_SDA_CALLBACK_MACROS.R32;1
TPS_DISLST.LIS;1 TPS_MACROS.R32;1 TPS_MISC.LIS;1 TPS_SDADEF.SDL;1
TPS_SHOW.LIS;1 TPS_SHOW_CLF.LIS;1
Total of 21 files.
$ search *.* icc
******************************
$2$DUA100:[000000.V73.TPSSDA.LIS]IPC$SDA_ASSOCIATIONS.LIS;1
1 67 ! A-4 NL Niccole Luce 16-Dec-1997
******************************
$2$DUA100:[000000.V73.TPSSDA.LIS]IPC$SDA_CONNECTIONS.LIS;1
1 75 ! A-6 NL Niccole Luce 16-Dec-1997
$
Anyway thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 09:42 PM
07-28-2005 09:42 PM
Re: DEBUG apps with SYS$ICC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 10:13 PM
07-28-2005 10:13 PM
Re: DEBUG apps with SYS$ICC
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2005 09:13 PM
07-31-2005 09:13 PM
Re: DEBUG apps with SYS$ICC
I cannot see with SDA/IPC anything what is can interprete as my ICC associations...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 02:09 AM
08-01-2005 02:09 AM
Re: DEBUG apps with SYS$ICC
the ICC code (within the SYS$IPC_SERVICES execlet) is - by default - not compiled with debug or trace support by OpenVMS engineering. If you want or need tracing from ICC, you might need to log a call with HP and ask for a SYS$IPC_SERVICES execlet with debug/trace support linked in.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 02:24 AM
08-01-2005 02:24 AM
Re: DEBUG apps with SYS$ICC
the only kind of 'trace' available for ICC (out-of-the-box) would be OpenVMS System Service Logging (available in V8.2 or higher). It would at least allow you to trace the various SYS$ICC* system service calls, that your application is invoking.
But as you've said you've written your application 'some time ago', your systems may not yet be running V8.2
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 03:04 AM
08-01-2005 03:04 AM
Re: DEBUG apps with SYS$ICC
At the time I'm need to get some basic information about ICC primitives on working application: state, connections, message size and queue length...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 05:52 AM
08-01-2005 05:52 AM
Solutionsome of the SDA> IPC commands do show ICC related data structures:
SDA> IPC SHOW ASSOC/SYSIPC ! shows ipcids for ICC
SDA> IPC SHOW ASSOC/SYSIPC/IPCID=ipcid
SDA> IPC SHOW LINK/IPCID=ipcid
I'm using the ICC VERY_SIMPLE_SERVER example to confirm, that ICC associations are shown.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 06:25 AM
08-01-2005 06:25 AM
Re: DEBUG apps with SYS$ICC
What is VMS version ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 06:31 AM
08-01-2005 06:31 AM
Re: DEBUG apps with SYS$ICC
My error was that I used:
sda>ipc sho ass
instead of
sda>ipc sho ass/sysipc
Cool Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 10:35 PM
08-03-2005 10:35 PM