Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- migration from existing server to new server
System Administration
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
migration from existing server to new server
Topic Options
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-10-2011 07:35 AM
05-10-2011 07:35 AM
migration from existing server to new server
migration from existing server to new server
hi techies..
hp-ux migration from existing server to new server..let me give u brief scenario..
i'm having rx3600(hp-ux 11.31)server with no cluster and no san disk attached but it has oracle 10g and java 1 & 2 and local disks i want to move all this information,data and everything to new server rx7640(partition-2)16gb memory 146gb hdd..
please your step by step guidance will be appreciated help me out...please dont provide me with any links...
AWAITING URGENT RESPONSE FROM GURU'S
Thanks and Regards.
hp-ux migration from existing server to new server..let me give u brief scenario..
i'm having rx3600(hp-ux 11.31)server with no cluster and no san disk attached but it has oracle 10g and java 1 & 2 and local disks i want to move all this information,data and everything to new server rx7640(partition-2)16gb memory 146gb hdd..
please your step by step guidance will be appreciated help me out...please dont provide me with any links...
AWAITING URGENT RESPONSE FROM GURU'S
Thanks and Regards.
1 REPLY
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-10-2011 08:42 AM
05-10-2011 08:42 AM
Re: migration from existing server to new server
Re: migration from existing server to new server
Log into the expert-on-demand server and execute this command:
copy_mach -s rx3600 -d rx7640 \
-incl ALL \
-errorfree \
-award_points NO \
-immediate_response_requested YES
...but seriously....
Here's an overview at about 20k feet:
1) get new machine running w/ target OS and optional application software
2) duplicate FS config from old to new.
3) shutdown Oracle and all apps on old
4) copy files from old FS to new FS
can use whatever tool you like:
example: on new machine do this:
cd /target/fs
remsh old -n 'cd /target/fs;tar cvf - .|gzip -1' | gzip -d |tar xvf -
5) do step 4 for all filesystems on old machine. Run several in parallel.
5.5) migrate conf of old to new:
/etc/passwd, /etc/group, /etc/*.conf, /etc/oratab, and so on.
5.7) get the crontab files
/var/spool/cron/crontabs
6) start testing
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP