- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: question about fsadm
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
03-06-2003 10:15 PM
03-06-2003 10:15 PM
question about fsadm
when i user fsadm to increase the size of filesystem,
but when i type "fsadm -vxfs -b 3246391296 /var", i got "fsadm: You don't have a license to run this program", what is it means, is there some files control the license of the fsadm, and how can i add the root to the license file??
thank you very much!
by the way, what is the unit of the number after "-b" option ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:28 PM
03-06-2003 10:28 PM
Re: question about fsadm
The -b option is 1024k blocks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:29 PM
03-06-2003 10:29 PM
Re: question about fsadm
fsdam will work for simple maintanis of filesystem or disk. to increase the file system size u need to buy licenses which will come along with Online JFS 3.0 or 3.3 You can increae the logical volume size by lvextend though
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:35 PM
03-06-2003 10:35 PM
Re: question about fsadm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:35 PM
03-06-2003 10:35 PM
Re: question about fsadm
b.) You need to call HP licensing since you're probably using online JFS 3.3 and this will require a passcode of some kind and for you to enable the product.
Any patches "unconfigured"?
swlist -l fileset -a state | grep -v -i -e configured -e \*
if so...
swconfig PHXX_#####
Check for vxadv in /stand/system.
grep -i vxadv /stand/system.
Notorius problem with PHKL_18543 and online JFS:
If PHKL_18543 is installed on a system that does not have
Advanced VxFS, then the Advanced VxFS driver 'vxadv' will be
commented out of the /usr/conf/master.d/vxfs file as follows:
* Disabling AdvJournalFS: vxadv vxadvc 10 100 ...
The following note will be logged in the swagent.log file:
NOTE: "AdvJournalFS" product is now disabled. Any vxadv driver in
the system file will be ignored. If you install the 11.00
version of "AdvJournalFS", you must again install this patch,
PHKL_18543.
(The reinstall* options must be set to false - the default.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:38 PM
03-06-2003 10:38 PM
Re: question about fsadm
b.) You need to call HP licensing since you're probably using online JFS 3.3 and this will require a passcode of some kind and for you to enable the product.
Any patches "unconfigured"?
swlist -l fileset -a state | grep -v -i -e configured -e \*
if so...
swconfig PHXX_#####
Check for vxadv in /stand/system.
grep -i vxadv /stand/system.
Notorius problem with PHKL_18543 and online JFS:
If PHKL_18543 is installed on a system that does not have
Advanced VxFS, then the Advanced VxFS driver 'vxadv' will be
commented out of the /usr/conf/master.d/vxfs file as follows:
* Disabling AdvJournalFS: vxadv vxadvc 10 100 ...
The following note will be logged in the swagent.log file:
NOTE: "AdvJournalFS" product is now disabled. Any vxadv driver in
the system file will be ignored. If you install the 11.00
version of "AdvJournalFS", you must again install this patch,
PHKL_18543.
(The reinstall* options must be set to false - the default.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:42 PM
03-06-2003 10:42 PM
Re: question about fsadm
# umount /myfilesystem
# lvextend -L
# extendfs /dev/myvg/rmylvol
# mount /dev/myvg/mylvol /myfilesystem
If there are any processes that are asssociated with the filesystem it will not unmount. These will need to be terminated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:42 PM
03-06-2003 10:42 PM
Re: question about fsadm
b.) You need to call HP licensing since you're probably using online JFS 3.3 and this will require a passcode of some kind and for you to enable the product.
Any patches "unconfigured"?
swlist -l fileset -a state | grep -v -i -e configured -e \*
if so...
swconfig PHXX_#####
Check for vxadv in /stand/system.
grep -i vxadv /stand/system.
Notorius problem with PHKL_18543 and online JFS:
If PHKL_18543 is installed on a system that does not have
Advanced VxFS, then the Advanced VxFS driver 'vxadv' will be
commented out of the /usr/conf/master.d/vxfs file as follows:
* Disabling AdvJournalFS: vxadv vxadvc 10 100 ...
The following note will be logged in the swagent.log file:
NOTE: "AdvJournalFS" product is now disabled. Any vxadv driver in
the system file will be ignored. If you install the 11.00
version of "AdvJournalFS", you must again install this patch,
PHKL_18543.
(The reinstall* options must be set to false - the default.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:42 PM
03-06-2003 10:42 PM
Re: question about fsadm
# umount /myfilesystem
# lvextend -L
# extendfs /dev/myvg/rmylvol
# mount /dev/myvg/mylvol /myfilesystem
If there are any processes that are asssociated with the filesystem it will not unmount. These will need to be terminated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:44 PM
03-06-2003 10:44 PM
Re: question about fsadm
# umount /myfilesystem
# lvextend -L
# extendfs /dev/myvg/rmylvol
# mount /dev/myvg/mylvol /myfilesystem
If there are any processes that are asssociated with the filesystem it will not unmount. These will need to be terminated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:50 PM
03-06-2003 10:50 PM