Application management command reference
You can use the jive
command to perform tasks on your instance.
The jive
command is located in <yourjivehome>/python/bin
. This path is automatically added to your $PATH
variable by .bash_profile.
You can run jive --help
to see a full list of available commands. You can use the commands is as follows:
jive [-h] [--version] [command{start,stop,restart,status,enable,disable,list,set,del,doc,setup,snap}]
-
Startup property commands Here you can find the commands you can use with any of the startup properties. These commands enable you to set, list, or delete startup properties on any of the nodes in the configuration.
-
Services properties commands Here you can find the commands you can use with any of the services. These commands enable you to check the status of any of the services, as well as stop, start, or restart them.
Related