Search Results

Search: Posts Made By: deaconf19
3,899
Posted By deaconf19
I would like for modify that script to monitor...
I would like for modify that script to monitor when the Child process fails. What happens is that I have a parent process that starts and spawns different child processes. If one child process dies...
3,899
Posted By deaconf19
I did a sendmail test to my work email account...
I did a sendmail test to my work email account and it worked fine.
3,899
Posted By deaconf19
Sendmail when a process stops
I have a process that crashes quite often. I'm unable to fix it since I'm not the developer and it is beyond my control to do so. However restarting the process will fix the issue which is fine.

I...
1,270
Posted By deaconf19
The problem is there is not spacing between your...
The problem is there is not spacing between your | if you had a space you could use awk and sed. With that being said if the value you're wanting to change is $100 and is the same in the file then...
Forum: Solaris 04-15-2013
12,390
Posted By deaconf19
sed s/"ValueToChange"/"NewValue"/g /file/location...
sed s/"ValueToChange"/"NewValue"/g /file/location > /new/filename


It is crude but should do the job considering you know what you are looking for and what you want to replace it with.
2,103
Posted By deaconf19
I got an error with the syntax sed: -e...
I got an error with the syntax

sed: -e expression #1, char 53: extra characters after command

---------- Post updated at 08:31 AM ---------- Previous update was at 07:53 AM ----------

I got...
2,103
Posted By deaconf19
Removing Multiple lines below a keyword using SED?
I have 9,000 + html files.

I am using the following to remove the content from a certain line up

for i in `ls`
do
sed '1,569d' $i > $i.bak
done


This will remove the unwanted formatting...
Forum: Solaris 08-16-2010
5,345
Posted By deaconf19
Just curious, are you sure that the verison you...
Just curious, are you sure that the verison you downloaded is x86?

because your first post you have


SunOS Release 5.10 Version Generic_118855-33 64-bit
Copyright 1983-2006 Sun Microsystems,...
Forum: Solaris 08-09-2010
5,345
Posted By deaconf19
are you using x86 or Sparc for the VM ? which...
are you using x86 or Sparc for the VM ?
which release of Solaris 10 is this
1,570
Posted By deaconf19
when you do a df -hk is the disk full ? how...
when you do a df -hk is the disk full ?

how large is the file right now?
Forum: Solaris 10-19-2009
3,232
Posted By deaconf19
The problem was that the KVM was using a UK...
The problem was that the KVM was using a UK format instead of the US format which was causing the @ and a few others to display incorrectly after running the kbd - it showed it was set to 33 so I ran...
Forum: Solaris 10-14-2009
3,232
Posted By deaconf19
KBD layout not working
Found the problem

kbd -l then kbd -s
Forum: Solaris 10-14-2009
5,704
Posted By deaconf19
everything looks correct but do have the hostname...
everything looks correct but do have the hostname i stated below

do you have a hostname in /etc for it to look at ?

/etc/hostname.hme0 has the name amd1 in it
then you need the ip of the JS...
Forum: Solaris 10-12-2009
3,070
Posted By deaconf19
Solaris 10 Suspend System
One of our Solaris 10 Guru's created a Solaris 10 image and he disabled the Suspend System option. How do I enable it again?

example right click on the desktop the go to the bottom Suspend System...
Forum: Solaris 09-28-2009
3,108
Posted By deaconf19
Now do I have to do these procedures all the...
Now do I have to do these procedures all the time? I do not want to do that since I reload various client through out the day
Forum: Solaris 09-28-2009
3,108
Posted By deaconf19
Sorry I am running a 1500 currently, and it is...
Sorry I am running a 1500 currently, and it is patched to the atleast release. there is no SAN attached

It appears that the flash archive that I am using must have a bad md.conf sor something how...
Forum: Solaris 09-28-2009
3,108
Posted By deaconf19
Error after Jumpstart
I have a Solaris 10 U6 flash nothing has changed on my Jumpstart expect for some finish files and profiles.
after I jump either a client or a server I always get the same error

the following...
Forum: Solaris 09-28-2009
3,153
Posted By deaconf19
thanks for the information. I am using the tar...
thanks for the information. I am using the tar commands
Forum: Solaris 09-22-2009
3,153
Posted By deaconf19
Tape Driver Command for search
I am new to using a tape drive in Solaris 10.
Our tape drive is working fine but what I was wondering is this.

If I back up 10 files a day for 10 days that is 100 files and I want to restore a...
Forum: Solaris 08-27-2009
17,449
Posted By deaconf19
boot cdrom - install bad magic label usually...
boot cdrom - install

bad magic label usually is a bad hard drive. I have seen many of these before even on a new system. We replaced the hard drive and it worked afterwards
Forum: Solaris 08-18-2009
2,608
Posted By deaconf19
correction I had an older document let me...
correction

I had an older document let me once over this and see. thanks for the link
Forum: Solaris 08-18-2009
2,608
Posted By deaconf19
Creating WAN boot Server help
I have a Jumpstart server. It does not have Apache on there. I have not found a step by step guide on how to install a WAN boot server. I already have all my custom files from my Jumpstart Server and...
Forum: Solaris 08-05-2009
2,802
Posted By deaconf19
To echo what Duke said it easy once you read and...
To echo what Duke said it easy once you read and mess around with JS. I have 4 JS here at work and help to create begin and finish scripts and profiles as well. It takes time but once you see how...
Forum: Solaris 08-05-2009
4,267
Posted By deaconf19
I have Solaris 10 on my VM as well. As for OBP it...
I have Solaris 10 on my VM as well. As for OBP it is an on board SUN systems. I do not think you can practice. you could try eeprom but I am not sure that will work either since there is not a OBP on...
15,952
Posted By deaconf19
sed...
sed /"#\/dev\/dsk\/c0t0d0s7"/"\/dev\/dsk\/c0t0d0s7"/g /etc/vfstab
> vfstab.new this works then I added a move in there. thanks rakeshawasthi and agn
Showing results 1 to 25 of 159

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