When migrating from HP-UX 11.0 to HP-UX 11.i


 
Thread Tools Search this Thread
Operating Systems HP-UX When migrating from HP-UX 11.0 to HP-UX 11.i
# 1  
Old 01-13-2006
When migrating from HP-UX 11.0 to HP-UX 11.i

Hi to all,
I am migrating HP-UX 11.0 to HP-UX 11.i, The following list are the components which i used in HP-UX 11.0, Whether I can use this same components in HP-UX 11.i or I should upgrade any of software version with respect to HP-UX 11.i.


Oracle 8.1.7

Tuxedo 8.0

BEA Message queue (DMQ) 5.0

sablime 6.0

nmake 3.1.2

Connect Direct 3.5

SunOne Webserver Enterprise 6.0

Perl 5.004_01

Veritas Net back up Unix client agent version netbackup 4.5FP_6
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Migrating to UNIX

I am looking for a stable, reliable system to replace my current Windows systems in the home. These are simple systems that I purchased from the local Big Box store. I have heard many good things about Unix and it's various children and it sounds like a good option to me. I have worked... (2 Replies)
Discussion started by: donschurter
2 Replies

2. Linux

Migrating to new server

Hi I configured a full blown Suse Linux server with FTP (VSFTP) server (98 users), Samba as well as secure Ftp on Suse Linux 10 SP4. I need to transfer the whole system to a NEW server that I configured with Ver 11.4 What files need to be backed up and restored to the new server keeping the... (5 Replies)
Discussion started by: Tony.Marshall
5 Replies

3. SCO

Migrating Digi PortServer TS 16

Hi I am migrating from SCO 5.05 to SCO 6. The SCO 5.05 is on old hardware. I have installed SCO 6.0 on a new Dell server. I am manualy migrating the users, printer config and profiles. When I finsh migrating I plan to switch the IP address from the old server to new server, and shut... (2 Replies)
Discussion started by: atish0
2 Replies

4. Ubuntu

Migrating from Unix to Linux

Is there a way to migrate username password from Freebsd 6.1 to Linux Ubuntu 8.04. I am using the server as a email server running postfix and using imap. Is there a way to transfer the usernames and password. I have transferred all the Maildirs but I am getting uid errors and gid errors even after... (2 Replies)
Discussion started by: rbizzell
2 Replies

5. Shell Programming and Scripting

Migrating to Directories

Hi All, I want some command to migrate between the directories as below: read x cd /export/home/$x Please advise. Cheers, Shazin (11 Replies)
Discussion started by: Shazin
11 Replies

6. Shell Programming and Scripting

Migrating IDs

I need a script that will move files and change the ownership from a user's old home directory to a new home directory on multiple NIS+ servers. (0 Replies)
Discussion started by: mackdaddy07
0 Replies

7. HP-UX

Migrating from HP-UX 11 to HP-UX 11.i?

Hi, I want to Migrate my machine from HP-UX 11 to HP-UX 11.i, regarding this i would like to know the difference and the advances b/w these two. If anyone have cookbook HP-UX 11 to HP-UX 11.i, then provide the link to me. Thanks in Advance. Sarwan (3 Replies)
Discussion started by: sarwan
3 Replies

8. UNIX for Dummies Questions & Answers

Migrating from HP to Solaris

My company is considering migrating from HP unix to Solaris just to get two more years of support for a particular software product. My question is just how much of an effort is it to do this migration? Are you aware of any migration tools to assist us in this migration? Thanks (1 Reply)
Discussion started by: jkuchar747
1 Replies

9. UNIX for Dummies Questions & Answers

migrating from Windows

Hello all, I was given an old computer that has freebsd 4.3 installed. The computer is a HP 4GB 300Mhz built in 1998. Apparently, the computer has not been used as the /home directory is empty of files. I want to migrate away from Micro$oft and learn unix but am not a programmer and finding... (4 Replies)
Discussion started by: phredro
4 Replies

10. UNIX for Dummies Questions & Answers

Migrating from NT to UNIX

I'm looking for a sample plan for migrating my OS from NT to UNIX that I can build a project plan on. Does anyone know of a resource? (2 Replies)
Discussion started by: llehew
2 Replies
Login or Register to Ask a Question
USCAN-COMPONENTS(1p)					User Contributed Perl Documentation				      USCAN-COMPONENTS(1p)

NAME
uscan-components - wrapper around uscan for package and components SYNOPSIS
uscan-components [options] DESCRIPTION
"uscan-components" is a wrapper around "uscan" for packages using "dh_components". Firstly it will check that both the package and all the components have watch files; and will return an error if they do not. Then it will run uscan on the main watch file. If that downloads something it will run uscan on each of the components. It accepts a number of uscan options all of which are passed onto to each invocation of uscan. OPTIONS
--upgrade --no-upgrade By default the current versions of the various components will be downloaded. This resolves into --force-download and either --download-current-version or --upstream-version for the main and component tarballs respectively. The current versions of the components are stored in the files: "debian/components/"comp"/version". If the --upgrade option is applied then instead the latest version will be requested and the version files updated accordingly. --dry-run If set no actual uscan will not actually be called but those that might be will be listed. --help Prints a brief help message and exits. --man Prints the manual page and exits. --verbose --no-verbose These options simulate the verbosity flag being passed to "uscan". The actual invocations must always be verbose as the information is required to correctly rename the component files. However the output is not passed back to the user if verbosity is turned off. --report --report-status --pasv --no-pasv --timeout --debug --user-agent, --useragent All of the these arguments are passed straight to each uscan invocation. FILES
For each component the watch file is assumed to be in "debian/components/"component"/watch" and the component version is maintained in "debian/components/"component"/version". SEE ALSO
uscan(1) AUTHOR
Nicholas Bamber <nicholas@periapt.co.uk> perl v5.12.4 2011-11-05 USCAN-COMPONENTS(1p)