- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- increase disk espace
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 12:54 AM
07-29-2008 12:54 AM
Is it possible to do that without reinstalling the system?
------------------------------------
current disk layout
File System layout
LVM Device file mount point size fs type
/dev/vg00:
/dev/vg00/lvol1 /stand 320 hfs
/dev/vg00/lvol2 swap 4096
/dev/vg00/lvol3 / 576 vxfs
/dev/vg00/lvol4 /tmp 6016 vxfs
/dev/vg00/lvol5 /home 10016 vxfs
/dev/vg00/lvol6 /opt 4672 vxfs
/dev/vg00/lvol7 /usr 3968 vxfs
/dev/vg00/lvol8 /var 20000 vxfs
/dev/vg00/lvol9 /appl 40000 vxfs
/dev/vg00/lvol10 /backup 30016 vxfs
/dev/vg00/lvol11 swap 12000
/dev/vg00 unallocated 16576
-------------------------------------
my system configuration (current)
# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 589824 330568 257272 56% /
/dev/vg00/lvol1 314736 80664 202592 28% /stand
/dev/vg00/lvol8 20480000 1573000 18759376 8% /var
/dev/vg00/lvol7 4063232 3825800 235824 94% /usr
/dev/vg00/lvol4 6160384 192464 5922096 3% /tmp
/dev/vg00/lvol6 4784128 2900880 1868584 61% /opt
/dev/vg00/lvol5 10256384 2211504 7982088 22% /home
/dev/vg00/lvol10 30736384 3914114 25146327 13% /backup
/dev/vg00/lvol9 40960000 18698513 20870162 47% /appl
---------------------------------------
the new configuration that I wish to have (see below)
Types de données Espace
/ 2Gb
/santd 500Mb
/var 20Gb
/usr 40Gb
/home 2Gb
/tmp 5Gb
/opt 50.5Gb
swap 16Gb
/appl 10
-----------------------------
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 01:24 AM
07-29-2008 01:24 AM
Solutionlvextend
umount the filesystem
extendfs
Simple unless the umount won't work. Then you either take the system to single user mode or use OnlineJFS (fsadm) to expand the filesystem in question without umount.
Root fs, / must be contiguous, and you can't extend it. The only way to deal with this is to do an Ignite backup, restore it and during the restore, intervene to set up a larger root fs.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 02:16 AM
07-29-2008 02:16 AM
Re: increase disk espace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 02:19 AM
07-29-2008 02:19 AM
Re: increase disk espace
If ONLINEJFS is installed in System
lvextend
fsadm
if ONLINEJFS is not installed
lvextend
umount filesystem
extendfs
For root there is is way to extend but the best way is to ignite the box
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 02:25 AM
07-29-2008 02:25 AM
Re: increase disk espace
in your case, you want increase all the FS in a VG00, you must create a ignite tape, and resize all FS in install process.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 03:36 AM
07-29-2008 03:36 AM
Re: increase disk espace
use the above file system increase commands. But make sure you have OnlineJFS installed in your system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 04:14 AM
07-29-2008 04:14 AM
Re: increase disk espace
@my files systems are vxfs. does the online JFS work?
Yes ONLINE JFS will work
lvextend
fsadm
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2008 02:15 AM
08-01-2008 02:15 AM
Re: increase disk espace
ONLINEJFS is not installed. i try to make " lvextend" command, and the result is ok. but when i umount filesystem, i have the error message below:
umount: cannot find /usr in /etc/mmttab
cannot umount /usr
------------------------------------
plesae help me!!