Start DAS
The DAS (iigcd) starts up automatically when you start up your Ingres instance. Sometimes, however, it is necessary to stop the DAS. In such instances, you can use the following procedures to restart the server.
You can start the DAS using one of these methods:
- Using Ingres Visual Manager (IVM) to start the local instance's DAS. For specific instructions, see IVM online help.
- Using a command line utility. This procedure uses the configuration values set during installation to start the DAS.
To start the DAS using the command line utility
- Log in as the installation owner.
- Enter the following command at the operating system prompt:
ingstart -iigcd
The DAS is started using the configuration values set during installation.
Stop DAS
You can stop the DAS using one of these methods:
- Using Ingres Visual Manager (IVM) to stop the local instance's DAS. For specific instructions, see IVM online help.
- Using a command line utility.
To stop the DAS at the command line with ingstop
- Log in as the installation owner.
- Enter the following command at the operating system prompt:
ingstop -iigcd
To stop the DAS at the command line with iigcdstop
- Log in as the installation owner.
- Enter the following command at the operating system prompt:
iigcdstop addr
where addr is the server address, which can be obtained using the iinamu utility and issuing the request show dasvr.
© 2007 Ingres Corporation.
All rights reserved.