This command will list the link configuration for a specified domain
For example, to see the link table for a domain named “thisdomain”
You can run:
gwadminutil sql -d /path/to/domain
against a valid GroupWise domain
this dumps you into a (very limited) SQL command prompt
You can then run the SQL command:
select domain, linkdestdomainname, linktype from domain_link where domain=’thisdomain’ or linkdestdomainname=’thisdomain’
Other commands:
show tables
describe USER
use /path/to/domain/database