Search Results

Search: Posts Made By: jsandova
Forum: Solaris 07-14-2009
4,341
Posted By jsandova
Does the Sun fire x4100 support HVM?
I have looked all over the bios configuration to enable hardware virtualization and found nothing. Could someone tell if this server support it and if so where I go to enable that feature. By the way...
16,074
Posted By jsandova
danmero, That is exactly what I was look for....
danmero,
That is exactly what I was look for. Simple and short, I however have not used sed much so was not sure on how to implement it. Thanks for the great tip!
...
16,074
Posted By jsandova
Thanks for the input PWSwebmaster however that...
Thanks for the input PWSwebmaster however that grep-v you adjusted still didn't work. The closest I can get is doing the following but it's still doesn't delete all the lines I want.
...
16,074
Posted By jsandova
ghostdog74, I tried that grep -v example...
ghostdog74,
I tried that grep -v example however it didn't work. Is there a way to delete rows with awk or sed?

backups01laxint.liuc(s){jsandova}[~]<0>$ nsrjb -v | awk -F' ' '$3>=01{print $0}' ...
16,074
Posted By jsandova
How to delete a row in a file?
Does anyone know a way to delete rows 6-9 from the below output? I have searched the forum but did not find any thing helpful.

backups01laxint.liuc(s){jsandova}[~]<0>$ nsrjb -v | awk -F' '...
109,112
Posted By jsandova
I had a similar dilemma where I need to run a...
I had a similar dilemma where I need to run a backup script every 2nd Tuesday of the Month. So I added the following to my script:


TODAY=`/bin/date +%d | cut -d"0" -f2`
TUE=`cal | awk {'print...
Forum: Solaris 08-08-2008
3,854
Posted By jsandova
For future reference the fix for this issue is...
For future reference the fix for this issue is the following:
Mirror one drive first.

Add the following two lines to /kernel/drv/sd.conf. The spacing is very important.

sd-config-list="SEAGATE...
Forum: Solaris 08-08-2008
3,854
Posted By jsandova
Problems mirroring seagate cheetah 146GB 15k drives.
Has anyone ever tried mirroring with 15k seagate drives? I have never ran into this issue mirroring with 10k seagate drives. This is the error I am getting when attempting to mirror 146GB 15k seagate...
3,669
Posted By jsandova
I believe system name in solaris refers to the...
I believe system name in solaris refers to the operating system name. The host name is the actual name of the server.
Forum: Solaris 10-18-2007
36,536
Posted By jsandova
I found for what I was looking for. Posting it...
I found for what I was looking for. Posting it here in case someone else needs this.


for i in Crypt::CBC Crypt::DES DBI DBD::Oracle DBD::mysql ; do /usr/local/perl-5.8.3/bin/perl -e "eval {...
Forum: Solaris 10-18-2007
36,536
Posted By jsandova
That is true however, I would prefer to have a...
That is true however, I would prefer to have a quick way of listing what packages are already installed.
Forum: Solaris 10-18-2007
36,536
Posted By jsandova
How to check for installed Perl modules on solaris?
Is there a quick way to check for installed perl modules on a solaris server? I found using perl -e "use Crypt::DES" will work for checking one package at a time. I was wondering if there was...
Forum: Solaris 10-05-2007
4,694
Posted By jsandova
Thanks for the info. That won't work either cause...
Thanks for the info. That won't work either cause I can't get to the ok prompt to do a boot net -s to fsck it. So I ended up swapping out the hard drive and putting it into a spare chassis and it...
Forum: Solaris 10-04-2007
15,304
Posted By jsandova
control ] and then send brk always works for me...
control ] and then send brk always works for me in putty to get to the ok prompt.
Forum: Solaris 10-04-2007
4,694
Posted By jsandova
Weird behavior on a Sun Fire V120 running solaris 10.
All,
After a power loss I went to power on our sun fire v120 that is running solaris 10 and now it will not boot. I tried power cycling it from the lom and pulling the cord but nothing works. All it...
Forum: AIX 09-17-2007
30,112
Posted By jsandova
du -k /var | sort -rn | more Just replace...
du -k /var | sort -rn | more

Just replace /var with whatever directory you looking for.
1,814
Posted By jsandova
I would recommend Mandrake now known as Mandrivia...
I would recommend Mandrake now known as Mandrivia for beginners.

http://www.mandriva.com/en/community/users/about_mandriva_linux
5,838
Posted By jsandova
No but why don't you post an example of what you...
No but why don't you post an example of what you are doing so we can try to isolate issue or replicate it.
2,771
Posted By jsandova
UNIX in a nutshell would not be the greatest book...
UNIX in a nutshell would not be the greatest book for a noob. It is more of a quick reference book so if your new to UNIX then you would not be able to look up what command you need since you do no...
179,586
Posted By jsandova
I use bash and tcsh.
I use bash and tcsh.
11,668
Posted By jsandova
Your best bet would be to use WINSCP program....
Your best bet would be to use WINSCP program. Google for it and install it on your windows machine. Then you can log into your unix system via WINSCP and copy files over to your windows box. There...
56,877
Posted By jsandova
Well if you are using a sh/bash/ksh shell then do...
Well if you are using a sh/bash/ksh shell then do the following:
cd <enter>

ls -lrta <enter>

vi .profile

Look for the following line and add the path you want after the : ...
2,503
Posted By jsandova
There are different shells in UNIX for different...
There are different shells in UNIX for different needs. That being said if you are a noob, I would recomend using the BASH shell. I am not a MAC user but you should be able to set your profile to use...
6,845
Posted By jsandova
What do you mean by BASH mode? Are you using a...
What do you mean by BASH mode? Are you using a BASH shell? If so ls works in BASH just as any other basic command.
20,805
Posted By jsandova
Try a bash script instead!
#!/bin/bash

export USERNAME=xxxxx
export PDW=xxxxxxxx

cat hosts.txt | while read H
do
( echo open $H
sleep 1
echo $USERNAME
sleep 1
echo $PDW
sleep 1
/somedir/some_script.sh 2>&1 >...
Showing results 1 to 25 of 25

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