Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cfsalmeida

  1. cfsalmeida

    DiskSuite "metadb" contains no replicas

    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...
  2. cfsalmeida

    Sun Blades 1000

    You can also use the command "prstat", very "similar" with top, and is on Solaris 8. Regards, Carlos Almeida,
  3. cfsalmeida

    Where can I find Package SUNWcip?

    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,
  4. cfsalmeida

    is SUNWcip ? or SUNWfcip (IP over f

    Sorry guys, my mistake, ... this shoud be an answer to another thread ....
  5. cfsalmeida

    is SUNWcip ? or SUNWfcip (IP over f

    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,
  6. cfsalmeida

    PHP compilation fails (Solaris 8 and GCC)

    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.
  7. cfsalmeida

    Help on RPG-JAVA

    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...
  8. cfsalmeida

    Solaris 8 system Temperature

    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...
  9. cfsalmeida

    Help on RPG-JAVA

    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,
  10. cfsalmeida

    Admintool says /etc/passwd is in use? Any ideas?

    ... and also /etc/.group.lock Regards, Carlos Almeida,
  11. cfsalmeida

    Admintool says /etc/passwd is in use? Any ideas?

    Admintool uses "/etc/.pwd.lock" as lock file. Regards, Carlos Almeida,
  12. cfsalmeida

    Solaris and Intel

    is not a final decision yet ! for now Sun just freeze the Solaris 9 Intel development... Reagards, Carlos Almeida,
  13. cfsalmeida

    Boot server utilizing quad port card

    Do you try to change the boot prom "local-mac-address?" variable to true ? Regards, Carlos Almeida,
  14. cfsalmeida

    host lookup on JVM/Solaris

    Try restart the "nscd" deamon. Regards, Carlos Almeida,
  15. cfsalmeida

    decreasing partition size

    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...

Part and Inventory Search

Back
Top