- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cmquerycl problem
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-13-2003 03:00 PM
05-13-2003 03:00 PM
cmquerycl problem
I'm trying to create a cluster with two server, each one with 3 lans.
When i try cmquerycl -v -n node1 -n node2 -C cluster.ascii I can generate the conf file but without the backup lan.
I have configured two lans for each server and one non configured for backup, but I cant see it from any node.
All work correctly rlogin, vgexport/vgimport and so on.
S.O. 11.11 MCSG 11.14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 05:07 PM
05-13-2003 05:07 PM
Re: cmquerycl problem
More then likely you've got a duplex disconnect with a switch port. If you have a known working port move your cable over to there.
Use 'lanadmin' for your setting your own NICs. I.e.,
lanadmin -x 4
lanadmin -X 100FD 4
lanadmin -X 10HD 4, etc.
If you can successfully test for connectivity using MAC addresses then so can 'cmquerycl'. 'ping'ing is next but only a nice to know bit of information and irrelevant with switches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 12:13 AM
05-14-2003 12:13 AM
Re: cmquerycl problem
I have connect all port on a hub and I don't have any disconnection, all work fine.
if I run lanadmin -x 0,1,2 all driver are correct.
what I can try?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 03:46 AM
05-14-2003 03:46 AM
Re: cmquerycl problem
Also do netstat -in on each system and post it here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 04:09 AM
05-14-2003 04:09 AM
Re: cmquerycl problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 05:16 AM
05-14-2003 05:16 AM
Re: cmquerycl problem
cmcheckconf -C /etc/cmclustercl/conf.ascii
cmruncl
cmviewcl -v
cmscancl -v -o /tmp/file
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90065/B3936-90065_top.html&con=/hpux/onlinedocs/B3936-90065/00/00/38-con.html&toc=/hpux/onlinedocs/B3936-90065/00/00/38-toc.html&searchterms=file%7ccluster.ascii&queryid=20030514-070947
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 05:35 AM
05-14-2003 05:35 AM
Re: cmquerycl problem
# ifconfig lan2 unplumb
then
# ifconfig lan2 plumb
Check /etc/rc.config.d/netconf to insure no assignment is made to lan2 at boot time.
Verify lan2 has connectivity to the intended primary lan:
# linkloop -i
-Stephen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 08:37 AM
05-14-2003 08:37 AM
Re: cmquerycl problem
This means that there is no connectivity between the configured lans and the standby
You need to do a check with linkloop to see whether this is so.
if they are not connected, SG will ignore this lan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 01:16 AM
05-15-2003 01:16 AM
Re: cmquerycl problem
switch - VLAN config as well.
Just an idea
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 02:20 AM
05-15-2003 02:20 AM
Re: cmquerycl problem
It's an hardware problem, on slot 4 and 3 i have: (3) fc card (66Mhz) (4) 100bt. (33Mhz).
I have changed the lan card with 1Gbit (66Mhz) and all work fine!!
Tnx to all for your consulence