home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9200 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.6 KB

  1. Path: sparky!uunet!cs.utexas.edu!ut-emx!ibmchs!auschs!awdprime.austin.ibm.com!chukran.austin.ibm.com!rudy
  2. From: rudy@chukran.austin.ibm.com
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: AIX LVM Metadata Area
  5. Message-ID: <1992Aug29.002119.2843@awdprime.austin.ibm.com>
  6. Date: 29 Aug 92 00:21:19 GMT
  7. References: <webIbvv0Bwx3M1871b@transarc.com>
  8. Sender: news@awdprime.austin.ibm.com (USENET News)
  9. Reply-To: chukran@austin.vnet.ibm.com(Rudy Chukran)
  10. Organization: IBM Advanced Workstation Division
  11. Lines: 19
  12.  
  13. In article <webIbvv0Bwx3M1871b@transarc.com>, Barry_Wolman@transarc.com writes:
  14. |> An AIX Logical Volume has N-bytes of metadata at the start of the
  15. |> volume.  User code that writes to a logical volume is supposed to
  16. |> avoid writing in this area.  I need to determine the value of N.
  17. |> I've heard "don't write in the first page" ... does this mean N=4096?
  18. The metadata is the "volume group descriptor area" and lives outside
  19. the logical volumes.  You can open /dev/lvxx and write till you cant
  20. write any longer (EOF) and not clobber any metadata. 
  21. Howver, writing the the physical volume device (/dev/hdiskx) is another
  22. matter. I believe you want the former.  Lots of database apps use this
  23. without worry.
  24. -- 
  25. *********************************************************************
  26. Rudy Chukran                |       EMAIL:            
  27. IBM AIX Technical Consulting| RSCS: CHUKRAN at AUSTIN 
  28. 11400 Burnet Rd.            | AWDnet:rudy@chukran.austin.ibm.com    
  29. Internal ZIP 2830           | internet: chukran@austin.vnet.ibm.com
  30. Austin, Texas 78758         |
  31. *********************************************************************
  32.