Error 3001-008 during an Installation -- /dev/fd0h Error


Environment

OS Level: 4.2.1
Type/Model: c10

Problem

During an install on a system using TCB, error 3001-008 occurs: /dev/fd0h appears in the entries for files /dev/fd0.36 and /dev/fd0.18.

Solution

Execute the following:
  mv /etc/security/sysck.cfg /etc/security/sysck.cfg.old 
  vi /etc/security/sysck.cfg
Modify the entries as follows. The correct entry for /dev/fd0.18 is:
        /dev/fd0.18:
                owner = root
                group = system
                mode = rw-rw-rw-
                type = BLK_DEV
The correct entry for /dev/rfd0.18 is:
        /dev/rfd0.18:
                owner = root
                group = system
                mode = rw-rw-rw-
                type = CHAR_DEV



[ Doc Ref: 93637526812772     Publish Date: Oct. 01, 1999]