For AC450M rtab on Advant 500 series which is the correct cfgfile?
The RTAB config is disappearing.
Try to run EISA config
Try to add manually unable to identify correct cfgfile from /sbin/lib/eisa.
All the files shown look like HP pcbs not like !ABB0510 for example on AC460 MOD300.
Anty ideas would be appreciated.
Answers
1. Try changing the battery on the motherboard
2. A file with about that name should be somewhere on disk to be added with eisa_config
On HP-UX 10.20 the install scripts are located below /var/adm/sw
There should be a "configure" script for UXBASE that display the exact command (including path to eisa file).
However, the command is not that hard to figure out - add, slot number (0?) and path of config file. Have you checked under /etc ?
Can U try this search?
$ su
Password:
# find / -name "*051*"
I made a check in OS 1.8/6
find /var/adm -print -exec grep eisa_config {} \; > /tmp/1
...
/var/adm/sw/products/ABB-UXBASE/KER/postinstall
# The eisa_config command was never run. Now it is.
# Definitions for the eisa_config command
# Then the EISA configuration tool #/etc/eisa_config# will
errMess=`echo $EISA_CHECK_IF_INSTALLED | /sbin/eisa_config 2>&1`
errMess=`echo $EISA_CONFIG_BOARD | /sbin/eisa_config 2>&1`
# eisa_config failed
...
The install script where EISA config is made is named:
/var/adm/sw/products/ABB-UXBASE/KER/postinstall
UXBASE_HOME=${UXBASE_HOME:-"/opt/advant/UXBase"}
UXBASE_GRP=${UXBASE_GRP:-"ocs"}
UXBASE_OWN=${UXBASE_OWN:-"ocsmgr"}
PU510_CFG="!ABB0510.CFG"
# Definitions for the eisa_config command
BOARD_NO=1
EISA_CONFIG_BOARD="remove $BOARD_NO \n add $PU510_CFG $BOARD_NO \
\n save \n exit \n"
So the actual command seem to be:
# eisa_config add !ABB0510.CFG 1
# find / -name "!ABB0510.CFG"
/opt/advant/UXBase/etc/HP-UX/!ABB0510.CFG
->The CFG-file is located in:
/opt/advant/UXBase/etc/HP-UX
The machine I checked have PCI, so I can't tell if the CFG file is moved to, e.g. /etc before running the command, or if the script perform "cd" to the above folder and then run the command referencing a local file.
Add new comment