*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 * vxvm_START (do not remove) forceload: drv/vxdmp forceload: drv/vxio forceload: drv/vxspec * vxvm_END (do not remove) set nfssrv:nfs_portmon=1 set noexec_user_stack_log=1 set noexec_user_stack=1 set md:mirrored_root_flag=1 * 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/pcisch forceload: drv/qlc forceload: drv/fp forceload: drv/ssd rootdev:/pseudo/md@0:0,0,blk * End MDD root info (do not edit) * Begin MDD database info (do not edit) set md:mddb_bootlist1="ssd:7:16 ssd:7:1050 ssd:7:2084 ssd:15:16 ssd:15:1050" set md:mddb_bootlist2="ssd:15:2084" * End MDD database info (do not edit) * The forceload of drv/clone is required for successful * IP operation of EMULEX fibre channel drivers lpfc / lpfs * and for the diagnostics (dfc) interface. forceload: drv/clone * TCP/IP Stack Tunables set tcp:tcp_conn_hash_size=8192 * File Descriptors set rlim_fd_max=4096 set rlim_fd_cur=1024 * Message queues set msgsys:msginfo_msgssz=16 set msgsys:msginfo_msgmni=256 * following to used in 2.8 set msgsys:msginfo_msgmap=512 set msgsys:msginfo_msgtql=512 * following to used in 2.8 set msgsys:msginfo_msgseg=8192 set msgsys:msginfo_msgmax=8192 set msgsys:msginfo_msgmnb=65536 * Semaphores set semsys:seminfo_semopm=150 set semsys:seminfo_semmsl=300 set semsys:seminfo_semmap=1026 set semsys:seminfo_semmni=2500 set semsys:seminfo_semmns=2500 set semsys:seminfo_semmnu=2500 set semsys:seminfo_semume=2500 * Shared memory set shmsys:shminfo_shmmin=1 set shmsys:shminfo_shmseg=100 set shmsys:shminfo_shmmni=1024 set shmsys:shminfo_shmmax=4294967295 * END NetBackup recommended minimum settings * vxfs_START -- do not remove the following lines: * * VxFS requires a stack size greater than the default 8K. * The following values allow the kernel stack size * for all threads to be increased to 16K. * set lwp_default_stksize=0x6000 * vxfs_END