E.2 September 6, 2013

Updates were made to the following sections. The changes are explained below.

E.2.1 Configuring and Managing Cluster Resources

Location

Change

Section 10.1.2, Using Parameter Values with Spaces in a Cluster Script

In cluster scripts, if a parameter value contains spaces, the preferred solution is to enclose the value with both double-quotes (") and a single-quotes ('), such as "'quoted text'".

Section 10.1.3, Using Double Quotation Marks in a Cluster Script

This section is new.

Section 10.8, Configuring Preferred Nodes for a Resource

By default, a new resource is configured to run on all nodes, including future nodes. If its preferred node list is ever changed (directly or indirectly) by administrators, future nodes are not automatically added to the resource’s preferred nodes list.

IMPORTANT:Ensure that you prepare the node for the services in the resource before you migrate or fail over the resource to it.

E.2.2 Configuring and Managing Cluster Resources for Shared NSS Pools and Volumes

Location

Change

Section 12.9, Adding NFS Export for a Clustered Pool Resource

Before you use the exportfs(8) command in resource scripts, ensure that you install the nfs-kernel-server package on all of the cluster nodes in the resource’s preferred nodes list. This contains the support utilities for the kernel nfsd daemon. It is not installed by default. You can use the YaST > Software > Software Management tool to find and install the package.

Section 12.9.1, Sample NFS Load Script

Add the following command in the load script before the exportfs command:

# Start the NFS service
exit_on_error rcnfsserver start