- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: new ip assign
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-23-2010 02:07 AM
09-23-2010 02:07 AM
I am using an Aplhaserver DS10 with Open VMS7.3.Unfortunately one of the Ethernet port is malfunctioning and needs to be replaced,Could any body guide me to add a new IP to Ethernet card in open VMS.
Procedure in Steps will be warm welcomed
Regards,
Deepak Raheja
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2010 03:15 AM
09-23-2010 03:15 AM
SolutionIf this is not the case,, and the new interface is of different type, then, assuming the TCPIP software is "TCPIP services for VMS",aka UCX:
First, delete the old interface e.g. WE0:
TCPIP SET CONFIG NOINTERFACE WE0
TCPIP SET NOINTERFACE WE0
Then use @sys$manager:tcpip$config menu to define the IP parameter of the new interface:
Configuration options:
1 - Core environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2010 02:22 PM
09-23-2010 02:22 PM
Re: new ip assign
TCPIP at this age could cause problems if started with an invalid interface, and you need to start TCPIP services to delete the configuration if the type of adapator has changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2010 09:15 AM
09-24-2010 09:15 AM
Re: new ip assign
I configured the IP address and set the speed Fast FD as per system requirement .But still I am unable to ping my Cisco Switch.Is there some more parameters needs to be set.
apart from @sys$manager:tcpip$config Can I assign an ip through Alpha BIOS too?
Is there some more parameters more to set ?
Regards,
Deepak Raheja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2010 09:24 AM
09-24-2010 09:24 AM
Re: new ip assign
What system requirement ?
Usually speed should be auto-negotiation.
Is the Cisco box also the IP router ?
Did you configure routing after doing the new IP interface configuration ?
Did you restart TCPIP after configuration ?
And no, "Alpha BIOS", which we calle SRM console, can't configure the VMS TCPIPp stack.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2010 09:45 AM
09-24-2010 09:45 AM
Re: new ip assign
My cisco switch and router used Speed 100/Full duplex.More over my Other Ethernet port is also configured on Fast FD (Full duplex).So I use Fast FD.
Is there some requirement to add routing while i am using similar class ip which i was using(IP) in earlier port.
I reset the Decnet TCPIP services too after installing new card in Alphaserver Ds10
Any more ideas,(which i am missing perhaps)
Waiting from you,
Regards,
Deepak Raheja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2010 09:58 AM
09-24-2010 09:58 AM
Re: new ip assign
but it does no harm to check it again using tcpip$config.
Independently of IP, check using LANCP to see if the link is up at all:
mcr lancp show device ewa0/internal
is Link state LINKUP ?
mcr lancp show device ewa0/counter
to see if there is incoming/outgoing traffic
Still I would set auto-negotiation via LANCP to see if it is working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2010 10:05 AM
09-24-2010 10:05 AM
Re: new ip assign
Let me check the points told by you on tomorrow morning,I will update you the same
Regards,
Deepak Raheja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2010 05:29 AM
09-25-2010 05:29 AM
Re: new ip assign
Could you please have a look on the attached file.It shows that the Counters are increasing but still I am unable to ping my CISCO switch with my newly installed ethernet card in DS10..
(Could you please let me know the steps procedure documents/any link for installing a new ethernet cards in Alphaserver DS10 with open VMS7.2 plateform
Regards,
Deepak Raheja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2010 06:48 AM
09-25-2010 06:48 AM
Re: new ip assign
> attached file.
A Microsoft Word document may not be the best
way to convey plain text to a VMS audience.
Why not use plain text?
> [...] Unfortunately one of the Ethernet
> port is malfunctioning and needs to be
> replaced, [...]
You know this how? (If you don't know how to
replace the thing, do you know how to
diagnose a problem with it?) What, exactly,
was the _original_ problem?
> [...] More over my Other Ethernet port is
> also configured on Fast FD (Full duplex).
> [...]
Which "Other Ethernet port" is that?
I also recommend auto-negotiation, unless it
actually causes a problem. On my XP1000, the
firmware normally reports the results of its
auto-negotiation. I assume that a DS10 would
be at least that clever. (VMS does, too,
when it starts up, as I recall.)
> [...] after installing new card [...]
What, exactly did you remove? What, exactly,
did you install (and where)? What, exactly,
did you do after that? What, exactly,
happened when you did it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2010 07:14 AM
09-25-2010 07:14 AM
Re: new ip assign
Since You say EWA0 is malfunctioning, I would remove it as an IP interface:
TCPIP SET NOINTERFACE WE0
TCPIP SET CONFIG NOINTERFACE WE0
then shutdown/restart TCPIP.
I'm not really experienced in VMS TCPIP, but I can imagine the system tries to use the first interface enabled in the same subnet, the bad one.
Also check the routing tables
TCPIP SHOW ROUTE
Did You try to reach other destinations than the gateway in the same subnet ?
TCPIP SHOW ARP
shows eventually which ones are seen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2010 08:06 AM
09-25-2010 08:06 AM
Re: new ip assign
is the interface raechable from a different system: ping the the new interface (using its IP address, not name).
If it responds, than it is a hint it is working, and should work also outgoing if used, i.e. after EWA0 is disabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2010 09:50 PM
09-27-2010 09:50 PM
Re: new ip assign
Suppose one site say EF0DS1 running on two LANs (LAN-A & LAN-B) at a remote location. The IPs for LANs are as followings:
EF0DS1 LAN-A â 172.16.136.74/26
EF0DS1 LAN-B â 172.16.166.74/26
Now EF0DS1 LAN-A became faulty and needs to be replaced so as it is mounted on a motherboard,We added a new Dual SCSI combo Ethernet card in PCI slot.We had that card spare in our stock so we choosed to used it.
Now as I already told it is a remote site,so before sending the card to there,I wanted to check the connectivity of that combo card on my plateform.As like the remote location DS10,I have a DS10 named EA0DS1,again running with two LANs(LAN-A LAN-B)The IPs are as followings
EA0DS1 LAN-A â 172.16.128.74/26
EA0DS1 LAN-B â 172.16.160.74/26
Now what I did I add my combo Ethernet card on my DS10 server(installed at plateform) and was able to see it in SHOW|MORE
EWC0 (newly installed combo card)
I assigned it a spare IP 172.16.128.111/26 set at FAST FD with LANCP and CORE Environment and INTERFACE options.I reset the DECNET TCPIP services after assigning IP to new card.I am able to see the counters increasing but surprisingly I am unable to ping my cisco switch/router(172.16.128.88/172.16.128.89)
Any Idea why it is not pinging ?
Regards,
Deepak Raheja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2010 11:00 AM
09-28-2010 11:00 AM
Re: new ip assign
Last time You showed EWA0: and EWC0: both connected, and EWA0: still counting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2010 11:17 AM
09-28-2010 11:17 AM
Re: new ip assign
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2010 08:26 PM
09-28-2010 08:26 PM
Re: new ip assign
No I didnot remove EWA0(172.16.128.74)it is working as LAN-A (with motherbaord DS10 port)at present situtaion is
EWA0-172.16.128.74/26(working as LAN-A)onboard ethernet
EWB0-172.16.160.74/26(working as LAN-B)onboard ethernet
EWC0-172.16.128.111/26(not working)External card.I used a spare IP from LAN-A series.
Is it requires to unassign EWA0 if I am using a same class spare ip in same machine(for e.g EWC0 here).In other words can't I use two same class ip to access same LAN/Switch ?
Waiting for yours valuable views.
Regards,
Deepak Raheja
I have correctly set the gateway,Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2010 10:38 PM
09-28-2010 10:38 PM
Re: new ip assign
But how do You know EWC0 is not working ?
Since EWA0 and EWC0 is in the same subnet, I assume it will go over EWA0: as long this is working ( I assume LAN failover is not setup according to the interface names).
Is the ping to cisco "not working" t
he only problem, or is there no connection to x.x.128.* at all on the system with working EWA0: ? The LAN counters showed a lot of traffic, both incoming and outgoing.
Are other protocols (Decnet, cluster, LAT) active ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2010 12:50 AM
09-29-2010 12:50 AM
Re: new ip assign
When I am removing my LAN-A(172.16.128.74) cable,in that case I should be able to ping my LAN A swich.But it is not pinging however IO counters are increasing.
Is it require to activate some protocols too,yet the same machine is working fine with same class IP i.e LAN-A. or we have to activate the services for each individual physical device say LAN A port,LAN B port, LAN c port. Sorry,But I doubt..
In my sense we needs to activate the protocols for machine specific.doesnot matter how much cards we insert in machine.
Waiting yours feedback.
Regards,
Deepak Raheja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2010 01:26 AM
09-29-2010 01:26 AM
Re: new ip assign
When I am removing my LAN-A(172.16.128.74) cable,in that case I should be able to ping my LAN A swich.
<<
No, since there is no LAN Failover, TCPIP will still trye to use EWA0:.Since You are not willing to disable interface WE0/EWA0 to prove that, I have no more ideas, somebody else ?
>>
Is it require to activate some protocols too,yet the same machine is working fine with same class IP i.e LAN-A. or we have to activate the services for each individual
<<
No, it was just a question: if e.g. DECnet would work, then the it proves the interface is o.k., but IP has a problem.
Also what was the answer to trying to access x.x.128.111 from the outside, i.e. ping from some other node ?
This would also prove the we2/ewc0 interface is o.k.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2010 02:06 AM
09-29-2010 02:06 AM
Re: new ip assign
I think I should unassign LAN A(172.16.128.74), & then I should check the newly installed card behaviour(172.16.128.111).(ofcourse you were already asked to do)
I will let you know the result after doing the said activity.
Keep in touch
Regards,
Deepak Raheja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2010 03:02 AM
09-29-2010 03:02 AM
Re: new ip assign
Is it DECnet configured on EWC0? Is it DECnet communication works?
Regards,
Bhadresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2010 09:06 AM
09-29-2010 09:06 AM
Re: new ip assign
We are using alphaserver ds10 with decnet protocols.A protocol "UCX" is used to communicate with tcpip machines
Regards,
Deepak Raheja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2010 11:30 PM
09-29-2010 11:30 PM
Re: new ip assign
To prove EWC0:/WE2 is working, it is much easier to disable EWA/We0 interface in TCPIP than in DECnet: DECnet is changing the MAC address of interfaces, so You would have to reboot twice to change DECnet from EWA to EWC and back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2010 12:02 AM
09-30-2010 12:02 AM