- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Service Guard Cluster how to configure the virtual...
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
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
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
01-27-2012 01:50 AM
01-27-2012 01:50 AM
Service Guard Cluster how to configure the virtual IP
Hi,
Please provide me the steps and details how to configure the virtual (service) IP address for HP 11.23 SGC.
Regards,
Kumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2012 07:32 AM
01-27-2012 07:32 AM
Re: Service Guard Cluster how to configure the virtual IP
The virtual IPs are generally configured as part of a SG package.
Instructions for setting up packages are in the SG documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2012 09:09 AM
01-27-2012 09:09 AM
Re: Service Guard Cluster how to configure the virtual IP
thanks for ur reply........but can u send the link ,where i can see the virtual ip configuration in service guard cluster.i have tried to find out the link but could not find the proper link in which clearly mention.pls send the link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2012 09:51 AM
01-27-2012 09:51 AM
Re: Service Guard Cluster how to configure the virtual IP
ServiceGuard manuals are here:
The "Managing ServiceGuard" manual is here:
Chapter 6 "Configuring Packages and Their Services" talks about setting up SG packages and the parameters that need to be configured.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2012 01:55 AM
01-28-2012 01:55 AM
Re: Service Guard Cluster how to configure the virtual IP
hi thnaks
but still not able to configure the virtual ip...i have two node node1 and node2.........when i am rebooting node1 my volume is mounting on the other node2..till here its file no issue..failover is happening...........but now i have to configure virtual ip so that from other node i can access the mount point ...and i can run io on that mount.....during io i want to reboot my node1 and after that i want to see io should not stop.....this is my oblective....while configure virtual ip...on which of the files i have to mention the virtual ip and subnetmask and need require nfs? ...how should i configure nfs in this case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2012 10:21 AM
10-22-2012 10:21 AM
Re: Service Guard Cluster how to configure the virtual IP
could be package starup script or conf file...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2012 01:10 PM
10-24-2012 01:10 PM
Re: Service Guard Cluster how to configure the virtual IP
Determine the subnet the relocatable IP will use by inspecting the 'netstat -in' output and identifying a subnet that you want a relocatable IP assigned to.
Get your network admin to allocate an available IP for that subnet for use as the relocatable IP.
Depending on whether you are using modular package configuration file (parameters are in lower-case) or legacy-style (parameters are in upper-case) package configuration file, edit the package configuration file and include these parameters at the locations they are described in the file:
modular style:
ip_subnet 192.168.10.0 # use the subnet related to the relocatable IP you were assigned
ip_address 192.168.10.100 # this is the relocatable IP your network admin assigned
legacy style:
SUBNET 192.168.10.0 # note, if you do not add this line, Serviceguard will not failover the package if the subnet fails. This may be desirable depending on your resolution strategy.
If this is a legacy style package, edit the package control script and add lines similar to the following:
IP[0]="192.168.10.100"
SUBNET[0]="192.168.10.0"
Copy the legacy style package control script the other node(s)
Update the cluster binary file:
% cmapplyconf -f -P <package_config_file>