Sponsored Content
Top Forums UNIX for Advanced & Expert Users couldn't telnet using putty, but my colleague could Post 302587249 by methyl on Wednesday 4th of January 2012 10:15:06 AM
Old 01-04-2012
One more to check.
Ask you network people to check that the remote server or the jump server does not have a duplicate IP address on the main LAN.
 

10 More Discussions You Might Find Interesting

1. Programming

Why my code couldn't be compiled

#include <Xm/Xm.h> #include <Xm/PushB.h> Widget CreatePushbutton(Widget parent, char* name, XtCallbackProc callback, XtPointer client_data) { Widget push; Arg args; Cardinal n; n=0; push=XmCreatePushButton(parent, name, args, n); XtAddCallback(push,... (4 Replies)
Discussion started by: endeavour1985
4 Replies

2. Linux

Couldn't connect to Internet

I have installed fedora core 7 in my system. When I try to activate the network card it says "Could not determine IP address for eth0...failed". Please give me suggestions? (2 Replies)
Discussion started by: mvictorvijayan
2 Replies

3. UNIX for Advanced & Expert Users

crontab couldn't run through, help

I have created two scripts to call SQL scripts to do some work. The scripts was successfully executed many times by manual. When I scheduled two scripts in crontab, I gave all necessary parameters. It could start, but couldn't run through. The log file didn't give enough error info. Anyone can help... (10 Replies)
Discussion started by: duke0001
10 Replies

4. UNIX for Dummies Questions & Answers

Help with telnet using putty on solaris 10 x86

Hi ... I am totally new to unix ... I just installed solaris 10 and internet is working. Everytime I try to telnet from my windows xp using Putty to solaris as root user, putty opens the command prompt window and close right away. I also tried with ssh using Putty and I got a message "Using... (2 Replies)
Discussion started by: glieu
2 Replies

5. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

6. Solaris

Couldn't set locale correctly

hi All, I'm using sun OS 5.10. All locales are set to en_US.ISO8859-1 in /etc/profile/init file. I'm using one functional user.When I tried to "sesu - functionalUser",its giving me error like "Couldn't set locale correctly".In functional user profile i'm tring to set locales to en_US.After... (1 Reply)
Discussion started by: Kathraji
1 Replies

7. Solaris

couldn't contact the DHCP server

hi when i configure for DHCP in my solaris it says not able to contact dhcp server.. what might be the problem( is there any problem in recognizing my hostname by DHCP Server)? can any one explain thanks in advance (1 Reply)
Discussion started by: srikanthg
1 Replies

8. Programming

Make: Couldn't load Shell.

i am compiling C++ source Code in HP-UX. It got errored as === All packages are configured === 1 (normal speed) 0 (fast speed) Making target for package No suffix list. Make: Couldn't load Shell. Stop. *** Error exit code 1 Stop. Error: terminated due to error It got... (7 Replies)
Discussion started by: girija
7 Replies

9. UNIX and Linux Applications

couldn login mysql in unix ...

hi am getting this error when i tried to login in unix.. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) but my application works fine... can u guide me,, (0 Replies)
Discussion started by: senkerth
0 Replies

10. Solaris

Couldn't add route on Solaris 10

Hi Solaris Experts, I am trying to add a routing table entry on our 5.1 Generic_144488-12 sun4v sparc Solaris 10 SUNW,SPARC-Enterprise-T5220 so that it is possible to ping 10.56.9.34 node # netstat -rnv IRE Table: IPv4 Destination Mask Gateway Device Mxfrg Rtt Ref Flg Out In/Fwd ... (2 Replies)
Discussion started by: gjackson123
2 Replies
cmmodnet(1m)															      cmmodnet(1m)

NAME
cmmodnet - add or remove an address or check whether an address can be added to a subnet or enable or disable a LAN interface in a high availability cluster SYNOPSIS
cmmodnet [-v] {-a|-r|-t} -i { IPv4_address IPv4_subnet | IPv6_address IPv6_subnet} cmmodnet [-v] {-d|-e} LAN_name DESCRIPTION
cmmodnet is used in certain high availability utilities, such as package control scripts and SGeRAC utility scripts for VIP management, to add or remove an IPv4 or IPv6 address to or from network interface connected to the subnet identified by subnet_name. In addition, cmmod- net can be used to check if an IPv4 or IPv6 address can be added to the given subnet identified by subnet_name. cmmodnet can also be used to disable or enable a LAN interface currently configured in a cluster. HP-UX examples of LAN_name can be lan0, lan1; Linux examples of LAN_name can be eth0, bond0. This command simulates a LAN interface failure or recovery in the cluster without changing the physical status of the interface. cmmodnet requires the user be a superuser(UID=0) or have an access policy of FULL_ADMIN allowed in the cluster configuration file. Non- superusers may only use this command to remove IP addresses. See access policy in cmquerycl(1m) or cmmakepkg(1m). Extreme caution should be exercised when executing this command (for puposes other than checking) outside the context of a package control script or SGeRAC utility script. In this capacity it should only be used to remove the relocatable IPv4 or IPv6 addresses of packages which have failed and are in the "halted" state or to disable and enable a LAN interface when absolutely necessary. Using it while the package is running could lead to loss of client connectivity. The user needs to make sure that an IPv6 subnet must be either site-local or global and must not be link-local. Options cmmodnet supports the following options: -v Verbose output will be displayed. -a Add the IPv4_address to the IPv4_subnet or add the IPv6_address to the IPv6_subnet -r Remove the IPv4_address from the IPv4_subnet or remove the IPv6_address from the IPv6_subnet -t Check only. Checks if the IPv4_address can be added to the IPv4_subnet or checks if the IPv6_address can be added to the IPv6_subnet -i IPv4_Address or IPv6_address Use the IP address given for the operation. This is a required parameter. -d Disable LAN interface configured in the cluster. This option simulates the LAN interface failure without actually bringing the interface down. There is no immediate effect if the LAN interface is already disabled or physically down. This option allows failover of IP addresses configured in this LAN interface to an available standby interface (HP-UX only). If no standby is available (HP-UX and Linux), the subnet(s) on this interface will virtually go down and packages monitoring the subnet(s) will be brought down or switched to another node; in the worst case a TOC could result if this is a failfast package. This option also implies that there is no effect on recovery of IP addresses and subnet(s) on this LAN interface if the physical status of the interface changes at later time. -e Enable LAN interface configured in the cluster. This option simulates a LAN interface recovery from previously disabled state. There is no immediate effect if the LAN interface is already enabled or physically down. RETURN VALUE
cmmodnet returns the following values: 0 Successful completion. 1 Command failed. AUTHOR
cmmodnet was developed by HP. SEE ALSO
cmhaltserv(1m), cmmakepkg(1m), cmquerycl(1m), cmrunserv(1m). Requires Optional Serviceguard Software cmmodnet(1m)
All times are GMT -4. The time now is 02:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy