Solaris 10 8/07 Installation Guide: Custom JumpStart and Advanced Installations

ProcedureTo Create a custom_probes File

  1. Use a text editor to create a Bourne shell script text file. Name the file custom_probes.

  2. In the custom_probes text file, define your probe and comparison functions.


    Note –

    You can define probe and comparison functions that require arguments in the custom_probes file. When you use the corresponding custom probe keyword in the rules file, the arguments after the keyword are interpreted in sequence (as $1, $2, and so on).

    When you use the corresponding custom rule keyword in the rules file, the arguments are interpreted in sequence. The sequence starts after the keyword and ends before the next && or begin script, whichever comes first.


  3. Save the custom_probes file in the JumpStart directory next to the rules file.

  4. Ensure that root owns the rules file and that the permissions are set to 644.