how do we cancel tcp/ip??

IBM OS/370, MVS, OS/390, Linux, TPF, VM/CMS, VM/ESA, VSE/ESA, z/VM, z/VSE, z/OS, z/OS.e etc...
aravindckr
Posts: 4
Joined: Wed May 12, 2010 3:05 am
Skillset: mvs system programming
Referer: thru google

how do we cancel tcp/ip??

Postby aravindckr » Wed May 12, 2010 3:09 am

i have a interview question


what command is used to cancel tcp/ip????


which member is used for tcp/ip comm???

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: how do we cancel tcp/ip??

Postby Robert Sample » Wed May 12, 2010 4:45 am

Console command P <tcpipname> will stop TCP/IP on the LPAR -- tcpipname is the started task name used at your site (usually but not always TCPIP). This is usually done by an operator or system programmer, since stopping TCP/IP means every 3270 session, FTP, and email in process on that LPAR will be interrupted.

There are multiple configuration parameter files used by TCP/IP -- basic configuration, OSA interface configuration, FTP configuration, and SMTP configuration being some of the possible configuration members that are required. The TCP/IP started task will identify the configuration file used at your site; generally this is a PDS with members for the various configuration requirements.

intel775
Posts: 3
Joined: Sat May 22, 2010 7:30 am
Skillset: alibaba
Referer: website

Re: how do we cancel tcp/ip??

Postby intel775 » Sat May 22, 2010 7:34 am

Robert Sample wrote:Console command P <tcpipname> will stop TCP/IP on the LPAR -- tcpipname is the started task name used at your site (usually but not always TCPIP). This is usually done by an operator or system programmer, since stopping TCP/IP means every 3270 session, FTP, and email in process on that LPAR will be interrupted.

There are multiple configuration parameter files used by TCP/IP -- basic configuration, OSA interface configuration, FTP configuration, and SMTP configuration being some of the possible configuration members that are required. The TCP/IP started task will identify the configuration file used at your site; generally this is a PDS with members for the various configuration requirements.
Addicting Games
ITIL Service Management



Thanks for imformation :)