Re: Linux command

2008-09-18 Thread Rob van der Heij
On Thu, Sep 18, 2008 at 6:41 AM, Martin, Terry R. (CMS/CTR) (CTR)
[EMAIL PROTECTED] wrote:

 This is the command I was looking for :

 CD /etc/sysconfig/network-scripts

 MORE ifcfg-hsi01

Be aware that this is the *definition* of the device, not the current
status. It's the script that is invoked to activate the device during
boot.
If all is correct they will match, but that is rarely the time where
you need that kind of information. I can very well see why nobody
suggested this as the answer to your question..

-Rob


Re: z/VM Internet orders

2008-09-18 Thread Mary Anne Matyaz
Just an update. I finally got the DVD's yesterday. Intererstingly, I also
got a 3590 tape. :)
The internet orders are still sitting there.

Mary Anne

On Tue, Sep 16, 2008 at 7:38 PM, Rob van der Heij [EMAIL PROTECTED] wrote:

 On Tue, Sep 16, 2008 at 5:57 PM, Schuh, Richard [EMAIL PROTECTED] wrote:

  You mean that you do not speak for IBM on all matters? What a
  disillusionment. Next you will tell us there is no Santa Claus. :-)

 No, he only speaks for IBM on all that matters ;-)



Re: Bacula + tape size

2008-09-18 Thread Tomasz
Our VTS is B20 , 3952 drives. 

We use Bacula from about 1,5 year and it works fine. We tested backup to
disk and from disk to tape but still problem is amount of tapes that
autochanger have to use.

That why we would like to configure bigger tapes.


In z/VM can we emulate 3490e cartridges only?

I know that in z/OS we can define bigger tapes with use of Data Class par
ameter.

But how to configure it in z/VM?

Best regards,

Tomasz Westrych


Re: Network-SLES10

2008-09-18 Thread Alan Altmark
On Wednesday, 09/17/2008 at 09:03 EDT, Ivica Brodaric 
[EMAIL PROTECTED] wrote:
 Let me guess - they first wrote DEDICATE and tried to conform to the 
rule of 
 having the virtual address as a first parameter, but after they heard 
the roar 
 of sysprogs, they left the LINK the way it is. :-)

I think it is time to begin using
  COMMAND ATTACH rdev TO * vdev

Then there is no question.

Alan Altmark
z/VM Development
IBM Endicott


Restoring from DFDSS backup from tape

2008-09-18 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi,

 

We have backed up one of our Linux guest to tape track by track
(Physical) using DFDSS. Now we want to RESTORE the guest from the tape.
Anyone know the control cards necessary to make this happen with DFDSS?


 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]

 



Re: Linux command

2008-09-18 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Rob,

Thanks for the information. I am documenting our environment and needed
to know the IP of the HiperSockets Interface. I know I could be sure
that this would be the correct information since we use this normally. 

Not being a Linux administrator I found this command and I figure it
would be a way to at least display the information I needed.

Thank You,
 
Terry Martin
Lockheed Martin - Information Technology
z/OS  z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
[EMAIL PROTECTED]

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Rob van der Heij
Sent: Thursday, September 18, 2008 3:31 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Linux command

On Thu, Sep 18, 2008 at 6:41 AM, Martin, Terry R. (CMS/CTR) (CTR)
[EMAIL PROTECTED] wrote:

 This is the command I was looking for :

 CD /etc/sysconfig/network-scripts

 MORE ifcfg-hsi01

Be aware that this is the *definition* of the device, not the current
status. It's the script that is invoked to activate the device during
boot.
If all is correct they will match, but that is rarely the time where
you need that kind of information. I can very well see why nobody
suggested this as the answer to your question..

-Rob


Re: Restoring from DFDSS backup from tape

2008-09-18 Thread Feller, Paul
Just for comparison here is what we use for the backup of a 3390 mod9..
DUMP -
 INDD(DASD)-
 OUTDD(TAPE1)  -
 ADMINISTRATOR -
 CONCURRENT-
 CPVOLUME  -
 OPTIMIZE(4)   -
 TRKS(0,0,10016,14)

