Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: DBI Host question

by shenme (Priest)
on Jan 15, 2005 at 08:47 UTC ( [id://422482]=note: print w/replies, xml ) Need Help??


in reply to DBI Host question

Taking out my frustration at being unable to solve _my_ problems I went looking around for this. Complicated by the new-and-improved support website at CA being locked down to registered email addresses (thank you Google cached pages!)

You are wanting to research Ingres vnodes aka virtual nodes. In the cited syntax DBI:Ingres:thatnode::thisdb it is 'thatnode' which is the vnode name. Whenever you want to reference a remote database you add the vnode name to the database name to form "vnode::dbname" ala DBI:Ingres:vnode::thatdb.

Hopefully mentioning 'vnode' was enough to jog your memory. All the information about how to access the remote database is somehow associated with a name when you create a vnode using that name.

If not sufficiently jogged you'll need to wander around trying to find information about your local utility program that creates new vnode definitions. I've seen mentions of a 'netu.exe' on Windows (perhaps the utility for an older version?) and a 'netutil' utility elsewhere. I've also seen references to a 'VisualDBA'. These are supposed to allow you to create a new vnode name and supply information describing the remote server.

Google searchs on "Ingres vnode netutil create" and the like may find you more clues. I found at least one user utility manual at ftp://ftp.ca.com/CAproducts/ingres/docs/Ingres_20/net.pdf with docs for other versions found under ftp://ftp.ca.com/CAproducts/ingres/docs/
Good luck!

Replies are listed 'Best First'.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://422482]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-19 14:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found