No logon promt when logging in as root

2009-07-09 Thread Vincent Getgood
Hi all.

After many weeks of cursing, I've finally managed to sort out my
pam.d/login file, and have removed the lines I added as per the Oracle
install.  I can now login at the console.  However, I wonder if maybe I
took too much out, as when I logon as root, I don't get a command
prompt, and everything I type is echoed back to the screen.  I can't
even exit / logoff.  Can anyone tell me what's going on here, and how to
fix it please?  TIA

 

Vince Getgood



 


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: No logon promt when logging in as root

2009-07-09 Thread Richard Troth
The only way to know for certain what is going on is to get signed on
SOMEHOW. Is the sys on the net? Can you SSH in?

The echoing of everything is the default for line mode logon. (VM is
presenting Linux with a virtual IBM 3215 typewriter terminal.) you can
'stty -echo' after getting logged on, and I often do. (The duplicate
responses are annoying!) Sounds like you're simply not getting a
shell.







On 2009-07-09, Vincent Getgood vincent.getg...@xchanging.com wrote:
 Hi all.

 After many weeks of cursing, I've finally managed to sort out my
 pam.d/login file, and have removed the lines I added as per the Oracle
 install.  I can now login at the console.  However, I wonder if maybe I
 took too much out, as when I logon as root, I don't get a command
 prompt, and everything I type is echoed back to the screen.  I can't
 even exit / logoff.  Can anyone tell me what's going on here, and how to
 fix it please?  TIA



 Vince Getgood






 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
 visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390


--
Sent from my mobile device

-- R;   

Q: Isn't filtering stupidity elitist?
A: Yes. Yes, it is. That's sort of the whole point.   -- Ortiz and Starr

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Sybase drivers for Linux client running WebSphere....

2009-07-09 Thread Terry Spaulding
Thanks David and Marcy for your responses.

More research required.

David Boyes responded:.
 Last time I checked, all the Sybase drivers had Intel only components,
 so I suspect neither will work.

Regards,
Terry L. Spaulding
spa...@us.ibm.com

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Sybase drivers for Linux client running WebSphere....

2009-07-09 Thread Rob van der Heij
On Thu, Jul 9, 2009 at 2:00 PM, Terry Spauldingspa...@us.ibm.com wrote:
 Thanks David and Marcy for your responses.

 More research required.

 David Boyes responded:.
 Last time I checked, all the Sybase drivers had Intel only components,
 so I suspect neither will work.

The jdbc driver appears to be just java and one would expect it to
work on any platform unless they did strange things.
But I don't fit your wanted audience of those who actually did it...

Rob

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: No logon promt when logging in as root

2009-07-09 Thread Vincent Getgood
Yes, I can log on as another user, and get a command prompt.  I get this
problem if I logon as root.  I also get it if I su - .

Why am I not getting a shell?  Cat /etc/passwd shows: -

 

root:x:0:0:root:/root:/bin/bash

 

So I think I should be getting the bash shell?

 

Vince Getgood



 


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


AUTO: Kenishia A Sapp is traveling. (returning 07/10/2009)

2009-07-09 Thread Kenishia A Sapp
I am out of the office until 07/10/2009.

I will be traveling and at client meetings all day Wednesday and Thursday.
If you have an urgent request, please call me on my cellular phone.


Note: This is an automated response to your message  Re: Interesting z/VM
6.1 sent on 7/8/09 10:43:42.

This is the only notification you will receive while this person is away..
--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: No logon promt when logging in as root

2009-07-09 Thread Richard Troth
Good!  We're getting somewhere now.
The fact that you cannot 'su' to root is quite telling.

You might have something in root's $HOME/.profile which is keeping it
from giving you a command shell (BASH or otherwise).  To get a shell
in the mean time, since it appears that you CAN 'su -', try this:

su - -c '/bin/sh -i'

It should bypass profile processing. Then take a look at
/root/.profile and see if something there invokes a long running
command.

-- Rick;   





On Thu, Jul 9, 2009 at 08:31, Vincent
Getgoodvincent.getg...@xchanging.com wrote:
 Yes, I can log on as another user, and get a command prompt.  I get this
 problem if I logon as root.  I also get it if I su - .

 Why am I not getting a shell?  Cat /etc/passwd shows: -



 root:x:0:0:root:/root:/bin/bash



 So I think I should be getting the bash shell?



 Vince Getgood






 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: No logon promt when logging in as root

