- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuration in A.11.19.00
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-14-2010 12:19 AM
05-14-2010 12:19 AM
How I could apply one new configuration in the cluster. I could do it online, without stop?
Thanks a lot of,
Carmen.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2010 12:37 AM
05-14-2010 12:37 AM
Re: Configuration in A.11.19.00
What configuration you want to apply ?? cluster conf or pbg conf ??
There are the modifications you can done in cluster..
Cluster Modifications
Change to Cluster Configuration Required Cluster State
Add a new node. All cluster nodes must be running.
Delete an existing node. A node can be deleted even if it is down or unreachable.
Change maximum configure packages. Cluster must not be running.
Change timing parameters. Cluster must not be running.
Change cluster lock configuration. Cluster must not be running.
Change serial heartbeat configuration. Cluster must not be running.
Change IP address for heartbeats. Cluster must not be running.
Change addresses of monitored subnets. Cluster must not be running.
Package Modifications
Change to Package Configuration Required Package State
Add a new package. Other packages can be running.
Remove a package. Package must be halted. Cluster can be running.
Add a new node. Package(s) may be running.
Remove a node. Package(s) may be running on different nodes.
Add/remove a new service process. Package must be halted.
Add/remove a new subnet. Package must be halted.
Cluster may need halting if subnet is new to the cluster.
Add/remove a new EMS resource. Package must be halted.
Cluster may need halting if EMS resource is new to the cluster.
Changes to the run/halt script contents Recommended that package be halted to avoid any timing problems while running the script.
Script timeouts Package may be running.
Service timeouts Package must be halted.
Failfast parameters Package must be halted.
Auto_Run Package may be running.
Local LAN failover Package may be running.
Change node adoption order. Package may be running.
Gudluclk
Prasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2010 12:56 AM
05-14-2010 12:56 AM
Re: Configuration in A.11.19.00
What is the configuration you want to do in cluser?
Are you using MC Service guard ?
What is the version ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2010 12:58 AM
05-14-2010 12:58 AM
Re: Configuration in A.11.19.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2010 01:19 AM
05-14-2010 01:19 AM
Re: Configuration in A.11.19.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2010 01:26 AM
05-14-2010 01:26 AM
Re: Configuration in A.11.19.00
GUdluck
Prasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2010 01:34 AM
05-14-2010 01:34 AM
SolutionScan new disks (ioscan + insf)
Create new vgs & lvs
Export vg to map file
Import vg in all failover nodes
Deactivate vg (vgchange â a n vgname)
Make vg cluster aware (vgchange â c y vgname )
Active vg exclusively (vgchange â a e vgname )
Mount new new lvs manually with mount command
Take copy of /etc/cmcluster/pkg/pkg.cntl file
Edit /etc/cmcluster/pkg/pkg.cntl & add new vg, lv details
Copy pkg control files to all failover nodes
GUdluck
Prasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2010 01:43 AM
05-14-2010 01:43 AM
Re: Configuration in A.11.19.00
> I need to add one new lvol in one package
No problem.
- Create new lvol
- Update vgconfiguration in standby node (vgexport, vgimport)
- Modifiy control script in both nodes
- Mount FS in prymary node
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2010 02:09 AM
05-14-2010 02:09 AM
Re: Configuration in A.11.19.00
-----------------------------------------
Check whether do you have enough space in VG or not, if not please add more disk in the VG.
Create new LV.
Create mount point.
Mount the file system.
Update pkg control script.
Create the map file for VG
Vgexport -p -s -m