- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 10.20 to 11.0 upgrade
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
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
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
тАО12-17-2001 01:43 PM
тАО12-17-2001 01:43 PM
Also, I recently posted a question on whether you can make an image on a d-box and build an e-box with it and the concensus was "I wouldn't recommend it". After I upgrade the D-class to 11.0 could I use that image to build other revisions of D-classes (d220,d230,d320,d330)?
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2001 01:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2001 02:00 PM
тАО12-17-2001 02:00 PM
Re: 10.20 to 11.0 upgrade
If the hardware configuration for the D-class is same than there will not be any problem with the image.
For the script written in 10.20 should run on 11.00 without any problem
-USA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2001 02:11 PM
тАО12-17-2001 02:11 PM
Re: 10.20 to 11.0 upgrade
You should not have too many problems with
scripts that were created on 10.20 being
run on an 11 server.
In the attached link there information on
which servers can run 1 in 64 bit and the
ones that can't
-Michael
http://devresource.hp.com/STK/serversupport.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2001 05:12 PM
тАО12-17-2001 05:12 PM
Re: 10.20 to 11.0 upgrade
#!/usr/old/bin/sh
in every script. If you have:
#!/bin/sh
you are runing the POSIX shell (a partial superset of ksh) but the (obsolete) form of /bin/sh is not the real location (it is /usr/bin/sh). /bin does not exist in any version of HP-UX 10.xx or higher. See: man tlinstall.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-18-2001 02:38 AM
тАО12-18-2001 02:38 AM
Re: 10.20 to 11.0 upgrade
rgs. Seba