Recent Changes - Search:

Bob Brandt

Linux Projects


Server Projects

Desktop Projects

Novell Projects


VMware Projects


N900 (Maemo) Projects


Python Projects


OpenOffice.org Projects


Other Projects


PmWiki

edit SideBar

Novell NetWare autoexec.ncf

Novell.Autoexecncf History

Hide minor edits - Show changes to output

November 07, 2007, at 01:39 PM by 82.141.254.184 -
Changed lines 1-10 from:
(:title Novell NetWare Autoexec.ncf:)

Novell NetWare Server use a number of scripts/batch files to start the server. The NCF file extension is a Novell Control File, in other words a Novell Batch File. These script files are executed in the following order:
#[[Projects/autoexecbat | Autoexec.bat]]
#Startup.ncf
#Autoexec.ncf

The default Autoexec.ncf file is a fairly random list of commands that need to run to bring the server up. I say random because a default autoexec.ncf file has some order to it, but almost no documentation and a complete lack of common formatting. For my clients I update the autoexec.ncf of all the servers to a standard template. This helps both the clients and junior administrators understand exactly what is happening and in what order it is happening in!\\\

to:
(:title Novell NetWare autoexec.ncf:)

Novell NetWare Server use a number of scripts/batch files to start the server, the most important of these is the autoexec.ncf file. The NCF file extension is a Novell Control File, in other words a Novell Batch File.

The default autoexec.ncf file is a fairly random list of commands that need to run to bring the server up. I say random because a default autoexec.ncf file has some order to it, but almost no documentation and a complete lack of common formatting. For my clients I update the autoexec.ncf of all the servers to a standard template. This helps both the clients and junior administrators understand exactly what is happening and in what order it is happening in!