2009-07-09 Thread Vincent Getgood
OK, I sorted it.

This was due to yet another change I had made to prepare for Oracle.  I
had made changes to /etc/profile.local, but had done them incorrectly,
which is why root was throwing the toys out of the pram.  The reason I
could login as another user was that the user did not have permission to
/etc/profile.local!  I can now fix this problem, and try again.

Vince Getgood

 


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Datacenter Move

2009-07-09 Thread Jones, Russell
I am running SUSE 10 in an LPAR. We are in the process datacenter
consolidation, and we will be moving all of our systems to a new
datacenter. After the move, the only changes should be the ip address
and he OSA device address. DASD addresses will all be the same. 

The steps that I am aware of to make the changes are:

1. Rename /etc/sysconfig/hardware/hwcfg-qeth-bus-ccw-0.0.oldaddress to
/etc/sysconfig/hardware/hwcfg-qeth-bus-ccw-0.0.newaddress, and change
addresses inside the file. 

2. Rename /etc/sysconfig/network/ifcfg-qeth-bus-ccw-0.0.oldaddress to
/etc/sysconfig/network/ifcfg-qeth-bus-ccw-0.0.newaddress, and change
device addresses and the ip address inside the file. 

I planned to pre-stage the new files in another directory. After IPLing
at the new datacenter, I would move the new files to the appropriate
directory and delete the old files from the HMC, and re-ipl. (Hopefully
with ip connectivity)

Is this all that I need to do? I just want to be sure that I am not
missing anything. 

Thanks, 

Russell Jones 
ANPAC
System Programmer Trainee
rjo...@anpac.com

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Datacenter Move

2009-07-09 Thread Marcy Cortes
You probably need to change /etc/sysconfig/network/routes as well.
 


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.


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Jones, 
Russell
Sent: Thursday, July 09, 2009 8:01 AM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] Datacenter Move

I am running SUSE 10 in an LPAR. We are in the process datacenter
consolidation, and we will be moving all of our systems to a new
datacenter. After the move, the only changes should be the ip address
and he OSA device address. DASD addresses will all be the same. 

The steps that I am aware of to make the changes are:

1. Rename /etc/sysconfig/hardware/hwcfg-qeth-bus-ccw-0.0.oldaddress to
/etc/sysconfig/hardware/hwcfg-qeth-bus-ccw-0.0.newaddress, and change
addresses inside the file. 

2. Rename /etc/sysconfig/network/ifcfg-qeth-bus-ccw-0.0.oldaddress to
/etc/sysconfig/network/ifcfg-qeth-bus-ccw-0.0.newaddress, and change
device addresses and the ip address inside the file. 

I planned to pre-stage the new files in another directory. After IPLing
at the new datacenter, I would move the new files to the appropriate
directory and delete the old files from the HMC, and re-ipl. (Hopefully
with ip connectivity)

Is this all that I need to do? I just want to be sure that I am not
missing anything. 

Thanks, 

Russell Jones 
ANPAC
System Programmer Trainee
rjo...@anpac.com

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Quick command question

2009-07-09 Thread Joell Chockley
I've got a vendor wanting to do CP commands from our z/Linux guests
(SLES10).  I had thought it was just having the program cpint installed,
but another person told him to use modprob?  Does that work also to execute
CP commands from Linux?

Thanks!

Joell Chockley
System Capacity/Performance Specialist
Blue Cross Blue Shield of KS
1133 Topeka Blvd
Topeka, KS  66629-0001
Work (785)291-7837



CONFIDENTIALITY NOTICE: This email message and any attachments are for the sole 
use of the intended recipient(s) and may contain proprietary, confidential, 
trade secret or privileged information.  Any unauthorized review use, 
disclosure or distribution is prohibited and may be a violation of law.  If you 
are not the intended recipient or a person responsible for delivering this 
message to an intended recipient, please contact the sender by reply email and 
destroy all copies of the original message.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Quick command question

2009-07-09 Thread Pat Carroll
Modprobe vmcp 


