Search Results

Search: Posts Made By: larryase
Forum: Solaris 08-31-2009
2,635
Posted By larryase
Solaris zone devices
Hello all,

I'm having issue with trying to add device resource to my zone from the global zone.
I did the following

zoncfg -x larryase
add device
set match="/dev/tty*"
end

I get device...
3,800
Posted By larryase
Can you show a start state then an end state. ...
Can you show a start state then an end state. This would help to define things.
17,798
Posted By larryase
The problem is that I have no hard drive, thus no...
The problem is that I have no hard drive, thus no OS and auto boot is configure to boot from hard drive. I don't have a Sun V240 solaris install on any hard drive. I would like to start an install...
17,798
Posted By larryase
V240 EPROM reset
Hello all,

Does anyone know how to reset the ALOM password for Sun fire V240 or the OBP password? I was given a V240 without any password or hard drive.


Thanks
3,293
Posted By larryase
DukeNuke2, After looking I came to the...
DukeNuke2,

After looking I came to the conclusion thet the scsi control is bad. When I put the dirve into bay 1(scsi target 1) it register as target 0. That is why it will not see c1t1d0s0. Does...
3,293
Posted By larryase
DukeNuke2, In open boot things look correct...
DukeNuke2,

In open boot things look correct the drive show ups, the enviorment boot disk show booting from /pci@8,6000/SUNW,qlc@4. It seem to start the boot, it show the correct hostname but then...
3,293
Posted By larryase
Sun Fire 280R
Hello all,

I'm lost and can't figure this problem out.
I have a Sun fire 280R running Solaris 8. Everything was working great. I have one drive in bay 1(not 0). But when I reboot the system...
8,812
Posted By larryase
tintedwindow, Here you go newfs...
tintedwindow,

Here you go newfs /dev/rdsk/c0t0d0sXXX.
Note the XXX is the slice for the parition.
you willl have to answer yes to the questions.

good luck
1,665
Posted By larryase
kvk, I think you can do this but it is...
kvk,


I think you can do this but it is not really the correct way to do this. Have your cron job change the mp3 file. In your PHP/Web coding just point to a default mp3 file name and location. ...
9,417
Posted By larryase
Can you provide and example of the input file and...
Can you provide and example of the input file and the resulted desire file?
3,849
Posted By larryase
Virus and Worm on Linux/unix System
Hello all,

I just got asked if virus and worms are a big thing in unix/linux OS. My response was no, but after looking I found that there can be issues but very few. I would justy like to know...
2,999
Posted By larryase
Thanks Corona688, That was what I needed. It...
Thanks Corona688,

That was what I needed. It work great now.
2,999
Posted By larryase
Bootable CD
Hello all,

I was wondering if anyone had made a bootable Linux CD with additional directory inside it. I'm trying to make a bootable CD with additional rpm to install the correct video card in a...
4,233
Posted By larryase
Share xterm/kconsole
Hello all,

Just wanted to know if it is possible to have an xterm be display on two different machine and show the one session. Somthing like X forwarding be allow the local machine to also...
2,023
Posted By larryase
rakesh_s2020, If you have already instlled...
rakesh_s2020,

If you have already instlled windows Xp and have allocated all the disk space. Then I would suggest looking at VMware to be able to use both windows and Solaris.

Larryase
2,331
Posted By larryase
Do you want to mirror the system as in mirror a...
Do you want to mirror the system as in mirror a web site or are you referring to the hardware mirroring. If it's the later then you woudl nee dto hav ethe hardware install before the OS is installed....
7,059
Posted By larryase
umal, Yes you can. Use sed, cat and grep...
umal,

Yes you can. Use sed, cat and grep then you shou,d be able to do that or sed and awk.
6,916
Posted By larryase
gauravgoel, The grep -w is to search only...
gauravgoel,


The grep -w is to search only the value that match.
If you did a grep of arry your result could be marry, larry, harry and arry. But if you use grep -w you will only get arry.
...
2,992
Posted By larryase
lenyxx, What you have to do is share to...
lenyxx,

What you have to do is share to public ssh key on one machine to the know_hosts on the other machine and do the same with the other machine to this machine.

larryase
6,916
Posted By larryase
Here you do #!/bin/sh for item in `cat...
Here you do

#!/bin/sh

for item in `cat file_1|awk -F: '{print $1}'`
do
grep -w $item file_2 >>result_file
done

Good Luck
11,158
Posted By larryase
shorty, This looks like a solaris box. If...
shorty,

This looks like a solaris box. If its is, its is most likly c1t2d0s0. It will depend on how to formatted the disk. If you are on a sun box. Use format command to look at how it is name....
2,164
Posted By larryase
Thanks for the answer. Can you explain the D in...
Thanks for the answer. Can you explain the D in the expression?

Thanks
2,164
Posted By larryase
sed and line reading
Hello all,

I'm stuck and can't seem to get my head into it. But what I'm trying to do is read a file and only read the 1st and evey 3rd line until the end of the file. I thought that sed -n...
4
9,755
Posted By larryase
I use this: the status to get the boolean...
I use this:

the status to get the boolean expression with pgrep.

In your script

pgrep dhcpd > /dev/null

if ( $status = 0 ) then
echo "dhcpd is running"
else
echo "it is not...
7,145
Posted By larryase
how to backup with ACL
Hello All,

I just inherent a new server with RedHat AS4 and ACL file system. I'm new to ACL and was trying to dump the system for backup and got errors that the ACL inodes would not be backed up. ...
Showing results 1 to 25 of 66

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