Search Results

Search: Posts Made By: bblondin
2,538
Posted By bblondin
This works perfectly for what I am doing. ...
This works perfectly for what I am doing.

Thank you everyone for the suggestions! :)
2,538
Posted By bblondin
[SOLVED] sed to replace a line with multi lines from a var
I am trying to find a line in a file ("Replace_Flag") and replace it with a variable which hold a multi lined file.


myVar=`cat myfile`
sed -e 's/Replace_Flag/'$myVar'/' /pathto/test.file...
Forum: AIX 04-17-2011
1,625
Posted By bblondin
are you trying to backup/clone the entire system?...
are you trying to backup/clone the entire system?
if so...
(make sure you have a lot of disk space free..)
make a tmp folder, like /tmp/NycUnxer

mksysb -i -e -p /tmp/NycUnxer/mksysb_hostname
...
Forum: AIX 04-14-2011
11,148
Posted By bblondin
I removed slp_srvreg (since I'm not using it) and...
I removed slp_srvreg (since I'm not using it) and all is good.

Thanks for the help DGPickett
Forum: AIX 04-07-2011
11,148
Posted By bblondin
AIX Logs - SLPServiceListener Error
I have enabled logging on all of my AIX systems.

# vi /etc/syslog.conf

*.debug;*.emerg;*.alert;*.crit;*.warning /var/log/messages rotate size 1000k files 4
syslog.debug /var/log/syslog rotate...
Forum: AIX 07-22-2010
12,523
Posted By bblondin
I think you may need to set ctl_chan, for...
I think you may need to set ctl_chan,

for example: mkvdev -sea ent0 -vadapter ent2 -default ent2 -defaultid XX -attr ctl_chan=ent3 ha_mode=auto

Configuring Share Ethernet Apapter Failover:...
Forum: Linux 07-22-2010
1,871
Posted By bblondin
since you're using RHEL 5, I'd recommend using...
since you're using RHEL 5, I'd recommend using KVM which is built into RHEL 5+

HOWTO - KVM (http://kvm.et.redhat.com/page/HOWTO)
Forum: AIX 02-28-2009
2,790
Posted By bblondin
There is another option... assuming you are using...
There is another option... assuming you are using AIX 5.3 or higher, and you can move files from your NFS server to your workstation that has a DVD burner you can do the following:

Clean up the...
Forum: AIX 02-09-2009
15,540
Posted By bblondin
I can only assume that you have other machines on...
I can only assume that you have other machines on your network, that can use this NIS server without issue and that you don't have any host.deny or selinux action happening on your NIS server that...
Forum: AIX 01-24-2009
17,689
Posted By bblondin
I found a workaround.... using...
I found a workaround.... using /usr/sbin/slibclean
will clean up the system.

I also changed the access rights to this file so the user can issue this command.

-r-Sr-sr-x 1 root system ...
Forum: AIX 01-24-2009
15,540
Posted By bblondin
I didn't have to reinstall the OS, however I had...
I didn't have to reinstall the OS, however I had a chance over a long weekend so I did.

There must be a better answer to this, but I'm not sure what that would be.
Forum: AIX 01-21-2009
5,401
Posted By bblondin
Update your BIOS! The first round of JS20 had...
Update your BIOS! The first round of JS20 had lots of issues booting/installing, update the BIOS. (2.06 is the latest)

1) Download the BIOS

2) Burn to file to a CD
3) Make sure that this...
Forum: AIX 01-21-2009
15,540
Posted By bblondin
I had an issue like this a long time ago... ...
I had an issue like this a long time ago...
from the command line of the AIX machine run these two commands

/usr/sbin/chypdom '-B' yourdomian

/usr/sbin/mkclient '-B' -S...
Forum: AIX 01-21-2009
5,053
Posted By bblondin
chuser with NIS???
HI,
I need to be able to give a non-root user the ability to do FIFO (First In, First Out) scheduling and use high-res timers.

Normally when working in a standalone environment (local user...
Forum: AIX 11-02-2008
17,689
Posted By bblondin
Yes, you are correct the jobs do issue "rm -rf "...
Yes, you are correct the jobs do issue "rm -rf " to clean out /tmp when they are done.

Unfortunately I have already rebooted all of these systems today, so “fuser” returned nothing.

I...
Forum: AIX 11-02-2008
17,689
Posted By bblondin
i-nodes - out of disk space on /tmp
Usage:

We run test build jobs that login to our AIX machines and create many small files in /tmp. After these jobs complete, they delete their temporary files that they have created.

...
Showing results 1 to 16 of 16

 
All times are GMT -4. The time now is 09:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy