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
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
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
тАО01-22-2001 01:02 PM
тАО01-22-2001 01:02 PM
fsadm -F hfs -b 100000 /dev/vg00/lvol4
is the command I used.
I'm not sure if I have Online JFS, but I executed the 'swlist | grep -i online' command succesfully (ie. nothing happend no errors). But I can't expand the filesystem.
I tried expandfs -F hfs /dev/vg00/lvol4
I get a 'character special file required'.
Andy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2001 01:17 PM
тАО01-22-2001 01:17 PM
Re: fsadm
Also, if you have hfs file systems, online-JFS will not help you. Need to be vxfs filesystems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2001 01:18 PM
тАО01-22-2001 01:18 PM
Re: fsadm
Use 'extendfs' with HFS filesystems to increase their size after doing 'lvextend'. 'extendfs' expects the raw or character device, as:
# extendfs /dev/vgXX/rlvolX
Use 'fsadm' with Journaled filesystems (vxfs).
You can look in your /etc/fstab to see the type of filesytem (HFS, vxfs) you have or do:
# fstyp /dev/vgXX/lvolX
A very good guide to dealing with common filesystem tasks is the System Administration Tasks manual:
http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2001 01:30 PM
тАО01-22-2001 01:30 PM
Re: fsadm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2001 05:15 PM
тАО01-22-2001 05:15 PM
SolutionIf you had Online JFS, when you entered the swlist | grep -i online
it would have reported back the listing showing this is installed. Since you don't have Online JFS you have extend the logical volume and the file system the standard method.
lvextend as you already did....then with the file system umounted type:
extendfs /dev/vgxx/rlvolxx
Be sure to key that r before your log_vol.
From the looks of this it is on vg00/lvol4, you may have to reboot into single user to run your extendfs (unless lvol4 is /home or maybe /opt - you can't umount the others on a running system without headaches.
The thread James posted to hp.docs is something you should review...
/rcw