HP-UNIX擴充套件/tmp空間

anycall2010發表於2009-07-10

進入單使用者模式執行:

1.通過OA 192.168.1.240 設定MP的地址 192.168.1.110-140
2.通過CRT軟體進入
MP的使用者名稱 : Admin/Admin
3.輸入: CTL+E CF
進入終端。。。。。
RESOLUTION

Perform. the following steps to extend the /tmp file system on
an HP-UX 10.20 computer that uses LVM (Logical Volume Manager):

 1.  Restart the system to single user mode:

              # shutdown -ry 0

              When prompted, press any key to interrupt boot
              sequence, boot from the primary device, and invoke
              ISL interaction as follows:

              # boot pri

              interact with IPL? YES
備註:進入單使用者模式,需要在機器重啟的時候,不斷的按ENTER才能進入單使用者模式

              # hpux -is   (boots into single user mode)

         NOTE:  Booting to single user mode varies for some
                HP-UX systems such as 9000/700's, T-class,
                and V-class.  Consult the documentation for
                your specific system for more information.

     2.  Extend the logical volume that holds the file system:

              # lvextend -L /dev/vg00/lvol4    # lvextend -L 6000  /dev/vg00/lvol4  //如果是根則用hfs

     3.  Extend the file system, (example is for vxfs):

              # extendfs -F vxfs /dev/vg00/rlvol4

     4.  Mount all file systems and check:

              # mount -a; bdf

     5.  Restart system to multi-user mode:

              # shutdown -ry 0
備註:重啟之後,不要按任何健,大約需要10多分鐘,才能啟動機器。

     6.  Do a final check to ensure that the file system was
         extended:

              # bdf

 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8334342/viewspace-608793/,如需轉載,請註明出處,否則將追究法律責任。

相關文章