1753418 Members
5101 Online
108793 Solutions
New Discussion

setboot and no dsf found

 
SOLVED
Go to solution
uxbeginner22
Trusted Contributor

setboot and no dsf found

Running setboot

    setboot
    Primary bootpath : 0/1/1/0.0.0 (No dsf found)
    HA Alternate bootpath : 0/0/2/0.0.0x0.0x0 (/dev/rdisk/disk3)
    Alternate bootpath : 0/1/2/1 (LAN Interface)

My system boot fine,i don't understand why setboot doesn't see the dsf.
I tried

    insf -e 0/1/1/0.0.0`
Nothing change.
Why?

Thanks

 

 

p.S. This thread has been moevd from General to HP-UX > sysadmin. - Hp Forum Moderator

4 REPLIES 4
bala_reguraman
HPE Pro

Re: setboot and no dsf found

Hi,

 

i guess this could be be a vPars issue as setboot behaves differently in a vPars environment anyway... what version of vPars are you running?

 

I work for HP

S_Logan
HPE Pro

Re: setboot and no dsf found

Hi ,

 

Please refer the following document:

 

http://h20565.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c01915883

 

I work for HPE

Accept or Kudo


[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Slav_Ivanyuk
Established Member

Re: setboot and no dsf found

The setboot is not translating legacy path. Try setting the agile path. The legacy paths are being depricated, so use the agile dsf.

 

 

Legacy HW path
# setboot
Primary bootpath : 0/1/1/0.1.0 (No dsf found)
HA Alternate bootpath : 0/1/1/0.1.0 (No dsf found)
Alternate bootpath : 0/1/1/0.1.0 (No dsf found)


# ioscan -fnH 0/1/1/0.1.0        
Class     I  H/W Path     Driver S/W State   H/W Type     Description
=====================================================================
disk      1  0/1/1/0.1.0  sdisk   CLAIMED     DEVICE       HP 36.4GST336753LC
                         /dev/dsk/c2t1d0     /dev/dsk/c2t1d0s3   /dev/rdsk/c2t1d0s2
                         /dev/dsk/c2t1d0s1   /dev/rdsk/c2t1d0    /dev/rdsk/c2t1d0s3
                         /dev/dsk/c2t1d0s2   /dev/rdsk/c2t1d0s1


Agile HW path
# setboot
Primary bootpath : 0/1/1/0.0x1.0x0 (/dev/rdisk/disk4)
HA Alternate bootpath : 0/1/1/0.0x1.0x0 (/dev/rdisk/disk4)
Alternate bootpath : 0/1/1/0.0x1.0x0 (/dev/rdisk/disk4)


# ioscan -fnNH 0/1/1/0.0x1.0x0
Class     I  H/W Path  Driver S/W State   H/W Type     Description
==================================================================
lunpath   1  0/1/1/0.0x1.0x0  eslpt   CLAIMED     LUN_PATH     LUN path for disk4


Change the primary boot path to agile dsf
# setboot -p /dev/rdisk/disk#

 

 

I work for HP
A quick resolution to technical issues for your HP Enterprise products is just a click away HP Support Center Knowledge-base
See Self Help Post for more details

uxbeginner22
Trusted Contributor
Solution

Re: setboot and no dsf found

Thanks to all,now works fine the problem was  setboot doesn't report the dsf if run as user,run as root report ok