/
Dbvisit Standby Agent - Dbvagent
Dbvisit Standby Agent - Dbvagent
2. Starting The Agent (dbvagent)
Starting the Dbvisit Agent - dbvagent can easily be done by running the following commands:
- For Dbvagent: ./dbvagent -d start from the DBVISIT_BASE/dbvagent directory.
Once the command is executed, you can use the "ps -ef|egrep 'dbvagent' | grep -v grep" command to show the process running.
Example - Starting Dbvagent:
[oracle@dbv101 dbvisit]$ cd dbvagent [oracle@dbv101 dbvagent]$ ls conf dbvserver doc log [oracle@dbv101 dbvagent]$ ./dbvagent -d start [oracle@dbv101 dbvagent]$ ps -ef|grep dbvagent|grep -v grep oracle 120 0 0 11:09 ? 00:00:00 ./dbvagent -d start
3. Stopping The Agent (dbvagent)
Stopping the agent can easily be done by running the following command:
- For Dbvagent: ./dbvagent -d stop from the DBVISIT_BASE/dbvagent directory.
Once the command is executed, you can use the "ps -ef|egrep 'dbvagent' | grep -v grep" command to show the process running.
Example - Stopping Dbvagent:
[oracle@dbv101 dbvisit]$ cd dbvagent [oracle@dbv101 dbvagent]$ ls conf dbvserver doc log [oracle@dbv101 dbvagent]$ ./dbvagent -d stop [oracle@dbv101 dbvagent]$ ps -ef|grep dbvagent|grep -v grep [oracle@dbv101 dbvagent]$
, multiple selections available,
Related content
Dbvisit Standby Version 12 User Guide
Dbvisit Standby Version 12 User Guide
More like this
Starting and Stopping Dbvisit StandbyMP
Starting and Stopping Dbvisit StandbyMP
More like this
Dbvisit Standby Version 11 Considerations
Dbvisit Standby Version 11 Considerations
More like this
Dbvisit Standby Command Line Interface (CLI)
Dbvisit Standby Command Line Interface (CLI)
Read with this
Starting and Stopping Standby Multiplatform
Starting and Stopping Standby Multiplatform
More like this
CLI User Guide
CLI User Guide
More like this