home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / informix / 1898 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.8 KB

  1. Path: sparky!uunet!spool.mu.edu!wupost!emory!snide.com
  2. From: dave.snyder@snide.com (Dave Snyder)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: moving tables
  5. Message-ID: <9504@emory.mathcs.emory.edu>
  6. Date: 9 Sep 92 12:43:08 GMT
  7. Sender: walt@mathcs.emory.edu
  8. Reply-To: dave.snyder@snide.com (Dave Snyder)
  9. Lines: 36
  10. X-Informix-List-ID: <list.1434>
  11.  
  12. Quoting J. David Schronce...
  13. } On our Altos 2000 machine the drive which contains my database is 
  14. } almost full.  I would like to move some of the larger data files to 
  15. } another drive.  I've noticed that systables contains the path for each 
  16. } of the tables, but it won't let me edit the path (or anything else).
  17. }   
  18. } I've logged in as myself, root and even created a user called informix 
  19. } to try to edit it without success.
  20. }   
  21. Before you even install the Informix software, you must create an owner and
  22. group called "informix".
  23.  
  24. } Can this table be editted?  Can I move my files?  Am I doomed to 
  25. } purchase a larger hard drive for this database?  Answers to these and 
  26. } other questions in your next newsfeed.
  27. }   
  28. The table can be editted by the "informix" user provided that the permissions
  29. for certain files are OK.  The permissions of your engine should be:
  30.   mode=6755, owner=root, group=informix
  31.  
  32. The permissions for your database directory should be:
  33.   mode=770, owner=you, group=informix
  34.  
  35. The permissions for all the files in your database directory should be:
  36.   mode=660, owner=you, group=informix
  37.  
  38. I can't promise that what you intend to do will work, but I can't really
  39. see any problems with it either.  I've never tried it so let me know
  40. what happens.
  41.  
  42. DAS
  43. -- 
  44. David A. Snyder @ Snide Inc. - Folcroft, PA                    Current Release
  45.                                                                is db4glgen-3.7
  46. UUCP:  ..!uunet!das13!dave   INTERNET:  dave.snyder@snide.com
  47.