|
Question : Netware 4.11 keeps beeping! How to make it stop?
|
|
Netware cannot connect to another machineon the network that it is normally connected to. Every thirty seconds or so it prints to the screen a message stating that it lost its connection to the other machine, along with this message it makes a beeping noise.
Is there a way to disable this? If I have to I'll open the case and pull out the PC speaker but I'd rather not have to do that.
I know very little about Netware. This server is really only running so that a few people can share their calendars (Groupwsie) until we come up with a better shared calendar solution.
|
Answer : Netware 4.11 keeps beeping! How to make it stop?
|
|
Here's a re-written version of your AUTOEXEC.NCF. I've cleaned up your file some, inserted some missing information, and added a lot of comments.
############################# # SYS:SYSTEM/AUTOEXEC.NCF ############################# # Auto-execute configuration file for NetWare # # Change Log # Who When What # ------ ------------------- ---------------------------- # ############################# # Note: The Time zone information should always # precede the SERVER name. SET TIME ZONE = PNT7
# Load the Time Synchronization configuration from sys:\system\timesync.cfg
# Set eDirectory context for legacy Bindery Emulation # (an eDirectory replica containing this OU must reside # on this server) # NOTE: Only enable this if you NEED it! SET BINDERY CONTEXT = O=XXXschool
# Configure TCP/IP stack defaults for higher-security settings # Limit SYN buffering rates SET TCP DEFEND SYN ATTACKS = ON # Increase minimum and maximum packet receive buffer settings SET MINIMUM PACKET RECEIVE BUFFERS = 500 SET MAXIMUM PACKET RECEIVE BUFFERS = 2000
# Set the File Server Name # Note: The Time zone information mentioned above # should always precede the SERVER name. FILE SERVER NAME XXXschool # WARNING!! # If you change the name of this server, you must update # all the licenses that are assigned to this server. Using # NWAdmin, double-click on a license object and click on # the Assignments button. If the old name of # this server appears, you must delete it and then add the # new server name. Do this for all license objects. # WARNING!!
# Set the ServerID (needed only if IPX is supported) SERVERID 84C235A
# Load the NetWare Console Logger (records console output # to SYS:ETC/CONSOLE.LOG) # MAXIMUM - Max size of log file in KB before it is deleted and logging restarted load conlog maximum=100
# Add Search Paths used when finding executables SEARCH ADD SYS:\JAVA\BIN SEARCH ADD SYS:\JAVA\NWGFX
##################### # Network configuration # ##################### ; Network driver LOADs and BINDs are initiated via ; INITSYS.NCF. The actual LOAD and BIND commands ; are contained in INITSYS.NCF and NETINFO.CFG. ; These files are in SYS:ETC. sys:etc\initsys.ncf ################################ # Historical Info - do not uncomment # ################################ #LOAD IPXRTR #LOAD 3C90X.LAN SLOT=10004 FRAME=ETHERNET_802.2 NAME=3C90X_1_E82 #BIND IPX 3C90X_1_E82 NET=55555 #LOAD IPXRTRNM #LOAD TCPIP #LOAD 3C90X.LAN SLOT=10004 FRAME=ETHERNET_II NAME=3C90X_1_EII #BIND IP 3C90X_1_EII ADDR=10.xxx.xxx.xxx MASK=255.255.255.0 GATE=10.xxx.xxx.xxx ################################
# Mount all Volumes not yet mounted MOUNT ALL
# Load the NetWare Management Agent SYS:\SYSTEM\NMA\NMA5.NCF
# Load BTrieve (used by Novell Licensing Services) bstart.ncf
################################ # NetWare Remote Manager (NRM) # ################################ # Load Secure Socket Services for NRM LOAD NILE.NLM # Load the mini-HTTP stack for NRM and iMonitor LOAD HTTPSTK.NLM /SSL /keyfile:"SSL CertificateIP" # Load the NRM portal module LOAD PORTAL.NLM # Load NDS iMonitor LOAD NDSIMON.NLM ########################
############################## # Public-Key infrastructure support # ############################## LOAD PKI.NLM LOAD NICISDI.XLM s ##############################
############################## # Secure Authentication Services # ############################## LOAD SASDFM.XLM LOAD SAS.NLM ##############################
######################## # Novell Licensing Service # ######################## # May not be needed if BorderManager is not used LOAD NLSFLAIM LOAD NLSTRAP ########################
###################### # NetWare LDAP Server # ###################### # Comment this out if you do not need this server to be an LDAP server LOAD NLDAP.NLM ######################
################## # Remote Console # ################## # IPX-based Remote Console #RCONAG6.NLM is required by RConsoleJ #LOAD SPXS # TCP/IP-based Remote Console #LOAD RCONAG6 2034 16800 ##################
# Start the X-Windoze GUI # Comment this out if you do not need it STARTX.NCF
# Load the NetWare Console Monitor LOAD MONITOR
# Load CD-ROM drive support CDROM
################# # BorderManager # ################# # RADIUS Server # LOAD RADIUS.NLM # BorderManager Server # LOAD BRDSRV.NLM
####################### # End of AUTOEXEC.NCF # #######################
|
|
|
|