- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extend Logical volume
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
10-02-2004 04:49 AM
10-02-2004 04:49 AM
Getting ready to extend my oracle app area. Just want to make sure I've got it together.
Running 11.0 no online JFS.
My app area is
/dev/vg01/u01n 12582912 8041500 4420950 65% /u01
under /u01 I have 'app'. this is where the oracle app is installed.
I also have
/dev/vg01/u08n (oracle Database area)
and
/dev/vg01/bportal
So, I have other filesystems under vg01 that I dont want to mess up.
I need to extend /dev/vg01/u01n (the app area)
on to /dev/dsk/c4t0d1 and /dev/dsk/c4t0d2
Will I mess up the other logical volumes in vg01?
What commands should I use?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2004 05:24 AM
10-02-2004 05:24 AM
Re: Extend Logical volume
Could you post a bdf output ?
RJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2004 05:29 AM
10-02-2004 05:29 AM
Re: Extend Logical volume
remember to unmount the relevant file system prior to doing the extendfs on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2004 05:34 AM
10-02-2004 05:34 AM
Re: Extend Logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2004 05:43 AM
10-02-2004 05:43 AM
Solution/dev/vg01/lvol1 /app
/dev/vg01/lvol2 /app/oracle
/dev/vg01/lvol3 /app/oracle/admin
needed to exetend /app.
stop the application
sto the oracle database
# umount /app/oracle/admin
# umount /app/oracle
# umount /app
# lvextend -L XXXX /dev/vg01/lvol1
# extendfs -F vxfs /dev/vg01/rlovl1
change the XXXX to the disered total size
# mount -a
# bdf
Just read your bdf output, umount the nfs mounts before you umount the /u01
/u01/app/ps/hrprd/pgp
/u01/app/ps/hr701/intrface/timetrx
/u01/app/ps/hr701/intrface/tax
/u01/app/ps/hr701/hrintfc
/u01/app/ps/hrprd/hrintfc
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2004 05:44 AM
10-02-2004 05:44 AM
Re: Extend Logical volume
/dev/vg01/u01n, but this still should not affect the other lvols in the vg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2004 08:35 PM
10-02-2004 08:35 PM
Re: Extend Logical volume
you can do this using sam go to
Disks and File Systems => Logical Volumes
and then choose the file sytem you want to extend and shadown it from action menu choose increase size and so you can increase the size of this file sytem to thing you want ( this acrion will unmount the file system and then mount it after you finish ).
note that the size you but will be the total size for this file system