Re: Dasd question

2015-03-10 Thread Michael Weiner
I am using SLES11 SP3. I add the volume to my profile. Lock and replace my guest then on my guest link the dasd and then go into yast and proceed.. On Mar 10, 2015 9:02 PM, "Davis, Larry (National VM Capability)" < larry.dav...@hp.com> wrote: > What version of SLES are you using > > Larry Davis, >

Re: Dasd question

2015-03-10 Thread Davis, Larry (National VM Capability)
What version of SLES are you using Larry Davis, VM Capability -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Michael Weiner Sent: Tuesday, March 10, 2015 8:58 PM To: LINUX-390@VM.MARIST.EDU Subject: Dasd question Hi everyone. First time posting

Dasd question

2015-03-10 Thread Michael Weiner
Hi everyone. First time posting here and seems like the place to be for questions. I have been using yast to do the dasd formatting but in a reboot the dasd didn't come online but the rules were created. Any suggestions? Thanks Mike --

Re: having commands run after complete boot process

2015-03-10 Thread Mark Post
>>> On 3/10/2015 at 12:47 PM, "Levy, Alan" wrote: > Chkconfig nfs is set on. I think the problem is that my script in boot.local > is executing before nfs is started. > > Isn't there something like boot.aftereverthing ? boot.anything is run very _early_ in the boot process, so that's not what

Re: having commands run after complete boot process

2015-03-10 Thread Scott Rohling
Not if you don't specify that in the fstab... use ' 0 0' for the last 2 numbers.. Scott Rohling On Tue, Mar 10, 2015 at 11:58 AM, Levy, Alan wrote: > If there is something wrong with the nfs server, this server will go into > maintenance mode. > > -Original Message- > From: Linux on

Re: having commands run after complete boot process

2015-03-10 Thread Levy, Alan
If there is something wrong with the nfs server, this server will go into maintenance mode. -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Shedlock, George Sent: Tuesday, March 10, 2015 12:42 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: having com

Re: SUSE dump file location

2015-03-10 Thread Veencamp, Jonathon D.
du -x | sort -n That’s what I use to identify which subdirectory is the hog. The information contained in this e-mail message is intended only for the personal and confidential use of the designated recipient(s) named above. This message may be an attorney-cli

Re: SUSE dump file location

2015-03-10 Thread Duerbusch, Tom
I use du a lot. Problem is that a lot of Linux directories are large. Finding out what is fairly new would be the key. Back, well over 10 year ago, I wrote a REXX exec to do a directory listing of all files and only return the directory info for any file modified in the last month. This was a bru

Re: having commands run after complete boot process

2015-03-10 Thread Shedlock, George
Is there something wrong with putting it in /etc/fstab? -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Levy, Alan Sent: Tuesday, March 10, 2015 12:36 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: having commands run after complete boot process This

Re: SUSE dump file location

2015-03-10 Thread Michael O'Reilly
Tom, I just look for things "large" find / -mount -size +20480 -exec ls -l {} \; Mike O'Reilly IBM Linux Change Team "Duerbusch, Tom"

Re: SUSE dump file location

2015-03-10 Thread Rob van der Heij
You need to escape the wildcards to avoid bash glob it. find -name \*.log On Mar 10, 2015 7:06 PM, "Duerbusch, Tom" wrote: > I was looking to reclaim some disk space. > > find / -name *.log >showed some likely candidates. > > Now looking for obsolete dumps. > > find / -name *.dmp > find / -

Re: SUSE dump file location

2015-03-10 Thread Neale Ferguson
Did you mean core*? du -h -x --max-depth=1 (-x will keep you on the same device or logical volume) Will help you identify directories using lots of space. On 3/10/15, 2:06 PM, "Duerbusch, Tom" wrote: >I was looking to reclaim some disk space. > >find / -name *.log > showed some likely cand

SUSE dump file location

2015-03-10 Thread Duerbusch, Tom
I was looking to reclaim some disk space. find / -name *.log showed some likely candidates. Now looking for obsolete dumps. find / -name *.dmp find / -name *.dump both shows nothing. Really? I don't have any dumps? I must have died and gone to heaven (or at least the nearest bar ) This i

Re: having commands run after complete boot process

2015-03-10 Thread Levy, Alan
thanks -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Marcy Cortes Sent: Tuesday, March 10, 2015 1:26 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: having commands run after complete boot process I am making the assumption that you are on SLES 11

Re: having commands run after complete boot process

2015-03-10 Thread Marcy Cortes
I am making the assumption that you are on SLES 11 You can make an init script following the example /etc/init.d/skeleton Put Required-Start: $ALL in and it should go last. Marcy -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Levy, Alan Sent:

Re: having commands run after complete boot process

2015-03-10 Thread James Tison
My man page says @reboot. Thanks for pointing that out ... I'd never noticed it before! Regards, --Jim-- -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: I

Re: having commands run after complete boot process

2015-03-10 Thread Marcy Cortes
If it were a server, you would need "chkconfig nfsserver on" :) you need chkconfig nfs on for clients.. -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Levy, Alan Sent: Tuesday, March 10, 2015 9:36 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: [LINUX

Re: having commands run after complete boot process

2015-03-10 Thread Marcy Cortes
If suse, be sure and "chkconfig nfs on" -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Levy, Alan Sent: Tuesday, March 10, 2015 9:30 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: [LINUX-390] having commands run after complete boot process Thanks f

Re: having commands run after complete boot process

2015-03-10 Thread Levy, Alan
This is not an nfs server, it is just a server issuing a mount to another server. It works fine when I do it manually. -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Marcy Cortes Sent: Tuesday, March 10, 2015 12:35 PM To: LINUX-390@VM.MARIST.EDU

Re: having commands run after complete boot process

2015-03-10 Thread Linker Harley - hlinke
Sorry, it is '@reboot' instead of '@boot'. >From the crontab(5) man page: These special time specification "nicknames" are supported, which replace the 5 initial time and date fields, and are prefixed by the '@' character: @reboot:Run once, at startup. @yearly:

Re: having commands run after complete boot process

2015-03-10 Thread Linker Harley - hlinke
I think that you can also add it to /etc/crontab. Instead of specifying a time you can specify '@boot'. Harley -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Marcy Cortes Sent: Tuesday, March 10, 2015 11:19 AM To: LINUX-390@VM.MARIST.EDU Subje

Re: having commands run after complete boot process

2015-03-10 Thread Cohen, Sam
Boot.local Thanks, Sam Cohen Levi, Ray & Shoup, Inc. -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Levy, Alan Sent: Tuesday, March 10, 2015 9:14 AM To: LINUX-390@VM.MARIST.EDU Subject: having commands run after complete boot process I'm having

having commands run after complete boot process

2015-03-10 Thread Levy, Alan
I'm having a mind block today. I have a script (which does an NFS mount) and rather than put it into /etc/init.d and rc3.d, I'd like to execute this script after everything else has finished executing. I remember doing this before in some kind of boot. file but I can't remember what it was.