- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: need to use a vdisk on 2 hp-ux servers same ti...
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
11-18-2008 04:32 AM
11-18-2008 04:32 AM
need to use a vdisk on 2 hp-ux servers same time without service guard?
we have 2 rx3600 servers installed hp-ux 11.23 and EVA 3000.
i create a volume for 500GB and i want to use for oracle archive logs.
oracle 10g installed with ASM option.
can i use this 500GB volume without service guard as well as oracle ASM?
can i mount the volume on both server at a time?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 04:58 AM
11-18-2008 04:58 AM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
You can create a volume group and mount it in shared mode.
Without benefit of serviceguard or some product to properly share the disk however, you may find the life expectancy of this mount point is measured in seconds.
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
11-18-2008 05:05 AM
11-18-2008 05:05 AM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
#vgchange -c y -S y /dev/vgname # Make Volume Group share and cluste aware
#vgchange -a s /dev/vgname #Activate volume group in shared mode.
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 05:09 AM
11-18-2008 05:09 AM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
depends if you already activated VG_ Server1
you need deactivated and activate it VG_Server2
Also please check the below Thread
very usefull tips about the "VG_SHARE"
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 05:10 AM
11-18-2008 05:10 AM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 05:15 AM
11-18-2008 05:15 AM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
And I would say to be able to use vgchange -a s you need Service guard runing anyway.
You can't have the same fs mounted on both servers at the same time, they would get corrupted in seconds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 10:21 PM
11-18-2008 10:21 PM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
does it will work or i will have data curroption?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 10:37 PM
11-18-2008 10:37 PM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
>> can i you this shared vg for both servers in read/write mode without service guard?
does it will work or i will have data curroption?<<
how would you like to share ..? VG
my understanding and how i would like to share the VG
my example
Currenlty
ServerA:- holding the the shared "VG'
i want to share to ServerB.?
so in-order to share the VG to serverB
# umount /File_system
# vgchange -a n /dev/vg_name
# vgchange -a s /dev/vgname #Activate volume group in shared mode.
# vgchanage -a y /dev/vg_name
# vgchange -a s /dev/vgname
# mount /File_system
by performing the above example of sharing the VG you will not corrupt the LVOLS of the VG,
if you try to activate the VG on the both you have VG Conflit _and may have corruption ..:)
Hope you understand,
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 05:02 AM
11-19-2008 05:02 AM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
But there is another option, wich is to use:
Oracle RAC 10G with clusterware only and ASM, this way you don't need SG or SLV, you just give the hole disks to asm so it can manage them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 10:19 PM
11-19-2008 10:19 PM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 11:53 PM
11-19-2008 11:53 PM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
We have our archive logs in a separate disk group within ASM. This way there cannot be any interference with the database datafiles, and they are allways available for both instances. Works fine.
Previously, in Oracle 9, every instance had it's own local filesystem for writing archived redo logs, but I had NFS-crossmounts so that instance 2 could read the logfiles of instance 1. Take care the path for system 1 to access it's own logfiles is exactly the same as the NFS-path used by the remote system to access the logfiles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2008 02:28 AM
11-20-2008 02:28 AM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
Your options are:
1) Serviceguard with a cluster filesystem
2) Use an NFS mount, understanding it will be a single point of failure (I guess you could multiplex your archive logs from within Oracle both to ASM and to the NFS mount point with guaranteed delivery only to ASM - I think Oracle will support that configuration but you'' need to check the options on the oracle archive log parameters)
3) Just use ASM.
There are no other options. Shared LVM (SLVM) and Cluster Filesystems all require Serviceguard.
What's the problem with leaving archive logs under ASM control?
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2008 01:48 AM
11-23-2008 01:48 AM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
i tried these commands on serverA but i am facing the problem.
can you please see the output.
# umount /archlog
#
# vgchange -a n /dev/vgarchlog
vgchange: Volume group "/dev/vgarchlog" has been successfully changed.
#
# vgchange -a s /dev/vgarchlog
vgchange: Activation mode requested for the volume group "/dev/vgarchlog" conflicts with configured mode.
do i need the service guard to use it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2008 02:45 AM
11-23-2008 02:45 AM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
I am of the opinion, hearing later data, that you must use service guard to accomplish this share. As noted cluster file system requires service guard as a pre-requisite.
ASM may be an alternative, but complete control of the disk must be given to ASM, and that might have to be done via a whole disk, non-lvm configuration.
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
11-23-2008 03:33 AM
11-23-2008 03:33 AM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
Yes - shared concurrent access to a LV in a VG can only be accomplished with Serviceguard. Even then just cos you can have shared concurrent access to the LV, you still can't just stick a normal filesystem on the LV and expect it to work. For that you need a cluster filesystem.
My points above still hold true - those are your options... I'll ask again - what's wrong with keeping your archive logs in ASM?
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 09:48 PM
11-25-2008 09:48 PM
Re: need to use a vdisk on 2 hp-ux servers same time without service guard?
I have a question, we have 1TB for ASM. if i encrease the size for this vdisk from 1TB to 1.5 or 2TB. is it possible of data curroption? or do i need to do anything on hp-ux side. i means if i extend the size in eva, i can use it in ASM or not without data curroption?