- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fsadm error 251 - any ideas?
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
Discussions
Discussions
Discussions
Forums
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
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-13-2002 01:50 AM
тАО06-13-2002 01:50 AM
fsadm error 251 - any ideas?
I have been trying to extend a filesystem using fsadm on HPUX 10.20 - but im getting the following error :
# fsadm -F vxfs -b 252M /var
fsadm: /dev/vg00/rlvol8 is currently 225280 sectors - size will be increased
fsadm: attempt to resize /dev/vg00/rlvol8 failed with errno 251
#
I am unable to unmount the filesystem as it is /var.
I also get the same error when in single user mode.
I would appreciate your help with this error.
Thanks in advance.
R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2002 02:00 AM
тАО06-13-2002 02:00 AM
Re: fsadm error 251 - any ideas?
Error 251 seems to be "Function not implemented ".
Did you try the comand :
# fsadm -F vxfs -b 258048 /var.
Did you first extend the lv ?
# lvextend -L 252 /dev/vg08/lvol8
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2002 02:05 AM
тАО06-13-2002 02:05 AM
Re: fsadm error 251 - any ideas?
grep 251 /usr/include/sys/errno.h
#define ENOSYS 251 /* Function not implemented */
You are probably missing a driver or part of the Advanced Journal FIlesystem
Check it with swlist to see that it is configured and the version matches.
Check for
/usr/lbin/sysadm/get_sysfile /stand/vmunix |grep vx
vxadv
vxbase
If either is missing then remake kernel with driver in
steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2002 02:06 AM
тАО06-13-2002 02:06 AM
Re: fsadm error 251 - any ideas?
little checklist to trace the problem:
- The lvextend command before worked ?
- Does fsadm -F vxfs -b $((252 * 1024)) /var work ?
HTH
RGDS, Holger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2002 02:07 AM
тАО06-13-2002 02:07 AM
Re: fsadm error 251 - any ideas?
Did U use lvextend command before?
Follow this
I hope U have online JFS installed in ur BOX.. If not online alteration will not do
#lvextend -L
#fsadm -F vxfs -b
Any error? If still problem, Go to single user mode and use extendfs command to extend filesystem.
Thanks
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2002 03:53 AM
тАО06-13-2002 03:53 AM
Re: fsadm error 251 - any ideas?
If the file system is at 100% fsadm will not work. You have to get it down to 99 or 98%. This might be your problem.
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2002 04:12 AM
тАО06-13-2002 04:12 AM
Re: fsadm error 251 - any ideas?
Either you do not have OnlineJFS or it is not installed properly.
On 10.20:
# swlist|grep -i OnlineJFS
...should return:
B3928AA_APZ B.10.20 HP OnLineJFS (Advanced VxFS)
...and:
# grep -i vxadv /stand/system
...should return:
vxadv
...and:
# swlist -a state fileset AdvJournalFS
...should show all filesets "configured".
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2002 05:33 AM
тАО06-13-2002 05:33 AM
Re: fsadm error 251 - any ideas?
Do you have OnlineJFS installed.
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058668963
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2003 03:13 AM
тАО11-19-2003 03:13 AM
Re: fsadm error 251 - any ideas?
I'm missing vxadv in /stand/system file, how do I install it?
Please advice.
Thanks,