- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: OnlineJFS not working properly
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
12-23-2006 02:18 PM
12-23-2006 02:18 PM
OnlineJFS not working properly
# swlist -l product | grep -i jfs
JFS B.11.23 The Base VxFS File System
OnlineJFS B.11.23.0505 Online features of the VxFS File System
PHKL_34179 1.0 JFS3.5 DIO performance; extent rollback
ussbged1:
When I try to increase the size under sam, I get a pop-up.
"Logical volume /dev/vg00/lvol8 is currently mounted on /var and could not be unmounted. The LV cannot be extended untill
the filesystem is able to be unmounted."
I just did the same thing on 4 11.11 systems and 1 other 11.23 system.
Any idea what is wrong with this one ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2006 02:46 PM
12-23-2006 02:46 PM
Re: OnlineJFS not working properly
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_34208&sel={hpux:11.23,}&BC=main|search|
If not, install the patch and try to extend the filesystem through SAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2006 11:14 PM
12-24-2006 11:14 PM
Re: OnlineJFS not working properly
If you already did extend the logical volume, the next steps are as follows:
# lvdisplay /dev/vg00/
(A list of settings will come up like so..)
--- Logical volumes ---
LV Name /dev/vg00/lvol6
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 2000
Current LE 500
Allocated PE 1000
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
----------------------------------------
take the "LV Size (Mbytes)" parameter and the next command would be:
# fsadm -b
That should simply extend the filesysetm for you. If you get any errors along the way, please post them
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2006 01:18 AM
12-25-2006 01:18 AM
Re: OnlineJFS not working properly
Sometimes the license file gets corrupted at installation time.
If possible, the best solution is to delete the license file and ocpy it in from another system, or reinstall OnlineJFS.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2006 06:49 AM
12-26-2006 06:49 AM
Re: OnlineJFS not working properly
I get the impression SAM is failing on lvextend not on fsadm.
Try it from the command
# lvextend -L
# fsadm -F vxfs -b
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2006 07:18 AM
12-26-2006 07:18 AM
Re: OnlineJFS not working properly
I have run into a bug which prevented to do lvextend on 11.i and opened a case on HP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2006 07:22 AM
12-26-2006 07:22 AM
Re: OnlineJFS not working properly
What happens after execution of this two command:
1. # lvextend -L
2. # fsadm -F vxfs -b
Example:
# lvextend -L 4096 /dev/vg00/lvol8
# fsadm -F vxfs -b 4096m /home
Cheers,
Raj.