Hi Paul
I take it these are 16TN dtc's ?
Can you linkloop the dtc from the remote host ?
On HP-UX 11.X the downloading LAN Card must be specified for these types of
DTCs:
In /etc/rc.config.d/netdaemons
export START_RBOOTD=1
export RBOOTD_DEVICES=lan0
(Note: The /dev/ prefix must not be used on HP-UX 11.X here.
Both 10base and many 100BT cards can be indicated
use 'lanscan' to determine lan physical paths)
IMPLEMENTATION:
/sbin/init.d/dtcmgr stop
/sbin/init.d/rbootd stop
/sbin/init.d/rbootd start
/sbin/init.d/dtcmgr start
Powerfail the DTC
On HP-UX 10.X DTC, a 10Base LANIC card must be used to download these types of
DTCs. (use 'lanscan' and 'ioscan -kfC LAN' to see physical path and type of
LAN card).
Example: If your system has a 10Base and a 10/100Base card, the 10Base LAN card
must be specified for downloading the DTC.
In /etc/rc.config.d/netdaemons
export START_RBOOTD=1
export RBOOTD_DEVICES=/dev/lan0
RBOOTD_DEVICES must point to the 10BASE LAN card.
IMPLEMENTATION:
/sbin/init.d/dtcmgr stop
/sbin/init.d/rbootd stop
/sbin/init.d/rbootd start
/sbin/init.d/dtcmgr start
Powerfail the DTC.
HTH
Steve