The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-27-2003
Perderabo's Avatar
Perderabo Perderabo is offline
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,454
With SunOS you can use the format command to slice a disk up any way that you want. Ideally, you should create a slice that belongs to Informix alone and then use an offset of zero since Informix can use the entire slice.

If you couldn't define your own slices, you might need, as one example, to have one area serve as both swap and an informix chunk. If the area was, say, 2 gigs, you might define a 1 gig swap area. Then informix would use the same area with an offset of 1 gig.

The only problem you might encounter is the disk label itself. You don't want to overwrite that. If your slice 1 starts on cylinder zero, you must tell informix to skip the first sector so that you don't clobber the label. I would move slice 1 off of cylinder zero and still use an Informix offset of zero. If you really must start the slice on cylinder zero, then use an offset of 512 to preserve the label.