Set up a DNS on Solaris 8(SPARC)

Hi,
We have a ultra 5 machine. I am now trying to install Sun Internet Mail Server. One of the requirement for this is setting up of LDAP server. This does not install until a DNS is found. I intend to install the DNS on the solaris box itself. Can some one help me with the DNS installation and also the Mail Server setup.
Regards
Sunil

I can help you on setting up the dns, but this process
will be very long and I'll explain it to you.
Firstly , Install BIND v.9 from http://www.sunfreeware.com (package)or you can download the source from http://www.isc.org/products/BIND/ .
Installing package is quite simple, download the appropriate file and do #pkgadd -d bind-program
or if you download the source, then you need to configure and make the software.
I assume you have done this. Once you have successfully installed BIND, you need to check on your /etc/named or /var/named directory for the named files.
A sample configuration of BIND is below
$ cat /etc/named.conf
options {
directory "/var/named";
forward only;
listen-on port 53 {
192.168.x.1;
forwarders {
// ISP NS IP's here.
aaa.bbb.ccc.ddd;
allow-query {
192.168.x.0/24;
127.0.0.1/32;
logging {
category lame-servers { null; };
key controlkey {
algorithm hmac-md5;
secret "J5D_hKfy73f&#hfjek&*efke";
controls {
inet 127.0.0.1 allow {
localhost;
} keys {
controlkey;
// zones you wish to master go after this marker ;)
zone "localhost" IN {
type master;
file "caching-example/localhost.zone";
allow-update { none; };
zone "0.0.127.in-addr.arpa" IN {
type master;
file "caching-example/named.local";
allow-update { none; };
When you have created this file (named.conf) then you need to create hosts on your respective directory which you have defined , either /var/named or /etc/named this is where all the hosts will be and you can create this files manually and the format is like below.
Create a file called mydomain.com.hosts
and insert this
$ttl 38400
mydomain.com. IN SOA ns.mydomain.com. dnsadmin.mydomain.com. (
2001030701
3600
900
3600000
3600 )
www IN A 192.168.1.1
server1 IN A 192.168.1.20
ns IN A 192.168.1.2
mydomain.com. IN NS ns.mydomain.com.
mydomain.com. IN MX 10 mail.mydomain.com
For each domain create a file like this, you can add additional hosts in one file above.
Once you have done this you can start the name server , if this dns system is only going to be for internal use, it would be even simpler.
If you have any problems please mail me as posting here will take too much space.
Alphademon

Similar Messages

  • Oracle 10g R2 installation on sun solaris 10 Sparc machine

    Hi there,
    I encountered the following problem during oracle 10g R2 installation on sun solaris 10 Sparc machine
    Error encountered:
    Using paramFile: /u01/Oracle/10gr2_db_sol/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be 5.8, 5.9 or 5.10. Actual 5.10
    Passed
    Checking Temp space: must be greater than 250 MB. Actual 2266 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 2335 MB Passed
    Checking monitor: must be configured to display at least 256 colors Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set.
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    Continue? (y/n) [n]
    The following were the steps taken before encountering the above error
    1. logged into a workstation
    2. From its xterm terminal I logged to the oracle server via ssh oracle@ip
    3. keyed in the following at the command prompt
    DISPLAY=machine_name:0.0; export DISPLAY
    4. executed the following from the command prompt
    ./runInstaller
    Note: when executing the ./runInstaller, the preinstallation checking just hangs at Checking monitor: must be configured to display at least 256 colors. But the log file shows it failed during preinstallation checking as shown in Error encountered
    Please help me with this problem.
    Thank you
    Ravindran Kanniah

    It is because of UNIX shell. I also faced this error during installation.
    First check your shell by the following command.
    $ echo $SHELL
    Then select the below.
    For csh shell
    $ setenv DISPLAY 192.168.1.128:0.0
    $ export DISPLAY
    For sh,ksh and bash
    $ DISPLAY=192.168.1.128:0.0
    $ export DISPLAY
    After you do this check the value of DISPLAY variable.
    $ echo $DISPLAY
    If the DISPLAY variable is set then run ./runInstaller.
    One advice: Keep a complete log of your terminal session. This will help you in future :)
    -aijaz

  • Install newest JRE on Solaris 9 Sparc (64-bit)

    Note: This message has also been posted on the JRE forum. This is the second attempt to post it here.
    I would like to know the best method to replace the JRE that is installed with a Solaris 9 (SPARC) installation. A clean installation of Solaris 9 comes with JRE 1.4 and I would prefer 1.4.1 (64-bit) or newer. Sun provides self-extracting archive downloads of the latest JREs for Solaris, but I have been unsuccessful in using these. I followed the instructions at:
    http://java.sun.com/j2se/1.4.2/install-solaris.html
    for doing a self-extracting installation, but this does not replace the contents of /usr/j2se with the new JRE. Additionally a pkginfo still points to the old JRE. I also read the instructions at:
    http://java.sun.com/j2se/1.4.2/install-solaris-64.html
    which stated I should install the 32-bit version, and then the 64-bit version. Finally, both set of instructions mention installation from packages, yet I am unable to find the packages to download. What is the best method to remove the JRE from a Solaris installation and install a newer version of the JRE so the pkginfo is updated and the new JRE resides in /usr/j2se? Any assistance is appreciated.

    I found by issue "mount -v" that our disk slices are
    UFS type. So we don't need apply patch 5257399,
    right? Please confirm. Thanks!!!For your information, you are asking the user community to confirm, not Oracle. Some (many?) of us are not employed by Oracle.
    Therefore, the only answers you can get are from 'friends'. Nothing would be official and Oracle (and Oracle Support) would not be legally responsible.
    Your safest bet would be to escalate the request wityh Oracle Support.

  • Could not locate new host added from Solaris 10 Sparc servers

    Hi All,
    I am having difficulty finding a new host (Stallion terminal server. e.g. jodie - 10.56.4.7) using ping on our Sun Fire T5220 Solaris 10 on our network, even though jodie has been updated to the DHCP (10.56.19.157) server and can be located from other hosts that runs Red Hat Linux and Windows XP. By restarting nscd daemon with the following commands did not help:
    # svcadm disable system/name-service-cache
    # svcadm enable system/name-service-cache
    Below is the static IP address detail for the Solaris 10 server:
    $ showrev
    Hostname: angel
    Hostid: 4e2f56yu
    Release: 5.10
    Kernel architecture: sun4v
    Application architecture: sparc
    Hardware provider: Sun_Microsystems
    Domain:
    Kernel version: SunOS 5.10 Generic_144488-12
    $ ifconfig -a                                                                  
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
            inet 127.0.0.1 netmask ff000000
    e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
            inet 10.56.120.12 netmask fffffe00 broadcast 10.56.121.255
    The same detail on a Red Hat Linux server that can locate jodie is:
    root@bobby /sbin>uname -a
    Linux bobby.abc.com 2.4.18-3 #1 ...... i686 unknown
    root@bobby /sbin/ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 00:20:ED:5D:2F:94 
              inet addr:10.56.8.218  Bcast:10.56.15.255  Mask:255.255.240.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:653366594 errors:0 dropped:0 overruns:698544 frame:0
              TX packets:5815250 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:100
              RX bytes:2492338569 (2376.8 Mb)  TX bytes:1003467939 (956.9 Mb)
              Interrupt:10 Base address:0xd000
    lo        Link encap:Local Loopback 
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:145903 errors:0 dropped:0 overruns:0 frame:0
              TX packets:145903 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:12496874 (11.9 Mb)  TX bytes:12496874 (11.9 Mb)
    Likewise, the IP configuration on my Windows XP PC that can also see jodie after having flushed its local dns cache with "ipconfig /flushdns":
    C:\Documents and Settings\crystal>ipconfig -all
    Windows IP Configuration
            Host Name . . . . . . . . . . . . : BEATLE
            Primary Dns Suffix  . . . . . . . : musician.abc.com
            Node Type . . . . . . . . . . . . : Unknown
            IP Routing Enabled. . . . . . . . : No
            WINS Proxy Enabled. . . . . . . . : No
            DNS Suffix Search List. . . . . . : musician.abc.com
                                                abc.com
                                                abc.com
                                                com
    Ethernet adapter Local Area Connection:
            Connection-specific DNS Suffix  . : abc.com
            Description . . . . . . . . . . . : Intel(R) 82566DM Gigabit Network Connection
            Physical Address. . . . . . . . . : 00-19-BB-55-79-90
            Dhcp Enabled. . . . . . . . . . . : Yes
            Autoconfiguration Enabled . . . . : Yes
            IP Address. . . . . . . . . . . . : 10.56.3.91
            Subnet Mask . . . . . . . . . . . : 255.255.240.0
            Default Gateway . . . . . . . . . : 10.56.0.1
            DHCP Server . . . . . . . . . . . : 10.56.19.157
            DNS Servers . . . . . . . . . . . : 10.56.0.2,10.56.0.33What I suspect is the DNS configuration on angel (Solaris 10) to lookup DNS server (10.56.0.2, 10.56.0.33) is not correct, or that it is on another subnet (10.56.120.0) and require additional setup to see other hosts that do not belong to its own subnet. angel has only recently been built and its likely that its DNS setup has not been configured correctly.
    Other Solaris 10 Sparc servers on the same subnet 10.56.120.0 also experienced the same issue even though they have been around for a while. Nevertheless, their DNS configuration may have been manually configured to see certain subnets and not 10.56.4.0 where jodie lives.
    Any idea on where the problem lies?
    Thanks in advance,
    Crystal

    Hi All,
    I am having difficulty finding a new host (Stallion terminal server. e.g. jodie - 10.56.4.7) using ping on our Sun Fire T5220 Solaris 10 on our network, even though jodie has been updated to the DHCP (10.56.19.157) server and can be located from other hosts that runs Red Hat Linux and Windows XP. By restarting nscd daemon with the following commands did not help:
    # svcadm disable system/name-service-cache
    # svcadm enable system/name-service-cache
    Below is the static IP address detail for the Solaris 10 server:
    $ showrev
    Hostname: angel
    Hostid: 4e2f56yu
    Release: 5.10
    Kernel architecture: sun4v
    Application architecture: sparc
    Hardware provider: Sun_Microsystems
    Domain:
    Kernel version: SunOS 5.10 Generic_144488-12
    $ ifconfig -a                                                                  
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
            inet 127.0.0.1 netmask ff000000
    e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
            inet 10.56.120.12 netmask fffffe00 broadcast 10.56.121.255
    The same detail on a Red Hat Linux server that can locate jodie is:
    root@bobby /sbin>uname -a
    Linux bobby.abc.com 2.4.18-3 #1 ...... i686 unknown
    root@bobby /sbin/ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 00:20:ED:5D:2F:94 
              inet addr:10.56.8.218  Bcast:10.56.15.255  Mask:255.255.240.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:653366594 errors:0 dropped:0 overruns:698544 frame:0
              TX packets:5815250 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:100
              RX bytes:2492338569 (2376.8 Mb)  TX bytes:1003467939 (956.9 Mb)
              Interrupt:10 Base address:0xd000
    lo        Link encap:Local Loopback 
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:145903 errors:0 dropped:0 overruns:0 frame:0
              TX packets:145903 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:12496874 (11.9 Mb)  TX bytes:12496874 (11.9 Mb)
    Likewise, the IP configuration on my Windows XP PC that can also see jodie after having flushed its local dns cache with "ipconfig /flushdns":
    C:\Documents and Settings\crystal>ipconfig -all
    Windows IP Configuration
            Host Name . . . . . . . . . . . . : BEATLE
            Primary Dns Suffix  . . . . . . . : musician.abc.com
            Node Type . . . . . . . . . . . . : Unknown
            IP Routing Enabled. . . . . . . . : No
            WINS Proxy Enabled. . . . . . . . : No
            DNS Suffix Search List. . . . . . : musician.abc.com
                                                abc.com
                                                abc.com
                                                com
    Ethernet adapter Local Area Connection:
            Connection-specific DNS Suffix  . : abc.com
            Description . . . . . . . . . . . : Intel(R) 82566DM Gigabit Network Connection
            Physical Address. . . . . . . . . : 00-19-BB-55-79-90
            Dhcp Enabled. . . . . . . . . . . : Yes
            Autoconfiguration Enabled . . . . : Yes
            IP Address. . . . . . . . . . . . : 10.56.3.91
            Subnet Mask . . . . . . . . . . . : 255.255.240.0
            Default Gateway . . . . . . . . . : 10.56.0.1
            DHCP Server . . . . . . . . . . . : 10.56.19.157
            DNS Servers . . . . . . . . . . . : 10.56.0.2,10.56.0.33What I suspect is the DNS configuration on angel (Solaris 10) to lookup DNS server (10.56.0.2, 10.56.0.33) is not correct, or that it is on another subnet (10.56.120.0) and require additional setup to see other hosts that do not belong to its own subnet. angel has only recently been built and its likely that its DNS setup has not been configured correctly.
    Other Solaris 10 Sparc servers on the same subnet 10.56.120.0 also experienced the same issue even though they have been around for a while. Nevertheless, their DNS configuration may have been manually configured to see certain subnets and not 10.56.4.0 where jodie lives.
    Any idea on where the problem lies?
    Thanks in advance,
    Crystal

  • Quad gigaSwift Ethernet Driver for Solaris 10 Sparc

    I have been looking about for this all over the place and cannot find it anywhere, in the manual and the sun site all the downloads are for solaris 9.
    Are these cards not supported on Solaris 10 Sparc ?
    Cheers,
    Mike

    it is the X4444A solaris 10 did pick up the card straight away, but the problem is there was no ce.conf file, i have created my own because i need to turn on jumbo frame for an individual port, but when i add it in all the ports on the card are being set to MTU 9800 so then i have to set them indivually to 1500 apart from the one i am using that needs to be 9000. This is all good and proper but when i activate this the box connects to the netapps server but all nfs shares fail as soon as anything touches these directories.
    The netapps filer is running at MTU 9000 and the card is running at 9000 causes everything to fall over, set back to normal and everything is ok.
    Any ideas ?

  • Xvfb on Solaris 8 (SPARC 32 bit)

    Hello,
    We need to run an Oracle server that needs a Virtual Frame Buffer. We need to set DISPLAY variable set on the system. Opening an xhost is not a solution for us because it is not in the security policy.
    Any pointers or docs are appreciated.
    Thanks in advance,
    Arun.

    Kumar Jangid wrote:
    An .iso image can be downloaded from Oracle's website. You can then create a VM and can install Solaris 10 using it's .iso image.
    Download from: http://www.oracle.com/technetwork/server-storage/solaris10/downloads/index.html
    Hope this will help.
    Edited by: Kumar Jangid on Jul 26, 2012 12:30 AM@ Kumar Jangid,
    Did you actually read the original post?
    That person is confused on what they want or need or think is possible.
    Wait until they respond with a more complete description before throwing out a response that can only confuse them more.
    They said:
    Can someone please let me know the download link from where i can download Solaris 10 Sparc - 32 bit ?which does not exist and has NEVER existed as a free download.
    Then they said:
    As I have to install this using VMware 7 workstation on 32 bit windows 7A Solaris release for SPARC will never run on a Windows box.

  • DNS in Solaris 10

    Hi Freinds,
    I am trying installing DNS on Solaris 10 10/09 s10s_u8wos_08a SPARC. I could not find named.conf file in the entire harddisk. So #svcadm enable /network/dns/server:default
    makes the dns server service in to "maintenance" mode. Can anybody guide me to find a good guide for configuring DNS on this syetm? How can I find named.conf file?
    Thanks,
    abelk_12

    An old thread provides some guidance: [http://forums.sun.com/thread.jspa?threadID=5074659]
    [Introduction to the Domain Name System|http://www.sun.com/bigadmin/features/articles/intro_dns.jsp]

  • Solaris 10 Sparc - Linux2.6 x86

    I want to port my Solaris 10 Sparc V240 machine's output to be displayed in my x86 CPU installed with JDS Linux2.6. I tried with xhost and also set my DISPLAY variable... but it showed nothing.
    Can it actually be done? if not why? I could port Solaris 10 x86 CPU's output to be displayed on Linux x86 CPU....
    hope can clear my doubt.. thanks
    VD

    I will assume that you have done this before and it had worked for other sytsems.
    It would help if you gave more details. Like show the command you ran to set DISPLAY (use a fake name for the host if desired). What is the command your are trying to have displayed remotely?
    Also did you get an error?
    -If so, it could be as simple as the DISPLAY variable not being exported (i.e. export DISPLAY).
    -If not, do you have multiple displays? For example I have two and if I want windows to appear on the second I set DISPLAY=desthost:0.1 which makes it show up on the second one. Did you just set DISPLAY=desthost:0 and it could be defaulting to a "fake"display that doesn't actually exist so you don't ever see anything.
    Another possibility is that the host name lookup is giving you some other systems IP address. Make sure your lookups are going to the correct place (BTW this is probably a long shot).
    As a side note. You may consider using VNC to do this. Just set up a VNC server on the host you want to get to remotely. Then run a VNC viewer on the remote host and run the commands (windows) under VNC. The added benefits are that it's much faster when using this over a WAN with any kind of VPN tunnel and you can exit the viewer while leaving the commands running and go back in later, even from a different system to check on them.
    Hope that helps.

  • Solaris 10 SPARC DHCP Server causing disconnects every hour

    I am using Solaris 10 SPARC (Netra X1) as a router (DHCP/NAT)
    I'm running the built-in dhcp-server with the following in /etc/inet/dhcpsvc.conf
    DAEMON_ENABLED=TRUE
    RESOURCE=SUNWfiles
    RUN_MODE=server
    PATH=/var/dhcp
    CONVER=1
    HOSTS_RESOURCE=files
    ICMP_VERIFY=false
    INTERFACES=dmfe1
    LOGGING_FACILITY=1
    VERBOSE=TRUEI have made an entry for my MAC address
    # pntadm -P 192.168.1.0 | grep 192.168.1.218
    010026B9B29555  00      192.168.1.218   <MY IP>    Zero                            UNKNOWNHowever, if I rely on DHCP I get disconnected for a few seconds every hour exactly. All my SSH connections drop and I get disconnected from any IRC server I am on.
    If I set my client to a static IP this issue disappears, which leads me to believe it's DHCP who is the culprit here.
    Does anyone have any suggestions? From the pntadm output "Zero" should mean the lease never expires, right?
    Thanks

    A 64 bit VM is not necessarily faster than a 32 bit one. I remember at least on suggestion that it could be slower.
    Make sure you use the -server option.
    As a guess IBM isn't necessarily a slouch when it comes to Java. It might simply be that their VM was faster. Could have used a different dom library as well.
    Could be an environment problem of course.
    Profiling the application and the machine as well might provide information.

  • How to Enable firewall on Solaris 10 SPARC Machine?

    Hi All,
    I have installed Solaris 10 SPARC & by default the firewall is disabled.
    Now i need to enable firewall?
    Can i know how to enable firewall Solaris 10 SPARC Machine?
    Also can i know how to open up specific TCP & UDP ports?

    What exactly are you looking for? By default Solaris is a secure operating system, but can be tuned to be more or less secure. The link above on IP Filtering is one way to make a system more secure, and is can be used to set up a firewall.
    -- Alan

  • How to configure to access internet on Solaris 10 SPARC

    Dear All,
    how to configure to access internet on Solaris 10 SPARC.
    Thanks and regards,
    Heng

    What you need is just an IP address on your network interface and configure dns in /etc/nsswitch.conf and /etc/resolv.conf.
    More details here : http://docs.oracle.com/cd/E23823_01/html/816-4554/index.html

  • Set network speed & mode in Solaris 10

    Hi all,
    Can someone know how to change the network speed and mode in solaris 10 SPARC
    I tried with ndd -set , is this valid for Solaris 10
    How can I check the speed and mode
    Regards,
    Hakim

    It depends on what type of interface card you have, but basically you can use ndd -set and ndd-get commands on most of the NICs in a Sun box:
    Network Interface Cards documentation:
    http://docs.sun.com/app/docs/prod/net.inter.crds#hic
    I have bge cards, so, I run this command to see what parameters I can alter:
    ndd -get /dev/bge0 \?
    ? (read only)
    autoneg_cap (read only)
    pause_cap (read only)
    asym_pause_cap (read only)
    1000fdx_cap (read only)
    1000hdx_cap (read only)
    100T4_cap (read only)
    100fdx_cap (read only)
    100hdx_cap (read only)
    10fdx_cap (read only)
    10hdx_cap (read only)
    adv_autoneg_cap (read and write)
    adv_pause_cap (read and write)
    adv_asym_pause_cap (read and write)
    adv_1000fdx_cap (read and write)
    adv_1000hdx_cap (read and write)
    adv_100T4_cap (read only)
    adv_100fdx_cap (read and write)
    adv_100hdx_cap (read and write)
    adv_10fdx_cap (read and write)
    adv_10hdx_cap (read and write)
    lp_autoneg_cap (read only)
    lp_pause_cap (read only)
    lp_asym_pause_cap (read only)
    lp_1000fdx_cap (read only)
    lp_1000hdx_cap (read only)
    lp_100T4_cap (read only)
    lp_100fdx_cap (read only)
    lp_100hdx_cap (read only)
    lp_10fdx_cap (read only)
    lp_10hdx_cap (read only)
    link_status (read only)
    link_speed (read only)
    link_duplex (read only)
    link_autoneg (read only)
    link_rx_pause (read only)
    link_tx_pause (read only)
    loop_mode (read only)
    msi_cnt (read and write)
    drain_max (read and write)
    speed:
    ndd -get /dev/bge0 link_speed (Note that this is read-only attribute)
    100
    duplex:
    ndd -get /dev/bge0 100fdx_cap (read/write atrribute)
    1
    etc...
    To set duplex during boot, I do this:
    cat /etc/init.d/NICtune.s
    #!/sbin/sh
    # This script tunes the NIC to 100 Full Duplex
    case "$1" in
    start)
    ndd -set /dev/bge0 adv_1000fdx_cap 0
    ndd -set /dev/bge0 adv_1000hdx_cap 0
    ndd -set /dev/bge0 adv_100fdx_cap 1
    ndd -set /dev/bge0 adv_100hdx_cap 0
    ndd -set /dev/bge0 adv_10fdx_cap 0
    ndd -set /dev/bge0 adv_10hdx_cap 0
    ndd -set /dev/bge0 adv_autoneg_cap 0
    stop)
    continue
    echo "Usage: $0 { start | stop }"
    exit 1
    esac
    exit 0
    ln -s /etc/init.d/NICtune /etc/rc2.d/S99NICTune
    HTH
    John

  • REP-3000: An internal error occured starting Oracle Toolkit Solaris 10 SPARC

    I am running WL 10.3.6.0 with Forms/Reports 11.1.2.1.0 on a Solaris SPARC 10 64-bit box, specifically a T4.
    Brand new install of Solaris 10 with only Forms/Reports installed as the user "oracle".
    When I run rwbuilder.sh I get the dreaded REP-3000 error.  I currently have an SR opened with Oracle but its taking forever and I've scoured the net for many different fixes which do not work.  Forms Builder does work fine however.
    Some things I have checked and/or changes I have made:
    DISPLAY - set properly.  I use ReflectionsX to get to my server, I can run xclock also, I've even tried xhost+.
    I've tried running rwbuilder.sh direct at the console to make sure its not a ReflectionsX issue, same error.
    NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    I've done an ldd on "rwbuilder" to make sure the binary's dependencies were met, all fulfilled with no problems.
    Updated reports.sh:
    REPORTS_DEFAULT_DISPLAY=NO
    DISPLAY=(updated with my direct IP:0.0)
    Relinked reports builder.
    At this point I'm stumped.  Anyone actually have Reports Builder working on a Solaris 10 SPARC box or am I poineering this?  LOL

    REPORTS_DEFAULT_DISPLAY=NO is correct on AIX
    Take a look at http://download-uk.oracle.com/docs/html/B14048_02/pbr_rfap.htm#sthref3930
    To revert to the dependency on DISPLAY and use screen fonts (old font look up algorithm):
    * Set REPORTS_DEFAULT_DISPLAY=NO
    * Remove the screenprinter.ppd entry in the uiscreenprint.txt file.
    * Set the DISPLAY variable to the active X-Windows display surface.
    Regards,
    Martin

  • Having trouble setting up Open DNS with mac.

    When I try to set up Open DNS I get the following error message:
    Safari can’t open the page “http://192.168.1.1/Basic.tri” because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again.
    I have a Linksys router. I can get the router so save the settings using my Microsoft laptop, but I get an "oops" error message from Open DNS saying I am not set up on their site and just sends me back to step one. Does this sound familiar to anyone?

    No, you cannot put the router in front of the modem.
    You might look for any information your ISP gave you for your modem, such as a user guide. Or use the instructions at OpenDNS for a Motorola router, it should be similar. Remove the router and directly connect just one computer to the modem and try to access the modem's built in utility, as you have with your Linksys router. Motorola's default address appears to be "http://192.168.10.1/", the default username is "admin", and the password "password". If you encounter a question about obtaining the DNS service dynamically, check NO, then handset the OpenDNS servers, save and possibly restart the modem.
    If you are successful in configuring the modem, go back to the router and leave the DNS settings blank, as well as on each computer. Then the computers should receive the service dynamically from the modem.
    After all that, hopefully the OpenDNS website detects you using their service and allows you to proceed with setting up your account.
    Dah•veed

  • Problem with installation application server 10g on Solaris 10 sparc

    Hello all.
    Help me, please.
    I'm trying to install Oracle aplication server 10.0.1.2.0.2 on Solaris 10 sparc.
    Server - Sun Fire v210.
    When i install oracle infrastructure(metadata repository and identify management),
    i have a problem - on first step of configuration "end of communication channel".
    Failed
    Anybody know, how solve this problem?
    Sorry for my english.

    There is known bug in installing Oracle10gAS infra. You have to apply the following note during the installation.
    see MetaLink Note:330016.1 for current AS 10.1.2 installation requirements for Solaris 10.
    Regards,
    Amir

Maybe you are looking for

  • Ipad2 gone dead at sync with Itunes.. Any suggestions

    I have just bought an IMac about 2 weeks ago and a new Ipad2 today and have tried to back up my old Ipad on the Imac book Pro first then on my old Dell second after the IMac decided not to back up all of my Apps. Now the Ipad@ is a dead and wont even

  • Unable to open files ive downloaded

    Model #: IQ546t Product #: VA284AV-ABA Serial #: {Removed for privacy} Software Build #: 93NAv6PcA5 Service ID #: 092-209 PCBRAND: Pavilion Windows Vista 32-bit I'm unable to open files i've downloaded. ok, i'm trying to open silverlight_x64.exe to g

  • Sun one directory client on windows xp- to run ldapsearch etc .....

    Hello, I'm new to sun one directory space.i want to know if there is any sun one directory client available for windows xp desktop to run basic ldapearch,ldapmodify commands. Thanks!

  • Having trouble updating Flash.

    No matter what I do I can not update Flash player on my laptop. I have tried everything in their help section and nothing has worked. I just keep getting the same error message over and over again saying that either another Flash Player level is inst

  • Close etc. buttons on the false side?

    I think since iTunes 10 the close and minize buttons should be on the left side, but they are still at the top. Deleted the iTunes files from my personal music folder and reinstalled iTunes. They are still at the top. Can I configure this somewherere