Patrick Carroll  |  Enterprise Technical Architect 
L.L.Bean, Inc.(r) |  Double L St. |  Freeport ME 04033 
http://www.llbean.com | pcarr...@llbean.com | 207.552.2426 
CONFIDENTIALITY NOTICE: This e-mail and any attachments may contain
confidential information that is legally privileged. The information is
solely for the use of the intended recipient(s). Any disclosure,
copying, distribution, or other use of this information is strictly
prohibited. If you have received this e-mail in error, please notify the
sender by return e-mail and delete this message.
 

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Joell Chockley
Sent: Thursday, July 09, 2009 12:22 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Quick command question

I've got a vendor wanting to do CP commands from our z/Linux guests
(SLES10).  I had thought it was just having the program cpint installed,
but another person told him to use modprob?  Does that work also to
execute CP commands from Linux?

Thanks!

Joell Chockley
System Capacity/Performance Specialist
Blue Cross Blue Shield of KS
1133 Topeka Blvd
Topeka, KS  66629-0001
Work (785)291-7837



CONFIDENTIALITY NOTICE: This email message and any attachments are for
the sole use of the intended recipient(s) and may contain proprietary,
confidential, trade secret or privileged information.  Any unauthorized
review use, disclosure or distribution is prohibited and may be a
violation of law.  If you are not the intended recipient or a person
responsible for delivering this message to an intended recipient, please
contact the sender by reply email and destroy all copies of the original
message.

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
visit http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Quick command question

2009-07-09 Thread Spann, Elizebeth (Betsie)
And precede VM commands with vmcp
vmcp cp q v dasd 

Betsie

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Pat Carroll
Sent: Thursday, July 09, 2009 9:25 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Quick command question

Modprobe vmcp 


Patrick Carroll  |  Enterprise Technical Architect L.L.Bean, Inc.(r) |
Double L St. |  Freeport ME 04033 http://www.llbean.com |
pcarr...@llbean.com | 207.552.2426 CONFIDENTIALITY NOTICE: This e-mail
and any attachments may contain confidential information that is legally
privileged. The information is solely for the use of the intended
recipient(s). Any disclosure, copying, distribution, or other use of
this information is strictly prohibited. If you have received this
e-mail in error, please notify the sender by return e-mail and delete
this message.
 

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Joell Chockley
Sent: Thursday, July 09, 2009 12:22 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Quick command question

I've got a vendor wanting to do CP commands from our z/Linux guests
(SLES10).  I had thought it was just having the program cpint installed,
but another person told him to use modprob?  Does that work also to
execute CP commands from Linux?

Thanks!

Joell Chockley
System Capacity/Performance Specialist
Blue Cross Blue Shield of KS
1133 Topeka Blvd
Topeka, KS  66629-0001
Work (785)291-7837



CONFIDENTIALITY NOTICE: This email message and any attachments are for
the sole use of the intended recipient(s) and may contain proprietary,
confidential, trade secret or privileged information.  Any unauthorized
review use, disclosure or distribution is prohibited and may be a
violation of law.  If you are not the intended recipient or a person
responsible for delivering this message to an intended recipient, please
contact the sender by reply email and destroy all copies of the original
message.

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
visit http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
visit http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Quick command question

2009-07-09 Thread Richard Troth
There are two implementations for issuing CP commands.
Sadly, development was not able to embrace the original implementation
so they reinvented that wheel (some aspects better; some features
omitted).
But the distributors have taken up the new scheme, so the command you
want is 'vmcp' and the module to load is vmcp.

I have a bit of REXX that will simulate both commands ('hcp' and
'vmcp') using either module (cpint or vmcp).

-- R;   





On Thu, Jul 9, 2009 at 12:21, Joell Chockleyjoell.chock...@bcbsks.com wrote:
 I've got a vendor wanting to do CP commands from our z/Linux guests
 (SLES10).  I had thought it was just having the program cpint installed,
 but another person told him to use modprob?  Does that work also to execute
 CP commands from Linux?

 Thanks!

 Joell Chockley
 System Capacity/Performance Specialist
 Blue Cross Blue Shield of KS
 1133 Topeka Blvd
 Topeka, KS  66629-0001
 Work (785)291-7837



 CONFIDENTIALITY NOTICE: This email message and any attachments are for the 
 sole use of the intended recipient(s) and may contain proprietary, 
 confidential, trade secret or privileged information.  Any unauthorized 
 review use, disclosure or distribution is prohibited and may be a violation 
 of law.  If you are not the intended recipient or a person responsible for 
 delivering this message to an intended recipient, please contact the sender 
 by reply email and destroy all copies of the original message.

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Quick command question

