- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- enlarging /stand ???
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-13-2004 11:18 PM
05-13-2004 11:18 PM
I want to upgrade one of our HPUX machines from HPUX11 to HPUX11.11
The instruction say i need to extend the /stand partition but to do this i need to re-install the operating system which i do not want to do.
Is there anyway of upgrading the OS without doing this or extending /stand without re-installing the OS???
Cheers
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 11:22 PM
05-13-2004 11:22 PM
Re: enlarging /stand ???
If you want to upgrade from 11.00 to 11.11 I always advice a clean install. It is not possible to extend /stand without reinstalling, so there is your second reason.
I know HP tells you it is possible to upgrade, and i am sure that is has been done succesfully but if you do a search on the forum an upgrades you must knowtice it does not allways work smooth.
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 11:31 PM
05-13-2004 11:31 PM
SolutionI think there are only two ways to do this.
1. recovery of the operating system.
2. Boot of your ignite tape and extend it.
take a look also at this
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=6942
Regds
L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 11:36 PM
05-13-2004 11:36 PM
Re: enlarging /stand ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 12:08 AM
05-14-2004 12:08 AM
Re: enlarging /stand ???
the easiest way is ignite-UX to do this on the server
make_tape_recovery -A
now reboot the system and interrupt the boot sequence
type sea to see the devices P0 , P1 ...
when you see the tape device type
bo Px
interact with IPL ( Y/N) N
the server will boot from the tape
it will ask if you wish to interact and change the configuration at this stage you do change the /stand partition and let the restore complete.
:-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 12:10 AM
05-14-2004 12:10 AM
Re: enlarging /stand ???
http://www.software.hp.com/products/IUX/download.html
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2004 12:56 AM
05-14-2004 12:56 AM
Re: enlarging /stand ???
Increase /stand:
The procedure listed is as follows -
/stand is only 84 MB, for 11i, needs to be at least 112 MB.
Boot your machine in LVM maintenance mode
(hpux -lm at ISL>)
#
# vgchange -a y /dev/vg00
# lvrmboot -r /dev/vg00
# lvremove /dev/vg00/lvol3
# lvremove /dev/vg00/lvol2
# lvextend -L 256 /dev/vg00/lvol1
# extendfs /dev/vg00/rlvol1
# lvcreate -L 1024 -C y -r n -n lvol2 /dev/vg00
# lvlnboot -b /dev/vg00/lvol1
# lvlnboot -r /dev/vg00/lvol4
# lvlnboot -s /dev/vg00/lvol2
# lvlnboot -d /dev/vg00/lvol2
# lvlnboot -R
# reboot -r
Note: lvol2 is swap, lvol3 was unused, lvol4 is /
Even if your lvol3 is root, you could still do this by shrinking the size of your primary swap...lvol2
Rgds...Geoff