home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12670 < prev    next >
Encoding:
Internet Message Format  |  1992-12-18  |  2.1 KB

  1. Path: sparky!uunet!gossip.pyramid.com!olivea!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!geraldo.cc.utexas.edu!portal.austin.ibm.com!awdprime.austin.ibm.com!levell.austin.ibm.com!julie
  2. From: julie@levell.austin.ibm.com (Julie L. Craft)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: 0516-366 lsvg: Volume group rootvg is locked try again -- ???
  5. Message-ID: <BzF5Aw.1so8@austin.ibm.com>
  6. Date: 17 Dec 92 19:40:07 GMT
  7. References: <1992Dec12.200021.19597@ncar.ucar.edu>
  8. Sender: news@austin.ibm.com (News id)
  9. Organization: IBM, Austin
  10. Lines: 44
  11.  
  12. In article <1992Dec12.200021.19597@ncar.ucar.edu> fredrick@acd.ucar.edu (Timothy Fredrick) writes:
  13. >On an AIX 3.2.3+ system we get the message:
  14. >
  15. >A 2nd question: At boot time we get the message "/dev/hd5 - not an AIX
  16. >logical volume" or something like that (I'm afraid I didn't write it down).
  17. >/dev/hd5 is the partition "/blv".  Why is this partition defined, and what
  18. >does it do?  Only this one machine complains that it isn't an AIX logical
  19. >volume -- is that a message we should worry about.
  20. >
  21. >These things are happening on a working system, but any useful advice or
  22. >answers will definitely be appreciated.
  23. >
  24. >Thanks in advance.
  25. >
  26. >--Tim Fredrick (fredrick@acd.ucar.edu)
  27. >  Ntl Center for Atmospheric Research, Boulder, CO 80307-1000
  28.  
  29. You probably have "mount = true" set in your /etc/filesystem
  30. file for /mnt.  hd5 is the boot logical volume, and /mnt is
  31. used (and mounted) whenever you run bosboot, but you don't
  32. want to mount hd5 on it's own because it's not a filesystem.
  33. /blv:
  34.         dev     = /dev/hd5
  35.         vol     = "spare"
  36.         mount   = false
  37.         check   = false
  38.         free    = false
  39.         vfs     = jfs
  40.         log     = /dev/hd8
  41.  
  42.  
  43. Also, the lock message is usually because the lock attribute has
  44. been left in the database because a lvm shell script was killed, etc.
  45. putlvodm -K `getlvodm -v rootvg`
  46. or
  47. odmdelete -q "name=rootvg and attribute=lock" -o CuAt
  48. will fix it.
  49. But, make sure that there really isn't another lvm process running.
  50. The reason we lock the volume group is so no other lvm commands can 
  51. run at the same time.  An easy way out of a messy situation.
  52.  
  53. Later,
  54. Julie
  55. -- 
  56.