- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Service Guard Adding the floating IP
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
12-16-2004 09:22 AM
12-16-2004 09:22 AM
I am doing a huge disk migration on a machine with service guard. I am going to disable the cluster to get my work done and then run for a week without the cluster, till I can get another window to get it going again.
How should I manually apply the floating IP and floating hostname. At the unix prompt will cmmodnet work, as it is used with service guard?
Should I use something like
ifalias lan1 255.255.255.255 172.x.x.x
Do i also have to run the ifconfig command.
ifconfig lan1:1 inet 172.x.x.x netmask 0xffffff00
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 10:45 AM
12-16-2004 10:45 AM
Re: Service Guard Adding the floating IP
ifalias command is not supported for 11.x. You'll have to use the ifconfig command.
Check out this link on how to assign multiple ip addres to the same lan card using ifconfig or by using netconf.
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063202882
The itrc doc id is 3100451169.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 11:36 AM
12-16-2004 11:36 AM
Solution2. Once your package is down, check to be sure that lan2:1 is free. Do "ifconfig lan2:1", and if nothing or 0.0.0.0 comes out you can use it. If it's used, check lan2:2, lan2:3 and so on.
3. Configure the virtual lan with "ifconfig lan2:1 1.2.3.4" where 1.2.3.4 is the IP address
4. Ping it from another host to be sure it works.
5. To disable it, do "ifconfig lan2:1 0.0.0.0".
6. To keep it across a reboot, add it in /etc/rc.config.d/netconf however it might not be needed just for a week. And you absolutely need to remove it before restarting your package or else it will fail.
Olivier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 06:38 AM
12-21-2004 06:38 AM
Re: Service Guard Adding the floating IP
Thanks to both of you, I used both answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 06:39 AM
12-21-2004 06:39 AM