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-17-2005 05:38 PM
06-17-2005 05:38 PM
extendfs /dev/vg03/lvol1
S.O. hp-UX 11i
thanks
Jorge Prado
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 06:25 PM
06-17-2005 06:25 PM
Re: extendfs
if you are asking if "extendfs" command takes the special file as the "block device" or "raw device", the answer is "RAW DEVICE"
example:
extendfs -F vxfs /dev/vg01/rlvol5
hope this helps.
PS. Are you sure you do not have online JFS on your system ?
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 06:26 PM
06-17-2005 06:26 PM
Re: extendfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2005 12:19 PM
06-18-2005 12:19 PM
Re: extendfs
By error, when extending a File System I used lvol1 instead of rlvol1.
mounts the FS and this being used.
Later it is aware to me of this situation
That consequences have this?
Thank in advance
Jorge Prado
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2005 12:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2005 05:32 PM
06-19-2005 05:32 PM
Re: extendfs
If you are using online JFS you need not to use logical volume. You can just give FS with fsadm command.
Eg: fsadm -b200M /application.
You can do that with out unmounting the FS.
If you are having HFS filesystem your command will give error.
If you are having VxFs there is no problem. Both rlvol and lvol will work. Only thing is that you need to unmount the FS.
regards,
Jino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2005 06:10 PM
06-19-2005 06:10 PM
Re: extendfs
Quite strange that u mentioned in prevuious response that u were trying to extend lvol1,..
Assumeing it is /stand Mount point, it will not be able to extended because..LVOL1 has folowing characteristics usually..
Bad block off
Allocation strict/contiguous
What it means is the Allocated PE's should be contiguos..
Assuming that LVOL2 and LVOL3..would be created immediately after lvol1..you cant extend it
even if you have "online JFS"..
The only option is to go the LVM maintence mode while booting interrupt the Boot process and issue "hpux -lm"..
in ISL prompt..
and then "pvmove" lvol2 to lvol8 to seconf disk..
lvextend /dev/vg00/lvol1
extendfs /dev/vg00/rlvol1 and then..
"pvmove" back those moved lv's..
and reboot -n
I hope this helped..
Regards..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2005 07:53 PM
06-19-2005 07:53 PM
Re: extendfs
I think you have missed that he mentioned vg03
regds
Jino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 11:46 PM
06-20-2005 11:46 PM