Motorola MVME167 Bedienungsanleitung Seite 45

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 56
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 44
VxWorks
ICD 13—Standard Controller ICD-13/05 45 of 56
#define INCLUDE_NFS /* nfs package */
#define INCLUDE_PING /* ping() utility */
#define INCLUDE_POSIX_ALL /* include all available POSIX functions */
#if FALSE
#define INCLUDE_PROXY_SERVER /* proxy arp server (Master Board) */
#endif
#define INCLUDE_RAMDRV /* ram disk driver */
#define INCLUDE_RAWFS /* rawFs file system */
#define INCLUDE_RDB /* remote debugging package */
#define INCLUDE_RPC /* rpc package */
#define INCLUDE_SECURITY /* shell security for network access */
/* Posix facilities */
#ifdef INCLUDE_POSIX_ALL
#define INCLUDE_POSIX_AIO /* POSIX async I/O support */
#define INCLUDE_POSIX_AIO_SYSDRV /* POSIX async I/O system driver */
#define INCLUDE_POSIX_FTRUNC /* POSIX ftruncate routine */
#define INCLUDE_POSIX_MEM /* POSIX memory locking */
#define INCLUDE_POSIX_MQ /* POSIX message queue support */
#define INCLUDE_POSIX_SCHED /* POSIX scheduling */
#define INCLUDE_POSIX_SEM /* POSIX semaphores */
#define INCLUDE_POSIX_SIGNALS /* POSIX queued signals */
#define INCLUDE_POSIX_TIMERS /* POSIX timers */
#endif
/* Login security initial user name and password.
* Use vxencrypt on host to find encrypted password.
* Default password provided here is “password”.
*/
#ifdef INCLUDE_SECURITY
#define LOGIN_USER_NAME “vxworks”
#define LOGIN_PASSWORD “b9Q9dzeecS” /* “xxxxxxxx” */
#endif /* INCLUDE_SECURITY */
#endif /* !DEBUG */
An additional change to the VxWorks file config/all/configAll.h increases the number
of available open I/O file. Change this file to read:
#define NUM_FILES 100 /* max 100 files open simultaneously */
18.4.2 Adding Security
The use of the VxWorks security module is a requirement on all IOCs to be delivered to
Gemini as well as during the development phase. In order to include and configure the
login security module, it will be necessary to rebuild the VxWorks boot image. Should
you not wish to change the contents of the installation directory tree then a shadow
installation directory can be created for the modified VxWorks installation, using sym-
bolic links to the existing installation. The following commands show a user named
epics creating such a shadow installation and changing the environment variables to the
correct settings for the new installation:
Seitenansicht 44
1 2 ... 40 41 42 43 44 45 46 47 48 49 50 ... 55 56

Kommentare zu diesen Handbüchern

Keine Kommentare