And here is what we would use for the restore of a 3390 mod9..
RESTORE -
  ADMINISTRATOR -
  TRKS(0,0,10016,14)-
  INDD(TAPE1)   -
  OUTDD(DASD)   -
  CPVOLUME  -
  PURGE


Paul Feller
AIT Mainframe Technical Support




From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of 
Martin, Terry R. (CMS/CTR) (CTR)
Sent: Thursday, September 18, 2008 7:27 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Restoring from DFDSS backup from tape

Hi,

We have backed up one of our Linux guest to tape track by track (Physical) 
using DFDSS. Now we want to RESTORE the guest from the tape. Anyone know the 
control cards necessary to make this happen with DFDSS?

Thank You,

Terry Martin
Lockheed Martin - Information Technology
z/OS  z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
[EMAIL PROTECTED]mailto:[EMAIL PROTECTED]



Re: Network-SLES10

2008-09-18 Thread Austin, Alyce (CIV)
Hello Everyone,

Thanks for all your responses.  My network connectivity
is working now and I can ping the address; however, when I
try to access my new linux environment thru my putty client, it
doesn't connect.  (I can access my current linux thru putty
without a problem.)  Do I need to do something special for SLES10?

Thanks again for your support,
Alyce


-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Alan Altmark
Sent: Thursday, September 18, 2008 5:05 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Network-SLES10

On Wednesday, 09/17/2008 at 09:03 EDT, Ivica Brodaric 
[EMAIL PROTECTED] wrote:
 Let me guess - they first wrote DEDICATE and tried to conform to the 
rule of 
 having the virtual address as a first parameter, but after they heard 
the roar 
 of sysprogs, they left the LINK the way it is. :-)

I think it is time to begin using
  COMMAND ATTACH rdev TO * vdev

Then there is no question.

Alan Altmark
z/VM Development
IBM Endicott


Re: Network-SLES10

2008-09-18 Thread Rich Smrcina
In the SSH configuration make sure you have Version 2 checked.  You may 
need to upgrade your Putty.


Austin, Alyce (CIV) wrote:

Hello Everyone,

Thanks for all your responses.  My network connectivity
is working now and I can ping the address; however, when I
try to access my new linux environment thru my putty client, it
doesn't connect.  (I can access my current linux thru putty
without a problem.)  Do I need to do something special for SLES10?

Thanks again for your support,
Alyce


--
Rich Smrcina
VM Assist, Inc.
Phone: 414-491-6001
Ans Service:  360-715-2467
rich.smrcina at vmassist.com
http://www.linkedin.com/in/richsmrcina

Catch the WAVV!  http://www.wavv.org
WAVV 2009 - Orlando, FL - May 15-19, 2009


Re: Network-SLES10

2008-09-18 Thread Dean, David (I/S)
Firewall?

David Dean
Information Systems
*bcbstauthorized*
 
 
 

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Rich Smrcina
Sent: Thursday, September 18, 2008 1:13 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Network-SLES10

In the SSH configuration make sure you have Version 2 checked.  You may 
need to upgrade your Putty.

Austin, Alyce (CIV) wrote:
 Hello Everyone,
 
 Thanks for all your responses.  My network connectivity
 is working now and I can ping the address; however, when I
 try to access my new linux environment thru my putty client, it
 doesn't connect.  (I can access my current linux thru putty
 without a problem.)  Do I need to do something special for SLES10?
 
 Thanks again for your support,
 Alyce

-- 
Rich Smrcina
VM Assist, Inc.
Phone: 414-491-6001
Ans Service:  360-715-2467
rich.smrcina at vmassist.com
http://www.linkedin.com/in/richsmrcina

Catch the WAVV!  http://www.wavv.org
WAVV 2009 - Orlando, FL - May 15-19, 2009
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm


