- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Rebuilding a newly bought server
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
02-23-2001 12:26 PM
02-23-2001 12:26 PM
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2001 12:30 PM
02-23-2001 12:30 PM
Re: Rebuilding a newly bought server
As far as stand goes don't worry about it . It should not grow beyond 84M.
On most of my servers it's between 47 - 55 % utlised.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2001 12:32 PM
02-23-2001 12:32 PM
Re: Rebuilding a newly bought server
The other option is reinstalling the server from scratch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2001 12:34 PM
02-23-2001 12:34 PM
Re: Rebuilding a newly bought server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2001 12:42 PM
02-23-2001 12:42 PM
Re: Rebuilding a newly bought server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2001 01:10 PM
02-23-2001 01:10 PM
SolutionThen simply set that second drive as your primary boot device. Or, boot from it once, mediainit the original boot disk, and then repeat the process.
There was a post on this forum several weeks ago about how to create an alternate boot drive (I think Penny Fong sent it). It works really slick, I did it and now have dual boot drives on all of our servers.
Regards, Tim
p.s. I still have the instructions on paper if you cannot find them, let me know and I'll fax them to you. (timmed@saif.com)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2001 08:45 PM
02-25-2001 08:45 PM
Re: Rebuilding a newly bought server
We resized our lvols by using a separate disk. As Tim mentioned I did post how to create this second bootable device which I have used extensively (it's also a great backout when you have major patches or when going to new releases).
Here's the link to the thread that contains the detailed instructions:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2001 08:50 PM
02-25-2001 08:50 PM
Re: Rebuilding a newly bought server
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa1c6d06ed8c8d4118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2001 09:42 PM
02-25-2001 09:42 PM
Re: Rebuilding a newly bought server
Before you reboot, get the current size of the lvols.
#vgdisplay -v /dev/vgxx |more
from this get the number of free PE's (multiply by the PE size, generally 4MB)
#lvextend -L (newsize, total MB!) /dev/vgxx/lvolx
#extendfs /dev/vgxx/lvolx
Please remember that the lvextend -L is the TOTAL size of the lvol after you have added space.
man lvextend
man extendfs
MND
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2001 10:18 PM
02-25-2001 10:18 PM
Re: Rebuilding a newly bought server
Have you resized root, swap, stand that way? I've worked for on HP a long time and have never done that and there are issues like contiguous file systems and certain requirements the system has to know e.g. where stand starts and how big it is. If you've done it and it works - great - a simpler solution. Seemed like there were too many gotchas to risk having an unbootable system.
(I've always had a penchant for an alternate boot disk which I am sure you will see in past and future postings).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2001 10:28 PM
02-25-2001 10:28 PM
Re: Rebuilding a newly bought server
I never touch / in any event, as NO software should be put there, so as Peggy said, do not touch any of the 3 mentioned. If swap is too small, consider adding another lvol of swap.
Thanks Peggy
MND