2009-07-09 Thread Mark Post
 On 7/9/2009 at 12:21 PM, Joell Chockley joell.chock...@bcbsks.com wrote: 
 I've got a vendor wanting to do CP commands from our z/Linux guests
 (SLES10).  I had thought it was just having the program cpint installed,
 but another person told him to use modprob?  Does that work also to execute
 CP commands from Linux?

The cpint package consists of a kernel module (cpint), and the program to issue 
the CP commands (hcp).  You would use the modprobe command to load the kernel 
module:
modprobe cpint

Then you use the hcp program to issue the CP commands:
hcp q u
hcp ind
hcp q v all

As Pat noted, there is also a vmcp kernel module and vmcp program that will do 
essentially the same thing.  That is part of the s390-tools package, which is 
maintained by IBM.  Beginning with SLES11, the cpint package is no longer 
included, so vmcp will be the only supported method of issuing CP commands.  
(Sorry, Neale.)


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Quick command question

2009-07-09 Thread Mark Post
 On 7/9/2009 at 12:31 PM, Richard Troth vmcow...@gmail.com wrote: 
-snip-
 But the distributors have taken up the new scheme, so the command you
 want is 'vmcp' and the module to load is vmcp.

Not that so much, as a case of We have to have s390-tools anyway, so let's not 
spend the time supporting another package.  I felt a little sad when I saw 
that had happened, but in the real world, things like that matter.  Sigh.  As a 
sign of my personal view of the matter, Slack/390 will still provide cpint.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Quick command question

2009-07-09 Thread Bruce Hayden
Also, beware that cpint is not 64 bit ready.  A large ( 2GB) SLES 10
system inside IBM got a kernel oops using cpint awhile back, so we
made sure everything was using vmcp instead.

On Thu, Jul 9, 2009 at 12:33 PM, Mark Postmp...@novell.com wrote:
 On 7/9/2009 at 12:21 PM, Joell Chockley joell.chock...@bcbsks.com wrote:
 I've got a vendor wanting to do CP commands from our z/Linux guests
 (SLES10).  I had thought it was just having the program cpint installed,
 but another person told him to use modprob?  Does that work also to execute
 CP commands from Linux?

 The cpint package consists of a kernel module (cpint), and the program to 
 issue the CP commands (hcp).  You would use the modprobe command to load the 
 kernel module:
 modprobe cpint

 Then you use the hcp program to issue the CP commands:
 hcp q u
 hcp ind
 hcp q v all

 As Pat noted, there is also a vmcp kernel module and vmcp program that will 
 do essentially the same thing.  That is part of the s390-tools package, which 
 is maintained by IBM.  Beginning with SLES11, the cpint package is no longer 
 included, so vmcp will be the only supported method of issuing CP commands.  
 (Sorry, Neale.)


 Mark Post

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390




-- 
Bruce Hayden
Linux on System z Advanced Technical Support
IBM, Endicott, NY

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Quick command question

2009-07-09 Thread Richard Troth
I believe that was fixed in the author's code.

-- R;   





On Thu, Jul 9, 2009 at 12:51, Bruce Haydenbjhay...@gmail.com wrote:
 Also, beware that cpint is not 64 bit ready.  A large ( 2GB) SLES 10
 system inside IBM got a kernel oops using cpint awhile back, so we
 made sure everything was using vmcp instead.

 On Thu, Jul 9, 2009 at 12:33 PM, Mark Postmp...@novell.com wrote:
 On 7/9/2009 at 12:21 PM, Joell Chockley joell.chock...@bcbsks.com wrote:
 I've got a vendor wanting to do CP commands from our z/Linux guests
 (SLES10).  I had thought it was just having the program cpint installed,
 but another person told him to use modprob?  Does that work also to execute
 CP commands from Linux?

 The cpint package consists of a kernel module (cpint), and the program to 
 issue the CP commands (hcp).  You would use the modprobe command to load the 
 kernel module:
 modprobe cpint

 Then you use the hcp program to issue the CP commands:
 hcp q u
 hcp ind
 hcp q v all

 As Pat noted, there is also a vmcp kernel module and vmcp program that will 
 do essentially the same thing.  That is part of the s390-tools package, 
 which is maintained by IBM.  Beginning with SLES11, the cpint package is no 
 longer included, so vmcp will be the only supported method of issuing CP 
 commands.  (Sorry, Neale.)


 Mark Post

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or 
 visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390




 --
 Bruce Hayden
 Linux on System z Advanced Technical Support
 IBM, Endicott, NY

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Quick command question

