- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to change persistent DSF name in HPUX 11.31
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
08-12-2010 01:49 AM
08-12-2010 01:49 AM
How to change persistent DSF name in HPUX 11.31
we have created virtual disk in HP EVA 4100 and present this volume to two HPUX 11.31 servers. Oracle wants same persistent DSF names on both servers. Oracle used raw partitions for installation of ASM oracle RAC.
Both servers names are below:
proddb1:
# ioscan -m dsf /dev/rdisk/disk90
Persistent DSF Legacy DSF(s)
========================================
/dev/rdisk/disk90
/dev/rdsk/c5t0d7
/dev/rdsk/c3t0d7
/dev/rdsk/c10t0d7
/dev/rdsk/c8t0d7
proddb2:
# ioscan -m dsf /dev/rdisk/disk87
Persistent DSF Legacy DSF(s)
========================================
/dev/rdisk/disk87
/dev/rdsk/c10t0d7
/dev/rdsk/c3t0d7
/dev/rdsk/c8t0d7
/dev/rdsk/c5t0d7
Please help to resolve this issue.
Thanks & Kind Regards,
Sajjad Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 02:04 AM
08-12-2010 02:04 AM
Re: How to change persistent DSF name in HPUX 11.31
www.docs.hp.com/en/MassStorageStack/The_Next_Generation_Mass_Storage_Stack.pdf
Regards,
VVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 04:56 PM
08-12-2010 04:56 PM
Re: How to change persistent DSF name in HPUX 11.31
mksf -C disk -H
chown oracle:dba /dev/
chmod 660 /dev/
When you run an ioscan afterwards you'll see the unique hardware paths for the LUN on each server as well as the name you assigned. Then point ASM_DISKSTRING to /dev/
- Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 07:13 PM
08-12-2010 07:13 PM
Re: How to change persistent DSF name in HPUX 11.31
not the case, but could be useful sometime, so also check:
# scsimgr replace_wwid â D /dev/rdisk/disk14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 10:08 PM
08-12-2010 10:08 PM
Re: How to change persistent DSF name in HPUX 11.31
Thanks for your support.
I have already sent actual DSF persistent names on both servers. Can you please exact commands as per given DSF persistent names of both servers proddb1 and proddb2?
Also please tell me how we can get hardware paths of both servers?
Also tell me please these commands run on both servers or on any of one server?
Thanks & Kind Regards,
Sajjad Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2010 05:02 AM
08-13-2010 05:02 AM
Re: How to change persistent DSF name in HPUX 11.31
ioscan -fnNC disk
Here's the resulting details for that particular disk on server 1:
disk 344 64000/0xfa00/0x8c esdisk CLAIMED DEVICE DGC CX500WDR5
/dev/disk/disk344 /dev/rdisk/disk344
The other server will probably have a different path and disk number but it doesn't matter. Insert the unique hardware path (-H option) into the mksf command on both servers:
mksf -C disk -H 64000/0xfa00/0x8c -r /dev/erptrn/asm/db01 # server 1
mksf -C disk -H 64000/0xfa00/0x8f -r /dev/erptrn/asm/db01 # server 2
When you run ioscan again it will also list your custom device file for that disk in addition to the system generated DSFs.
disk 344 64000/0xfa00/0x8c esdisk CLAIMED DEVICE DGC CX500WDR5
/dev/disk/disk344 /dev/erptrn/asm/db01 /dev/rdisk/disk344
So as far as Oracle is concerned, the DSF becomes /dev/erptrn/asm/db01 for this example instead of using /dev/disk/disk344. Use whatever naming convention you want but make sure to chown/chmod as listed above.
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2010 12:05 AM
09-02-2010 12:05 AM
Re: How to change persistent DSF name in HPUX 11.31
Thanks for response.
Sorry for delayed reply.
My question is:
What about Legacy DSF's because when we enter the below command:
ioscan -m dsf /dev/rdisk/disk87
After running command, disk87 are showing four paths.
/dev/rdsk/c10t0d7
/dev/rdsk/c3t0d7
/dev/rdsk/c8t0d7
/dev/rdsk/c5t0d7
Please clarify when we will implement your solution which persisten DSF is showing these four paths. Please take your example as illustrated in previous email.
Also please calrify you will use /dev to create custom disk. c
Your favor in this regard is highly appreciated.
Can we use the /dev/rdisk path for creating custome disk by mksf?
Thanks & Kind Regards,
Sajjad Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2010 06:12 AM
09-02-2010 06:12 AM
Re: How to change persistent DSF name in HPUX 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2010 10:54 PM
09-02-2010 10:54 PM
Re: How to change persistent DSF name in HPUX 11.31
Thanks for your response.
Sorry My question is:
When we will create the custom DSF by mksf
-H. Then Custom DSF will show automatically four paths when we will enter the ioscan command by entering -N. Please clarify. We have two SAN switches and two FC cards install in two servers thats why servers are shwoing four legacy paths as illustrated above. Customer wants oracle ASM on raw partitions. In HPUX 11.31, we use native multipathing. If one FC card or SAN switch will fail then traffic will not be disturbed.
I know very well that we will give oracle permissions to custom DSF which will create by mksf command.
Thanks & Kind Regards,
Sajjad Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2010 05:25 AM
09-03-2010 05:25 AM
Re: How to change persistent DSF name in HPUX 11.31
disk 344 64000/0xfa00/0x8c esdisk CLAIMED DEVICE DGC CX500WDR5
/dev/disk/disk344 /dev/erptrn/asm/db01 /dev/rdisk/disk344
We also have 2 HBA's and 2 switches and multipathing definitely works if we lose one path.