5.4
Table Of Contents
- Avid iNEWS Setup & Config Guide
- Contents
- Using This Guide
- Introduction
- The iNEWS Console
- Getting Started
- Users
- The Database: Directories, Queues, and Stories
- Overview of the iNEWS Database
- Restrictions to Directory or Queue Creation
- Creating a New Directory
- Creating a New Queue
- Creating a New Story
- Using Script Templates
- Renaming a Directory or Queue
- Deleting a Directory or Queue
- Recovering a Killed Story
- Viewing Database Traits
- Changing Database Traits
- Database Purge Intervals and Limits
- Identifying Locked Queues and Stories
- Removing Locks from a Workstation
- Unbusy Stories and Queues
- MOS Integration
- Groups
- Overview of Groups
- Viewing Group Information from the Console
- Viewing Group Information from a Workstation
- Creating a New Group
- Group Checker
- Renaming a Group
- Deleting a Group
- Creating or Modifying Multiple Groups
- Adding Users as Members of a Group
- Adding Groups as Members of Other Groups
- Adding Workstations as Members of a Group
- Combined Permissions and Timeouts
- Group Access and Usage Restrictions
- Group Traits for the Database
- Creating a Mail Alias
- Keyboards and Macros
- Forms
- Character Generator Title Entry
- System Configuration
- Printers
- Wires
- Servers
- iNEWS Community
- MOS Redirection
- Web Publishing
- iNEWS Projects
- Media | Index
- Command References
- Programs Invoked by iNEWS
- Commands Used by Avid Personnel Only
- Linux Commands Used in iNEWS
- Console Server Commands
- broadcast
- configure
- connect
- ctraits
- dbclean
- dbclose
- dbdev and dbsize
- dbdump
- dbfree
- dblines
- dboriginal
- dbpurge (Superuser conditional)
- dbrestore
- dbserver
- dbsort
- dbtraits
- dbvisit
- dictionary
- diskclear (Superuser only)
- diskcopy
- doc
- ed
- enter
- force (Superuser only)
- grpcheck
- gtraits (Superuser only)
- help
- hogs
- idiff
- list
- list B
- list C
- list c
- list d
- list g
- list p
- list q
- list s
- list sq
- list u
- logout
- makemontab
- makeshift (Super user only)
- maketab (Superuser only)
- mapcheck
- msgclean
- offline
- online
- otod
- reconnect
- remove
- rename (Superuser only)
- reorder
- restart
- searchtape
- send
- sendlong
- shutdown
- sitedump (Superuser only)
- siterestore (Superuser only)
- startup
- status
- stop
- su
- unbusy
- utraits (Super user only)
- version
- wholockedit
- Job List Commands
- Dialog Commands
- System Files
- Standard Dictionaries
- Using Dictionaries to Define Messages and Commands
- Customizing Dictionaries
- Utility Messages Dictionary (/site/dict/messages)
- DBServer Program Messages
- Disconnect Program Messages
- Category and Keyword Check Program Messages
- Keyboard Check Program Messages
- Keyboard Check Program Messages for Macros
- Grpcheck Messages
- Wire Program Messages
- Mail Server Messages
- Map Check Program Messages
- Validation (Action) Server
- Seek Server Messages
- Last Login Messages
- Print Server Messages
- dbtraits Messages
- Save Error (Workstation) Messages
- Queues Dictionary (/site/dict/queues)
- Words Dictionary (/site/dict/words)
- Keyboard Macros Dictionary (/site/dict/keymacros)
- Case-shifting Dictionary (/site/dict/shift)
- MCS Dictionary (/site/dict/mcs)
- Job List Command Dictionary (/site/dict/joblist)
- D Messages Dictionary (/site/dict/dmessages)
- S Messages Dictionary (/site/dict/smessages)
- Environment Variables
- Managing Traits at the Console
- The Line Editor, ed
- Index
System Profile Files
256
Sample system profile files are in “System Files” on page 535. The most important of these
profile files is the system profile(/site/system), which is discussed in the sections that follow.
When you start your system, each server reads its copy of the system profile and incorporates the
material into its operation.
An example of the system profile is provided on page 248.
The system
profile contains several parameters. Each parameter begins with an identifying
keyword, followed by an equal sign (=) and the parameter’s value. When an iNEWS Server reads
its system profile, it finds each parameter’s value by searching for the keyword that represents
that parameter. If the server searched the system profile in the example on page 248, it would
f
ind that NRCS was the parameter associated with the keyword, id.
Most, but not all, parameters have default values the system uses if the parameter is not present
in the system profile. Consequently, a system profile usually includes only parameters you want
set differently from their default values, and those that have no default values and must be set in
the system profile. Your system profile may not contain the same parameters as the example.
Changing the System Profile
System profile parameters are configured in the system when servers are connected. After the
system profile in /site/system is modified, the system should be rebooted and reconnected to get
the servers to read the modified system profile. The following sample procedure lets you change
the localtimeout parameter in your system profile.
To change your system profile at the console:
1. From the PuTTYCS application, select the PuTTY Filter created for sending server
commands to all servers, such as iNEWS Consoles.
2. Type:
ed /site/system
n
This procedure, which modifies the /site/system file uses ed, the line editor. If you do not know
how to use ed to modify lines in the file, please see “The Line Editor, ed” on page 647.
A message similar to the following appears:
editing /site/system
213
3. Find the line that contains the localtimeout parameter, such as:
localtimeout=45:00 remotetimeout=30:00
4. Change the 45:00 value for that parameter to 15:00:
localtimeout=15:00 remotetimeout=30:00
5. Type
w
to write (save) your changes to disk.