- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_tape_recovery resizes a 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
05-25-2001 10:37 AM
05-25-2001 10:37 AM
make_tape_recovery resizes a file system ??
I create a recovery tape by using:
make_tape_recovery -B /var/opt/ignite/uxinstlf.recovery -x inc_entire=vg00 -v -a /dev/rmt/0mn
but when I recreate the system (non-interactively, on the same hardware), my /dev/vg00/lvol5 has 464Mb.
I expected the identical file systems after the recreate
process. Why is it not doing so? Is there a minimum
size for /opt, perhaps?
I'm using Ignite A.3.3.116 on HP-UX 10.20.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 05:05 PM
05-25-2001 05:05 PM
Re: make_tape_recovery resizes a file system ??
When you say 420MB and 464 Mb, it is from bdf or from lvdisplay ?
See /var/opt/ignite/recovery/config.recover for LV sizes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 10:54 PM
05-25-2001 10:54 PM
Re: make_tape_recovery resizes a file system ??
I agree with Carlos.
Maybe, just maybe, an earlier attempt was made to increase this filesystem. Lvextend was done successfully; and extendfs failed because filesystem was in use!? Just a wild guess.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2001 07:18 AM
05-26-2001 07:18 AM
Re: make_tape_recovery resizes a file system ??
Interesting. Here's another WAG. I've noticed on some interactive recoveries that some of the default filesystem sizes are offered as a percentage of the volume size as opposed to a static value. I believe /opt was one of them.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2001 07:56 PM
05-27-2001 07:56 PM
Re: make_tape_recovery resizes a file system ??
James is in fact correct, when you do a cold install /opt is one of the
volumes that does not use "fixed Mb", it does use a percentage
of the remaining space on the selected installation disk by default.
You will most likey find that /usr is in the same boat.
Just my 2 cents worth.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2001 10:58 AM
05-28-2001 10:58 AM
Re: make_tape_recovery resizes a file system ??
/var/opt/ignite/recovery/config.recover shows 420Mb.
James, it looks like you may be pointing in the right direction. In fact, Michael's confirmation agrees with
a similar (earlier) observation for /usr on one of our systems.
One of our sys. admins may be doing another test with /opt at 420Mb, but more free disk space. I will let you know if the test confirms what you are suggesting. Thanks ...
Mladen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2001 02:20 PM
05-28-2001 02:20 PM
Re: make_tape_recovery resizes a file system ??
My observations stem from a couple of recent cold installs of 11.0 using the November 1999 Core CD. In reconstructing a 10.20 system from a 'make_tape_recovery tape', at a remote diaster recovery (DR) site (with Ignite 3.2), I can't recall what defaults were offered. I did the recovery interactively and chose to specify vg00 filesystem sizes based upon generalized standards I am defining for my systems and the DR plan.
...JRF...