Cubix
Management System
Appendix B - Sample Files
Sample Files
NET.CFG for the CMS Workstation
NET.CFG for the BC Supervisor
NET.CFG for the CMS Console
QL4BOOT.BAT
CBXNODE.INI
SNMP.CFG
FILE HANDLES=90
CACHE BUFFERS=30
SEARCH MODE=2
Link Driver SMC8000
Frame Ethernet_802.3
Port #1 240
Mem #1 000D8000 2000/10
Int #1 10
NetWare DOS Requester
checksum = 0
FIRST NETWORK DRIVE = F
PREFERRED SERVER=FILE4
VLM = WSSNMP.VLM
VLM = WSTRAP.VLM
VLM = WSREG.VLM
VLM = WSASN1.VLM
VLM = MIB2IF.VLM
VLM = CBXNODE.VLM
Cubix Node Agent
TrapInterval = 30
SupervisorAddress = 00000007:00001b0ad24d
DataHighwayAddress = 14
Group = 13
Transport Provider IPX
trap target = 00000007:0000c05df05f
trap target = 00000007:0000c06bf05f
Desktop SNMP
enable monitor community = any
monitor community = "public"
enable control community = specific
control community = "public"
enable trap community = specific
trap community = "public"
sysName = "Suzanne Marshall x294"
sysLocation = "Building 2"
sysContact = "suzanne@admin.com"
snmpEnableAuthenTraps = on
FILE HANDLES=90
CACHE BUFFERS=30
SEARCH MODE=2
Link Driver SMC8000
Frame Ethernet_802.3
Port #1 240
Mem #1 000D8000 2000/10
Int #1 10
NetWare DOS Requester
checksum = 0
FIRST NETWORK DRIVE = F
PREFERRED SERVER=FILE4
VLM = WSSNMP.VLM
VLM = WSTRAP.VLM
VLM = WSREG.VLM
VLM = WSASN1.VLM
VLM = MIB2IF.VLM
Transport Provider IPX
trap target = 00000007:0000c05df05f
trap target = 00000007:0000c06bf05f
Desktop SNMP
enable monitor community = any
monitor community = "public"
enable control community = specific
control community = "public"
enable trap community = specific
trap community = "public"
sysName = "Suzanne Marshall x294"
sysLocation = "Building 2"
sysContact = "suzanne@admin.com"
snmpEnableAuthenTraps = on
FILE HANDLES=90
CACHE BUFFERS=30
SEARCH MODE=2
Link Driver SMC8000
Frame Ethernet_802.3
Port #1 240
Mem #1 000D8000 2000/10
Int #1 10
NetWare DOS Requester
checksum = 0
FIRST NETWORK DRIVE = F
PREFERRED SERVER=FILE4
VLM = WSSNMP.VLM
VLM = WSTRAP.VLM
VLM = WSREG.VLM
VLM = WSASN1.VLM
VLM = MIB2IF.VLM
Desktop SNMP
enable monitor community = any
monitor community = "public"
enable control community = specific
control community = "public"
enable trap community = specific
trap community = "public"
sysName = "Suzanne Marshall x294"
sysLocation = "Building 2"
sysContact = "suzanne@admin.com"
snmpEnableAuthenTraps = on
@echo off rem ************************************************** rem * QL4BOOT.BAT rem * rem * Cubix Corporation rem * 2800 Lockheed Way, Carson City, NV 89706 rem ************************************************** rem * rem * Begin the normal IPX boot Process for ODI. rem * rem * Load the NetWare Link Support Layer driver. If a command rem * line parameter was specified when QL4BOOT.BAT was run rem * (e.g. QL4BOOT.BAT LH), use that parameter here. rem * %1 /l:1,18320 lsl.com rem * rem * Load the Cubix QL 4000 Series Workstation Driver for ODI. rem * If a command line parameter was specified when QL4BOOT.BAT rem * was run (e.g. QL4BOOT.BAT LH), use that parameter here. %1 /l:2,20096 ql4_dos.com rem * rem * Load the NetWare IPXODI.COM driver. rem * Loading IPXODI.COM high can cause problems with SPX rem * communications, so IPXODI.COM will be loaded in low memory rem * here. ipxodi.com rem * rem * Execute QLNODE.COM which initializes the DOS environment rem * variables as follows: rem * QLNODE QL processor node number rem * QLDVER DOS version rem * QLLDRV DOS last drive qlnode set comspec=y:command.com rem * rem * Load the NetWare DOS Requester (VLMs). vlm.exe /Mx rem * rem * Load the NetWare SNMP/IPX transport provider stpipx.com /c=f:net.cfg rem * rem * Change to the drive specified by the environment variable QLLDRV rem * (set by the program QLNODE above). %QLLDRV%: rem * rem * Clear the environment variable QLDVER to save space. set QLDVER= rem * rem * Clear the environment variable QLLDRV to save space. set QLLDRV= rem * rem * If a custom QL user batch file exists for this node number, rem * execute it. if exist qlusr%QLNODE%.bat qlusr%QLNODE%.bat %1 rem * rem * If no custom QL user batch file exists for this node number, rem * execute the default QLUSER.BAT file. if exist qluser.bat qluser.bat %1
[CUBIX NODE AGENT] TrapInterval = 30 SupervisorAddresss = 00000007:002094010bee DataHighwayAddress = 31 Group = 1 DeviceType = BC
#####################################################
# traptarg.cfg
#
# Snmp Agent Trap Target ( Destination) Configuration
#
# File format:
#
# Protocol <name>
# Specifies the beginning of a list of names or
# addresses of managers to which to send traps using the
# protocol specified by <name> if that protocol is
# registered as a service provider to the snmp agent.
#
# All destinations must be preceeded by white space
# Each destination must be listed on a separate line.
#
# The Protocol keyword, left justified, signifies the
# start of a new protocol section.
#
# Comments are preceeded by the hash mark, and proceed
# to the end of the line.
#
#####################################################
Protocol IPX
# In this section you can put SNMP managers that want to receive
# traps from the local node over IPX. Managers can be identified
# by NetWare service name (a NetWare filer server name, for
# example) or by IPX address
00000007:00001b0ad24d
00000007:0000c099f05f
00000007:00001b404622
00000007:0000c08ff05f
Protocol UDP
# In this section you can put SNMP managers that want to receive
# traps from the local node over UDP. Use either IP address
# or name. By default, the local node sends traps at least ot
# itself
##################################################### # snmp.cfg # # Snmp Agent Configuration File # # This file specifies Information made available through # snmp by the snmp agent. This information corresponds to # the MIBII System Group (RFC 1213) # # File Format: # # All Information must be preceeded by white space # # The keyword, left justified, signifies the # start of a new section. # # Comments are preceeded by the hash mark, and proceed # to the end of the line # # Keyword RFC1213 Variable in System Group # # Name sysName # # Hardware Hardware portion of sysDescr # # Location sysLocation # # Contact sysContact # ##################################################### Name Engineering_Server Hardware Cubix ERsft/2: Cubix 5055, 90MHz, 32 Meg Location Cubix.NV, USA.CarsonCity.Lockheed.ComputerRoom Contact mrich@cubix.com
This document, and all Web contents, Copyright © 1997
by Cubix Corp., Carson City, NV, USA.