Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Siemens Hipath 4000 V2 V3, V4, V5, and V6 list AMOS Teil Regen ?? 2

Status
Not open for further replies.

sascru

IS-IT--Management
Nov 26, 2008
3
US
Hi guys
I need the AMOs list to generate a teil-regen in HiPath 4000 V2, V3, V4, V5 and V6.
I have this list but I know that for each version change the AMOs. I also have manuals for each version but can not find list of AMOs:

DIS-PASSW;
REGEN-ANUM:A1;
DIS-VEGAS:SHORT,ADS&SWU;
REG-DBC;
REG-CONSY;
REG-DDSM:A1;
REG-FEASU;
REG-DIMSU;
REG-ZAND;
REG-TDCSU:DEV=S0CONN;
REG-TINFO:T;
DIS-DATE;
DIS-BCSU:TBL;
REG-BCSU ;
REG-UCSU;
REG-TDCSU;
DIS-SDSU:NOGEN&GENNR,,PEN,PER3;
REG-DCIC;
DIS-DDSM:A1,SCSI;
DIS-CODEW;


Please send me AMOs list for each version or tell me where I can find. thank you very much for the help

best regards

 
It is mostly correct.
Do not worry about different versions, they are mostly the same AMO wise.
Save the information below (between the //) as a TIEL.MAC File and run from within Comwin using the Macro function...

//

IF (PROMPTING) THEN DIALOG
DEFINE DATE:10,NAME:30
DIS-DATE;
GETVAL DATE=" | 2"
DIS-FBTID;
GETVAL NAME="CUSTOMER NAME : "
/** WARNING NEW PROTFILE WILL BE SET UP WITH CUST NAME AND DATE AT END PROT FILE WILL BE RETURNED TO NORMAL */
PROTFILE "%NAME Part2011Reg 2%DATE "+
/* sets up protfile in your prot dir with cust and date */
/*
/*
/* ************* Partial Regeneration Command Batch for HiPath4000: **
/*
/* Partial Regeneration Command Batch for HiPath 4000: 2011 REF 21/12/2010
/* */
DIS-PASSW;
HICOM
REG-ANUM:A1;
DIS-VEGAS:SHORT,ADS&SWU;
REG-DBC;
REG-CONSY;
REG-DDSM:A1;
REG-FEASU;
REG-DIMSU;
REG-ZAND;
REG-TDCSU:DEV=S0CONN;
REG-TINFO:T;
DIS-DATE;
DIS-BFDAT;
REG-BFDAT;
REG-APESU;
DIS-BCSU:TBL;
REG-BCSU;
REG-UCSU;
REG-TDCSU;
DIS-SDSU:NOGEN&GENNR,,PEN,PER3;
REG-DCIC;
DIS-DDSM:A1,SCSI;
DIS-CODEW;
END
/*
/* HELP ALONG CC OR ALL WHEN RESPONSE CTRL M TO CONTINUE MACRO
/* cc; /* hicom 300 new */
/* all; /* HiPath */
/** WARNING OLD PROTFILE RETURNED TO NORMAL */
PROTFILE "prDATE.pro"+
/* returns you to your normal protfile date stamped */
END

//

 
EDIT above
There are 25 spaces between GETVAL DATE-"
and
| 2"

There are 14 spaces between GETVAL NAME="CUSTOMER NAME
and
: "

The web site here blanks out the spaces
 
thank you very much, this is helpful. Best Regards
 
OK thanks very much. I'll remember to build the file.
 
Yes it should work in any version, it is for the sales department to see what is on the system.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top