Hi Guys,
I need to find and list the total size of all the core files on a Solaris 9 system.
I do: find / -name core
which lists all the core files.
Now I need to find the total of a...
Hi Experts
I've got a problem: The /opt/ folder on my first HDD is full. Now I want to move it to the second hard disk but don't want to change the path of this folder. Is there any way to do...
Hi
Can someone point me to websites that I can download ready to use/run
Tcp wrappers for Solaris 8, 9 & 10. Some installation/user guides will be good
to have as well.
The hardware ...
/etc/hosts gives the ip and the hoatname list. Likewise how can I find the list of ports and the assigned name for them?
I need to find this script so I can update the firmware on an sun servers ILOM port.
Hi
Can someone provide the link / url to download :
a) Solaris 8 CDs & DVDs
b) Solaris 10 CDs & DVDs (CDs required as I have a V120 that could only read CD, not DVD)
I need to downlo...
I am a newbie to Solaris/UNIX. I just installed Solaris 10 and accidentally chose CDE as my desktop instead of Java. How can I set Java Desktop as my desktop?
How can you restrict ftp users to their home dir on Solaris 9? At the moment they can browse all over the place. I know you can use ftphosts to restrict by user or home dir but this is not wha...
The following errors pops up when I execute the script verifica_y_envia.sh:
aais2:/export/home/oracle/dba/scripts> verifica_y_envia.sh
find: bad option exec
find: path-list predicate-list...
Due to earlier blunder of "rm -r *", I've now ufsrestored slice 0 (root) :
# fsck -y /dev/rdsk/c0t0d0s2
# mount /dev/dsk/c0t0d0s0 /mnt
# cd /mnt
# ufsrestore -rvf /dev/rmt/0n (this res...
Hi
I'm trying to install the following patches (the main patch is to address a snoop utility
vulnerability while of the patches listed below are the pre-requisites.
118833-36 119042-11 ...
I have an Ultra 5 workstation that I installed Solaris 10 (sparc version of course). After downloading 5 CDs I got it running. Problem is I don't know much about Unix (This is the reason I am...
I have table B created as a partitioned with the same structure with table A( table A is not a partitioned table). Table A is my production table it contains lots of indexes. If i rename B to ...
I need help from expert to explain to me what are this log about:
Oct 1 07:50:27 LOCALHOST rmclomv: [ID 111618 kern.crit] SC initiating soft host system shutdown due to fault at FIOB.T_AMB....
I need to find SUNWopenssl to download and install.........
should be close to this version...........................................
pkginfo -l |grep ssl
PKGINST: SMCossl98b
N...
I have download Sun Solaris 10 iso CD image,after downloading it i try to open with power ISO software for burn it.but it shows that ISO image is an Non-bootable image.
how can i burn it ...
I need to configure the flash player in the firefox web browser for better http experience, I have downloaded the required package.
flash_player_9_solaris_x86.tar.bz2
it contains two file
...
Hello,
Given below is the 'metastat' output of a mirrored volume. Having this output, how can I calculate the actual size of the volume in MB or GB? How can I determine the size of each bl...
I am trying to set up the Xserver in Solaris 8 so I can remotly control the machine from my desktop. Anyone have a procedure I can follow to set this up?
hi,
I have added a user in solaris machine. I am able to login as ftp account with same details but only with read only permission. how can i assign full permission for that account
reg...
Hello,
The 'prstat' output in a solaris machine shows as given below. How do I get more info about a particular process ID. Suppose in the given output, if I want to know more details about...
I now have my little sparc 5 that I got from ebay up and running. I'm trying learn UNIX. The Sun Java Desktop is sweet looking! Here is my question. How can I join my local Windows 2003 domain...
Hi,
I want to collect Network IO Statistics in solaris os. For that I have done,
while true ; date +%T; do netstat -i; sleep 5; done >/tmp/x
awk f network.awk </tmp/x >>network.csv
...
I experience terminal emulation issues when connecting to Solaris (I use the same tools to connect to Linux and have never had a problem). For example, vi acts erratically when the term is set...
Hello,
Sometimes I'm really going mad with Swap space in Solaris? Please look at the below output, based on this i have some questions about Swap space?
root@hotsun# uname -a
SunOS hots...