- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- migration path from HP Unix 11.00 to HP Unix 11.23
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-09-2007 11:18 PM
06-09-2007 11:18 PM
migration path from HP Unix 11.00 to HP Unix 11.23
Hi all
i would like to know is any direct upgrade path from Hp 11.00 to 11.23. What will be the easiest way to ugrade to 11.23.
one more problem, i have morethan 100 printers in my system how can i move all this printer to the new version 11.23. is any back and restore facility for printer configuration.
thanks and regards
Aneez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2007 06:54 AM
06-10-2007 06:54 AM
Re: migration path from HP Unix 11.00 to HP Unix 11.23
http://www1.itrc.hp.com/service/patch/releaseIndexPage.do
If this is your only machine, I would not attempt this without renting or buying another similar box, do the install, patch and add the apps, then test. Once the tests are OK, you can install the production system.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2007 01:49 PM
06-10-2007 01:49 PM
Re: migration path from HP Unix 11.00 to HP Unix 11.23
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1049599
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1011463
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2007 10:56 PM
06-10-2007 10:56 PM
Re: migration path from HP Unix 11.00 to HP Unix 11.23
1. confirm hardware - particularly if it is an old PARISC server as some of the IO cards aren't supported in 11.23 - also update GSP/Firmware if it is an older server.
2. vgexport all non OS volume groups to map files (using share option) and secure along with complete system configuration (i use cfg2html for this).
3. secure system configuration files that sit on vg00 (as these will be destroyed when new build) i.e. /etc/passwd, /etc/groups etc..
4. secure printers using command "/usr/sam/lbin/lpmgr -S -xsavedir=/var/sam/lp" - tar and then secure on separate server.
5. full backup of system and an a separate ingite backup of vg00.
6. boot from hpux 11.23 install disk, install to 1 of my mirrored disks (leave the other one as a fall back to 11.00).
7. install additional software - Mirrordisk, Glance etc..
8. Patch OS
9. vgimport the volume groups/make directories
10. copy back system specific files /etc/passwd etc..
11. copy pritners back "/usr/sam/lbin/lpmgr -R -xsavedir=/var/sam/lp"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2007 12:22 AM
06-11-2007 12:22 AM
Re: migration path from HP Unix 11.00 to HP Unix 11.23
Copy a set of printers from one server to another
On server "A"
1.Open "sam ->Printers and Plotters->LP Spooler-> Save/Restore Spooler Configuration"
2.Go to "Actions"
3.Click on 'Save Spooler Configuration'
4.Exit out of SAM
5.tar cvf /tmp/sam.tar /var/sam/lp
6.Transfer the sam.tar file to system B:/tmp.
On server "B"
1.tar xvf /tmp/sam.tar
2.You may need to change the permissions and ownership of these files. To do that run:
chmod -R 755 /var/sam/lp/* ; chown -R lp:bin /var/sam/lp/*
3.Open "sam ->Printers and Plotters->LP Spooler-> Save/Restore Spooler Configuration"
4.Go to "Actions"
5.Click on 'Restore Spooler Configuration'
6.Don't forget to restart the scheduler
7.Exit out of SAM
8. test the printer(s).