This topic describes the process of starting and stopping a virtual Oracle E-Business Suite (EBS) instance.
You can start and stop virtual EBS instances through the Delphix Admin application or through the standard Oracle command line interface (CLI) utilities, adstrtal
and adstpall
. The Delphix Engine will show the dbTechStack and appsTier as running as long as there are processes using the dbTechStack and appsTier filesystem mounts on the target environments.
Be careful! Services running on the appsTier depend on the availability of services on the dbTier. The steps below are explicitly ordered with these dependencies in mind. Executing steps out of order may lead to errors in accessing the virtual EBS instance.
Stopping
- Login to the Delphix Admin application using Delphix Admin credentials.
- Click Manage.
- Select My Databases.
- Select the appsTier vFiles for your EBS instance.
In the bottom right-hand corner, click Stop.
Stopping the appsTier will run Oracle’sadstpall.sh
utility.
For multi-node appsTier, secondary nodes will be stopped sequentially, followed by the primary node.Stopping the appsTier may take a long time. The Delphix Engine will wait for all Oracle application processes to exit before declaring the appsTier as stopped.
- Select the VDB utilized by your EBS instance.
- In the lower right-hand corner, click Stop.
This action will shut down the database instance. - Select the dbTechStack vFiles hosting your virtual EBS database.
- In the lower right-hand corner, click Stop.
Stopping the dbTechStack will shut down the database listener.
Starting
Login to the Delphix Admin application using Delphix Admin credentials.
- Click Manage.
Select My Databases.
Select the dbTechStack vFiles hosting your virtual EBS database.
In the lower right-hand corner, click Start.
Starting the dbTechStack will start the database listener.Select the VDB utilized by your EBS instance.
In the lower right-hand corner, click Start.
Starting the database will open the database.Select the appsTier vFiles for your EBS instance.
In the lower right-hand corner, click Start.
Starting the appsTier will run Oracle’sadstrtal.sh
utility.
For multi-node appsTier, the primary node will be started first, followed by secondary nodes sequentially.