Difference between revisions of "Vital Signs HPUX Server Migration"
>Jeremyb (→Step 2 - File Migration) |
>Jeremyb (→Step 2 - File Migration) |
||
Line 14: | Line 14: | ||
==Step 2 - File Migration== | ==Step 2 - File Migration== | ||
− | The following folders should be migrated from the old HPUX system to the new one retaining their file permissions. This is possible using the scp command with -rp, r stands for recursive copy and p stands for preserve. | + | The following folders should be migrated from the old HPUX system to the new one retaining their file permissions. |
+ | |||
+ | - /ASKPLUS/vsdata | ||
+ | - /var/summit/spectrum/LIVE/vsdata | ||
+ | |||
+ | |||
+ | This is possible using the scp command with -rp, r stands for recursive copy and p stands for preserve. | ||
[[File:Scp man.PNG]] | [[File:Scp man.PNG]] | ||
− | '''/ASKPLUS/vsdata''' | + | '''Example scp of /ASKPLUS/vsdata''' |
su askplus | su askplus | ||
Line 24: | Line 30: | ||
− | '''/var/summit/spectrum/LIVE/vsdata''' | + | '''Example scp of /var/summit/spectrum/LIVE/vsdata''' |
su bolive | su bolive |
Revision as of 23:42, 24 October 2012
Contents
Overview
This document will present a scenario of migrating an existing Vital Signs install from a PA-RISC HPUX system to an ITANIUM HPUX system.
Step 1 - Software Dependencies
The following software is required to be installed prior to running Vital Signs.
-AskPlus 8.3.3+
-Python 2.7.3
-Python ConfigObj library
Step 2 - File Migration
The following folders should be migrated from the old HPUX system to the new one retaining their file permissions.
- /ASKPLUS/vsdata - /var/summit/spectrum/LIVE/vsdata
This is possible using the scp command with -rp, r stands for recursive copy and p stands for preserve.
Example scp of /ASKPLUS/vsdata
su askplus scp -rp /ASKPLUS/vsdata askplus@192.168.1.xxx:/ASKPLUS/vsdata
Example scp of /var/summit/spectrum/LIVE/vsdata
su bolive scp -rp /var/summit/spectrum/LIVE/vsdata bolive@192.168.1.xxx:/var/summit/spectrum/LIVE/vsdata
Step 3 - Link Creation
A symbolic link for the jobs directory should be created as root
ln -fs /ASKPLUS/vsdata/jobs /VSJOBS