November 06, 2007, at 04:08 PM by 82.141.254.184 -
Changed line 11 from:
(:div style="border-style:ridge; border-width:2px; background-color:#ffffcc; margin-left:50px; overflow:auto; width:650px; height:250px;":)
to:
(:div style="border-style:ridge; border-width:2px; background-color:#ffffcc; margin-left:50px; overflow:auto; width:650px; height:500px;":)
November 06, 2007, at 04:07 PM by 82.141.254.184 -
Changed line 64 from:
SEARCH ADD sys:\system\opw
to:
SEARCH ADD sys:\system\brandt
November 06, 2007, at 04:07 PM by 82.141.254.184 -
Changed lines 10-12 from:
[=
to:

(:div style="border-style:ridge; border-width:2px; background-color:#ffffcc; margin-left:50px; overflow:auto; width:650px; height:250px;":)
[@
Changed line 16 from:
# Customer Company Name - Standard AUTOEXEC.NCF #
to:
# Standard AUTOEXEC.NCF #
Changed line 18 from:
# Netware 6.5 sp5 (OES sp2) Server #
to:
# Netware 6.5 sp7 (OES2 NW) Server #
Changed lines 20-21 from:
# Server Name: NCPSERVERNAME #
# Details: Server Description and general purpose #
to:
# Server Name: SERVERNAME #
# Details: Department File Server #
Changed lines 23-24 from:
# All Comments are to be preceded by a hash symbol (#) #
# Because of screen width limits, comments should be a Maximum of 78 chars #
to:
# All Comments are to be preceded by a hash symbol (#) (Maximum of 78 chars) #
Deleted lines 25-30:
# Created by Bob Brandt on 10 Jan 2007 #
# Web - http://www.brandt.ie/ #
# Email - projects@brandt.ie #
# #
# Licensed under GPL (just in case anyone askes) #
# #
Changed line 48 from:
# Needed Search Paths #
to:
# Bindery Context #
Changed lines 50-56 from:
SEARCH ADD SYS:\ni\update\bin
SEARCH ADD SYS:\JAVA\BIN
SEARCH ADD SYS:\JAVA\NWGFX\BIN
SEARCH ADD SYS:\JAVA\NJCLV2\BIN
SEARCH ADD sys:/usr/sbin
SEARCH ADD sys:/usr/bin
SEARCH ADD sys:\system\company
to:
SET BINDERY CONTEXT = .Fully.Distinguished.Location.of.Server.TREE. ; .Fully.Distinguished.Location.of.Admin.Accounts.TREE.
Changed line 57 from:
# Set the Bindery Context #
to:
# Needed Search Paths #
Changed lines 59-65 from:
SET BINDERY CONTEXT = OU=Department.O=Container
to:
SEARCH ADD SYS:\JAVA\BIN
SEARCH ADD SYS:\JAVA\NWGFX\BIN
SEARCH ADD SYS:\JAVA\NJCLV2\BIN
SEARCH ADD sys:/usr/sbin
SEARCH ADD sys:/usr/bin
SEARCH ADD sys:\system\opw
SEARCH ADD SYS:\ni\update\bin
Changed lines 81-82 from:
FILE SERVER NAME NCPSERVERNAME
SERVERID IPADDRINHEX
to:
FILE SERVER NAME SERVERNAME
SERVERID HEXedIPADDRESS (i.e. 192.168.1.1 = C0A80101 where 192=C0, 168=A8 ..)
Changed line 92 from:
LOAD conlog -MAXIMUM=1024
to:
LOAD CONLOG -MAXIMUM=1024
Changed lines 108-110 from:
sys:etc\initsys.ncf
#
# Old Commands
to:
SYS:ETC\INITSYS.NCF
# #
# Old Commands #
Changed lines 112-113 from:
;LOAD CE1000.LAN SLOT=7 FRAME=ETHERNET_II NAME=CE1000_EII
;BIND IP CE1000_EII addr=IPADDRESS mask=SUBNETMASK gate=DEFAULTGATEWAY
to:
;LOAD DRIVER.LAN SLOT=7 FRAME=ETHERNET_II NAME=DRIVER_1_EII
;LOAD DRIVER.LAN SLOT=10013 FRAME=ETHERNET_II NAME=DRIVER_2_EII
;BIND IP DRIVER_1_EII addr=first.ip.address mask=ip.mask gate=default.route
;BIND IP DRIVER_2_EII addr=second.ip.address mask=ip.mask
Changed line 158 from:
# Novell Remote Manager (NRM) https://ipaddress:8009 #
to:
# Novell Remote Manager (NRM) https://dnsaddress:8009 #
Changed line 161 from:
LOAD nile.nlm
to:
LOAD NILE.NLM
Changed line 163 from:
LOAD httpstk.nlm /SSL /keyfile:"SSL CertificateIP"
to:
LOAD HTTPSTK.NLM /SSL /keyfile:"SSL CertificateDNS"
Changed lines 180-182 from:
LOAD SASDFM.XLM
# Public Key Infrastructure
LOAD PKI.NLM
to:
LOAD SASDFM.XLM
# Public Key Infrastructure
LOAD PKI.NLM
Changed line 189 from:
# Novell LDAP (Lightweight Directory Access Protocol) #
to:
# RConsoleJ #
Changed line 191 from:
LOAD NLDAP.NLM
to:
LOAD RCONAG6 password 0 0 2036
Changed line 198 from:
# Novell Posix Semantic Agent (PSA.NSS) #
to:
# Novell LDAP (Lightweight Directory Access Protocol) #
Changed line 200 from:
PSA
to:
LOAD NLDAP.NLM
Changed line 207 from:
# Novell Scripting Support #
to:
# Novell Posix Semantic Agent (PSA.NSS) #
Changed line 209 from:
SCRIPT.NCF
to:
PSA
Changed line 216 from:
# Apache and Tomcat Installations #
to:
# Novell Scripting Support #
Added lines 218-226:
SCRIPT.NCF
# #
##############################################################################


##############################################################################
# #
# Apache and Tomcat Installations #
# #
Changed lines 229-237 from:
#Apache2 is now the admin server
ADMSRVUP
# tc4admin begin
SEARCH ADD SYS:/tomcat/4/bin
tcadmup.ncf
# tc4admin end
# tomcat4 begin
sys:/tomcat/4/bin/tomcat4.ncf
# tomcat4 end
to:
# Apache2 is now the admin server
;ADMSRVUP
# Tomcat5 begin
;SEARCH ADD SYS:\TOMCAT\5.0\BIN
;TOMCAT5.NCF
# Tomcat5 end
Changed line 260 from:
# RConsoleJ #
to:
# Software from AdRem #
Changed lines 262-263 from:
LOAD RCONAG6 RCONAGPASSWORD 2034 16800 2036
to:
LOAD AFREECON.NLM
LOAD SMAGENT.NLM
Changed line 270 from:
# Software from AdRem #
to:
# xWindows System #
Changed lines 272-273 from:
LOAD AFREECON.NLM
LOAD SMAGENT.NLM
to:
;STARTX
Changed line 279 from:
# xWindows System #
to:
# Unix Environment Emulation of Bash on NetWare #
Changed line 281 from:
;STARTX
to:
SYS:/BIN/UNIXENV.NCF
Added line 287:
##############################################################################
Changed line 289 from:
# Unix Environment Emulation of Bash on NetWare #
to:
# Basic Scipt Done - After this is the optional components #
Deleted lines 290-291:
SYS:/BIN/UNIXENV.NCF
# #
Deleted lines 291-293:


#############################################################################
Added lines 293-299:






##############################################################################
Changed line 301 from:
# Basic Script Done - After this is the optional components #
to:
# FTP Server #
Added lines 303-304:
;ftpstart.ncf
# #
Added lines 306-307:

Deleted lines 308-311:



##############################################################################
Changed line 310 from:
# FTP Server #
to:
# Native File Access Protocol #
Changed lines 312-314 from:
;ftpstart.ncf
to:
;AFPSTRT.NCF
;CIFSSTRT.NCF
;NFSSTART.NCF
Changed line 321 from:
# Native File Access Protocol #
to:
# Start DHCP and DNS Services #
Changed lines 323-325 from:
;AFPSTRT.NCF
;CIFSSTRT.NCF
;nfsstart
to:
;LOAD NAMED.NLM
;LOAD DHCPSRVR.NLM -d1
Changed line 350 from:
# Networks Associates - McAfee NetShield for Netware #
to:
# iPrint / NDPS Printing #
Changed lines 352-355 from:
;SEARCH ADD sys:\mcafee\netshld\
;LOAD sys:\mcafee\netshld\netshld.nlm
;SEARCH ADD sys:\mcafee\epoagent\bin\
;LOAD sys:\mcafee\epoagent\bin\naimas32.nlm
to:
;LOAD BROKER .Fully.Distinguished.NDAP.Name
;LOAD NDPSM .Fully.Distinguished.NDAP.Name
Changed line 360 from:
# iPrint / NDPS Printing #
to:
# Start APC's PowerChute Network Shutdown application #
Changed lines 362-363 from:
;LOAD Broker fully-distinguished-name
;LOAD NDPSM fully-distinguished-name
to:
SYS:\PowerChute\APCpcns
Changed line 369 from:
# Commvault Galaxy Backup System #
to:
# Enable the Screensaver with Console Locking #
Changed line 371 from:
;LOAD GALAXY
to:
SCRSAVER ENABLE LOCK; ENABLE UNIVERSAL; NO PASSWORD
Changed lines 374-401 from:


##############################################################################
# #
# APC's PowerChute network shutdown application #
# #
;SYS:\PwrChute\APCpcns
# #
##############################################################################


##############################################################################
# #
# UM-Client for Netware (UPS Software) #
# #
;LOAD SYS:UPSMAN\UMCLIENT\UMC.NLM -s
# #
##############################################################################


##############################################################################
# #
# Enable the Screensaver with Console Locking #
# #
SCRSAVER ENABLE LOCK
# #
##############################################################################
=]
to:
@]
(:divend:)
November 05, 2007, at 03:01 PM by 82.141.254.184 -
Added lines 1-397:
(:title Novell NetWare Autoexec.ncf:)

