Operating System - HP-UX
1832650 Members
2877 Online
110043 Solutions
New Discussion

Re: ARMServer is not running

 
GNOM
Frequent Advisor

ARMServer is not running

hi,

I have an Hp 5450 server with hp-ux 11.11 connected to an hp autoraid disk array 12H. After formating some LUNs , The ARMserver is logger started at the system startup .Even I tried to run it manualy with "/sbin/init.d/hparray start" command, there is no error message ,but the server don't.

Could someone help me please ?
4 REPLIES 4
RAC_1
Honored Contributor

Re: ARMServer is not running

Can you see array from OS??

ioscan -fnCext_bus
ioscan -fnCfc

armdiscover

Did you change host name/ip address recently?? What does /etc/rc.log say for /sbin/init.d/hparry startup script?
There is no substitute to HARDWORK
Marlou Everson
Trusted Contributor

Re: ARMServer is not running

Look at the file /etc/hpC2400/HPARRAY.INFO. It might have some helpful information.

Marlou
GNOM
Frequent Advisor

Re: ARMServer is not running

hi,

In the '/etc/hpC2400/HPARRAY.INFO' this message is displayed when the server try to start :'stty: Not a typewriter'

I don't exactly now what is it.

Thanks for help.
Marlou Everson
Trusted Contributor

Re: ARMServer is not running

You will get the stty - not a typewriter when a script runs but is not on a terminal (cron/batch/at) and tries to do stty commands. These usually set up tabs, the erase character, etc. for terminals. For example, in /$HOME/.profile. I'm not sure why they would be in that log file.

You are looking for arraymond and ARMserver in your ps?
UID PID PPID C STIME TTY TIME COMMAND
root 2025 1 0 Oct 6 ? 40:38 /usr/bin/ksh /usr/lbin/hpC2400/a
rraymond
root 2044 1 0 Oct 6 ? 2057:52 /opt/hparray/bin/ARMServer


Here is a sample from the log of one of my systems from its last reboot.

Wed Oct 6 13:02:34 PDT 2004
Killing disk array monitor daemon.
Killing /opt/hparray/bin/ARMServer process.

Wed Oct 6 13:09:54 PDT 2004
arrayscan: scanning I/O system for disk arrays...

arrayscan: HP C5447A SCSI Disk Array at SCSI address [ 8/8.0.0 ]
arrayscan: HP C5447A SCSI Disk Array at SCSI address [ 8/8.0.1 ]
arrayscan: HP C5447A SCSI Disk Array at SCSI address [ 8/8.0.2 ]
arrayscan: HP C5447A SCSI Disk Array at SCSI address [ 8/12.1.0 ]
arrayscan: HP C5447A SCSI Disk Array at SCSI address [ 8/12.1.1 ]
arrayscan: HP C5447A SCSI Disk Array at SCSI address [ 8/12.1.2 ]

Starting disk array monitor daemon

Starting ARMServer daemon

Marlou