Don't forget that partition to contain SDS replicas is only for SDS use, if you are using c0t0d0s0 as root partition, you cannot create a SDS database on this one, also there are no advantage to spread replicas on the same device as c0t0d0s6 and c0t0d0s7 are both same device, (c0t0), (but create...
is SUNWcip ? or SUNWfcip (IP over fibre channel drivers), SUNWfcip is on Software CD 1 of 2, since Solaris 8 06/00, you also have the SUNWfcipx (64 bit version).
Hope it helps,
Carlos Almeida,
is SUNWcip ? or SUNWfcip (IP over fibre channel drivers), SUNWfcip is on Software CD 1 of 2, since Solaris 8 06/00, you also have the SUNWfcipx (64 bit version).
Hope it helps,
Carlos Almeida,
When using GCC 3.0.2 don't use compile tools from Sun, like as (usr/ccs/bin/as), install Gnu binutils, and make sure they are listed first in PATH, or you csn use GCC 2.95.3 with sun utilities.
Hope it helps,
Carlos Almeida.
Well it seams to be a EBCDIC data file, the fields of data unreadable should be packed numeric data, so "dd" will do the trick, transfer the data file to Unix system and run "dd" with conv=ascii, to transfer all packed numeric to ascii data, you will need also the RPG data...
Some Netras (like T1 105), don't support temperature monitoring, so prtdiag will show nothing, if you have LOM installed you can check if your Netra support this "feature"
by trying to read temperature values and settings, eg:
# lom -t
on my Netra T1 105 will show:
Temperature...
What kind of binary data ? if is EBCDIC files you can first convert ebcdic data to ascii with "dd" command using option conv=ascii, and then load ascii data into your java application.
Hope it helps,
Regards,
Carlos Almeida,
Without any "special" software like Veritas Volume Manager, is no possible to shrink a filesystem without a backup -> change partition -> restore, but you can expand a ufs filesystem by change the partition (space must be contigous), and then use " /usr/lib/fs/ufs/mkfs" with...
Well I first create this as a internal tool, but if I see a general interest in it, may be I consider to create a small web site to make this available to the community, is now under some testes with new functions under Solaris 9 (Beta Refresh), for Solaris 9 support, and change a few things in...
For the video problem patch 109401 add support for many recent graphic adapters like Nvidia Gforce family, Ati Radeon, Matrox G400, etc, for cards not supported by Sun native drivers you can use the Solaris Xfree86 Drivers Porting Kit, so if is supported by Xfre86 is supported by Solaris x86...
Sun decide to make available "/dev/random" and "/dev/urandom" in Solaris 8, (Previous Sun announce this as a Solaris 9 new), all you need is install patch 112438-01 and reboot. Now we can e.g. install openssh 3.1 without the need of also install the "prngd" package...
you can use netstat, eg:
# netstat -an | grep LISTEN
or check if a process on the machine is running on port 8080,with "pfiles", eg:
# cd /proc
# pfiles * > /tmp/procs
then edit "/tmp/procs" and do a search for "8080".
Hope it helps,
Regards,
Carlos Almeida,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.