The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

parse_dynamic_clustertoc (1)
  • >> parse_dynamic_clustertoc (1) ( Solaris man: Команды и прикладные программы пользовательского уровня )
  •  

    NAME

    parse_dynamic_clustertoc - parse clustertoc file based on dynamic entries
     
    

    SYNOPSIS

    cdrom/export/exec/sparc.Solaris_2.x/sbin/install.d/parse_dynamic_clustertoc

    cdrom/export/exec/i386.Solaris_2.x/sbin/install.d/parse_dynamic_clustertoc  

    DESCRIPTION

    This script parses the clustertoc file before the suninstall(1M) process is run. parse_dynamic_clustertoc is called by a modified sysconfig script on the install CD. When parse_dynamic_clustertoc runs, it reads the clustertoc and when it encounters SUNW_CSRMBRIFF lines, it either checks the platform using the script's builtin function, or calls an external script. The script exits with a 0 if the cluster entry is included, otherwise it will be ignored. If the cluster entry is to be included, the SUNW_CSRMBRIFF =(test test_arg)cluster line is converted to SUNW_CSRMEMBER =cluster.  

    EXAMPLES

    Example 1: Checking For an SX Framebuffer

    The following is an example of a simple external test to check for an SX Framebuffer. The entry in the clustertoc file is shown and following that is the script that must be placed in the install.d/dynamic_test directory.

    SUNW_CSRMBRIFF=(smcc.dctoc sx)SUNWCsx
    #! /bin/sh
    #
    # Likewise, this file is expected to live under $(TESTDIR).
    #
    case "$1"
    in
            sx)     prtconf -p  | grep 'SUNW,sx' 1> /dev/null;;
    esac
    
     

    FILES

    cdrom/Solaris_2.x/locale/C/.clustertoc.dynamic

    Dynamic version of the clustertoc file

    cdrom/export/exec/sparc.Solaris_2.x/sbin/install.d/dynamic_test

    Directory that contains any additional tests

    cdrom/export/exec/i386.Solaris_2.x/sbin/install.d/dynamic_test

    Directory that contains any additional tests

     

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE
    AvailabilitySHWPcdrom (Solaris CD)

     

    SEE ALSO

    suninstall(1M), clustertoc(4), attributes(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    EXAMPLES
    FILES
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру