3.3
Table Of Contents
- Avid iNEWS Administration Guide
- Contents
- Using This Guide
- 1 - Introduction
- 2 - Connect Services
- 3 - Database Security
- 4 - Database Management
- 5 - Backing Up the iNEWS System
- 6 - Disconnects
- 7 - Troubleshooting
- A - Command References
- Programs Invoked by iNEWS
- Commands Used by Avid Personnel Only
- Linux Commands Used in iNEWS
- Console Control Commands
- Console Server Commands
- broadcast
- configure
- connect
- ctraits
- dbclean
- dbclose
- dbdev
- 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)
- msgclean
- offline
- online
- otod
- reconnect
- remove
- rename (Superuser only)
- reorder
- restart
- searchtape
- send
- shutdown
- sitedump (Superuser only)
- siterestore (Superuser only)
- startup
- status
- stop
- su
- unbusy
- utraits (Super user only)
- version
- wholockedit
- Job List Commands
- Dialog Commands
- B - System Files
- C - 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
- 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)
- D - Environment Variables
- E - Managing Traits at the Console
- F - The Line Editor, ed
- Index
Environmental Variables for Servers
257
The format of each line of the field substitution file is:
<field identifier> = <field
name>
where
<field identifier>
is a single character SEP field and
<field name>
is a
valid NSML field name. An example would be
1 = video-id
. This causes the contents of
the APP1 field, identified by 1, to be put into the NSML field video-id instead of the usual
APP1-1.
RXSITEIDLE=<seconds>
The idle time value may be set from the client via
SITE IDLE=<seconds>
where
<seconds>
is a count of seconds. For instance:
SITE IDLE=900 sets the idle timeout to 15 minutes
SITE IDLE=0 disables the timeout
The client can query the rxnet server to find out what the current idle timeout is with SITE
IDLE. You can also define an idle timeout value to override the localtimeout setting by
inserting
RXSITEIDLE=<seconds>
in the file /site/env/rxnet.
n
You can also define an idle timeout value to override the "localtimeout" setting by inserting
RXSITEIDLE=<seconds> in the file /site/env/nxserver.
RXOLDNLST=1
FTP clients that use the MGETcommand make an NLST request to get the list of story/file
names for retrieval. The LIST and NLST commands produce the identical output, a
directory listing. The NLST command produces a name list, that is a list of subdirectories in
the directory and a list of stories id's in a queue.The iNEWS FTP Server produces a list of
names without story attributes. If you want the iNEWS Server to include story attributes, put
RXOLDNLST=1
in the rxnet environment. If you do not want story attributes included, use
RXOLDNLST=0
.
n
The bold entires are exactly what to place in the file. Do not use an export statement after
the line.