Re: z/VM Internet orders

2008-09-18 Thread Michael Coffin
FWIW, our IBM sales rep correctly placed an order for z/VM 5.4 - what we
received was z/VM 5.3!!!  Something along the line in distribution must
have screwed up.
 
PS:  Our 5.4 tapes JUST arrived, yippee!  :)
 
-Mike
 
 

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Mary Anne Matyaz
Sent: Thursday, September 18, 2008 6:56 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: z/VM Internet orders


Just an update. I finally got the DVD's yesterday. Intererstingly, I
also got a 3590 tape. :) 
The internet orders are still sitting there. 

Mary Anne


On Tue, Sep 16, 2008 at 7:38 PM, Rob van der Heij [EMAIL PROTECTED]
wrote:


On Tue, Sep 16, 2008 at 5:57 PM, Schuh, Richard [EMAIL PROTECTED] wrote:

 You mean that you do not speak for IBM on all matters? What a
 disillusionment. Next you will tell us there is no Santa Claus. :-)


No, he only speaks for IBM on all that matters ;-)





Re: Network-SLES10

2008-09-18 Thread Austin, Alyce (CIV)
Yes, it was the firewall!

Also, when SLES10 comes up, it says:

Setting up loopback interface lo
00155 loIP address: 127.0.0.1/8   
00156 Checking for network time protocol daemon (NTPD): ..unused
00157 Can't determine current runlevel
00158 ..done

When I issue the runlevel command from SLES10, it says it is
at runlevel 3.  Is this the level it should be?

Thanks again,
Alyce

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Dean, David (I/S)
Sent: Thursday, September 18, 2008 11:02 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Network-SLES10

Firewall?

David Dean
Information Systems
*bcbstauthorized*
 
 
 

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Rich Smrcina
Sent: Thursday, September 18, 2008 1:13 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Network-SLES10

In the SSH configuration make sure you have Version 2 checked.  You may 
need to upgrade your Putty.

Austin, Alyce (CIV) wrote:
 Hello Everyone,
 
 Thanks for all your responses.  My network connectivity
 is working now and I can ping the address; however, when I
 try to access my new linux environment thru my putty client, it
 doesn't connect.  (I can access my current linux thru putty
 without a problem.)  Do I need to do something special for SLES10?
 
 Thanks again for your support,
 Alyce

-- 
Rich Smrcina
VM Assist, Inc.
Phone: 414-491-6001
Ans Service:  360-715-2467
rich.smrcina at vmassist.com
http://www.linkedin.com/in/richsmrcina

Catch the WAVV!  http://www.wavv.org
WAVV 2009 - Orlando, FL - May 15-19, 2009
Please see the following link for the BlueCross BlueShield of Tennessee
E-mail disclaimer:  http://www.bcbst.com/email_disclaimer.shtm


Re: Network-SLES10

2008-09-18 Thread Mark Post
 On 9/18/2008 at  5:16 PM, in message
[EMAIL PROTECTED], Austin, Alyce
(CIV) [EMAIL PROTECTED] wrote: 
-snip-
 When I issue the runlevel command from SLES10, it says it is
 at runlevel 3.  Is this the level it should be?

Yes.


Mark Post


Re: VSWITCH

2008-09-18 Thread Raymond Noal
Marcy, 
 
YES is the easy answer. But this begs an even bigger question - HOW. I
tried to do this but keep receiving error messages when my second and
third LPAR's TCP/IP virtual machine started. So, what's the secret??
 
TIA
 
HITACHI
 DATA SYSTEMS 
Raymond E. Noal 
Senior Technical Engineer 
Office: (408) 970 - 7978 
 


From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Marcy Cortes
Sent: Thursday, September 11, 2008 1:35 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: VSWITCH
 
Yes.
 
 
Marcy Cortes 
Team Lead, Enterprise Virtualization - z/VM and z/Linux
http://ehs.homestead.wellsfargo.com/Mainframe/zSS/zSE/zVM-zLinux/Pages/
default.aspx  
Enterprise Hosting Services
w. (415) 243-6343
c. (415) 517-0895 
This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation.
 
 


