Forum Discussion

nalini's avatar
nalini
Level 2
9 years ago

How to remove a Quick i/o file on solaris?

Hi All ,    we have a running solaris and veritas quick i/o files for oracle 9i database . The files no longer exist in the database but somehow exist in the file system . How do we remov...
  • starflyfly's avatar
    9 years ago

    Here is a test:

     

    # qiomkfile -s 1M foo
    # rm foo
     # qiomkfile -s 1M foo
    UX:vxfs qiomkfile: ERROR: V-3-22619:  file '.foo' already exists.

     # rm .foo     <<<<<
     # qiomkfile -s 1M foo

     # ls
           foo                   grpck                 snmpd.log
    ..
     #