Previous Topic: Configure Solaris DHCP Servers Using the dpmutil Utility

Next Topic: Copy the post_install.sh File


Edit the cajmpst.cf File

You can edit the cajmpst.cf file to specify the location of the JumpStart Configuration server and the JumpStart Profile server.

To edit the cajmpst.cf file (default installation location)

  1. Change to the /opt/CA/productname/imaging/etc directory and open the cajmpst.cf file in a text editor.

    The file opens.

    Note: /opt/CA/CAM/imaging/etc is the default path. If you selected to install to a different path, navigate accordingly.

  2. Navigate to the following lines in the file:
    # Rules file path (JumpStart profile server) for Solaris 10.
    #Solaris_10_Profile_Server = /jumpstart/ca/profile/Solaris_10
    
    # sysidcfg file path (JumpStart configuration server) for Solaris 10
    #Solaris_10_Config_Server = /jumpstart/ca/profile/Solaris_10
    
    

    Note: You must include a sysidcfg file in the top-level file path. You also can create subdirectories in which to place additional target-specific sysidcfg files. Subdirectory names can use the MAC address (lowercase with no colons) or user-defined host name to identify the target servers.

    # Rules file path (JumpStart profile server) for Solaris 9.
    #Solaris_9_Profile_Server = /qa/jumpstart/Solaris_9
    
    # sysidcfg file path (JumpStart configuration server) for Solaris 9
    #Solaris_9_Config_Server = /qa/jumpstart/Solaris_9
    
    # Rules file path (JumpStart profile server) for Solaris 8.
    #Solaris_8_Profile_Server = /qa/jumpstart/Solaris_8
    
    # sysidcfg file path (JumpStart configuration server) for Solaris 8
    #Solaris_8_Config_Server = /qa/jumpstart/Solaris_8
    
    
  3. Remove the # characters before the two variables containing path information that relate to your version of Solaris, and update the location of the JumpStart servers. For example, if you are running Solaris 9, edit the following variables:
    Solaris_9_Profile_Server = <path>
    Solaris_9_Config_Server = <path>
    

    The updated section of the file resembles the following:

    # Location of JS profile server for Solaris 10.
    #Solaris_10_Profile_Server = /qa/jumpstart/Solaris_10
    
    # Location of JS configuration server for Solaris 10
    #Solaris_10_Config_Server = /qa/jumpstart/Solaris_10
    # Location of JS profile server for Solaris 9.
    Solaris_9_Profile_Server = <path>
    
    # Location of JS configuration server for Solaris 9
    Solaris_9_Config_Server = <path>
    

    Note: If you are running both versions of Solaris, edit all four of the variables that contain path information. Solaris 8 variables can be ignored unless you plan to provision using Solaris 8.

  4. Save the file and exit.

    The edit is complete.