Difference between revisions of "Vital Signs HPUX Server Migration"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
(Created page with "==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==")
 
>Jeremyb
Line 2: Line 2:
 
This document will present a scenario of migrating an existing Vital Signs install from a PA-RISC HPUX system to an ITANIUM HPUX system.
 
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==
+
==Step 1 - Software Dependencies==
 +
 
 +
'''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
 +
- /ASKPLUS/vsdata
 +
- /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

Revision as of 23:25, 24 October 2012

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

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 - /ASKPLUS/vsdata - /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