Operating System - Tru64 Unix
1748150 Members
3671 Online
108758 Solutions
New Discussion юеВ

pset_info shows a processor in off-line status and psradm cannot start it

 
WW346672
Occasional Advisor

pset_info shows a processor in off-line status and psradm cannot start it

Hi,

Our client has 4 Alpha servers 1200, already upgraded to two CPUs.

I have tried the psrinfo command and it shows that CPU 1 is off-line. When I performed the following command psradm -a -v 1 it says that the CPU is already running.
psrinfo again shows that CPU is off-line.

pset_info is showing only one CPU (0) in set ID 0 and the second CPU is not displayed.

FOr info: the cpu_enabled variable is set to f, and sh cpu displays that both CPUs 00 and 01 are active.

Can anyone help me on this issue?

Thanks in advance
13 REPLIES 13
Kapil Jha
Honored Contributor

Re: pset_info shows a processor in off-line status and psradm cannot start it

can you try
psradm -n cpu_number

BR,
Kapil+
I am in this small bowl, I wane see the real world......
WW346672
Occasional Advisor

Re: pset_info shows a processor in off-line status and psradm cannot start it

Thanks for replay

hereafter is the result of the command:

blds2>root> psradm -n -v 0
processor 0 already on-line.
blds2>root> psradm -n -v 1
processor 1 already on-line.

I read an explanation in one of the Solaris book, that the meaning of off-line means the CPU doesn't process kernel threads only, but other interruptions can still be run on off-line CPU. What do you think ? is that true for UNIX 4.0 e
Uwe_9
Advisor

Re: pset_info shows a processor in off-line status and psradm cannot start it

Hi,

you mentioned that the HW is "already upgraded to two CPUs".

I recall a issue where one added another CPU but forgot to enter
the additional OSF-BASE license to it.

Look here:
http://licensing.hp.com/swl/view.slm?page=alpha

So...on a system (AS1200) with a single CPU you'd see OSF-BASE = 25
but after you upgrade to 2 CPUs you d have to add 50 Units more to
get 75 OSF-BASE Units in summ.

The command to display how much units are installed is
# lmf list for osf-base
(could as well be that you see -unlimited- there, that would suit as well)

Its quickly checked, thats why I thought worth mentioning it.

--Uwe.
WW346672
Occasional Advisor

Re: pset_info shows a processor in off-line status and psradm cannot start it

Hi,

First time when we have upgraded AS 1200 to 2 CPUs, we had licence issue. We were able to log only with root account, other accounts were disabled or not accessible. OSF-BASE database was updated with a new licence in order to support double CPUs.

I checked out the OSF-BASE, so the total number of users is unlimited.

Thanks in advance.
Vladimir Fabecic
Honored Contributor

Re: pset_info shows a processor in off-line status and psradm cannot start it

Output of:
# lmf list full
would be helpfull.
Did you upgrade the firmware after the second CPU was installed?
Can you post output of:
>>> show config
In vino veritas, in VMS cluster
WW346672
Occasional Advisor

Re: pset_info shows a processor in off-line status and psradm cannot start it

Hi,

Please tell me how to get a text file from SRM console to the floppy, so I can show you the result of the commands as >>> sh config and >>> sh cpu. For the meantime hereafter a result of the lmf list command:

blds2>root> lmf list all
Product Name: LSM-OA
Producer: DEC
Number of units: 1050
License status: active

Product Name: ADVFS-UTILITIES
Producer: DEC
Number of units: 1100
License status: active

Product Name: OSF-DEV
Producer: DEC
Number of units: 1050
License status: active

Product Name: OSF-USR
Producer: DEC
Number of units: 1050
License status: active

Product Name: OSF-USR
Producer: DEC
Number of units: 400
License status: active, multiple

Product Name: OSF-BASE
Producer: DEC
Number of units: 300
License status: active

Product Name: OSF-SVR
Producer: DEC
Number of units: 1050
License status: active

Vladimir Fabecic
Honored Contributor

Re: pset_info shows a processor in off-line status and psradm cannot start it

When you shutdown a server you get ">>>" prompt. This is called SRM prompt or "console mode".
So, when you will be able to shutdown the system, do it and send output of requested commands.
In vino veritas, in VMS cluster
WW346672
Occasional Advisor

Re: pset_info shows a processor in off-line status and psradm cannot start it

Hi,

I will clarify my question. When I am in console mode I am doing the following commands: sh config > config.txt
sh cpu > cpu_status.txt

I need to get these text files and post them for you, otherwise I have to write the result of sh config manually. Is there any way to get these file on the floppy?

Regards
Vladimir Fabecic
Honored Contributor

Re: pset_info shows a processor in off-line status and psradm cannot start it

No, you can not redirect to file.
Connect a terminal emulator to console and capture output.
And did you do firmware upgrade after installation of second procesor?
In vino veritas, in VMS cluster