- 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
01-04-2006 05:09 PM
01-04-2006 05:09 PM
I'm having problem increasing LV, the lvextend works ok, and when i issue the "fsadm" command, the following msg display: vxfs fsadm: /dev/vgemc1/lvol2 is not the root inode of a vxfs file syteme
regards,
Ahmed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 05:19 PM
01-04-2006 05:19 PM
Solutionhave u un-mounted that file system? cause to use fsadm with your file system mounted (online), u need OnlineJFS.
to confirm:
# swlist -l product|grep -i onlinejfs
regards.
(p.s. please remember to assign points.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 05:35 PM
01-04-2006 05:35 PM
Re: extending filesystem
For the fsadm command, you must unmount the filesystem and
on the command used "/dev/vgxx/rlvolxx"
regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 05:43 PM
01-04-2006 05:43 PM
Re: extending filesystem
You need to check your system first, whether you have OnlineJFS software or not :
# swlist -l fileset |grep -i onlinejfs
If you dont have the OnlineJFS software, you need to umount the file system first after you run lvextend and run the extendfs to extend the file system.
Check the document (docID : UNX1030070)below about 'How to extend OnLineJFS or Base JFS file system' for your reference :
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080063572
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 06:05 PM
01-04-2006 06:05 PM
Re: extending filesystem
Regards,
Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 06:10 PM
01-04-2006 06:10 PM
Re: extending filesystem
Since the OnlineJFS not installed on your system, you need to shutdown the application that using the file system (/dev/vgemc1/lvol2) & unmount the file system.
After that you can use 'vgextend' command. Check the man page of vgextend for details :
# man vgextend
Hope this information can help you.
Cheers,
AW
PS : dont forget to assign the points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 06:31 PM
01-04-2006 06:31 PM
Re: extending filesystem
since onlineJFS not install and u have already lvextend, do this:
# umount /dev/vgemc1/lvol2
# extendfs /dev/vgemc1/rlvol2
# mount /dev/vgemc1/lvol2
regards.
(p.s. please assign points)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 08:56 PM
01-04-2006 08:56 PM
Re: extending filesystem
Check the link below;
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=987297
it seems you do not have installed online JFs
so said "the lvextend works ok" and if it means you did lvextend then just need final step;
extendfs
take a man page extendfs
Good luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 09:08 PM
01-04-2006 09:08 PM
Re: extending filesystem
Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 09:11 PM
01-04-2006 09:11 PM
Re: extending filesystem
is my eyes deceiving me or was only 1 of the posts awarded points!
regards.