- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- extend lv and extend fs in mcsg
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-17-2006 07:45 PM
08-17-2006 07:45 PM
What is the step to do that with onlineJFS and without onlineJFS
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2006 07:55 PM
08-17-2006 07:55 PM
SolutionSure if your system installed Online JFS
But may not possible to lvextend and fsextend without halt package.
1. Having Online JFS
lvextend -L
fsadm -b
2. Non online JFS
you need umount the filesystem you want to increase or decrease lvs
so If the file system is cluster Vg
you have to halt package containing the file sytstem
Regards
nanan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2006 11:07 PM
08-17-2006 11:07 PM
Re: extend lv and extend fs in mcsg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2006 11:09 PM
08-17-2006 11:09 PM
Re: extend lv and extend fs in mcsg
"Even if you have online JFS, you will have to restart the cluster to make it aware of the new FS size."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 01:21 AM
08-18-2006 01:21 AM
Re: extend lv and extend fs in mcsg
You can extend LV and fs if you have online JFS. Without online JFS, you have to halt package, unmount and do lvextend, extendfs commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 07:03 PM
12-12-2006 07:03 PM
Re: extend lv and extend fs in mcsg
DEAR
PLS CHECK WHETHER UR SYSTEM IS INSTALLED
WITH ONLINE JFS
BY THE COMMAND
" swlist -l fileset JFS " IF GETTING OUT PUT AS BELOW , YOU CAN FOLLOW THE COMMAND
1. lvextend -L
fsadm -b
2. OTHERWISE OUTPIUT WILL BE AN ERROR ,THEN
YOU HV TO DO BY HALTING THE APPLICATION USING THAT LV AND UMOUNT , THEN EXTEND
NOTE: AFTER EXTENDING THE FILESYSTEM , U HV TO RESTART THE SYSTEM
OUTPUT
JFS
B.11.23 The Base VxFS File System
JFS.JFS-ENG-A-MAN B.11.23 JFS Manual Pages for HP-UX
JFS.JFS-JPN-E-MAN B.11.23 JFS Manual Pages for HP-UX
JFS.JFS-JPN-S-MAN B.11.23 JFS Manual Pages for HP-UX
JFS.VXFS-BASE-KRN B.11.23 The Base VxFS File System Kernel files
JFS.VXFS-BASE-RUN B.11.23 Utilities for JFS management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 11:58 PM
04-23-2007 11:58 PM
Re: extend lv and extend fs in mcsg
the system with online jfs you need to do only these two steps..
lvextend -L
fsadm -b