home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / aix / 11870 < prev    next >
Encoding:
Text File  |  1992-11-24  |  2.0 KB  |  47 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!panews!eric.austin.ibm.com!payne
  3. From: payne@eric.austin.ibm.com (Eric Payne)
  4. Subject: Re: mksysb backup without /home
  5. Message-ID: <1992Nov24.015014.12156@ibmpa.awdpa.ibm.com>
  6. Sender: news@ibmpa.awdpa.ibm.com (News Master)
  7. Organization: IBM, Austin
  8. References: <15NOV199215424760@ctrvx1.vanderbilt.edu> <98617@netnews.upenn.edu>
  9. Date: Tue, 24 Nov 92 01:50:14 GMT
  10. Lines: 35
  11.  
  12. In article <98617@netnews.upenn.edu> michael@ccat.sas.upenn.edu (Michael Nenashev) writes:
  13. >
  14. >Sorry if this is a common knowledge, but mksysb is a simple
  15. >shell script that uses find to create the archive list, so it
  16. >is not too hard to modify in to your liking. While I am at it
  17.  
  18. The simplest way is to unmount /home and then do the mksysb.  It will
  19. not back up anything that is not mounted.
  20.  
  21.  
  22. >may I ask you aixperts how to untar a single file from bootable
  23. >tape made with standard mksysb ? I tried tctl -f /dev/rmt0.1 fsf n
  24. >with n=1,2,3,4 and all combinations of dd I can think of, but it
  25. >never lets me stop after this dummy TOC and use tar -xf ... :-(
  26. >
  27. >Thanx for all helpful hints.
  28.  
  29. The way you do this depends on the level of software you are running.
  30. Based on a couple of things you said in this post, I am assuming that you
  31. are running a 3.2.x system.  If it has 3.2.0, 3.2.1, or 3.2.2 level of AIX on
  32. it, then make sure the tape drive is set to 512 byte blocks and try the
  33. following:
  34.  
  35. tctl -f /dev/rmt0.1 fsf 3
  36. tar -xf <filename>
  37.  
  38. You seemed to indicate that this did not work for you.  I have never had
  39. a problem with it.
  40. -- 
  41. Thank you,                                 I           ____/           __/
  42. Eric Payne                                 N N        /
  43.                                            T E Addr  ____/    ____/    /    ___/
  44.                                            E T      /        /        /    /
  45. These views are mine, not my employer's.   R      _____/  __/      __/  _____/
  46. Even then, I do not claim responsiblity.          payne@austin.ibm.com
  47.