Re: Mount error - Network config problem

2011-08-25 Thread saurabh khandelwal
Thanks to all for solving the problem. There was two logical volume and I was able to monut and created network config. Then I bring down the sles9sp2 and unmobut the sles10 logical disk. Then I bring sles10 z/linux up but its it not taking the netwokr configuration.

Re: Mount error - Network config problem

2011-08-25 Thread saurabh khandelwal
hello, I tried below command to bring up network but.. no succeeded. ifconfig eth0 up service netwrok status sles10:/etc # service network status service network status Checking optional network interfaces: eth0 eth0 configuration: qeth-bus-ccw-0.0.0468 eth0 is

Re: Fedora 15 for IBM System z 64bit official release

2011-08-25 Thread Philipp Kern
On Tue, Aug 23, 2011 at 03:43:48PM -0600, Mark Post wrote: On 8/23/2011 at 05:38 PM, Philipp Kern pk...@debian.org wrote: Why is that, given that the architecture level set changed between z9 and z10, not between z990 and z9? Which ALS are you referring to? From the hardware size,

Re: Mount error - Network config problem

2011-08-25 Thread Raymond Higgs
Your netmask and network aren't consistent. NETMASK=255.255.248.0 NETWORK=10.241.1.0 If the network is correct, shouldn't the netmask be 255.255.255.0 ? Regards, Ray Higgs System z FCP Firmware Development Bld. 706, B42 2455 South Road Poughkeepsie, NY 12601 (845) 435-8666, T/L 295-8666

Re: Websphere and its presence on a running Linux system

2011-08-25 Thread Edmund R. MacKenty
On Wednesday, August 24, 2011 06:56:07 pm you wrote: I've just finished retrieving a copy of Websphere for managing a trial of the product on my Linux test box. Here's where I've got a question or two or three. Reason why I'm asking here, and not on a product on Intel list, is that I feel

Re: Mount error - Network config problem

2011-08-25 Thread Edmund R. MacKenty
On Thursday, August 25, 2011 02:50:41 am you wrote: Thanks to all for solving the problem. There was two logical volume and I was able to monut and created network config. Then I bring down the sles9sp2 and unmobut the sles10 logical disk. Then I bring sles10 z/linux up but its it not taking

Re: Mount error - Network config problem

2011-08-25 Thread saurabh khandelwal
Does it necessary to code network parameter in this. On Thu, Aug 25, 2011 at 6:28 PM, Raymond Higgs rayhi...@us.ibm.com wrote: Your netmask and network aren't consistent. NETMASK=255.255.248.0 NETWORK=10.241.1.0 If the network is correct, shouldn't the netmask be 255.255.255.0 ? Regards,

Re: Mount error - Network config problem

2011-08-25 Thread Edmund R. MacKenty
On Thursday, August 25, 2011 09:32:06 am you wrote: Does it necessary to code network parameter in this. Yes. The scripts need the NETWORK parameter to set things up properly. - MacK. - Edmund R. MacKenty Software Architect Rocket Software 275 Grove Street - Newton, MA 02466-2272

Re: Mount error - Network config problem

2011-08-25 Thread saurabh khandelwal
I deleted NETWORK parameter from this file . and I restarted netork from service network restart command but still i am not getting my ip address in ifconfig and network is not up. On Thu, Aug 25, 2011 at 7:02 PM, saurabh khandelwal sourabhkhandelwal...@gmail.com wrote: Does it necessary

Re: Mount error - Network config problem

2011-08-25 Thread Scott Rohling
What happens if you issue the 'ifconfig' command yourself to configure? ex: ifconfig eth0 10.10.21.20 netmask 255.255.255.0 addr 10.10.21.255 up Also - is your 468 address attached to a VSWITCH? Does a Q VSWITCH DETAILS show the guest is attached and has assigned an IP? Is this layer2 or

Re: Fedora 15 for IBM System z 64bit official release

2011-08-25 Thread Mark Post
On 8/25/2011 at 08:52 AM, Philipp Kern pk...@debian.org wrote: I guess I understood [0] differently than I should then* :) Kind regards Philipp Kern [0] http://en.wikipedia.org/wiki/IBM_System_z10#New_Architecture_Level_Set_.28ALS .29 That ALS statement was referring to z/VM, not

Re: Mount error - Network config problem

2011-08-25 Thread saurabh khandelwal
in the suggested ifconfig command, what is the third ip address is for ? ifconfig eth0 10.10.21.20 netmask 255.255.255.0 *addr 10.10.21.255* up On Thu, Aug 25, 2011 at 7:42 PM, Scott Rohling scott.rohl...@gmail.comwrote: What happens if you issue the 'ifconfig' command yourself to configure?

Re: Mount error - Network config problem

