Hi CCMJGB
I am happy you got sorted.
It can be a stressful thing !!!
As Iamnothere said above some course work would assist you greatly.
I presume you are an onsite tech or at least onsite for a few days of each week.
What I normally recommend would depend on the amount of moves adds and changes on your site.
Before any hardware replacement you should have a 'full regen' and a backup to the hard disk and cf.
I automate these on all sites but you can do them manually.
I understand you are more familiar with the Unixware assistant but it does not cover everything.
To recover the telephony you need a full regen.
To recover the Unixware you just need to note down the IP adressing setups
If you have ACD setup on your site you would also need to backup the ACD Assistant names but I will leave that out for now.
To setup CRON commands you will need your system number
REG-ANUM;
Substitute that in the commands below after the word CRONAMO
The startup sequence of the HiPath with area A working is to load from Area E
If that fails then it will load from Area J
After that it will try the CF
So you need to deactivate Area J so as you can automatically write to it every night
DEA-DSSM:A1,1,J;
The CF needs to be prepared if not already done so
DEA-DSSM:A1,6;
STA-INIT:A1,A1H61;
ACT-DSSM:A1,6;
DEA-DSSM:A1,6;
These are the automatic commands
DEL-CRON:1&&256;
ADD-CRON:1,P,0,5,*,*,*,"EXE-UPDAT:BP,ALL;";
ADD-CRON:2,P,10,5,*,*,*,"EXE-UPDAT:A1,ALL";
ADD-CRON:3,P,20,5,*,*,*,"COPY-DDRSM:A1,1,E&F,6,E&F,N;";
ADD-CRON:4,P,30,5,*,*,*,"COPY-DDRSM:A1,1,E,1,J,N;";
ADD-CRON:5,P,40,4,*,*,*,"STA-DEL:

AS:VEGAS/DATEI;";
ADD-CRON:6,P,50,5,*,*,*,"STA-REGEN:CRONAMO,L31901Q1234A00001,N,,,,,,ALL;";
ADD-CRON:7,P,0,0,*,*,*,"DIS-ZAUSL:,Y;";
Command 1&2 do your backups
Command 3 Copies the Hard Drive areas E&F to the CF areas E&F
Command 4 copies Area E to Area J on the Hard Disk
Command 5 clears any previous regen information
Command 6 will create a regen on your hard disk every night
You can amend it to just do this once a week if you prefer
Command 7 is just for you to look at stats during the day by sending in DIS-ZAUSL;
After the regen is completed you can copy it out to your PC and store it away on a network drive or something like that.
To copy out the Regen:
Log on Via Comwin
Click on the 6th Icon from the Left (Start Local Filetransfer)
A window will open and then close and another will open.
When it has stopped click on :A1H1F: - the second 'drive' down on the left hand side.
You should see a folder on the right hand side called L31901 or similar
Drill in to that folder
Eventually you will see an 'ALL' file
Drag that out to your desktop.
That is the full regen file
It will have a file extension of .SAMTXT
you can read this with notepad or similar as it is just an ASCII text file.
This 'regen' file is a mirror of what could re-create your hard disk for to get your telephony up and running again.
If you need the PCHI tool or a newer Comwin let me know but I assume you are working away now...
Regards