- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- setboot and no dsf found
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2015 01:14 PM - last edited on 05-03-2015 07:19 PM by Maiko-I
04-28-2015 01:14 PM - last edited on 05-03-2015 07:19 PM by Maiko-I
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2015 01:27 PM
04-28-2015 01:27 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2015 01:32 PM
04-28-2015 01:32 PM
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
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2015 03:59 PM
04-28-2015 03:59 PM
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#
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2015 08:21 AM