2011-08-25 Thread saurabh khandelwal
getting below error ifconfig eth0 10.241.1.193 netmask 255.255.248.0 addr 10.241.1.255 up ifconfig eth0 10.241.1.193 netmask 255.255.248.0 addr 10.24 eth0 10.241.1.193 n etmask 255.255.248.0 addr 10.241 .1.255 up addr: Unknown host ifconfig: `--help' gives usage information. sles10:/var/log #

Re: Mount error - Network config problem

2011-08-25 Thread Edmund R. MacKenty
On Thursday, August 25, 2011 10:48:51 am you wrote: in the suggested ifconfig command, what is the third ip address is for ? ifconfig eth0 10.10.21.20 netmask 255.255.255.0 *addr 10.10.21.255* up ... getting below error ifconfig eth0 10.241.1.193 netmask 255.255.248.0 addr 10.241.1.255 up

Re: Mount error - Network config problem

2011-08-25 Thread Scott Rohling
Yes meant for that to be broadcast - thanks Edmund - had a brain hiccup :) Scott Rohling On Thu, Aug 25, 2011 at 9:10 AM, Edmund R. MacKenty ed.macke...@rocketsoftware.com wrote: On Thursday, August 25, 2011 10:48:51 am you wrote: in the suggested ifconfig command, what is the third ip

Re: Mount error - Network config problem

2011-08-25 Thread saurabh khandelwal
This command works but , when I am restarting network service usnig below command service network restart again , I dont see anthing in ifconfig for eth0. Not sure why it is happening or is it required to restart nework service before using the ip. Thanks Regards Saurabh On Thu, Aug 25, 2011

Re: Mount error - Network config problem

2011-08-25 Thread Mark Post
On 8/25/2011 at 09:45 AM, Edmund R. MacKenty ed.macke...@rocketsoftware.com wrote: Yes. The scripts need the NETWORK parameter to set things up properly. Actually, not. You're better off leaving that out. Mark Post --

Re: Mount error - Network config problem

2011-08-25 Thread Mark Post
On 8/25/2011 at 10:53 AM, saurabh khandelwal sourabhkhandelwal...@gmail.com wrote: getting below error Do you have a support contract with anyone? That would be much faster than trying to do this via email, and might even be more educational. Mark Post

Re: Mount error - Network config problem

2011-08-25 Thread saurabh khandelwal
yes.. but I am not able to find the error. I am still researching on this. Rgards Saurabh On Thu, Aug 25, 2011 at 9:04 PM, Mark Post mp...@novell.com wrote: On 8/25/2011 at 09:45 AM, Edmund R. MacKenty ed.macke...@rocketsoftware.com wrote: Yes. The scripts need the NETWORK parameter to

Re: Mount error - Network config problem

2011-08-25 Thread Edmund R. MacKenty
On Thursday, August 25, 2011 11:34:57 am you wrote: On 8/25/2011 at 09:45 AM, Edmund R. MacKenty ed.macke...@rocketsoftware.com wrote: Yes. The scripts need the NETWORK parameter to set things up properly. Actually, not. You're better off leaving that out. Oops! I've always thought

Re: Mount error - Network config problem

2011-08-25 Thread Edmund R. MacKenty
On Thursday, August 25, 2011 11:24:00 am you wrote: This command works but , when I am restarting network service usnig below command service network restart again , I dont see anthing in ifconfig for eth0. Not sure why it is happening or is it required to restart nework service before

Re: Mount error - Network config problem

2011-08-25 Thread Mark Post
On 8/25/2011 at 12:02 PM, Edmund R. MacKenty ed.macke...@rocketsoftware.com wrote: You might also want to take a look at the end of /var/log/messages to see if any errors generated while you do the service network restart appear in there. They probably won't show up there. They most

Re: Mount error - Network config problem

2011-08-25 Thread saurabh khandelwal
yes. I dont see any error in /var/log/message. But when I tried lokking at log in 3215 also I just got below line. Setting up hostname 'sles10'..done Setting up loopback interface lo loIP address: 127.0.0.1/8 ..done Loading AppArmor module ..done Mounting securityfs

Re: Mount error - Network config problem

2011-08-25 Thread Scott Rohling
Looks to me like no attempt is made to bring up eth0 at all.. If you manually configure with ifconfig - are you able to use the network? If so - I would ssh in and then use 'yast' to setup the network.. Scott Rohling On Thu, Aug 25, 2011 at 10:41 AM, saurabh khandelwal

Enabling core dumps for RHEL 6

2011-08-25 Thread Bauer, Bobby (NIH/CIT) [E]
Anybody know how to enable core dumps for RHEL 6. Working with a vendor who has asked for a dump but we can't seem to get one. Haven't found anything in the manuals yet. Bobby Bauer Center for Information Technology National Institutes of Health Bethesda, MD 20892-5628 301-594-7474

Re: Mount error - Network config problem

2011-08-25 Thread saurabh khandelwal
no.. after manually configure ifconfig. also I am not able to use network.. I think we need to restart network service after manual configure ifconfig.. But still i am not sure on this. Please correct me, if I am wrong. THanks Regards Saurabh On Thu, Aug 25, 2011 at 10:29 PM, Scott Rohling

VTL with Linux

2011-08-25 Thread Walters, Gene P
Is anyone on the list running Linux and doing backups to a Virtual Tape Library? If so, how are you doing tape management? VM? Linux? Thanks Gene -- For LINUX-390 subscribe / signoff / archive access instructions, send email

Re: VTL with Linux

2011-08-25 Thread Graves, Aaron
We use FDR Upstream to do the backups on z/OS to Virtual Tape. The tape management is handled by z/OS. -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Walters, Gene P Sent: Thursday, August 25, 2011 2:01 PM To: LINUX-390@VM.MARIST.EDU Subject: VTL

Re: VTL with Linux

2011-08-25 Thread CHAPLIN, JAMES (CTR)
We also use FDR Upstream to do the backups of Linux zVM volumes to Virtual Tape located o z/OS LPAR. The tape management is handled by z/OS with the data moved to z/OS first then to tape. We only have one tape drive defined to VM for zVM Maintenance. There is no management of tapes on this single

Re: Mount error - Network config problem

2011-08-25 Thread Scott Rohling
You should not have to restart the network, no ..what does 'ifconfig' and 'route' show after manually configuring? Scott Rohling On Thu, Aug 25, 2011 at 11:20 AM, saurabh khandelwal sourabhkhandelwal...@gmail.com wrote: no.. after manually configure ifconfig. also I am not able to use

LXFMT 2.2 released.

2011-08-25 Thread David Boyes
A updated version of LXFMT (a tool to format and prepare Linux disks from CMS) has been posted to download.sinenomine.net. This release fixes a bug in handling disks larger than 3390-27s, and cleans up some typos in the documentation. Thanks to Scott Rohling for reporting the bug and

Re: Mount error - Network config problem

2011-08-25 Thread Scott Rohling
If ifconfig command works - you shouldn't need to restart the network ... what does 'ifconfig' all by itself show right after the ifconfig eth0 10.241.1.193.. command? Before we see if the network startup works -- I want to see if the network can be configured manually.. if so - then we

Re: Mount error - Network config problem

2011-08-25 Thread saurabh khandelwal
I have modified BOOTPROTO=STATIC STARTMODE=ONBOOT to lower case letter BOOTPROTO=static STARTMODE=onboot now TCPIP is working now.. Thanks to all for helping me to setup this. Thanks Regards Saurabh On Thu, Aug 25, 2011 at 10:50 PM, saurabh khandelwal sourabhkhandelwal...@gmail.com wrote:

Re: Mount error - Network config problem

2011-08-25 Thread Mark Post
On 8/25/2011 at 01:20 PM, saurabh khandelwal sourabhkhandelwal...@gmail.com wrote: I think we need to restart network service after manual configure ifconfig.. But still i am not sure on this. Please correct me, if I am wrong. No. That will go back and use the configuration files on disk.

Re: VTL with Linux

2011-08-25 Thread Melancon, Ruddy
Yes, we are running TSM v6.2 in a zVM [v6.1] image that contains SuSE Linux v11.1. The backups are going to a VTL SAN environment. This environment consists of a pair of IBM 7650G ProtectTier devices that are clustered and 100TB of XIV storage. We also replicate the storage to an offsite

Re: VTL with Linux

2011-08-25 Thread David Boyes
Is anyone on the list running Linux and doing backups to a Virtual Tape Library? If so, how are you doing tape management? VM? Linux? VTL managed by CA's VM:tape on VM plus a little REXX glue on the VM side to talk to an extended version of mt on Linux. The supplied Linux tools for tape

Re: VTL with Linux

2011-08-25 Thread Shumate, Scott
We are backing up our linux servers with fdr/upstream from z/OS side. We use CA-1 for tape management. Compression ratio stinks. We get about 1.25 to 1 compression. Thanks Scott -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Walters, Gene P

Re: Enabling core dumps for RHEL 6

2011-08-25 Thread Mark Post
On 8/25/2011 at 01:10 PM, Bauer, Bobby (NIH/CIT) [E] baue...@mail.nih.gov wrote: Anybody know how to enable core dumps for RHEL 6. Working with a vendor who has asked for a dump but we can't seem to get one. Haven't found anything in the manuals yet. Did you read the Using the Dump Tools

Re: LXFMT 2.2 released.

2011-08-25 Thread David Boyes
Typo fixed. From: David Boyes Sent: Thursday, August 25, 2011 10:35 PM To: ib...@listserv.uark.edu Subject: RE: LXFMT 2.2 released. Under the 'Related Links', when you click on 'lxfmt-22.vmarc', the response is 'webpage cannot be found'. Any ideas? You can go directly to the download at :

Re: Mount error - Network config problem

2011-08-25 Thread saurabh khandelwal
I have not done manula config. I had just corrected the network file and restarted network server. system has automatically picked up correct file and made tcpip working. Thanks Regards Saurabh On Fri, Aug 26, 2011 at 12:00 AM, Scott Rohling scott.rohl...@gmail.comwrote: You should not have