2009-07-09 Thread Mark Post
 On 7/9/2009 at 12:51 PM, Bruce Hayden bjhay...@gmail.com wrote: 
 Also, beware that cpint is not 64 bit ready.  A large ( 2GB) SLES 10
 system inside IBM got a kernel oops using cpint awhile back, so we
 made sure everything was using vmcp instead.

That was fixed quite some time ago.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Quick command question

2009-07-09 Thread Joell Chockley
Thanks for the responses!

We did have the right command, the user just didn't have the correct
permission to execute them.

Joell Chockley
System Capacity/Performance Specialist
Blue Cross Blue Shield of KS
1133 Topeka Blvd
Topeka, KS  66629-0001
Work (785)291-7837



CONFIDENTIALITY NOTICE: This email message and any attachments are for the sole 
use of the intended recipient(s) and may contain proprietary, confidential, 
trade secret or privileged information.  Any unauthorized review use, 
disclosure or distribution is prohibited and may be a violation of law.  If you 
are not the intended recipient or a person responsible for delivering this 
message to an intended recipient, please contact the sender by reply email and 
destroy all copies of the original message.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Quick command question

2009-07-09 Thread Bruce Hayden
OK, good to know.  The last information I had was in Novell bugzilla
371258 from about a year ago (it was found on a SLES 9 system, not
SLES 10) that indicated that it wasn't going to be fixed.  Maybe that
was just for SLES 9.

On Thu, Jul 9, 2009 at 1:21 PM, Mark Postmp...@novell.com wrote:
 On 7/9/2009 at 12:51 PM, Bruce Hayden bjhay...@gmail.com wrote:
 Also, beware that cpint is not 64 bit ready.  A large ( 2GB) SLES 10
 system inside IBM got a kernel oops using cpint awhile back, so we
 made sure everything was using vmcp instead.

 That was fixed quite some time ago.


 Mark Post

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390




-- 
Bruce Hayden
Linux on System z Advanced Technical Support
IBM, Endicott, NY

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Sybase drivers for Linux client running WebSphere....

2009-07-09 Thread David Boyes
 The jdbc driver appears to be just java and one would expect it to
 work on any platform unless they did strange things.

When I looked at it a few months ago, it called some JNI stuff to use the 
native libraries, and Sybase only supports Linux on Intel AFAIK. 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Quick command question

2009-07-09 Thread David Boyes
 I believe that was fixed in the author's code.

Long since fixed (and now available on OpenSolaris, too). No point in 
distributing the update since the PTBs decided to move forward with their clone 
as the One True CP Interface. 

-- db

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Sybase drivers for Linux client running WebSphere....

2009-07-09 Thread Patrick Spinler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Boyes wrote:
 The jdbc driver appears to be just java and one would expect it to
 work on any platform unless they did strange things.

 When I looked at it a few months ago, it called some JNI stuff to use the 
 native libraries, and Sybase only supports Linux on Intel AFAIK.


As far as I know, if you need a vendor supported solution, you're out of
luck.  We've had to specifically install an Intel/VMWare environment to
host some sybase requiring linux images that could otherwise have
happily run on Z.

