- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- system file need more space
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
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
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
тАО01-31-2007 05:42 PM
тАО01-31-2007 05:42 PM
system file need more space
I have an rp7420 server but my filesystem is need more space i have 2 hard disk the filesystem is in the first hard drive and the onther hard is not used (empty)how i can get more space for my filesystem from the empty
harddisk with out lost my filesystem.
every hard is 36GB.
please i need help for that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2007 05:53 PM
тАО01-31-2007 05:53 PM
Re: system file need more space
Do u have online JFS installed so this can be done online?
If it is part of vg00, then you have to perform the following activities:
pvcreate /dev/rdsk/
vgextend -n vg00 /dev/dsk/
Here You can create a new lvol and extend the fs to that lvol or you can use lvextend to extend the lvol and then extend the fs.
however there are some root lvols which can not be increased like /stand and /
If it is /var then u can try the above mentioned procedure..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2007 06:03 PM
тАО01-31-2007 06:03 PM
Re: system file need more space
Untill you tell us your requirement exactly like which file system and in which vg it would be difficult to answer your query.
TQ
Perumal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2007 06:11 PM
тАО01-31-2007 06:11 PM
Re: system file need more space
1.Send vgdisplay -v output.
2.If it is root vg take ignite backup and resize accordingly.
3.If it other than root extend the VG and lvextend and eatendfs accordingly
Regds
B.Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2007 07:41 PM
тАО01-31-2007 07:41 PM
Re: system file need more space
I need to increase this filesystem for important:
/
/etc
/var
/opt
/usr
or i wanna increase all filesystem
note: my os is hp-ux 11i v1
i have read some faq and i think i must reinstall the hp-ux . if there another way to do that without reinstall please i wanna the help.
best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2007 08:00 PM
тАО01-31-2007 08:00 PM
Re: system file need more space
my filesystem is in the vg00
and i want to Increasing the file system from onther harddrive . i mean split the filesystem to the two hard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2007 08:04 PM
тАО01-31-2007 08:04 PM
Re: system file need more space
If you want to increase the file systems in vg00 you have to take an ignite backup of your system and boot the system with the ignite tape, there you have an option of resizing your file system, beware if you need to increase the file system you should have free PE in the PV.
But you said you have only 36GB HDD.
Though you extend your vg00 to the second HDD, I really doubt how the system is going to behave (I havent checked myself). If it is a prodcution box recommend to have bigger HDD.
I am curious to know the below
To have a / , /usr, /var, /opt in vg00 36 GB of space is more than enough. What is it filling the vg00
can you sne the bdf & vgdispaly o/ps.
TQ
Perumal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2007 08:09 PM
тАО01-31-2007 08:09 PM
Re: system file need more space
So for increaseing this you have to take ignite backup and resotre it and while restoring the change the size of the filesystems..
However filesystem sizes for /etc, /var, /home etc can be increaase w/o reinstalling/ igniting the box..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2007 08:44 PM
тАО01-31-2007 08:44 PM
Re: system file need more space
thank for all