home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8504 < prev    next >
Encoding:
Text File  |  1992-07-24  |  2.2 KB  |  58 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!cs.utexas.edu!torn!utcsri!helios.physics.utoronto.ca!alchemy.chem.utoronto.ca!aurum.chem.utoronto.ca!system
  3. From: system@aurum.chem.utoronto.ca (System Admin (Mike Peterson))
  4. Subject: Re: How to PARTITION a HP disk?
  5. Message-ID: <1992Jul24.164345.29429@alchemy.chem.utoronto.ca>
  6. Sender: news@alchemy.chem.utoronto.ca (USENET news)
  7. Organization: University of Toronto Chemistry Department
  8. References: <1992Jul23.194424.880@inesc.pt> <TT.92Jul24143113@tarzan.jyu.fi>
  9. Date: Fri, 24 Jul 1992 16:43:45 GMT
  10. Lines: 46
  11.  
  12. In article <1992Jul23.194424.880@inesc.pt> werner@freya.inesc.pt (Werner Vogels) writes:
  13. >
  14. >We have just bougth an HP710 with a 1.3 GB HP disk which is supposed to be
  15. >an AFS fileserver. When I wanted to bring up the machine I wanted to
  16. >partition the 1.3 disk for a root and a seperate filesystem partition.
  17. >but nowhere I can find any reference to that this is possible under HP-UX.
  18. >
  19. >Is this true? It will mean that I have to buy anouther disk for the system
  20. >and have one gigantic AFS partition on the 1.3 GB disk.....
  21.  
  22. You will have a hard time partitioning the boot disk - you'd have to
  23. start over again and reload everything. We have partitioned our
  24. second disk (which is standalone, not part of a striped set) on 
  25. our HP 750 running HP-UX 8.07 with the following (I had to play
  26. around with the /etc/disktab and '-i' option to 'newfs' to get the number
  27. of inodes I wanted -- not many for /u1 for user files, and gazillions
  28. for /news for news):
  29.  
  30. #
  31. # SDS configuration file for this node.
  32. #
  33. # To rebuild the Fujitsu M2652SA disk partitions, do:
  34. #    mediainit -v /dev/rdsk/5s0
  35. #    sdsadmin -m -C /usr/local/etc/sdsadmin.config /dev/dsk/5s0
  36. #    newfs -L -n -v -m 2 -i 12288 /dev/rdsk/5s1 HP_M2652Sx1-2
  37. #    newfs -L -n -v -m 2 -i  2048 /dev/rdsk/5s2 HP_M2652Sx1-2
  38. #
  39. # Disk partitions:
  40. #
  41. # 1   /u1     130xxxx 1K blocks (/dev/dsk/5s1, /dev/rdsk/5s1)
  42. # 2   /news    40xxxx 1K blocks (/dev/dsk/5s2, /dev/rdsk/5s2)
  43. # -   -----   -------
  44. #             1704981 1K blocks
  45. #
  46.  
  47. type    M2652Sx1-2
  48. label    u1_news
  49.  
  50. partition 1
  51.    size 1300000K
  52.  
  53. partition 2
  54.    size      max
  55. -- 
  56. What are the chances that any computer system will ever "work" properly?
  57. .. and Slim just left town. -*- Mike Peterson, SysAdmin, U/Toronto Chemistry
  58.