That said, if you're willing to go open source, you can have a look at
freetds (http://www.freetds.org/).  I've had mixed results with it,
mainly in that last I tried it it didn't have 100% coverage of the ct
api's, but worked well for basic stuff.

- -- Pat


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpWQzAACgkQNObCqA8uBsw/GwCdHF+qdJUky4IR+zZnLSbpqHPp
HjcAoJqGq0AvWfKR90L15Jdab/Bh1/d0
=G4ib
-END PGP SIGNATURE-

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Download directly to z/Linux server ?

2009-07-09 Thread Lionel Dyck


In an effort to save time and reduce overall network traffic I would like
to be able to download SLES ISO files from Novell from my Linux on z server
rather than downloading them to my pc and then uploading them to z.

I've looked, without success, for information on how to do this (I may have
not used the right keywords).

My thought is that I need to use a X server on my windows pc to connect to
the z server and then open a web browser on the z to connect to Novell
where I'd sign in and then download.

Can anyone point me in the right direction?

Thanks




 Lionel B. Dyck, z/Linux Virtualization Specialist
IBM Global Services - Kaiser Permanente Team
Linux on System z Service Delivery Team
925-926-5332 (8-473-5332) | E-Mail: ld...@us.ibm.com
AIM: lbdyck | Yahoo IM: lbdyck


I never guess. It is a capital mistake to theorize before one has data.
Insensibly one
begins to twist facts to suit theories, instead of theories to suit facts.
- Sir Arthur Conan Doyle
--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

inline: 17414409.gif

Re: Download directly to z/Linux server ?

2009-07-09 Thread Mark Post
 On 7/9/2009 at  3:55 PM, Lionel Dyck ld...@us.ibm.com wrote: 

-snip-
 My thought is that I need to use a X server on my windows pc to connect to
 the z server and then open a web browser on the z to connect to Novell
 where I'd sign in and then download.

Not at all.  Use your desktop to get to the point where you can actually click 
on the download button, but instead right click on it and use the copy link 
location option or equivalent.  Paste that URL into an SSH session on your 
Linux system, and use wget (or curl) and specify your NCC userid and password.  
Done.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Download directly to z/Linux server ?

2009-07-09 Thread Dave Jones

Lionel

I don't think you would need an X server on Windows to open a web
browser on the Z to download files from Novell. If your Z system can
reach the external network, I would try using wget first, directly
from the Linux command linevery handy utility. man wget should
tell you more.

Good luck.

Lionel Dyck wrote:


In an effort to save time and reduce overall network traffic I would like
to be able to download SLES ISO files from Novell from my Linux on z server
rather than downloading them to my pc and then uploading them to z.

I've looked, without success, for information on how to do this (I may have
not used the right keywords).

My thought is that I need to use a X server on my windows pc to connect to
the z server and then open a web browser on the z to connect to Novell
where I'd sign in and then download.

Can anyone point me in the right direction?

Thanks




 Lionel B. Dyck, z/Linux Virtualization Specialist
IBM Global Services - Kaiser Permanente Team
Linux on System z Service Delivery Team
925-926-5332 (8-473-5332) | E-Mail: ld...@us.ibm.com
AIM: lbdyck | Yahoo IM: lbdyck


I never guess. It is a capital mistake to theorize before one has data.
Insensibly one
begins to twist facts to suit theories, instead of theories to suit facts.
- Sir Arthur Conan Doyle
--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390




--
Dave Jones
V/Soft
www.vsoft-software.com
Houston, TX
281.578.7544

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Download directly to z/Linux server ?

2009-07-09 Thread Adam Thornton

On Jul 9, 2009, at 2:55 PM, Lionel Dyck wrote:




In an effort to save time and reduce overall network traffic I would
like
to be able to download SLES ISO files from Novell from my Linux on z
server
rather than downloading them to my pc and then uploading them to z.

I've looked, without success, for information on how to do this (I
may have
not used the right keywords).

My thought is that I need to use a X server on my windows pc to
connect to
the z server and then open a web browser on the z to connect to Novell
where I'd sign in and then download.

Can anyone point me in the right direction?


Wget?  You can pass credentials to wget, I'm pretty sure.  Or use a
text-mode browser like w3m.  As long as the Novell site doesn't
require javascript you should be OK.

Adam

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Download directly to z/Linux server ?

2009-07-09 Thread Lionel Dyck

Thanks - didn't think it would be that simple.


Lionel


|
| From:  |
|
  
---|
  |Mark Post mp...@novell.com 
  |
  
---|
|
| To:|
|
  
