Command Reference Guide > Command Reference Guide > Using Ingres Commands > mkrc Command--Generate System Service Script
Was this helpful?
mkrc Command--Generate System Service Script
Valid on Linux.
The mkrc utility generates a system service script under: $II_SYSTEM/ingres/files/rcfiles.
The script is called:
serviceXX - for SYSV RC
serviceXX.conf - for Upstart
where service is the service name and XX is the installation ID.
For example, you can use this command to generate and install the ingresXX script to have Ingres start up and shut down with the Linux operating system.
The mkrc command has the following format:
mkrc [-i [123456]]|[-r] ‑u ‑s service
-i
Installs the service script in appropriate directory.
If a run level of 1 or more is specified, the script is enabled for those run levels only. If no run level is specified, it is enabled for the levels defined by 2 3 5.
-r
Removes service script.
‑u
Uses "upstart" instead of SYSV RC.
Default: SYSV
‑s
Specifies service type: ingres, iimgmtsvc, or ha.
Default: ingres
Last modified date: 11/28/2023