Routine Management and Maintenance of Informix Online database (1)

Source: Internet
Author: User

1. Start and close the Informix Database

1. Automatic Start of Informix

Start the Online command:Oninit

However, in general, the startup command is created in the/etc/rc2.d directory and named S96informix, so that Online starts when the operating system is started.

Edit the/etc/rc2.d/S96informix file as follows:

INFORMIXDIR=/usr/informixINFORMIXSERVER=picc_onlineONCONFIG=onconfig.piccexport INFORMIXDIR NFORMIXSERVER ONCONFIG INFORMIXDIR/bin/oninit

Modify the file attributes as follows:$ Chmod + x/etc/rc2.d/S96informix

2. Disable Informix automatically

To disable the Online command:Onmode-ky

However, as follows, the close command is created in the/etc/rc0.d directory and named K01informix. In this way, when the operating system is disabled, Online is disabled.

Edit the/etc/rc0.d/K01informix file as follows:

INFORMIXDIR=/usr/informixINFORMIXSERVER=picc_onlineONCONFIG=onconfig.piccexport INFORMIXDIR INFORMIXSERVER ONCONFIG INFORMIXDIR/bin/onmode -ky

Modify the file attributes as follows:$ Chmod + x/etc/rc0.d/K01informix

2. Common Informix Online work modes

Offline stop State)

Quiescent (system maintenance mode)

Online running status)


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.