---|
  |LINUX-390@VM.MARIST.EDU  
  |
  
---|
|
| Date:  |
|
  
---|
  |07/09/2009 01:03 PM  
  |
  
---|
|
| Subject:   |
|
  
---|
  |Re: Download directly to z/Linux server ?
  |
  
---|
|
| Sent by:   |
|
  
---|
  |Linux on 390 Port LINUX-390@VM.MARIST.EDU  
  |
  
---|





 On 7/9/2009 at  3:55 PM, Lionel Dyck ld...@us.ibm.com wrote:

-snip-
 My thought is that I need to use a X server on my windows pc to connect
to
 the z server and then open a web browser on the z to connect to Novell
 where I'd sign in and then download.

Not at all.  Use your desktop to get to the point where you can actually
click on the download button, but instead right click on it and use the
copy link location option or equivalent.  Paste that URL into an SSH
session on your Linux system, and use wget (or curl) and specify your NCC
userid and password.  Done.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

inline: graycol.gifinline: ecblank.gif

Re: Download directly to z/Linux server ?

2009-07-09 Thread Lionel Dyck

Mark - I'm using putty and kitty and neither have a paste option. What ssh
windows client would you suggest as manually copying the download url is a
tad painful :-)





|
| From:  |
|
  
---|
  |Mark Post mp...@novell.com 
  |
  
---|
|
| To:|
|
  
---|
  |LINUX-390@VM.MARIST.EDU  
  |
  
---|
|
| Date:  |
|
  
---|
  |07/09/2009 01:03 PM  
  |
  
---|
|
| Subject:   |
|
  
---|
  |Re: Download directly to z/Linux server ?
  |
  
---|
|
| Sent by:   |
|
  
---|
  |Linux on 390 Port LINUX-390@VM.MARIST.EDU  
  |
  
---|





 On 7/9/2009 at  3:55 PM, Lionel Dyck ld...@us.ibm.com wrote:

-snip-
 My thought is that I need to use a X server on my windows pc to connect
to
 the z server and then open a web browser on the z to connect to Novell
 where I'd sign in and then download.

Not at all.  Use your desktop to get to the point where you can actually
click on the download button, but instead right click on it and use the
copy link location option or equivalent.  Paste that URL into an SSH
session on your Linux system, and use wget (or curl) and specify your NCC
userid and password.  Done.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

inline: graycol.gifinline: ecblank.gif

Re: Download directly to z/Linux server ?

2009-07-09 Thread Mark Post
 On 7/9/2009 at  4:30 PM, Lionel Dyck ld...@us.ibm.com wrote: 

 Mark - I'm using putty and kitty and neither have a paste option. What ssh
 windows client would you suggest as manually copying the download url is a
 tad painful :-)

PuTTY uses shift-insert.  (Perhaps right-click as well.)


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Download directly to z/Linux server ?

2009-07-09 Thread Lionel Dyck
Sigh - thanks - the use of shift-insert is not intuitive (guess rtfm would
help :-) )


Lionel

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Download directly to z/Linux server ?

2009-07-09 Thread Richard Troth
PuTTY pastes with a right-click.





On 2009-07-09, Lionel Dyck ld...@us.ibm.com wrote:

 Mark - I'm using putty and kitty and neither have a paste option. What ssh
 windows client would you suggest as manually copying the download url is a
 tad painful :-)





 |
 | From:  |
 |

---|
   |Mark Post mp...@novell.com
  |

---|
 |
 | To:|
 |

---|
   |LINUX-390@VM.MARIST.EDU
  |

---|
 |
 | Date:  |
 |

---|
   |07/09/2009 01:03 PM
  |

---|
 |
 | Subject:   |
 |

---|
   |Re: Download directly to z/Linux server ?
  |

---|
 |
 | Sent by:   |
 |

---|
   |Linux on 390 Port LINUX-390@VM.MARIST.EDU
  |

---|





 On 7/9/2009 at  3:55 PM, Lionel Dyck ld...@us.ibm.com wrote:

 -snip-
 My thought is that I need to use a X server on my windows pc to connect
 to
 the z server and then open a web browser on the z to connect to Novell
 where I'd sign in and then download.

 Not at all.  Use your desktop to get to the point where you can actually
 click on the download button, but instead right click on it and use the
 copy link location option or equivalent.  Paste that URL into an SSH
 session on your Linux system, and use wget (or curl) and specify your NCC
 userid and password.  Done.


 Mark Post

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
 visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
 visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390



