home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / aix / 11661 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.3 KB  |  58 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: Another EMERGENCY...
  5. Message-ID: <1992Nov17.205851.19608@ibmpa.awdpa.ibm.com>
  6. Sender: news@ibmpa.awdpa.ibm.com (News Master)
  7. Organization: IBM, Austin
  8. References: <BxM3pB.64B@csd.cri.dk> <1992Nov13.161517.4070@selway.umt.edu> <1992Nov13.222854.13627@ncsu.edu>
  9. Date: Tue, 17 Nov 92 20:58:51 GMT
  10. Lines: 46
  11.  
  12. In article <1992Nov13.222854.13627@ncsu.edu> jmmannin@eos.ncsu.edu (James Manning) writes:
  13. >I'm on an RS/6000 running 3.2.2
  14. >
  15. >I boot off of the floppies (correctly, I think)
  16. >start the maintenance shell, then rm /usr/lpp/bosinst/*
  17. >(a friend from IBM said it would free up a little space and that I
  18. >didn't need it anyway, but I've tried this without killing it and that doesn't
  19. >help), then importvg -y rootvg -f hdisk0
  20. >which is fine, gives no errors.
  21. >then I "varyonvg -f rootvg"
  22. >which gives one error "syncvg: not found" but the friend
  23. >from IBM said to ignore it.
  24. >then I try mounting /dev/hd4 on /mnt, but
  25. >as I said before, mount can't find /dev/hd4
  26. >I go into /dev, and none of the hd? 's are there.
  27. >What am I doing wrong?
  28. >jmm
  29.  
  30. Sometimes, when you boot from the diskettes, the config manager gets the hdisk
  31. names confused.  In other words, hdisk0 is renamed to hdisk1 and vice verse.
  32. Don't panic, though, the names will be the okay when you boot from the disk
  33. again.  But my point is that if you have another disk that contains a volume
  34. group, and that disk got renamed by the boot from diskette, then the import
  35. will name it rootvg and not complain.  Before you run the importvg command,
  36. do the following:
  37.     lqueryvg -phdisk0 -L
  38.  
  39. This tells you the /dev names of the logical volumes on that volume group.  
  40. The output should look similar to the following:
  41. 000166673ca91516.1   hd6 1  
  42. 000166673ca91516.2   hd5 1  
  43. 000166673ca91516.3   hd7 1  
  44. 000166673ca91516.4   hd8 1  
  45. 000166673ca91516.5   hd4 1  
  46. 000166673ca91516.6   hd2 1  
  47. 000166673ca91516.7   hd3 1  
  48. 000166673ca91516.8   hd9var 1  
  49. 000166673ca91516.9   hd1 1  
  50.  
  51. If you don't get something like the above, then you probably did not import
  52. the root volume group.
  53. -- 
  54. Thank you
  55. Eric Payne
  56. payne@austin.ibm.com       EPAYNE AT AUSVMQ
  57. These views are strictly my own.  Even then, I do not claim responsibility.
  58.