Kernel changes not taking

From: Stuart Morris (stuart_at_IBS-PUBLIC-SERVICES.CO.UK)
Date: 12/23/03

  • Next message: Stuart Morris: "Kernel changes not taking - Additional"
    To: sunmanagers@sunmanagers.org
    Date: Tue, 23 Dec 2003 10:42:30 -0000
    
    

    Hi all,

    Don't know if anyone can shed any light on our problem.

    We have made changes to the /etc/system file on an E10000 running Solaris
    64-bit.

    Issued a touch /reconfigure etc.

    For some reason the changes aren't being applied.

    sysdef and system listed below.

    Any ideas, am I missing something?.

    Thanks in advance,

    Stuart Morris
    IBS (Public Services) Ltd

    system:

    *ident "@(#)system 1.18 97/06/27 SMI" /* SVR4 1.5 */
    *
    * SYSTEM SPECIFICATION FILE
    *

    * moddir:
    *
    * Set the search path for modules. This has a format similar to the
    * csh path variable. If the module isn't found in the first directory
    * it tries the second and so on. The default is /kernel /usr/kernel
    *
    * Example:
    * moddir: /kernel /usr/kernel /other/modules

    * root device and root filesystem configuration:
    *
    * The following may be used to override the defaults provided by
    * the boot program:
    *
    * rootfs: Set the filesystem type of the root.
    *
    * rootdev: Set the root device. This should be a fully
    * expanded physical pathname. The default is the
    * physical pathname of the device where the boot
    * program resides. The physical pathname is
    * highly platform and configuration dependent.
    *
    * Example:
    * rootfs:ufs
    * rootdev:/sbus@1,f8000000/esp@0,800000/sd@3,0:a
    *
    * (Swap device configuration should be specified in /etc/vfstab.)

    * exclude:
    *
    * Modules appearing in the moddir path which are NOT to be loaded,
    * even if referenced. Note that `exclude' accepts either a module
    name,
    * or a filename which includes the directory.
    *
    * Examples:
    * exclude: win
    * exclude: sys/shmsys

    * forceload:
    *
    * Cause these modules to be loaded at boot time, (just before mounting
    * the root filesystem) rather than at first reference. Note that
    * forceload expects a filename which includes the directory. Also
    * note that loading a module does not necessarily imply that it will
    * be installed.
    *
    * Example:
    * forceload: drv/foo

    * set:
    *
    * Set an integer variable in the kernel or a module to a new value.
    * This facility should be used with caution. See system(4).
    *
    * Examples:
    *
    * To set variables in 'unix':
    *
    * set nautopush=32
    * set maxusers=40
    *
    * To set a variable named 'debug' in the module named 'test_module'
    *
    * set test_module:debug = 0x13

    * Begin MDD root info (do not edit)
    forceload: misc/md_trans
    forceload: misc/md_raid
    forceload: misc/md_hotspares
    forceload: misc/md_sp
    forceload: misc/md_stripe
    forceload: misc/md_mirror
    forceload: drv/sbus
    forceload: drv/isp
    forceload: drv/sd
    forceload: drv/st
    forceload: drv/sg
    rootdev:/pseudo/md@0:0,10,blk
    * End MDD root info (do not edit)
    * Begin MDD database info (do not edit)
    set md:mddb_bootlist1="sd:23:16 sd:23:1050 sd:23:2084 sd:31:16 sd:31:1050"
    set md:mddb_bootlist2="sd:31:2084 sd:143:16 sd:143:1050 sd:143:2084"
    set md:mddb_bootlist3="sd:151:16 sd:151:1050 sd:151:2084"
    * End MDD database info (do not edit)

    * For sequential I/O performance set md_maxphys
    * The -tuneable- maximum IO size in bytes

    set md:md_maxphys=8388608

    * Insert any relevant Solaris settings here
    set fastscan=131072
    set handspreadpages=262144
    * this equates to 1/4 physical memory
    set maxpgio=1024
    set autoup=32
    set maxphys=1048576
    *
    set kernel_cage_enable=1
    forceload: drv/emcp
    forceload: misc/emcpcg
    forceload: misc/emcpmp
    forceload: misc/emcppn
    forceload: misc/emcpioc
    *PowerPath added the following line:
    set lwp_default_stksize=0x6000
    *PowerPath added the following line:
    set rpcmod:svc_default_stksize=0x6000
    * IBS Changes by S.Morris of IBS 11112003
    set shmsys:shminfo_shmmax=134217728
    set shmsys:shminfo_shmmin=11
    * set semsys:seminfo_semmnu=400
    * below added by A.Kingston 17122003
    set semsys:seminfo_semmns=5500
    set semsys:seminfo_semmnu=5500
    * END IBS Changes
    * Added for oracle 11i 30/07/02
    *set shmsys:shminfo_shmmax=4294967296
    *set shmsys:shminfo_shmmin=2
    set shmsys:shminfo_shmmni=600
    set shmsys:shminfo_shmseg=200
    * removed by A.Kingston IBS 17122003 set semsys:seminfo_semmns=4000
    set semsys:seminfo_semmni=1800
    set semsys:seminfo_semmsl=512
    set semsys:seminfo_semvmx=32767
    set semsys:seminfo_semopm=100

    sysdef:

    <snip>

    * Tunable Parameters
    *
    166420480 maximum memory allowed in buffer cache (bufhwm)
       30000 maximum number of processes (v.v_proc)
          99 maximum global priority in sys class (MAXCLSYSPRI)
       29995 maximum processes per user id (v.v_maxup)
          32 auto update time limit in seconds (NAUTOUP)
          25 page stealing low water mark (GPGSLO)
           5 fsflush run rate (FSFLUSHR)
          25 minimum resident memory for avoiding deadlock (MINARMEM)
          25 minimum swapable memory for avoiding deadlock (MINASMEM)
    *
    * Utsname Tunables
    *
         5.8 release (REL)
     hcc-905 node name (NODE)
       SunOS system name (SYS)
    Generic_108528-15 version (VER)
    *
    * Process Resource Limit Tunables (Current:Maximum)
    *
              Infinity:Infinity cpu time
              Infinity:Infinity file size
              Infinity:Infinity heap size
    0x0000000000800000:Infinity stack size
              Infinity:Infinity core file size
    0x0000000000000100:0x0000000000000400 file descriptors
              Infinity:Infinity mapped memory
    *
    * Streams Tunables
    *
         9 maximum number of pushes allowed (NSTRPUSH)
     65536 maximum stream message size (STRMSGSZ)
      1024 max size of ctl part of message (STRCTLSZ)
    *
    * IPC Messages
    *
      2048 max message size (MSGMAX)
      4096 max bytes on queue (MSGMNB)
        50 message queue identifiers (MSGMNI)
        40 system message headers (MSGTQL)
    *
    * IPC Semaphores
    *
      1800 semaphore identifiers (SEMMNI)
      4000 semaphores in system (SEMMNS)
        30 undo structures in system (SEMMNU)
       512 max semaphores per id (SEMMSL)
       100 max operations per semop call (SEMOPM)
        10 max undo entries per process (SEMUME)
     32767 semaphore maximum value (SEMVMX)
     16384 adjust on exit max value (SEMAEM)
    *
    * IPC Shared Memory
    *
    4294967296 max shared memory segment size (SHMMAX)
         2 min shared memory segment size (SHMMIN)
       600 shared memory identifiers (SHMMNI)
       200 max attached shm segments per process (SHMSEG)
    *
    * Time Sharing Scheduler Tunables
    *
    60 maximum time sharing user priority (TSMAXUPRI)
    SYS system class name (SYS_NAME)

    Confidentiality Notice

    This communication and the information it contains: (a) Is intended for the
    person(s) or organisation(s) named above and for no other person(s) or
    organisation(s). (b) May be confidential, legally privileged and protected
    in law. Unauthorised use, copying or disclosure of any of it may be
    unlawful. If you have received this communication in error, please contact
    us immediately by email at Administrator@ibs-public-services.co.uk
    _______________________________________________
    sunmanagers mailing list
    sunmanagers@sunmanagers.org
    http://www.sunmanagers.org/mailman/listinfo/sunmanagers


  • Next message: Stuart Morris: "Kernel changes not taking - Additional"