- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cleuster startup Slow
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
09-10-2004 11:01 PM
09-10-2004 11:01 PM
regarsd
SK
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 11:22 PM
09-10-2004 11:22 PM
Re: Cleuster startup Slow
Additionally please attach /var/adm/syslog/syslog.log with the part of the cluster starting up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 11:48 PM
09-10-2004 11:48 PM
Re: Cleuster startup Slow
check your cluster package logs in
/etc/cmcluster/
what stage is taking the time ? if you do a cmviewcl is that status reforming ? or dou have any any packages up and running ?
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 11:49 PM
09-10-2004 11:49 PM
Re: Cleuster startup Slow
i am not able to find such file in my server.
regards
SK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2004 12:06 AM
09-11-2004 12:06 AM
Re: Cleuster startup Slow
rcftrl1 up running
rcftrn1 up running
PACKAGE STATUS STATE PKG_SWITCH NODE rcfpkg startng startng enabled rcftrn1
it looks like this.But it takes sommuch time to come to the status
CLUSTER STATUS
rcf up
NODE STATUS STATE
rcftrl1 up running
rcftrn1 up running
PACKAGE STATUS STATE PKG_SWITCH NODE
rcfpkg up running enabled rcftrn1
regards
SK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2004 01:07 AM
09-11-2004 01:07 AM
Re: Cleuster startup Slow
I would check the following
1. How may VGs do you have that are clusteraware?. How long will it take for a normal 'ioscan' to complete. Is the ioscan output clean?.
2. What's the DNS response on *both* the servers?. Add DNS names to /etc/hosts file. Make sure all the interfaces configured with an IP in netstat -in have an entry in /etc/hosts file including heartbeats. I usually name the heartbeats as hostname-hb1, hostname-hb2.
3. Make sure the latency of the heartbeat connections is minimum.
Look for errors in /var/adm/syslog/syslog.log and see if there are any additional messages when the cluster is forming.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2004 01:11 AM
09-11-2004 01:11 AM
Re: Cleuster startup Slow
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2004 05:43 AM
09-11-2004 05:43 AM
SolutionNODE STATUS STATE
rcftrl1 up running
rcftrn1 up running
PACKAGE STATUS STATE PKG_SWITCH NODE
rcfpkg startng startng enabled rcftrn1
for about 10 minutes, and then eventually goes to this:
CLUSTER STATUS
rcf up
NODE STATUS STATE
rcftrl1 up running
rcftrn1 up running
PACKAGE STATUS STATE PKG_SWITCH NODE
rcfpkg up running enabled rcftrn1
Because if thats the case, then whats taking a long time to come up is not the cluster, but the package 'rcfpkg'
As others have stated - we need to see the package startup log in /etc/cmcluster/
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2004 07:01 AM
09-11-2004 07:01 AM
Re: Cleuster startup Slow
I didn't read your second response. As Duncan pointed out, then your cluster is starting just fine. It's the package that is coming up slow. It could be due to your application itself. You can see all the package startup activity in
/etc/cmcluster/rcfpkg/rcfpkg.*.log file. It is a general standard to put package related files under /etc/cmcluster/
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2004 09:04 AM
09-11-2004 09:04 AM
Re: Cleuster startup Slow
If you don't have /etc/nsswitch.conf on your computers, this may cause a wrong name resolution way.
Create file with this name on all machines of the cluster and insert into the file something like this:
hosts: files
If you use dns, the file may look like this:
hosts: files [NOTFOUND=continue] dns
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2004 09:54 AM
09-11-2004 09:54 AM
Re: Cleuster startup Slow
NODE STATUS STATE
rcftrl1 up running
rcftrn1 up running
PACKAGE STATUS STATE PKG_SWITCH NODE
rcfpkg startng startng enabled rcftrn1
Then your CLUSTER is up, but the PACKAGE rcfpkg is starting. This means your issue is NOT the cluster, but the package. You need to see what your application is doing during startup, and also check the package log file for the package on node rcftrn1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2004 05:20 AM
09-12-2004 05:20 AM
Re: Cleuster startup Slow
root@node1:/etc/cmcluster/SERVICEDESK> ls
servicedesk.cntl servicedesk.cntl.log servicedesk.conf
This is in my servicedesk.cntl script:
VGCHANGE="vgchange -a e"
VG[0]=/dev/vg10
LV[0]=/dev/vg10/lvol1; FS[0]=/opt/OV/sd; FS_MOUNT_OPT[0]="-F vxfs -o rw,largefiles"
FS_UMOUNT_COUNT=5
# START OF CUSTOMER DEFINED FUNCTIONS
/opt/OV/sd/server/bin/startserver
So I would then do the following to test manually:
vgchange -a e /dev/vg10/lvol1
mount /dev/vg10/lvol1 /opt/OV/sd
/opt/OV/sd/server/bin/startserver
If this is slow, itâ s most likely an application issue. Check name resolution on both nodes, MC/Serviceguard is very picky about that.
Once youâ ve got it working manually attempt to run the package on one node then the other while reading the package log.
tail -f /etc/cmcluster/SERVICEGUARD/servicedesk.cntl.log
Run the package on one node then the other
cmrunpkg -n node1 SERVICEDESK
cmhaltpkg -n node1 SERVICEDESK
cmrunpkg -n node2 SERVICEDESK
cmhaltpkg -n node2 SERVICEDESK
I hope this helps. Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2004 04:13 PM
09-12-2004 04:13 PM
Re: Cleuster startup Slow
Problem was with one disk in the cluster.One disk was faulty in one the SC10 array.
regards
SK