From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Thursday, September 11, 2008 1:08 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: [IBMVM] VSWITCH
Hi
 
I have a quick question. Can I use the same physical OSA address for a
vswitch on two different LPARS?
 
Thank You,
 
Terry Martin
Lockheed Martin - Information Technology
z/OS  z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
[EMAIL PROTECTED]
 


Re: VSWITCH

2008-09-18 Thread Marcy Cortes
If you share your error messages and your LINK/DEVICE statements, I bet
someone here could help :)

 
 

Marcy 
This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation.

 



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Raymond Noal
Sent: Thursday, September 18, 2008 3:27 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: [IBMVM] VSWITCH



Marcy, 

 

YES is the easy answer. But this begs an even bigger question - HOW. I
tried to do this but keep receiving error messages when my second and
third LPAR's TCP/IP virtual machine started. So, what's the secret??

 

TIA

 

HITACHI
 DATA SYSTEMS 

Raymond E. Noal 
Senior Technical Engineer 
Office: (408) 970 - 7978 

 



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Marcy Cortes
Sent: Thursday, September 11, 2008 1:35 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: VSWITCH

 

Yes.

 

 

Marcy Cortes 
Team Lead, Enterprise Virtualization - z/VM and z/Linux
http://ehs.homestead.wellsfargo.com/Mainframe/zSS/zSE/zVM-zLinux/Pages/
default.aspx  
Enterprise Hosting Services
w. (415) 243-6343
c. (415) 517-0895 
This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation.

 

 



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Thursday, September 11, 2008 1:08 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: [IBMVM] VSWITCH

Hi

 

I have a quick question. Can I use the same physical OSA address for a
vswitch on two different LPARS?

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]

 


z/Linux Network Monitor

2008-09-18 Thread ctestore


We moved some SNA applications from unix servers to z/Linux. Now are
running with Communications Server for Linux, we successfuly implemented
Enterprise Extended.
But we are looking for some Network Monitor. We
find some to monitor TCPIP, but none for SNA.
Does anybody know
any?
Thanks. Claudio Testore


What people are doing

2008-09-18 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

 

Are you seeing a fair number of shops running Oracle on Linux on Z and
if so have the results been favorable? The question comes about
because

 

My management is hearing that when people move servers over to the Z
under Linux they are mostly moving servers that have very little usage
already and that databases like Oracle are staying put on the other
platforms such as Solaris in my case, giving them the impression that
the z/Linux cannot handle this. I know there are some situations where
this may be true but I do not believe on a whole this is necessarily
true. What do you think!

 

Thanks,

 

Terry



Re: Restoring from DFDSS backup from tape

2008-09-18 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Paul, this worked great!

 

Terry

 



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Feller, Paul
Sent: Thursday, September 18, 2008 8:36 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Restoring from DFDSS backup from tape

 

Just for comparison here is what we use for the backup of a 3390 mod9..

DUMP -  
 INDD(DASD)-
 OUTDD(TAPE1)  -
 ADMINISTRATOR -
 CONCURRENT-
 CPVOLUME  -
 OPTIMIZE(4)   -
 TRKS(0,0,10016,14) 

 

And here is what we would use for the restore of a 3390 mod9..

RESTORE -
  ADMINISTRATOR -
  TRKS(0,0,10016,14)-
  INDD(TAPE1)   -
  OUTDD(DASD)   -
  CPVOLUME  -
  PURGE  

 

Paul Feller
AIT Mainframe Technical Support

 

 



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Thursday, September 18, 2008 7:27 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Restoring from DFDSS backup from tape

Hi,

 

We have backed up one of our Linux guest to tape track by track
(Physical) using DFDSS. Now we want to RESTORE the guest from the tape.
Anyone know the control cards necessary to make this happen with DFDSS?


 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]