- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- extending filesystem
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
08-12-2008 03:54 AM
08-12-2008 03:54 AM
extending filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 04:13 AM
08-12-2008 04:13 AM
Re: extending filesystem
Please post output to the following command:
/sbin/vgdisplay /dev/vx/dsk/vgoradata2/oradata2
There might be some space you haven't utilized.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 04:38 AM
08-12-2008 04:38 AM
Re: extending filesystem
This looks like VxVM to me. Yet the disk group starts with "vg".
There is very little data in oradata3, if you can move it, (you have to involve the DBA) you can then umount oradata3 and delete the volume and extend the oradata2 volume.
On another thought you could move some of the oracle datafiles (DBA work) from oradata2 to oradata3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 04:46 AM
08-12-2008 04:46 AM
Re: extending filesystem
This looks like vxvm. If so, please ignore.
But if its lvm
lvextend -L
umount the filesystem
extendfs
If you have Online JFS you can use fsadm to skip the last two steps above.
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
08-12-2008 05:03 AM
08-12-2008 05:03 AM
Re: extending filesystem
Please use Online JFS if you have this product. If not then do a lvextend and umount the file system and the do extenfs. This works only for LVM structure.
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 09:51 AM
08-12-2008 09:51 AM
Re: extending filesystem
if u want to extend a file system first u have to extend a logical volume
if u have space in volume group
u can extend logical volume
otherwise first u have to extend volume group by adding new disk
consider u have space in volume group
then
extend logical volum
extend file system
if u don't have online jfs
u have umount the file system
then extend it
if u have online jfs
no need to umount
u can use fsadm command for extending
otherwise(no online jfs)
use extendfs command for extending
syntax is mentioned above threads.
thanks
Sajjad