home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11542 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  2.1 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!usenet
  2. From: shair@barolo.cso.uiuc.edu (Bob Shair)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: EMERGENCY!!!!!!!!!!!!!
  5. Message-ID: <BxMKwy.p3@news.cso.uiuc.edu>
  6. Date: 12 Nov 92 22:53:22 GMT
  7. Article-I.D.: news.BxMKwy.p3
  8. References: <1992Nov12.195735.7872@ncsu.edu>
  9. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  10. Reply-To: shair@vnet.ibm.com
  11. Distribution: comp
  12. Organization: IBM Champaign
  13. Lines: 33
  14.  
  15. jmmannin@eos.ncsu.edu (JAMES MCCOTTER MANNING) writes:
  16.  
  17. >PLEASE HELP!
  18. >I can't boot off of rootvg, and when I booted off of floppy
  19. >and tried to getrootfs, I get the error that /dev/hd4 needs
  20. >64k of free space, and that I should delete files until I have
  21. >that much free, but without root mounted, I don't know how to get
  22. >to /dev/hd4 (/usr) to delete anything.
  23. >HELP!!!!!
  24. >jmm 
  25.  
  26. /dev/hd4 is the root (/) filesystem on every AIX V3 system I've used.
  27. If it's not on yours, the getrootfs script is perhaps assuming that it
  28. is.  Try this to free up some space in /
  29.  
  30.      1) Put key in service mode and boot from diskettes.                   
  31.      2) Choose Option #4 to get the minimal shell.                         
  32.      3) Run "rm -f /usr/lpp/bosinst/*" to free up some space in the        
  33.         ram filesystem.                                                    
  34.      4) Run "importvg -y rootvg -f hdiskX", where hdiskX is the name of    
  35.         the external disk.                                                 
  36.      5) Run "varyonvg -f rootvg".  Ignore the error that is reported.      
  37.      6) Run "mount -o log=/dev/hd8 /dev/hd4 /mnt"                          
  38.      7) Run "cd /mnt".  /mnt contains the filesystem that is root on your  
  39.         machine normally.                                                  
  40.      8) Remove files from /mnt to free the space needed to boot properly   
  41.         (use echo *, since 'ls' hasn't been mounted).  The best candidates 
  42.        for deletion are smit.log and smit.script.
  43. --
  44.  
  45. Bob Shair                          shair@vnet.ibm.com
  46. Scientific Computing Specialist    SHAIR@UIUCVMD (bitnet)
  47. IBM Champaign
  48.