Novell NetWare Server use a number of scripts/batch files to start the server. The NCF file extension is a Novell Control File, in other words a Novell Batch File. These script files are executed in the following order:
#[[Projects/autoexecbat | Autoexec.bat]]
#Startup.ncf
#Autoexec.ncf

The default Autoexec.ncf file is a fairly random list of commands that need to run to bring the server up. I say random because a default autoexec.ncf file has some order to it, but almost no documentation and a complete lack of common formatting. For my clients I update the autoexec.ncf of all the servers to a standard template. This helps both the clients and junior administrators understand exactly what is happening and in what order it is happening in!\\\

[=
##############################################################################
##############################################################################
# #
# Customer Company Name - Standard AUTOEXEC.NCF #
# #
# Netware 6.5 sp5 (OES sp2) Server #
# #
# Server Name: NCPSERVERNAME #
# Details: Server Description and general purpose #
# #
# All Comments are to be preceded by a hash symbol (#) #
# Because of screen width limits, comments should be a Maximum of 78 chars #
# All inactive commands are to use a Semicolon (;) #
# #
# Created by Bob Brandt on 10 Jan 2007 #
# Web - http://www.brandt.ie/ #
# Email - projects@brandt.ie #
# #
# Licensed under GPL (just in case anyone askes) #
# #
##############################################################################
##############################################################################


##############################################################################
# #
# TIMESYNC Settings #
# #
# Note: The Time zone information mentioned above should always precede the #
# SERVER name. #
# #
SET Daylight Savings Time Offset = 1:00:00
SET Start Of Daylight Savings Time = (MARCH SUNDAY LAST 2:00:00 AM)
SET End Of Daylight Savings Time = (OCTOBER SUNDAY LAST 2:00:00 AM)
SET Time Zone = GMT0BST
SET Default Time Server Type = Secondary
# #
##############################################################################


##############################################################################
# #
# Needed Search Paths #
# #
SEARCH ADD SYS:\ni\update\bin
SEARCH ADD SYS:\JAVA\BIN
SEARCH ADD SYS:\JAVA\NWGFX\BIN
SEARCH ADD SYS:\JAVA\NJCLV2\BIN
SEARCH ADD sys:/usr/sbin
SEARCH ADD sys:/usr/bin
SEARCH ADD sys:\system\company
# #
##############################################################################


##############################################################################
# #
# Set the Bindery Context #
# #
SET BINDERY CONTEXT = OU=Department.O=Container
# #
##############################################################################


##############################################################################
# #
# Server Name and ID #
#
# Note: The Server ID has no use in a PURE TCPIP, yet some applications need #
# it set anyway, so to insure uniqueness, us the HEX form of the #
# primary IP Address. #
# #
# WARNING: If you change the name of this server, you must update the server #
# name in all the licenses that are assigned to it using iManager. #
# #
FILE SERVER NAME NCPSERVERNAME
SERVERID IPADDRINHEX
# #
##############################################################################


##############################################################################
# #
# Console Logging #
# #
# #
LOAD conlog -MAXIMUM=1024
# #
##############################################################################


##############################################################################
# #
# Network Settings #
# #
# Note: 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. #
# #
# Every server will have different drivers and configurations. You #
# should run INETCFG.NLM before modifying the AUTOEXEC.NCF #
# #
sys:etc\initsys.ncf
#
# Old Commands
;LOAD TCPIP
;LOAD CE1000.LAN SLOT=7 FRAME=ETHERNET_II NAME=CE1000_EII
;BIND IP CE1000_EII addr=IPADDRESS mask=SUBNETMASK gate=DEFAULTGATEWAY
# #
##############################################################################


##############################################################################
# #
# Mount all Available Volumes not yet mounted #
# #
MOUNT ALL
# #
##############################################################################


##############################################################################
# #
# Start Netware 6.5 IP Address Management #
# #
IPMINIT.NCF
# #
##############################################################################


##############################################################################
# #
# Start Netware 6.5 NetWare Management Agent (NMA) (part of SNMP) #
# #
SYS:\SYSTEM\NMA\NMA5.NCF
# #
##############################################################################


##############################################################################
# #
# Start NWMKDE (Pervasive Database; needed for the Licensing system) #
# #
BSTART.NCF
# #
##############################################################################


##############################################################################
# #
# Novell Remote Manager (NRM) https://ipaddress:8009 #
# #
# 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
# #
##############################################################################


##############################################################################
# #
# NICI (Novell International Cryptographic Infrastructure) #
# and PKI (Public Key Infrastructure) #
# #
# Novell International Cryptographic Infrastructure
LOAD NICISDI.XLM
# Secure Authentication Services
LOAD SASDFM.XLM
# Public Key Infrastructure
LOAD PKI.NLM
# #
##############################################################################


##############################################################################
# #
# Novell LDAP (Lightweight Directory Access Protocol) #
# #
LOAD NLDAP.NLM
# #
##############################################################################


##############################################################################
# #
# Novell Posix Semantic Agent (PSA.NSS) #
# #
PSA
# #
##############################################################################


##############################################################################
# #
# Novell Scripting Support #
# #
SCRIPT.NCF
# #
##############################################################################


##############################################################################
# #
# Apache and Tomcat Installations #
# #
SEARCH ADD SYS:\APACHE2
AP2WEBUP
#Apache2 is now the admin server
ADMSRVUP
# tc4admin begin
SEARCH ADD SYS:/tomcat/4/bin
tcadmup.ncf
# tc4admin end
# tomcat4 begin
sys:/tomcat/4/bin/tomcat4.ncf
# tomcat4 end
# #
##############################################################################


##############################################################################
# #
# Storage Management Services components required for Backup #
# #
SMSSTART.NCF
# #
##############################################################################


##############################################################################
# #
# eDirectory Management Toolbox (Web interface for eDir utilities) #
# #
LOAD EMBOX.NLM
openwbem.ncf
# #
##############################################################################


##############################################################################
# #
# RConsoleJ #
# #
LOAD RCONAG6 RCONAGPASSWORD 2034 16800 2036
# #
##############################################################################


##############################################################################
# #
# Software from AdRem #
# #
LOAD AFREECON.NLM
LOAD SMAGENT.NLM
# #
##############################################################################


##############################################################################
# #
# xWindows System #
# #
;STARTX
# #
##############################################################################


##############################################################################
# #
# Unix Environment Emulation of Bash on NetWare #
# #
SYS:/BIN/UNIXENV.NCF
# #
##############################################################################


#############################################################################
##############################################################################
# #
# Basic Script Done - After this is the optional components #
# #
##############################################################################
##############################################################################



##############################################################################
# #
# FTP Server #
# #
;ftpstart.ncf
# #
##############################################################################


##############################################################################
# #
# Native File Access Protocol #
# #
;AFPSTRT.NCF
;CIFSSTRT.NCF
;nfsstart
# #
##############################################################################


##############################################################################
# #
# Nsure Auditing #
# #
;AUDITSVR.NCF
;AUDITAGT.NCF
# #
##############################################################################


##############################################################################
# #
# Service Location Protocol - Directory Agent #
# #
;LOAD SLPDA
# #
##############################################################################


##############################################################################
# #
# Networks Associates - McAfee NetShield for Netware #
# #
;SEARCH ADD sys:\mcafee\netshld\
;LOAD sys:\mcafee\netshld\netshld.nlm
;SEARCH ADD sys:\mcafee\epoagent\bin\
;LOAD sys:\mcafee\epoagent\bin\naimas32.nlm
# #
##############################################################################


##############################################################################
# #
# iPrint / NDPS Printing #
# #
;LOAD Broker fully-distinguished-name
;LOAD NDPSM fully-distinguished-name
# #
##############################################################################


##############################################################################
# #
# Commvault Galaxy Backup System #
# #
;LOAD GALAXY
# #
##############################################################################


##############################################################################
# #
# APC's PowerChute network shutdown application #
# #
;SYS:\PwrChute\APCpcns
# #
##############################################################################


##############################################################################
# #
# UM-Client for Netware (UPS Software) #
# #
;LOAD SYS:UPSMAN\UMCLIENT\UMC.NLM -s
# #
##############################################################################


##############################################################################
# #
# Enable the Screensaver with Console Locking #
# #
SCRSAVER ENABLE LOCK
# #
##############################################################################
=]
Edit - History - Print - Recent Changes - Search
Page last modified on November 07, 2007, at 01:39 PM