Synopsis

app_create [-d destsys] -a appname

app_remove [-d destsys] -a appname

app_list [-d destsys]

Description

A LifeKeeper application is a group of related resource types. When an application is removed, all resource types installed under it are also removed.

These programs provide an interface for generating new applications in the configuration database and removing existing ones. All commands exit to 0 if they are successful. Commands exit with a nonzero code and print to standard error if they fail.

Exit Codes

The following exit codes could be returned by these commands:

0 The operation has succeeded.
1 A system call or library call has internally returned failure.
2 A user-specified syntax error occurred.
3 LifeKeeper internal error.
4 A request to perform an operation on an object that already exists.
5 An argument specified is illegal.
6 Index out-of-range.
7 A request has been made on an object that does not exist.
8 A request was made to delete a resource instance on which another non-deleted resource instance depends.
9 An attempt to communicate with another system failed.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment