- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- server config
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
08-29-2001 11:56 AM
08-29-2001 11:56 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 12:03 PM
08-29-2001 12:03 PM
Re: server config
As near as I can figure, as long as you're running 'online jfs', you should be good to go, but don't let this be "your final answer". I'm sure some of the other genius's will be able to confirm/deny this for you.
Good luck!!
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 12:06 PM
08-29-2001 12:06 PM
Solutionfor example.. I have 3 similar systems but on 2 are similar enough
D210
D350
D390
Even though all three are D class, the hardware paths are different between the 200 and 300 series.
I originally had the D210 but had to install the os from scratch when i got the D390... I then bought a D350 (as a backup/test system) and i am able to simply move the harddrives from the D390 to the D350 and turn it on. It boot successfully. All the internal cards are the same and they are plugged into the same slots.
What two systems do you have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 12:09 PM
08-29-2001 12:09 PM
Re: server config
Connect disks to DEV.
Build VG/lvol/fs on disks.
vgexport -m mapfile each VG
copy mapfile to PROD
connect disks to PROD
ioscan to identify disks.
insf (if necessary) to build device files for disks.
vgimport -m mapfile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 12:12 PM
08-29-2001 12:12 PM
Re: server config
i have 2 k460's, im mainly worried about the hardware having different addresses, for example, the DLT having different device files on the development system, and then screwing up omniback on the production server if it assigns the DLT a different address. stuff like that. i am not sure that if i have the hardware connected to the same scsi ports on both machines, then the os will always assign the same device files and hardware addresses. i guess thats what im mostly confused about.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 12:19 PM
08-29-2001 12:19 PM
Re: server config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 12:23 PM
08-29-2001 12:23 PM
Re: server config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 12:25 PM
08-29-2001 12:25 PM
Re: server config
I'm not totally clear as to why you want to build your disk (filesystem?) on one server and then move it to another. This can be done dynamically with the system "up". If populating a filesystem is particularly long and resource intensive, then yes, I can understand your rationale.
In this case, as Alan has noted, 'vgexport' and 'vgimport' are designed to pass disks between servers. You do not have to worry about different device files. Specifying the pv_path(s) and using the mapfile option to maintain logical volume naming is all part of the 'vgexport'/vgimport' process.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 12:38 PM
08-29-2001 12:38 PM
Re: server config
james, please explain how i can do this with the system up. i dont believe i could in the first place because i don't have enough free scsi ports. again, i have no use for vgimport or vgexport because i am building new vgs.