Operating System - HP-UX
1833757 Members
2740 Online
110063 Solutions
New Discussion

Increse size of file system

 
Marcelo De Florio
Frequent Advisor

Increse size of file system

How can i increse the size of file system on service guard (on the fly)?

MDF
8 REPLIES 8
James R. Ferguson
Acclaimed Contributor

Re: Increse size of file system

Hi Marcelo:

Take a look at this document:

"Resizing a logical volume in a ServiceGuard package" Document #UXSGKBAN00000342.

...JRF...
Marcelo De Florio
Frequent Advisor

Re: Increse size of file system

How can i get this document ? or How can i search this document ?

Thanks.
MDF
Patrick Wallek
Honored Contributor

Re: Increse size of file system

Marcelo,

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.
James R. Ferguson
Acclaimed Contributor

Re: Increse size of file system

Hi Marcelo:

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...
Marcelo De Florio
Frequent Advisor

Re: Increse size of file system

I search with (Search by Doc Id UXSGKBAN00000342, any word)

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
Patrick Wallek
Honored Contributor

Re: Increse size of file system

Here's the document as a text file attachment.
James R. Ferguson
Acclaimed Contributor

Re: Increse size of file system

Hi Marcelo:

Make sure you are logged-in! Here's the document (attached) anyway...

...JRF...
Ovidiu D. Raita
Valued Contributor

Re: Increse size of file system

I had a quick look at that doc and it might be missing a part:

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
Simple solutions to complex problems