- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sam fails to extend mounted filesystem, lvextend w...
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
06-03-2003 01:04 PM
06-03-2003 01:04 PM
swlist shows the same files installed for JFS 3.3 and OnlineJFS. The only odd thing I can find is that on the "broken" system, the /etc/mnttab shows the filesystems mounted with the option "nodatainlog". This is not an option that was set in /etc/fstab.
Any ideas?
Thanks,
Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 01:08 PM
06-03-2003 01:08 PM
Re: sam fails to extend mounted filesystem, lvextend works fine
I have an idea. Don't use sam to do LVM work. I never do. :)
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 01:16 PM
06-03-2003 01:16 PM
Re: sam fails to extend mounted filesystem, lvextend works fine
Use command line option and see what happens.
1. lvextend -L new_size_in_mb /dev/vgxx/lvolx
2. fsadm -b size_in_blocks /mount_point
size_in_blocks=new_size_in_mb x 1024
If the above returns any error, then there is a problem with onlineJFS.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 01:33 PM
06-03-2003 01:33 PM
SolutionOnlineJFS 3.3 requires a run-time license to enable it rather than simply a codeword to unlock the software for install.
I would also make sure that the latest SAM cumulative patch has been applied.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 01:36 PM
06-03-2003 01:36 PM
Re: sam fails to extend mounted filesystem, lvextend works fine
SAM usually works pretty well to extend a filesystem, especially if you OnlineJFS installed and working.
One way to verify that Online JFS is installed is to do the following:
# grep vx /stand/system
vxadv
vxbase
If Online JFS is installed and configured correctly then you will see both vxadv and vxbase drivers in the /stand/system file. If Online JFS is NOT installed or configured correctly then you will only see vxbase in the /stand/system file. I suspect that this may be your problem.
If it is, reinstall Online JFS, which requires a reboot. Then see if you have all of the most recent LVM patches.
Good luck.