- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fsadm
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
09-23-2005 06:40 AM
09-23-2005 06:40 AM
fsadm
because i am getting follwing error..
# fsadm -b 5000m /dev/vgapp01/app1
fsadm: You don't have a license to run this program
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 06:43 AM
09-23-2005 06:43 AM
Re: fsadm
fsadm will come with the OS; however, what you're looking for is the additional capability that comes with online jfs.
I normally run the following:
swlist -l file | grep -i online
If that doesn't come back with anything, you don't have it installed. My guess is that you don't.
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 06:45 AM
09-23-2005 06:45 AM
Re: fsadm
You will have to unmount and use extendfs instead.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 06:45 AM
09-23-2005 06:45 AM
Re: fsadm
Use vxlicense -p command to verify the licese info.
Try this command
/sbin/fs/vxfs/vxenablef -a
If this works add an entry in inittab file as
vxen::bootwait:/sbin/fs/vxfs/vxenablef -a
Thanks,
BL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 06:49 AM
09-23-2005 06:49 AM
Re: fsadm
It appears that you don't have the *online* version of JFS (VxFS) licensed. You can confirm this by doing:
# swlist|grep -i JFS
If you don't see something like "OnLineJFS" reported, then you don't have it. Your recourse, is to unmount the filesystem and use 'extendfs'.
Regards1
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 06:51 AM
09-23-2005 06:51 AM
Re: fsadm
How ever fsadm comes with the system , But to get the Online features of JFS file sytem , you need to have , Online JFS installed on the system.
Check by:
# swlist -l product | grep -i online
it will give you like following:
# swlist -l product | grep -i online
OnlineJFS B.11.11 Online features of the VxFS File System
Its a priced product . fyi...
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 06:58 AM
09-23-2005 06:58 AM
Re: fsadm
you should umount the lv and use extendfs.
If umount gets "device busy" then what people suggested you is the best, that is
fuser /
If yet you don't see any process then I am afraid that you should comment the filesystem into /etc/fstab and reboot the system. When it is up again then use
extendfs -F vxfs /dev/vgXX/rlvolXX
HTH.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 06:59 AM
09-23-2005 06:59 AM
Re: fsadm
you should umount the lv and use extendfs.
If umount gets "device busy" then what people suggested you is the best, that is
fuser /
If yet you don't see any process then I am afraid that you should comment the filesystem into /etc/fstab and reboot the system. When it is up again then use
extendfs -F vxfs /dev/vgXX/rlvolXX
After that uncomment the entry of that filesystem into /etc/fstab.
HTH.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 07:09 AM
09-23-2005 07:09 AM
Re: fsadm
#swlist -l product|grep -i online
This message means the product is not installed.
In this case you shall close applications using the file system, then umount it and use extendfs instead.
After stopping all
#umount /app1
#extendfs -F vxfs /dev/vgapp01/rapp1
#mount /app1
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 07:25 AM
09-23-2005 07:25 AM
Re: fsadm
It seems you don't have online JFS and you can check it by using swlist .In this case unmount /app1 and then extendfs .
Regards,
Ziad