- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Setup Question
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
06-13-2002 07:50 AM
06-13-2002 07:50 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 07:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 07:53 AM
06-13-2002 07:53 AM
Re: Setup Question
Even though your E55 does have a different bus structure then the K460, LVM will hide that.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 07:56 AM
06-13-2002 07:56 AM
Re: Setup Question
First you need to check out the performance of the application which you are running on K class on E55. Check whether ur application is running properly. Then the disaster recovery makes sense.
Rebuild E55 again from scratch ....check your application.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 07:57 AM
06-13-2002 07:57 AM
Re: Setup Question
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 07:57 AM
06-13-2002 07:57 AM
Re: Setup Question
What you need is the same directory structure. mount points with the same filesystem spaces.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 07:59 AM
06-13-2002 07:59 AM
Re: Setup Question
Rename existing VG name (eg change vg02 to vg04)
# vgdisplay -v vg02
==> take note of all PV-paths.
==> assumming it's c2t1d0 & c2t2d0
# vgchange -a n /dev/vg02
# vgexport -m mapfile /dev/vg02
==> remove VG entry fr lvmtab and all its devices files
# mkdir /dev/vg04
# mknod /dev/vg04/group c 64 0x040000
==> make sure minor number (0x040000) doesn't clash
# vgimport -m mapfile /dev/vg04 /dev/dsk/c2t1d0 /dev/dsk/c2t2d0
# vgchange -a y /dev/vg04
# vgcfgbackup /dev/vg04
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 08:00 AM
06-13-2002 08:00 AM
Re: Setup Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 08:29 AM
06-13-2002 08:29 AM
Re: Setup Question
We are adding additional disk (replacing drives) to accommodate the database.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 08:37 AM
06-13-2002 08:37 AM
Re: Setup Question
I agree that a cold-install of an OS on the old E55 is a clean setup.
Build your patch level to match as best it will (i.e. same SupportPlus Quality pack; same applications from Applications CDs).
As for your LVM layout, don't worry to much about exactness. LVM is designed to hide the physical layer. Simply create (via SAM, if you like) volume groups, logical volumes, and filesystems that are sized for your needs. Now, be ready with good backups to recover you non-vg00 data should the need arise.
Remember that in a disaster you can sacrifice some performance for *having* a platform on which you can run. The most important thing is backups and the integrity of the data thereon.
Regards!
...JRF...
LVM is designed to hide the physical layer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 08:41 AM
06-13-2002 08:41 AM
Re: Setup Question
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 08:50 AM
06-13-2002 08:50 AM
Re: Setup Question
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 09:01 AM
06-13-2002 09:01 AM
Re: Setup Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 09:06 AM
06-13-2002 09:06 AM
Re: Setup Question
Your E55 will run a 32-bit 11.0 but that's it's limit:
http://devresource.hp.com/STK/serversupport.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 09:07 AM
06-13-2002 09:07 AM
Re: Setup Question
Your E55 may be able to run HPUX 11, but it is not supported by HP.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 09:09 AM
06-13-2002 09:09 AM
Re: Setup Question
E55 should support 32 bit 11.0. Same with G30,
http://devresource.hp.com/STK/serversupport.html
If you have 64 Bit 11.0 on K class, you should look at another server for DR.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 09:09 AM
06-13-2002 09:09 AM
Re: Setup Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 09:14 AM
06-13-2002 09:14 AM
Re: Setup Question
Yes, you need to go through the install, either from CD or via ignite, install patches, applications, build your lvm structures, and restore any user data you require.
HTH,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 09:14 AM
06-13-2002 09:14 AM
Re: Setup Question
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3782-90785/B3782-90785_top.html&con=/hpux/onlinedocs/B3782-90785/00/00/8-con.html&toc=/hpux/onlinedocs/B3782-90785/00/00/8-toc.html&searchterms=installing%7c11.0&queryid=20020613-102150
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 09:17 AM
06-13-2002 09:17 AM
Re: Setup Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 09:20 AM
06-13-2002 09:20 AM
Re: Setup Question
# getconf KERNEL_BITS
and it'll return either 32 or 64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 09:20 AM
06-13-2002 09:20 AM
Re: Setup Question
If you do a cold-install (which is virtually guaranteed to work!) instead of an upgrade, then, yes, your boot (vg00) is wiped clean and a new OS loaded from the Core OS CDROM.
If you have non-vg00 disks, leave them alone. Instead, before the cold install, 'vgexport' the volume groups representing any data you want preserved. After the installation completes, 'vgimport' them and you will have your data.
There are a great number of post discussing cold-installation and the 'vgexport/vgimport' process. Here are a couple of links to get you started:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe6053d853cd9d5118ff40090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xab86b47b9a27d6118ff40090279cd0f9,00.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 09:22 AM
06-13-2002 09:22 AM
Re: Setup Question
To check if the OS is 32/64 Bits,
getconf KERNEL_BITS
32 --> if OS is 32 Bits
64 --> if OS is 64 Bits.
Hope this helps.
Regds