UNSOLVED

bhansen

updated

18 years ago

B

bhansen

54 Posts

0

514

October 3rd, 2008 14:00

Pausing IO on Disk before Split with Novell NetWare

I know that for Windows you can use symntctl to flush the disk cache to prepare for a SPIT of a BCV device group, is there anything similar for to this for Novell NetWare.

Also I found mention in one document about how to install SE on a Netware Host, but no other references to SE with netware. Is there any out there that you know of?
  • xe2sdc

    6 Operator

    2831 Posts

    130

    0

    Posted October 3rd, 2008 15:00

    You need to flush chache since every host uses its own RAM to cache ios. However before splitting a BCV you need to have a "consistent" image thus you flush cache to disk
    In other OS this operation is usually achieved via "sync" command. Since WinNT didn't offer a CLI utility to flush cache to disk, EMC included symntctl to allow flushing cache to disk.

    Digging a little, I found that with NW you have to dismount the filesystem before splitting BCV devices.. however if you find a way to flush cache, maybe it may work without unmounting the device...

    Deactivate the STD volumes (by a dismount and NSS /DEACTIVATE= volume) statement) so that cache will flush to disk.
    


    I think you have to find an equivalent NW command (similar to the "sync" command)
  • xe2sdc

    6 Operator

    2831 Posts

    130

    0

    Posted October 3rd, 2008 15:00

    Oh BTW neither symntctl nor "sync" command will ever pause IO against disks .. :D
    If you want to suspend IOs against disk devices you have to unmount (in unix terms) or dismount (if you prefer) devices. :-)