Operating System - HP-UX
1833866 Members
2522 Online
110063 Solutions
New Discussion

set_fixed -n is not working

 
Popy
Regular Advisor

set_fixed -n is not working

Hi All,

I have four devices in down state:

set_fixed -L
Monitor in DOWN State
/storage/status/disks/default/0_0_0_2_0.6.0 NO_STATE_CONTROL
/storage/status/disks/default/0_0_0_3_0.6.0 NO_STATE_CONTROL
/storage/status/disks/default/1_0_0_2_0.6.0 NO_STATE_CONTROL
/storage/status/disks/default/1_0_0_3_0.6.0 NO_STATE_CONTROL


When I do set_fixed -n it is returning an error.

"set_fixed: /storage/status/disks/default/0_0_0_2_0.6.0 not set to UP state as Resource Name does not exist on the system and thus cannot be set to UP " ...

But all these devices are present on the system (its the root disk and its mirrors)
Can anyone suggest a solution to bring these devices to UP state please ??

Cheers
Raneesh Vijayan
5 REPLIES 5
Suraj Singh_1
Trusted Contributor

Re: set_fixed -n is not working

Hi,

Can you post the following o/p's in order:
i) ioscan -funC disk
ii) ioscan -fnC disk

Also, check for any error messages in /var/adm/syslog/syslog.log & check the events stored in /var/opt/resmon/log/event.log.

What is the OS version?
What we cannot speak about we must pass over in silence.
Kent Ostby
Honored Contributor

Re: set_fixed -n is not working

Raneesh --



CHeck out this ITRC document KBRC00012748.

I believe it will take care of your problem.

Best regards,

Kent M. Ostby
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Popy
Regular Advisor

Re: set_fixed -n is not working

Suraj,

here is what u have asked from the server, its running with Hp-unx 11.11
There were some disk events 14 days back (disk write errors-only in one disk)


ioscan -funC disk
==================

0 0/0/0/2/0.6.0 sdisk CLAIMED DEVICE HP 73.4GATLAS10K3_73_SCA
/dev/dsk/c0t6d0 /dev/rdsk/c0t6d0
disk 1 0/0/0/2/1.2.0 sdisk CLAIMED DEVICE HP DVD-ROM 305
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
disk 2 0/0/0/3/0.6.0 sdisk CLAIMED DEVICE HP 73.4GATLAS10K3_73_SCA
/dev/dsk/c2t6d0 /dev/rdsk/c2t6d0



ioscan -fnC disk
=================

disk 0 0/0/0/2/0.6.0 sdisk CLAIMED DEVICE HP 73.4GATLAS10K3_73_SCA
/dev/dsk/c0t6d0 /dev/rdsk/c0t6d0
disk 1 0/0/0/2/1.2.0 sdisk CLAIMED DEVICE HP DVD-ROM 305
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
disk 2 0/0/0/3/0.6.0 sdisk CLAIMED DEVICE HP 73.4GATLAS10K3_73_SCA
/dev/dsk/c2t6d0 /dev/rdsk/c2t6d0
============================================

Kent,

I couldn't locate the doc, could u give the full path please..

Raneesh
erics_1
Honored Contributor

Re: set_fixed -n is not working

Make sure to change the dropdown to 'search by doc id' for the document Kent has referenced. It looks like you need to re-create the psm_data file.

1. Shut down EMS
monconfig
(K)ill

2. Make sure psmctd has stopped.

ps -ef | grep psmctd

3. If still running, shutdown diags.
/sbin/init.d/diagnostic stop

4. Move the psm_data file.
mv /var/stm/data/psm_data /tmp/psm_data

5. Start diags.
/sbin/init.d/diagnostic start

6. Verify diaglogd and diagmond are running.
ps -ef|grep diag

7. Restart EMS
monconfig
(E)nable
(Q)uit

8. set_fixed -l

Depending on the size of the system, rebuilding the psm_data file can take a few minutes. Once completed, all should show their correct states.

Regards,
Eric
Kent Ostby
Honored Contributor

Re: set_fixed -n is not working

Eric has posted the gist of the Doc, but my path here is:

http://www2.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=KBRC00012748&searchCrit=allwords&docType=EngineerNotes&search.x=27&search.y=12
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"