- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgstatus server on node2
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-01-2006 12:58 AM
05-01-2006 12:58 AM
vgstatus server on node2
im setting up MCSG , with shared vols for Oracle RAC in a test environment.
the thing is that when i start my cluster , node 2 always takes the shared vgs as server status and node 1 takes client status on the vgs..
is this abnormal ?? if so .. how do i correct this. i can manually start the package only on the node 1 and that solves my prob.. but i want to know why...
my production does not behave like this..
cheers..
vic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 02:37 AM
05-01-2006 02:37 AM
Re: vgstatus server on node2
Is the volume group activated in shared mode?
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-01-2006 05:47 AM
05-01-2006 05:47 AM
Re: vgstatus server on node2
this should matter as it is on OS level.. As far as oracle instance is concerned, it will be running on both hosts, and is upto listener to direct traffic to one of these..
Hope it helps
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 07:37 PM
05-01-2006 07:37 PM
Re: vgstatus server on node2
I realised that and hence I let that setup run and Oracle installation is goin on ...
I just want to verify why ?? since this being my test setup .. all the VGs are going to Server status on Node2 whereas on my production setup its the opposite which is what I expect to be standard.
Steven..
yes its in shared mode
for my shared VGs , this is what I did
cmruncl
vgchange -a n vgxx (on both nodes)
vgchange -S y -c y vgxx (on primary node only)
vgchange -s y vgxx (on primary node 1st)
- sets up as server status on node
vgchange -s y vgxx (on primary node 2nd)
- sets up as client status on node
and now all is fine..
then when i restart the cluster
cmhaltcl -f
cmruncl
all the shared vgs go to the 2nd node as Server status and the 1st node as client...
I believe that there will be something to control this like maybe the 2nd node is getting the lock disk or something of the sort...
I can always control this manually .. but I shouldnt have to..
Thanx..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 12:51 AM
05-02-2006 12:51 AM
Re: vgstatus server on node2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 08:23 AM
05-02-2006 08:23 AM
Re: vgstatus server on node2
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 10:06 PM
05-02-2006 10:06 PM
Re: vgstatus server on node2
Unless you have a specific reason for wanting one node rather than another to be the server (and I cannot think of one) I would not worry. Do you worry which node in your cluster is the coordinator node? Probably not since the Serviceguard commands do not report this. If a vgdisplay did not show client/server status you probably would never have considered this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 12:00 AM
05-03-2006 12:00 AM
Re: vgstatus server on node2
i guess what most of u are saying that it is not possible!!
will close now.. thanx guy