Installation guide
3. fs:1 — This is a File System resource. If there were other File System resources in Service
foo, they would start in the order listed in the Service foo portion of
/etc/cluster/cluster.conf.
4. ip:10.1.1.1 — This is an IP Address resource. If there were other IP Address resources in
Service foo, they would start in the order listed in the Service foo portion of
/etc/cluster/cluster.conf.
5. script:1 — This is a Script resource. If there were other Script resources in Service foo,
they would start in the order listed in the Service foo portion of
/etc/cluster/cluster.conf.
6. nontypedresource:foo — This is a non-typed resource. Because it is a non-typed resource,
it is started after the typed resources start. In addition, its order in the Service resource is
before the other non-typed resource, nontypedresourcetwo:bar; therefore, it is started
before nontypedresourcetwo:bar. (Non-typed resources are started in the order that they
appear in the Service resource.)
7. nontypedresourcetwo:bar — This is a non-typed resource. Because it is a non-typed
resource, it is started after the typed resources start. In addition, its order in the Service
resource is after the other non-typed resource, nontypedresource:foo; therefore, it is
started after nontypedresource:foo. (Non-typed resources are started in the order that they
appear in the Service resource.)
Non-typed Child Resource Stopping Order
In Example D.4, “Non-typed and Typed Child Resource in a Service”, the child resources are
stopped in the following order:
1. nontypedresourcetwo:bar — This is a non-typed resource. Because it is a non-typed
resource, it is stopped before the typed resources are stopped. In addition, its order in the
Service resource is after the other non-typed resource, nontypedresource:foo; therefore, it
is stopped before nontypedresource:foo. (Non-typed resources are stopped in the reverse
order that they appear in the Service resource.)
2. nontypedresource:foo — This is a non-typed resource. Because it is a non-typed resource,
it is stopped before the typed resources are stopped. In addition, its order in the Service
resource is before the other non-typed resource, nontypedresourcetwo:bar; therefore, it is
stopped before nontypedresourcetwo:bar. (Non-typed resources are stopped in the
reverse order that they appear in the Service resource.)
3. script:1 — This is a Script resource. If there were other Script resources in Service foo,
they would stop in the reverse order listed in the Service foo portion of
/etc/cluster/cluster.conf.
Non-typed Child Resource Start and Stop
113