--
Sent from my mobile device

-- R;   

Q: Isn't filtering stupidity elitist?
A: Yes. Yes, it is. That's sort of the whole point.   -- Ortiz and Starr

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Datacenter Move

2009-07-09 Thread Ron Foster at Baldor-IS

Russell,

Do you have your Linux LPAR set up to access the HMC's emulated ASCII
Console?
This could come in real handy if you DO NOT have IP support after you
IPL.  You need
to do this on your current system and try it out before you move your
datacenter.

Just uncomment the following in your /etc/inittab.

#
# LPAR SE/HMC VT220/Linux console - uncomment to enable getty on it:
#
2:2345:respawn:/sbin/mingetty --noclear /dev/ttyS1 linux

Ron



Jones, Russell wrote:

I am running SUSE 10 in an LPAR. We are in the process datacenter
consolidation, and we will be moving all of our systems to a new
datacenter. After the move, the only changes should be the ip address
and he OSA device address. DASD addresses will all be the same.

The steps that I am aware of to make the changes are:

1. Rename /etc/sysconfig/hardware/hwcfg-qeth-bus-ccw-0.0.oldaddress to
/etc/sysconfig/hardware/hwcfg-qeth-bus-ccw-0.0.newaddress, and change
addresses inside the file.

2. Rename /etc/sysconfig/network/ifcfg-qeth-bus-ccw-0.0.oldaddress to
/etc/sysconfig/network/ifcfg-qeth-bus-ccw-0.0.newaddress, and change
device addresses and the ip address inside the file.

I planned to pre-stage the new files in another directory. After IPLing
at the new datacenter, I would move the new files to the appropriate
directory and delete the old files from the HMC, and re-ipl. (Hopefully
with ip connectivity)

Is this all that I need to do? I just want to be sure that I am not
missing anything.

Thanks,

Russell Jones
ANPAC
System Programmer Trainee
rjo...@anpac.com

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390




--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Download directly to z/Linux server ?

2009-07-09 Thread Mike Friesenegger
Lionel,

Here is the documentation on using wget to pass your Novell account credentials 
and download the ISOs that you need without using a GUI.

http://download.novell.com/dl_manager_inst.html

Mike




Michael Friesenegger
Linux/Data Center Technical Specialist
email: mfrieseneg...@novell.com 
cell: 303-249-0817

Novell
Making IT Work As One*
www.novell.com



 On 7/9/2009 at 02:03 PM, in message 4a564d06.2050...@vsoft-software.com, 
 Dave
Jones d...@vsoft-software.com wrote: 
 Lionel
 
 I don't think you would need an X server on Windows to open a web
 browser on the Z to download files from Novell. If your Z system can
 reach the external network, I would try using wget first, directly
 from the Linux command linevery handy utility. man wget should
 tell you more.
 
 Good luck.
 
 Lionel Dyck wrote:

 In an effort to save time and reduce overall network traffic I would like
 to be able to download SLES ISO files from Novell from my Linux on z server
 rather than downloading them to my pc and then uploading them to z.

 I've looked, without success, for information on how to do this (I may have
 not used the right keywords).

 My thought is that I need to use a X server on my windows pc to connect to
 the z server and then open a web browser on the z to connect to Novell
 where I'd sign in and then download.

 Can anyone point me in the right direction?

 Thanks




  Lionel B. Dyck, z/Linux Virtualization Specialist
 IBM Global Services - Kaiser Permanente Team
 Linux on System z Service Delivery Team
 925-926-5332 (8-473-5332) | E-Mail: ld...@us.ibm.com
 AIM: lbdyck | Yahoo IM: lbdyck


 I never guess. It is a capital mistake to theorize before one has data.
 Insensibly one
 begins to twist facts to suit theories, instead of theories to suit facts.
 - Sir Arthur Conan Doyle
 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or 
 visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390


 
 --
 Dave Jones
 V/Soft
 www.vsoft-software.com
 Houston, TX
 281.578.7544
 
 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or 
 visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390