- 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
05-23-2010 08:28 PM
05-23-2010 08:28 PM
I am having an Hp rx7640 server running hp-ux11.23 os.Now I just want to confirm the steps to extend the filesystem.Please help.i am giving the steps below.pls tell me if there is any error.
Existing Fs size is 50GB.I want to make it 100GB.SO what will be the size I have to give with lvextend command??
Create PV,
#ioscan -fnC disk
#pvcreate /dev/rdsk/cxtxdx
Extend the existing VG,
#vgextend vgsapdata1 /dev/dsk/cxtxdx
Extend the LV,
#lvextend -L xxxM /dev/vgsapdata1/lvsapdata1
Unmount the FS,
#umount /db2/PBI/sapdata1
Extending the FS,
#extendfs -F vxfs /dev/vgsapdata1/rlvsapdata1
Mount the extended FS,
#mount /db2/PBI/sapdata1
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2010 09:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2010 10:20 PM
05-23-2010 10:20 PM
Re: Extending Filesystem
In your lvextend command , give the value for xxxM in MB equal to 100 GB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2010 11:28 PM
05-23-2010 11:28 PM
Re: Extending Filesystem
#swlist -v|grep -i "OnlineJFS"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2010 10:14 PM
05-24-2010 10:14 PM
Re: Extending Filesystem
If you have MirrorDisk/UX then you can extend the filesystem with mirror option.
# lvextend -m 1 /dev/vgsapdata1/lvsapdata1
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2010 10:18 PM
05-24-2010 10:18 PM