- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- increase the size of /
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
11-04-2003 06:17 PM
11-04-2003 06:17 PM
I would like to know if i can increase the size of / in single user mode?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 06:24 PM
11-04-2003 06:24 PM
SolutionCheck /var is seperate partition or is on /.
For resizing / you will have to use ignite.
During ignite recovery it gives you the option of resining partitions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 06:26 PM
11-04-2003 06:26 PM
Re: increase the size of /
And you need free PE in vg00 for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 06:29 PM
11-04-2003 06:29 PM
Re: increase the size of /
it cannot be done in single user mode.
you have to use ignite or reinstall HP-ux and do a restore.
DGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 06:30 PM
11-04-2003 06:30 PM
Re: increase the size of /
You can increase the size of / file system as long as installed Advanced JFS product called the OnlineJFS on your system without system down time, however there isn't the software, no method to increase the / file system. Just it can do it trough make_recovery tape or cold installation from CD-ROM.
# swlist -l product |grep -i onlineJFS*
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 06:46 PM
11-04-2003 06:46 PM
Re: increase the size of /
i very much agree with Patric and RAC. It is a bit risky to touch / fs that too provided you have enough of free space on your root VG.
Firstly i would suggest you to check for your Files and DIR which are mounted over root. As try moving things which can be moved to a nother FS and also check out for /tmp,/etc,/opt and /var to be mounted seperate.. these things can add on more space for you.
Even if these things dont work out .. i guess the best solution is ignite
Cheers
Rups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 07:16 PM
11-04-2003 07:16 PM
Re: increase the size of /
another option is obviously to move some files/dirs to a separate file system (if possible).
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 08:50 PM
11-04-2003 08:50 PM
Re: increase the size of /
If those are already separate FSs and if you have enough Free PEs in the vg00 (first vg), the best and easy way is to make an ignite with interactive option(make_recovery -ivC or make_tape_recovery) tape and reboot the system using the same tape. When it boots from the tape you will get a menu and you can easily increase the root fs.
Rasheed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 09:01 PM
11-04-2003 09:01 PM
Re: increase the size of /
may be there is a methode:
first decrease the size of the swap
then incease the size of /
and if you have space on other volume group, you can create a swap filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 09:53 PM
11-04-2003 09:53 PM
Re: increase the size of /
Look it in attachment.
It is useful ???
Bye
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 12:56 AM
11-05-2003 12:56 AM
Re: increase the size of /
root has to be contiguous, and assuming you have online jfs and your root VG is similar to...
lvol1 stand
lvol2 swap
lvol3 root
lvol4 tmp
then you could boot to boot to single user mode, reduce /tmp to 0... increase /, then extend and newfs /tmp.
If the lvol following root is tmp, then this should be easy enough to do... if the lvol following root is /var or /opt, I wouldn't waste time trying. Use a recovery tape.
-Denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 06:11 PM
11-05-2003 06:11 PM
Re: increase the size of /
there may be another method, if you are using Mirror/UX. You can reduce the mirrors after the / fs from the primary disk; after that you have space to increase the lvol/filesystem. When it's done, you can rebuild the mirror.
regards
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 01:26 AM
11-06-2003 01:26 AM
Re: increase the size of /
My / has almost nothing in it except links and mount points.
(occasionally, if something gets unmounted, or a super user makes a path mistake, we accidently fill / with data that should be elsewhere. In the event of a mount problem, space can be consumed in a mount point (directory) then hidden once a filesystem is mounted over it. You'll never see the underlying data, but it still consumes space)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 01:55 AM
11-06-2003 01:55 AM
Re: increase the size of /
fsadm -F typefs -b sizeKB mountpoint
But I think is better use Ignite.
Look at the PV available with
vgdisplay -v vg00
if you want launch a make_tape_recovery -A
and reboot with the tape
When tape starts choose advanced install
and changes the filesystem
that you want.
Hope this help
L
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 04:16 AM
11-06-2003 04:16 AM
Re: increase the size of /
I wanted to post to this thread and explain why your post was deleted. Please refrain from posting ITRC documents on the forums. I apologize but was not able to just delete the attachment.
Respectfully,
Eric