C.3 Creating a Password Answer File

For the upgrade process to run without user intervention, each SP2 server must have an eDirectory password answer file for the YaST install.

To create the answer file:

  1. As root, open a terminal prompt.

  2. Enter the following command:

    sudo yast2 ./create-answer-file password optional_DSFW_Domain_Admin_password

    where password=the eDirectory Admin password and optional_DSFW_domain_admin_password=the Domain Services for Windows (DSfW) Domain Administrator’s password, if it is needed for any of the servers being upgraded. (The existence of a second password in the answer file doesn’t affect the upgrade process on servers that don’t have DSfW installed).

    IMPORTANT:All uses of an exclamation mark (!) require that you escape the character by using a backslash (\). For example, the password novell! must be specified as novell\!.

    A dash (-) used at beginning of password also requires escaping. For example, -novell- must be specified as \-novell-.

  3. Press Enter to close the confirmation message.

  4. Copy the resulting file named answer from your working directory to the server you will use to prepare the bundles for upgrading in the next section, Section C.4, Preparing the Bundles for Upgrading.

    During the upgrade process, the answer file is uploaded to the /opt/novell/oes-install directory on each upgraded SP2 server by the OES2-SP3-File Bundle script you create in the next section.

  5. Continue with Section C.4, Preparing the Bundles for Upgrading.