I try to get information about a destination:
NetConfig code:
destination inter_site {
{ BITMAP {} }
{ GROUPS mygrp }
{ HOST }
{ PORT 29405 }
{ SITE adt }
{ SYMNAME inter_site }
{ THREAD intersite }
}
from a tcl proc, I am able to get everything with the “netconfig” command but with the destination I got the following errror
puts “[netconfig get destination data inter_site]”
illegal netconfig command destination data inter_site
while executing
“error “illegal netconfig command $originalArgs””
(”get” arm line 25)
invoked from within
“switch $action {
ingroup {eval netcfgIsConnInGroup $args}
inprocess {eval netcfgIsConnInProcess $args}
load {eval netcfgLoad $args}
modifi…”
(procedure “netconfig” line 9)
But from the nci.tlib file I got this:
# get destination data
So I need your help
We run cloverleaf 5.8 on AIX
Regards,
Yves