- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increse size of file system
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-26-2001 11:40 AM
03-26-2001 11:40 AM
Increse size of file system
MDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 11:46 AM
03-26-2001 11:46 AM
Re: Increse size of file system
Take a look at this document:
"Resizing a logical volume in a ServiceGuard package" Document #UXSGKBAN00000342.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 12:25 PM
03-26-2001 12:25 PM
Re: Increse size of file system
Thanks.
MDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 12:36 PM
03-26-2001 12:36 PM
Re: Increse size of file system
To get to that document:
Go to the ITRC main page, http://itrc.hp.com, then select 'Search Technical Knowledge Base', the select 'Search By Doc. ID' in the box to the left of the search field. Then put the document number (UXSGKBAN00000342) in the search field. That should get you the document you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 12:42 PM
03-26-2001 12:42 PM
Re: Increse size of file system
When accessing the Technical Knowledge Base (TKB) or when doing "search"es of the ITRC, it is best to make sure you are logged in first. In many cases, attempting to access the TKB will be rejected if you are not.
If you have more trouble getting the document I offered for review, post back to this thread.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 12:48 PM
03-26-2001 12:48 PM
Re: Increse size of file system
and then, the result of search is:
Note: Your search produced no results; try a different search string.
Hints: Document ids are case sensitive. You may not be authorized to access a particular document id.
MDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 01:01 PM
03-26-2001 01:01 PM
Re: Increse size of file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 01:01 PM
03-26-2001 01:01 PM
Re: Increse size of file system
Make sure you are logged-in! Here's the document (attached) anyway...
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 11:44 AM
03-27-2001 11:44 AM
Re: Increse size of file system
If the you had to add a disk to the vg in order to have enough space for the fs you would have to reimport the vgxx on the failover server. As you probably know this can be done online.
# telnet primary_node
# vgexport -m mapfile -s -p vgxx
# rcp mapfile failover_server:/tmp
# rlogin failover_server
# vgexport vgxx
# mkdir /dev/vgxx
# mknod /dev/vgxx/group c 64 0x??0000 <- the same as primary
# vgimport -m /tmp/mapfile -s vgxx
Regards,
Ovidiu