home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sun / admin / 6056 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1013 b 

  1. Path: sparky!uunet!mcsun!uknet!fulcrum!igb
  2. From: igb@fulcrum.bt.co.uk (Ian G Batten)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Slight Strangeness with ``config''
  5. Message-ID: <BtyGn8.4Aw@fulcrum.bt.co.uk>
  6. Date: 2 Sep 92 14:37:56 GMT
  7. Sender: news@fulcrum.bt.co.uk
  8. Organization: Fulcrum Communications
  9. Lines: 21
  10.  
  11.  
  12. I use Online:Disksuite to shadow my root but not the swapspace.  This is
  13. because the machine is an NFS server but we can tolerate the odd break
  14. of service as long as the machine can be back in a few minutes.  This
  15. means I need to have a second kernel with its primary swap somewhere
  16. other than its usual place, so I can reboot in the face of a broken
  17. ``first'' disk.
  18.  
  19. This works:
  20.  
  21. config    vmunix root on md0a    swap on id000b
  22. config  vmunixbackup root on md0a     swap on id010b
  23.  
  24. This complains about a syntax error on the ``backup'' line:
  25.  
  26. config    vmunix root on md0a    swap on id000b
  27. config  vmunix.backup root on md0a     swap on id010b
  28.  
  29. Anyone suggest why?  I only found the fix by trial and error...
  30.  
  31. ian
  32.