Welcome, Guest
Username: Password: Remember me

TOPIC: Start runtime error / boot file missing

Re: Start runtime error / boot file missing 12 years 2 months ago #3229

  • vib150
  • vib150's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
  • Karma: 0
Hi Claes.
I'm still stuck with the sev server.

When I start the runtime monitor and check the SevHistThread, at the status attr says: %QCOM-E-NOLINK there is no link to requested queue".
The color of Running is yellow.

At the server side:

After a pwrsev start, the common/log/logfile shows


I pwr_ini 2884 12-02-09 06:54:38.38 Reading Boot file /pwrp/common/load/ld_boot_horatio_0001.dat
I pwr_ini 2884 12-02-09 06:54:38.38 Created at 08-FEB-2012 18:16:07.67 for project: datasev
I pwr_ini 2884 12-02-09 06:54:38.38 Reading Node file /pwrp/common/load/ld_node_horatio_0001.dat
I pwr_ini 2884 12-02-09 06:54:38.38 Setting log file to: /pwrp/common/log/pwr_horatio.log
I pwr_ini 2884 12-02-09 06:54:38.38 Mapped /tmp/pwr_qdb_lock_1, base: 2beb000, size: 16
I pwr_ini 2884 12-02-09 06:54:38.38 Qcom pool isize : 600000, esize: 300000
I pwr_ini 2884 12-02-09 06:54:38.38 Mapped /tmp/pwr_qpool_1, base: 2bbf000, size: 82024
I pwr_ini 2884 12-02-09 06:54:38.38 Mapped /tmp/pwr_qp0001_1, base: 2b2c000, size: 600000
I pwr_ini 2884 12-02-09 06:54:38.38 Mapped /tmp/pwr_qp0002_1, base: 2b2b000, size: 744
I pwr_qmon 2886 12-02-09 06:54:38.40 Adding application. aix: 2
I pwr_qmon 2886 12-02-09 06:54:38.40 Waiting for Nethandler to start...
I Unknown name 2887 12-02-09 06:54:38.41 Adding application. aix: 3
I pwr_ini 2884 12-02-09 06:54:38.43 Adding application. aix: 1
I pwr_qmon 2886 12-02-09 06:54:39.40 Waiting for Nethandler to start...
........................................................

After a "pwrsev reset" and "sev_ini -i" the terminal shows

I Reading Boot file /pwrp/common/load/ld_boot_horatio_0001.dat
I Created at 08-FEB-2012 18:16:07.67 for project: datasev
I Reading Node file /pwrp/common/load/ld_node_horatio_0001.dat
I Setting log file to: /pwrp/common/log/pwr_horatio.log
I Mapped /tmp/pwr_qdb_lock_1, base: 9ebdd000, size: 16
I Qcom pool isize : 600000, esize: 300000
I Mapped /tmp/pwr_qpool_1, base: 9ebb1000, size: 82024
I Mapped /tmp/pwr_qp0001_1, base: 9eb1e000, size: 600000
I Mapped /tmp/pwr_qp0002_1, base: 9eb1d000, size: 744
I Could not open file /pwrp/common/load/ld_appl_horatio_1.txt
I Starting pwr_qmon, file: rt_qmon, prio: 19
I Started pwr_qmon_1, prio: 19, pid: 3040
file: rt_qmon
I Starting pwr_sev_server, file: sev_server, prio: 6
I Started pwr_sev_server_1, prio: 6, pid: 3041
file: sev_server
I Mapped /tmp/pwr_db_lock_1, base: 7ee88000, size: 16
I Adding application. aix: 1

And after that with ps x there is a row that says "3041 pts/2 Z+ 0:00 [sev_server] <defunct>"

At process station side:

With rt_rtt and cheking the qcom nodes:

Name │Os │Hw │Link │Upcnt │Time up │Sent │Rcvd │
├────────┼──────┼─────┼──────┼───────┼─────────────────────┼─────────┼─────────┤
│ despac│Linu │x86 │Local │ 0 │ │ 0│ 0│
│ horati│Unkn │Unk │Down │ 0 │ │ 1056│ 0│

As always, thank tou very much for your time.
The administrator has disabled public write access.

Re: Start runtime error / boot file missing 12 years 2 months ago #3234

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3177
  • Thank you received: 502
  • Karma: 133
pwrsev start seems to try to start the nethandler which shouldn't be started on a sev server. So start with 'sev_ini &' or 'sev_ini -i' instead.

If you look at the qcom nodes then name of the local node is despac... while accordning to the ld_node file is should be sr100scada. This is probably why you don't get any qcom contact.

The next question is why the sev_server is terminating. Is mysql-server installed and started ? Have you created the pwrp user in mysql ?

/Claes
The administrator has disabled public write access.

Re: Start runtime error / boot file missing 12 years 2 months ago #3240

  • vib150
  • vib150's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
  • Karma: 0
Hi Claes.

After a several tries I get always the same result with ps x: "[sev_server] <defunct>".
So I decided start from scrach and make a fresh instalation on the server.

I heve followed this procedure:

- Install Ubuntu 11.10 - 64
- install Lamp: (sudo apt-get install lamp^) mysql version: 5.1
- install PhpmyAdmin (sudo apt-get install phpmyadmin)
- Add the msql user pwrp
- install pwr server (sudo dpkg -i pwrsev_4.8.2-1_amd64.deb)
Here I needed "sudo apt-get install -f" for dependencies issues.
- install ssh server (sudo apt-get install openssh-server openssh-client)
- distribute my proyect.
- start pwr server pwrsev start (the three pwr process running)

No problem so far.

After a ps ax the "[sev_server] <defunct>" showed up again.

I wonder if did something wrong or maybe there is a known problem with this versions of ubuntu or mysql or both and pwrsev.
Last Edit: 12 years 2 months ago by vib150.
The administrator has disabled public write access.
Time to create page: 8.470 seconds