- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extend / FS using Online JFS
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
11-22-2005 06:21 PM
11-22-2005 06:21 PM
Extend / FS using Online JFS
is it possible to extend / FS using onlineJFS, as any other file system ?? if so how ??
Thanks in advance !!
Regards,
GS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 06:36 PM
11-22-2005 06:36 PM
Re: Extend / FS using Online JFS
For more info about resizing the FS see
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=882721
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=874571
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 07:27 PM
11-22-2005 07:27 PM
Re: Extend / FS using Online JFS
#lvextend â L (Present Space + New space) /dev/vg00/lvol4
If OnlineJFS is avaible please carry the next step.
#fsadm â F vxfs â b (Present Space + New Space X 1024) /mount_point
If OnlineJFS is not there not there then
Umount the file System
Then Do
#umount /mount_point
#lvextend â L (Present Space + New Space) /dev/vg00/lvol4
#extendfs -F vxfs /dev/vg00/rlvol
Then Do Mount
#mount /dev/vg00/lvol /mount_point
All the best..
regards
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 07:40 PM
11-22-2005 07:40 PM
Re: Extend / FS using Online JFS
I am interested in knowing only root file system, i know we can increase other filesystems online using fsadm, but i m not sure this can be done on root filesystem also ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 07:52 PM
11-22-2005 07:52 PM
Re: Extend / FS using Online JFS
You have to use ignite for extending / file system also.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 09:09 PM
11-22-2005 09:09 PM
Re: Extend / FS using Online JFS
Am i Right??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 09:14 PM
11-22-2005 09:14 PM
Re: Extend / FS using Online JFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 10:01 PM
11-22-2005 10:01 PM
Re: Extend / FS using Online JFS
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 07:06 PM
11-24-2005 07:06 PM
Re: Extend / FS using Online JFS
Hi ,
Yes , It is possible to extend the / file system with the help of online jfs.But you have to make the pv free in contiginous manner.
For that first you have to move the pv of lool4 to other physical location. then you can extend the size of / file system with fsadm command.
Regards
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 07:15 PM
11-24-2005 07:15 PM
Re: Extend / FS using Online JFS
It is possible to extend root (/) file system using OnlineJFS. Just check the url below (docID : KBRC00006582) about 'Extending the root file system with Online JFS - fsadm' :
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080092971
Hope this information can help you.
Cheers,
AW
PS : dont forget to assign the points. thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2005 03:52 AM
11-26-2005 03:52 AM
Re: Extend / FS using Online JFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2005 08:21 AM
11-26-2005 08:21 AM
Re: Extend / FS using Online JFS
Course - ignite is the preferered way - but requires downtime.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 03:19 AM
11-27-2005 03:19 AM
Re: Extend / FS using Online JFS
I will go with geoff. The first option suggested by him will be a convinient way. We have done it some time back.
Regards,
Sunil