- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Snapshot disk change device file in /dev/dsk a...
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
05-11-2006 02:33 AM
05-11-2006 02:33 AM
/dev/vg02/lvol1 102400000 1569352 100043296 2% /oradat
The snapshot disk presented from the SAN for the oracle database disk change everytime we reboot the system. Example:
Previous to reboot the snapshot disk was
/dev/dsk/c10t0d5
After reboot the snapshot disk is now:
/dev/dsk/c10t0d6
I have to change our create/delete shell scripts for the presenting of the snapshot each night after every reboot. What should I do to make the /dev/dsk permanent for the snapshot disk?
Larry
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 02:37 AM
05-11-2006 02:37 AM
Re: Snapshot disk change device file in /dev/dsk after a reboot
Either there is an error in the SAN configuration or there are two paths to the disk (alternate links) in a way I've never seen before.
ioscan -fnC disk
I'm betting on a SAN configuration error.
Alternate: driver problem with the hbc(fiber channel interface).
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 02:56 AM
05-11-2006 02:56 AM
Re: Snapshot disk change device file in /dev/dsk after a reboot
# ioscan -f
.
.
hsx 23 0/6/1/0.10.0.1.0.0.6 hsx CLAIMED DEVICE HP HSV100
but the ioscan -fnC disk shows different /dev/dsk's
# ioscan -fnC disk
.
.
disk 10 255/255/0/0.7 sdisk CLAIMED DEVICE HSV100 HP
# ll /dev/dsk
total 0
brw-r----- 1 bin sys 31 0x000000 Aug 15 2005 c0t0d0
brw-r----- 1 bin sys 31 0x0a0000 Nov 14 11:23 c10t0d0
brw-r----- 1 bin sys 31 0x0a0100 Nov 14 11:23 c10t0d1
brw-r----- 1 bin sys 31 0x0a0200 Nov 14 11:23 c10t0d2
brw-r----- 1 bin sys 31 0x0a0300 Nov 14 11:23 c10t0d3
brw-r----- 1 bin sys 31 0x0a0400 Jan 18 15:01 c10t0d4
brw-r----- 1 bin sys 31 0x0a0500 Apr 6 10:06 c10t0d5
brw-r----- 1 bin sys 31 0x0a0600 Apr 6 10:06 c10t0d6
brw-r----- 1 bin sys 31 0x0a0700 May 10 14:30 c10t0d7
brw-r----- 1 bin sys 31 0x0a1000 May 10 14:30 c10t1d0
brw-r----- 1 bin sys 31 0x020000 Aug 15 2005 c2t0d0
brw-r----- 1 bin sys 31 0x021000 Aug 15 2005 c2t1d0
notice that the c10t0d7 was create yesterday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 03:16 AM
05-11-2006 03:16 AM
Re: Snapshot disk change device file in /dev/dsk after a reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 04:28 AM
05-11-2006 04:28 AM
SolutionI hope, your setup doesn't have Secure Path Installed. It always suggested to access the LUNs through Secure Path. Since Secure Path Mapping is based on WWN number, the device file will be consistent across reboots.
Regds,
Saravanan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 04:45 AM
05-11-2006 04:45 AM
Re: Snapshot disk change device file in /dev/dsk after a reboot
Maybe the WWID changes everytime we do a snapshot. Here is our process:
11:30pm HP-UX deletes the snapshot volume group.
11:35pm Storge Management Applicance runs SSSU to delete the snapshot and then recreate the snapshot
1:00am SSSU presents the new snapshot to the HP-UX system
1:15am HP-UX recreates the volumen group.
1:35am Data Protector starts the backup of the snapshot disk.
Is there a better way of doing this?
Larry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 05:08 AM
05-11-2006 05:08 AM
Re: Snapshot disk change device file in /dev/dsk after a reboot
Also check for any latest patches for securepath.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 05:29 AM
05-11-2006 05:29 AM
Re: Snapshot disk change device file in /dev/dsk after a reboot
We have two rp4440 servers configured the same way and both have this same problem.
I will look into the latest securepath patches.
Larry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 05:33 AM
05-11-2006 05:33 AM
Re: Snapshot disk change device file in /dev/dsk after a reboot
We were hit by this after the original EVA installation.
Look at the following to make your configuration consistent acroos reboots -
# spmgr update
# kmadmin -L swspData
# config -M swspData -u
Best of luck.
Regards,
dl