Sponsored Content
Full Discussion: Migrate AIX to new Hardware
Operating Systems AIX Migrate AIX to new Hardware Post 303022337 by System Admin 77 on Thursday 30th of August 2018 09:50:26 AM
Old 08-30-2018
@vbe

Thanks for the reply. Sorry I should have provided the information.



OS: AIX 7.1 TL 04 SP 06
Middleware: WAS 8.x

Database: DB2 11.x


we use only 1 IP per LPAR. We do not have Mirrored vg as of now.
But, We usually add a (on demand) new disk (alt_disk_copy/clone) during OS upgrades.



Thank you.
 

9 More Discussions You Might Find Interesting

1. AIX

How to migrate UP-UX shell scripts to AIX 5.2

Hello, We would to migrate some shell scripts (korn shell) from HP-UX to AIX 5.2 I would know: - If the HP-UX scripts work as well in AIX? - If no, is there a migration tool to detect incompatible lines in scripts? - How do proceed? Our scripts do: - Loads data in Oracle... (1 Reply)
Discussion started by: P026687
1 Replies

2. AIX

AIX Hardware commands

Hi All, Needed commands to find Monitor , chassis & keyboard related information on AIX. Please please please help. Thanks VK (2 Replies)
Discussion started by: Veenak15
2 Replies

3. AIX

AIX Hardware Configuration *I'm very new*

I'd like to start by saying how extremely new I am to any UNIX OS, although I've been dealing with Linux systems off and on for roughly a year now, and am trained primarily on Windows Servers. Our company has an old AIX system, running AIX version 4. The server we are using is more then 10... (6 Replies)
Discussion started by: webers
6 Replies

4. AIX

AIX 5.2 and 5.3 hardware support questions...

If anyone has the answer to this question I would be eternally grateful: I just took a new job supporting IBM Blade Servers and "E" Chassis. The model for this is significantly different than anything I have done in the past which has included what I would call typical Unix support... (2 Replies)
Discussion started by: jtelep
2 Replies

5. AIX

How to install/ migrate AIX through remote login

How to install/ migrate AIX through remote login (1 Reply)
Discussion started by: AIXlearner
1 Replies

6. SCO

Migrate SCO 5.0.6 to different hardware

hi Howto migrate SCO Unix 5.0.6 to different hardware? I'd like to try using Acronis. Which Acronis Version support SCO Unix 5.0.6? (14 Replies)
Discussion started by: ccc
14 Replies

7. AIX

AIX LVM migrate lp

Hi, I have questions about unix AIX's lvm. Is there some problem to do migrate lp into a mirrored vg or should i break the mirror before? Is necessary to run reorgvg after I migrate lp ? thanks (1 Reply)
Discussion started by: alfastar
1 Replies

8. AIX

Nim on AIX 7.1 used to migrate AIX 5.3 to AIX 6.1...is possible?

Using nimadm: nimadm -j nimadmvg -c sap024 -s spot_6100 -l lpp_6100 -d "hdisk1" -Y Initializing the NIM master. Initializing NIM client sap024. 0505-205 nimadm: The level of bos.alt_disk_install.rte installed in SPOT spot_6100 (6.1.3.4) does not match the NIM master's level (7.1.1.2).... (2 Replies)
Discussion started by: sciacca75
2 Replies

9. SCO

Migrate UNIXWare from old machine to new machine (different hardware)

Good afternoon all, I'm a bit stuck... I honestly don't know very much about Unix let alone UnixWare for that matter. I have a system that's very old and could fail really at any time. I have another server I'd like to move everything to yet I don't know what's possible. The current server is... (2 Replies)
Discussion started by: rubiks015
2 Replies
Plack::Middleware::Expires(3pm) 			User Contributed Perl Documentation			   Plack::Middleware::Expires(3pm)

NAME
Plack::Middleware::Expires - mod_expires for plack SYNOPSIS
use Plack::Builder; builder { enable 'Expires', content_type => qr!^image/!i, expires => 'access plus 3 months'; $app; } DESCRIPTION
Plack::Middleware::Expires is Apache's mod_expires for Plack. This middleware controls the setting of Expires HTTP header and the max-age directive of the Cache-Control HTTP header in server responses. Note: Expires works only for successful response and If exists Expires HTTP header already, this middleware does not override. CONFIGURATIONS
content_type content_type => qr!^image!, content_type => 'text/css', content_type => [ 'text/css', 'application/javascript', qr!^image/! ] Content-Type header to apply Expires Expires Same format as the Apache mod_expires expires => 'M3600' # last_modified + 1 hour expires => 'A86400' # access + 1 day expires => 'modification plus 3 years 3 month 3 day' expires => 'access plus 3 days' AUTHOR
Masahiro Nagano <kazeburo {at} gmail.com> SEE ALSO
<http://httpd.apache.org/docs/2.2/en/mod/mod_expires.html> LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2010-11-11 Plack::Middleware::Expires(3pm)
All times are GMT -4. The time now is 04:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy