Detecting server name for Ingres installation

Last update on August 23, 2009 11:11 AM by jak58
Published by jak58

Detecting server name for Ingres installation





Intro


Ingres can be installed several times on a single machine and depending on configurations, it can bring a bit of confusion (even if a basis exists in these environments).

The installation of Ingres can be done several times on a single machine and prior the configurations, this can however create a bit of confusion if the same base exists under different environments.

It is however very important to know the server name and the ingres installation code when connected via a node or a local.

Use imadb to see the request:

How to display those information through imadb:


SELECT
    dbmsinfo('ima_vnode') as machine,
    value as code_installation
FROM
    ima_mib_objects
WHERE
    classid = 'exp.gcf.gca.install_id'

Note

  • Worked perfectly with Ingres 2.6 and Ingres 2006
  • Not compatible with Ingres2.0 (no installation code)
  • Not tested for Ingres 2.5
  • Under Ingres2006 for VMS, the installation code is * through this method.
Best answers for « Detecting server name for Ingres installation » in :
Installing a SSH server on Ubuntu Show Installing a SSH server on Ubuntu Installation Connection An ssh server allows you to remotely access your machine. You'll have access to the remote console (equivalent to telnet, but secure) and the transfer of files (equivalent...
[Ubuntu]Installing an HTTP proxy server (Squid) ShowInstalling an HTTP proxy server (Squid) 1.Installing the proxy 2.Configuring the proxy 2.1.Naming the proxy 2.2 Choosing the Port 2.3.Choosing the interface 2.4. Setting access rights and priorities 2.5. Authorizing access to group 2.6....
[Vista] Unable to install Service Pack 2 Show[Vista] Unable to install Service Pack 2 You try to install Service Pack 2 (SP2) for Vista and you get an error (0x80070057), here's the solution: Uninstall the 3 latest security updates following: KB970653 KB972036 KB973874...
Install FreeNX server ShowInstall FreeNX server Instruction for installation Clients NX NX is a system that enables you to access your desktop from another computer over the internet. There exist different types of NX server: NX Server and 2X for...
Download Windows Installer ShowMicrosoft WindowsIinstaller is a service of installation and application configuration, allowing to manage the applications containing the MSI extension MSI. Windows Installer 3.1 is a secondary update of Windows Installer 3.0 published in...
Download Insistsoft SSL VPN Server ShowInsistsoft SSL VPN Server is a tool to install a Virtual Private Network or VPN for Windows. It builds fast network on internet. It does not require any installation of additional programs. Once Insistsoft SSL VPN Server installed, your users can...
Orange - Internet service providers ShowIncoming mail server POP server: pop.orange.fr IMAP server: imap.orange.fr Outgoing mail server SMTP server: smtp.orange.fr Domain name servers Primary DNS: 80.10.246.2 Secondary DNS: 80.10.246.129
Messaging protocols (SMTP,POP3 and IMAP4) ShowIntroduction to e-mail E-mail is considered as being the most widely used service on the Internet. So the TCP/IP protocol suite offers a range of protocols allowing the easy management of email routing over the network. The SMTP protocol The...
Installing a VPN server on XP ShowInterest of a VPN Setting up a virtual private network allows you to connect remote computers in a secure fashion via an unreliable (Internet) connection, as if they were on the same LAN. This procedure is used by many companies in order to allow...