Solaris 8 CDE Configuration

Hiya,
Can anyone point me in the direction of the file that CDE's Style Manager updates to force the "home" session to be used on login (instead of the "current") ?
(I'm in the process of constructing a Solaris 8 2/2 client build with a severly clamped down CDE and I'm having some problems sorting out a preconfigured home session for users. I need to be able to force the $HOME/.dt/sessions/home session to be loaded when the user logs in, but I'm not in a position to use Style Manager to set it up. I've trawled through the $HOME/.dt files and I can't see what Style Manager actually does to the dt environment. I don't even mind if I have to force it to use home for every user including root).
Thanks

how about the resolution you have selected for your monitor? just a thought....

Similar Messages

  • Capturing Alt Space in Solaris CDE

    Hello.
    I have this table in an application. I need to popup a menu when the user presses "Alt + Space", when a row has focus. Obviosly, one should use getInputMap(..), getActionMap(..) methods to register the desired action for this particular keystroke. It works fine in Windows, fvwm window manager. However, in Solaris CDE, the frame's menu pops up.
    Question1: Is it possible to capture "Alt + Space" such that it works in CDE too?
    I beleive that the application is not getting the event at all. When I press Alt, a keylistener in the table does get the event. However, the moment i press "Space", the frame's menu gets activated.
    Question2: Is this order of event handling?
    OS gets the event ---> gives it to Window Manager ---> gives it to application?
    Any help would be appreciated.
    Thanx
    Prasanth.
    PS: This is the relavant code snippet.
                final String ALT_SPACE_COMMAND = "ALT_SPACE";
                InputMap keyMap = getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW);
                // Alt + Space shows the popup.
                KeyStroke ALT_SPACE = KeyStroke.getKeyStroke(KeyEvent.VK_SPACE, KeyEvent.ALT_MASK);
                keyMap.put(ALT_SPACE, ALT_SPACE_COMMAND);
                actionMap.put(ALT_SPACE_COMMAND, new AbstractAction()
                         public void actionPerformed(ActionEvent e)
                              showPopupMenuForSelectedRow();
                    });

    You need to remove a default event from the space bar most probably, look on the api in the keymap class there is a predefined method there

  • Solaris 10 Configuration

    I am having trouble configuring my internet connection in Solaris 10. I don't really know where to start. Any help would be appreciated.

    Did the Solaris 10 installer recognize a supported network device?
    If that is the case, the installer should have prompted you for the
    NIC's configuration. And when you boot Solaris from the harddisk,
    the command "ifconfig -a" should list a network interface in addition
    to the loopback interface "lo0". (And in a next step we can try to
    configure the NIC to access external systems)
    Otherwise, if all that is listed by "ifconfig -a" is the loopback interface
    "lo0", then you have to find a 3rd party NIC device driver (or maybe
    modify / extend the standard Solaris PCI device -> device driver
    bindings), to be able to access the NIC. The command
    /usr/X11/bin/scanpci can help to identify the PCI cards available in
    the system. If you know what kind of ethernet pci hardware is
    present in the system, you can start looking for a Solaris x86
    NIC device driver (e.g. here: http://homepage2.nifty.com/mrym3/taiyodo/eng/index.htm ).

  • Solaris Internet Configuration in VMWare and installation

    Hi !
    I'm really passionate about this unix-solaris thing.
    But these nudges are pulling me back from installing it actually in my hard drive.
    And also there is the Internet configuration problem.
    Problem:1
    I have 2 IDE HDD.
    Primary HDD: 80 GB
    VolumeName-Type-Size
    SystemBoot-Primary/Active/NTFS-100 MB
    Extended Partition:
    VISTA-Logical/NTFS-20 GB
    2008-Logical/NTFS-10 GB
    Data-Logical/NTFS-25 GB
    Music-Logical/NTFS-9.42 GB
    Solaris-Logical/BLANK-10GB .....Blank = No FS. Used Acronis DD10 for it.
    Slave HDD: 40 GB
    Extended Partition:
    XP-Logical/NTFS-10GB
    Fedora9-Logical/ext3-10GB
    SWAP-Logical/SWAP-2GB
    OpenSUSE103-Logical/ext3-15.25 GB
    When I came to HDD configuration stage of installation,
    I selected the pre-selected c0d0(bootdisk) ---Primary HDD/80GB.
    But when I proceeded further it showed me:
    Warning � The initial fdisk information found on the disk
    c0d0 was invalid. Defaulting the entire disk to a Solaris partition.
    So I aborted the installation.
    I tried one more time, by changing the Solaris Blank logical drive to a primary partition.
    But it didn't work.
    Now I think Solaris 10 cannot be installed in a logical drive or more broadly speaking(assuming) it cannot be installed in HDD having logical drives,it should be all primary partitions.
    Please help me on this.
    I'm sick of installing it in VMWare.
    Problem: 2
    How am I supposed to configure my network connection.
    I connect to my ISP using WAN Miniport(PPPOE).
    It allots me dynamic IP(v4).
    I read somewhere DNS should f.root-servers.net and in a magazine, a.solaris.net
    I never came across such a thing in even in linux.
    Problem: 3
    If there is not so �feasible� solution to problem 1, VMWare Workstation comes into play.
    And here too, I need help for configuration of network connection.
    These are the values that I got when I installed Windows XP in the VMWare.
    LAC -Local Area Connection
    LAC � Limited or no connectivity
    IP � 169.254.127.90
    Subnet -255.255.0.0
    Adapter #2 � Bridged
    LAC -2
    IP -192.168.21.132
    Subnet 255.255.255.0
    Gateway -192.168.21.2
    DHCP Srv 192.168.21.254
    DNS/WINS Srv 192.168.21.2
    Adapter#1 � NAT
    LAC � 3
    IP 192.168.209.135
    Subnet 255.255.255.0
    DHCP Srv 192.168.209.254
    DNS � 192.168.209.1
    Adapter #3 � Host Only
    Thanks In Advance !

    Ted-Moran wrote:
    First – Same process runs on both local and global zone.
    On the SPARC unit (SGDSZ-IS) where Ipfilter and the SGD’s are running I have great access to the internet, but I am seeing that when I try to run a browser in a Local Zone the process for mozilla is runing in the Global zone.A process can only be in one zone at a time, but if you run 'ps' in the global zone, it can see processes in all zones.
    In the global zone, you can run something like the following:
    ps -e -o 'pid,zone,args'. That will show the zone associated with any particular process.
    Mozillia process running in both the global and local zones.
    ps–ef | grep moz in both the local and global zone confirms this.
    Global Zone
    # uname -a
    SunOS SGDSZ-IS 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-480R
    # ps -ef | grep moz
    operator 12025 1 0 12:00:53 ? 0:00 /bin/ksh -p /usr/sfw/bin/mozilla[...]
    Local ZONE 2
    # uname -a
    SunOS OPS-SGD-IS 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-480R
    # ps -ef | grep moz
    operator 12025 634 0 12:00:53 ? 0:00 /bin/ksh -p /usr/sfw/bin/mozillaThe global zone doesn't correctly show the parent relationship with all processes within zones.
    Darren

  • DiskSuite Solaris 10 Configuration

    Due to space constrictions I would like to break the mirrors and use the disks for additional space. Does anyone have recommendations? This is a test host only, I'm not concerned about have these filesystems mirrored.
    d14 -m d12 d13 1                    /usr/prmsbackup
    d12 1 2 c1t10d0s3 c1t11d0s3 -i 64b
    d13 1 2 c1t12d0s3 c1t13d0s3 -i 64b
    d0 -m d1 d2 1                         /usr/prms
    d1 1 2 c1t3d0s4 c1t2d0s4 -i 64b
    d2 1 2 c1t8d0s4 c1t9d0s4 -i 64b
    Thanks!

    Did the Solaris 10 installer recognize a supported network device?
    If that is the case, the installer should have prompted you for the
    NIC's configuration. And when you boot Solaris from the harddisk,
    the command "ifconfig -a" should list a network interface in addition
    to the loopback interface "lo0". (And in a next step we can try to
    configure the NIC to access external systems)
    Otherwise, if all that is listed by "ifconfig -a" is the loopback interface
    "lo0", then you have to find a 3rd party NIC device driver (or maybe
    modify / extend the standard Solaris PCI device -> device driver
    bindings), to be able to access the NIC. The command
    /usr/X11/bin/scanpci can help to identify the PCI cards available in
    the system. If you know what kind of ethernet pci hardware is
    present in the system, you can start looking for a Solaris x86
    NIC device driver (e.g. here: http://homepage2.nifty.com/mrym3/taiyodo/eng/index.htm ).

  • Solaris 11: configuring/installing/verifying zone: dataset does not exist

    Hello all, I am working my way through setting up a dataset via the instructions listed here
    http://docs.oracle.com/cd/E23824_01/html/821-1460/z.conf.start-85.html
    http://docs.oracle.com/cd/E23824_01/html/821-1460/z.inst.task-2.html
    I am now trying to verify my zone (*zoneadm -z stfsun1 verify*) and I get the following error message:
    "*could not verify zfs dataset waas/stfsun1: dataset does not exist*
    *zoneadm: zone stfsun1 failed to verify*"
    I did a search but nothing of benefit showed up. Can anyone point me in the right direction?
    Edited by: thisisbasil on May 22, 2012 9:04 AM

    zonecfg -z stfsun1 info
    zonename: stfsun1
    zonepath: /zones/stfsun1
    brand: solaris
    autoboot: true
    bootargs: -m verbose
    file-mac-profile:
    pool:
    limitpriv: default,sys_time
    scheduling-class: FSS
    ip-type: exclusive
    hostid: 80825649
    fs-allowed:
    [max-sem-ids: 10485200]
    fs:
         dir: /usr/local
         special: /opt/local
         raw not specified
         type: lofs
         options: []
    anet:
         linkname: net0
         lower-link: auto
         allowed-address not specified
         configure-allowed-address: true
         defrouter not specified
         allowed-dhcp-cids not specified
         link-protection: mac-nospoof
         mac-address: random
         mac-prefix not specified
         mac-slot not specified
         vlan-id not specified
         priority not specified
         rxrings not specified
         txrings not specified
         mtu not specified
         maxbw not specified
         rxfanout not specified
    anet:
         linkname: net1
         lower-link: auto
         allowed-address not specified
         configure-allowed-address: true
         defrouter not specified
         allowed-dhcp-cids not specified
         link-protection: mac-nospoof
         mac-address: random
         mac-prefix not specified
         mac-slot not specified
         vlan-id not specified
         priority not specified
         rxrings not specified
         txrings not specified
         mtu not specified
         maxbw not specified
         rxfanout not specified
    device:
         match: /dev/wifi/*
         allow-partition not specified
         allow-raw-io not specified
    device:
         match: /dev/ipnet/*
         allow-partition not specified
         allow-raw-io not specified
    device:
         match: /dev/*dsk/*
         allow-partition not specified
         allow-raw-io: true
    dedicated-cpu:
         ncpus: 1
         importance: 10
    capped-memory:
         physical: 1G
         [swap: 2G]
         [locked: 500M]
    attr:
         name: comment
         type: string
         value: "This is the CodeTEST work zone."
    dataset:
         name: waas/stfsun1
         alias: stfsun1
    rctl:
         name: zone.max-swap
         value: (priv=privileged,limit=2147483648,action=deny)
    rctl:
         name: zone.max-locked-memory
         value: (priv=privileged,limit=524288000,action=deny)
    rctl:
         name: zone.max-sem-ids
         value: (priv=privileged,limit=10485200,action=deny)
    Edited by: thisisbasil on May 22, 2012 9:56 AM

  • Solaris CDE raises Fonts on JComponents

    Hi,
    I have an application written in swing. No matter what look and feel i use, when i run it on Solaris with CDE, all compents with text get "stretched" to be tall enough to hold two lines of text, even though there is only one line.
    so check boxes look something like this:
    text
    [x]
    with the text raised too high. the same effect happens with buttons that have icons.
    its mostly just really ugly, but in some components, like JTable, the text is shifted up, but the table cell is not stretched, so the top half of the text gets cut off.
    any help would be greatly appreciated!
    -jl

    my collegue has just informed me that it only happens when the application is launched over X11, with X11 server (the computer viewer the application) running on a solaris machine. It does not happen if you run it locally on a solaris machine.
    and its not just on CDE.
    again, any help would be greatly appreciated!
    -jl

  • Solaris 8: Configuring HP 1300 Laserjet on

    Hi there,
    I had just add this printer as a �HP� PostScrip
    printer to a SUN Blade 1000 Workstation.
    The Printer daemon looks ok and It says that
    it is printing; the problem, as usual is that
    there is no impresion at all.
    The Blade workstation has 3 conectors A, B
    and Parallel and I tried to plug the printer on
    any of them. There is some kind of special
    configuration to make the printer do some
    real work?
    Thanks in advance
    C�sar Bravo

    I have the same problem with my laser printer 2605dn.  the color is pale, i replaced the cartridges with original hp's but it did not help.  I also lost the capability of double side printing that I had when I originally loaded the printer drivers.  I noticed this all after I checked the internet for software updates for my printer.  Are there any solutions for these problems?
    please let me know.

  • Solaris 10 configuration parameters for Oracle 10g

    Hello all,
    I have installed:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit
    on the latest version of Solaris 10 SPARC. My /etc/project file looks as follows:
    user.oracle:101:Oracle:::process.max-sem-nsems=(privileged,256,deny);project.max-shm-ids=(privileged,256,deny);project.max-shm-memory=(privileged,17179869184,deny)
    I followed the installation guide for 10g and used the max-sem-nsems and max-shm-ids that were recommended. However, the guide was for a 4GB SGA and we are using a 8GB SGA on a machine with 32GB of memory.
    Now, my question is, do those nsem and shm-id parameters hold true for larger SGAs? We are having a problem that, when new oracle shadows are created, any processes that check the /proc table becomes painfully slow.

    As allways kernel parameter could be found in documentation: http://download-uk.oracle.com/docs/cd/B19306_01/install.102/b15667/pre_install.htm#sthref258
    Maybe you will be intersted in Werner Pushitz's article "Tuning and Optimizing Red Hat Enterprise Linux for Oracle 9i and 10g Databases" - http://www.puschitz.com/TuningLinuxForOracle.shtml
    SGA, PGA. If you are not sure with proper sizeing then you can read this document - http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14211/memory.htm#PFGRF014
    Note since 10g there is new feature called "Automatic Shared Memory Management"

  • Solaris SMF configuration for Oracle CSS service

    Below is the code to create oracle CSS service with solaris SMF, it will create smf service with instance name as "default" where as i need to change it to "css"
    svc:/application/oracle/css:default
    change service instance name to
    svc:/application/oracle/css:css
    i don't know about smf and xml, can somebody help me to change css service name ?
    <?xml version="1.0"?>
    <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
    <!-- $Id: oracle-database-css.xml,v 1.4 2006/03/19 21:19:40 joomul Exp $
      The contents of this file are subject to the terms of the
      Common Development and Distribution License, Version 1.0 only
      (the "License").  You may not use this file except in compliance
      with the License.
      You can obtain a copy of the license at
       http://www.opensource.org/licenses/cddl1.php
      See the License for the specific language governing permissions and
      limitations under the License.
      Copyright 2005, 2006 Joost Mulders.
      This document contains a service definition for the
        Cluster Synchronization Services (CSS) process.
      This process is required for ASM and RAC. It should be started via smf(5)
      only for *non-RAC* systems. On RA clusters, this daemon is started via crs.
    -->
    <service_bundle type='manifest' name='oracle-database-css'>
    <service
      name='application/oracle/css'
      type='service'
      version='1'>
      <create_default_instance enabled='false' />
      <!-- CSS depends on multi-user. That takes care of details like filesystem -->
      <dependency
       name='multi-user'
       grouping='require_all'
       restart_on='error'
       type='service'>
       <service_fmri
        value='svc:/milestone/multi-user:default' />
      </dependency>
      <exec_method
       type='method'
       name='start'
       exec='$ORACLE_HOME/bin/ocssd'
       timeout_seconds='30' >
       <method_context>
        <method_credential
         user='oracle'
         group='dba'
         supp_groups=':default'
         privileges=':default'
         limit_privileges=':default' />
        <method_environment>
         <envvar name='ORACLE_HOME' value='/u01/app/oracle/product/10.2.0.1/asm_1' />
        </method_environment>
       </method_context>
      </exec_method>
      <exec_method
       type='method'
       name='stop'
       exec=':kill'
       timeout_seconds='60' >
       <method_context>
        <method_credential
         user='oracle'
         group='dba'
         supp_groups=':default'
         privileges=':default'
         limit_privileges=':default' />
        <method_environment>
         <envvar name='ORACLE_HOME' value='/u01/app/oracle/product/10.2.0.1/asm_1' />
        </method_environment>
       </method_context>
      </exec_method>
      <!-- ocssd.bin does not detach -->
      <property_group name='startd' type='framework'>
       <propval name='duration' type='astring' value='child' />
       <propval name='modify_authorization' type='astring'
        value='solaris.smf.manage.oracle.database' />
      </property_group>
      <property_group name='general' type='framework'>
       <propval name='modify_authorization' type='astring'
        value='solaris.smf.manage.oracle.database' />
       <propval name='action_authorization' type='astring'
        value='solaris.smf.manage.oracle.database' />
      </property_group>
      <stability value='Unstable' />
      <template>
       <common_name>
        <loctext xml:lang='C'>
         Oracle Cluster Synchronization Services (CSS)
        </loctext>
       </common_name>
       <documentation>
        <doc_link
         name='Intro to Oracle Clusterware and Oracle Real Application Clusters'
         uri='http://download-east.oracle.com/docs'/>
       </documentation>
      </template>
    </service>
    </service_bundle>Edited by: sachinonnet on Jan 12, 2010 2:01 AM

    Hi,
    i got the solution as below
    removed below line from service xml
    <create_default_instance enabled='false' />
    created another xml file for instance xml, where i specified the name of instance.
    <?xml version="1.0"?>
    <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
    <!-- $Id: oracle-database-instance.xml,v 1.12 2006/03/12 19:51:20 joost Exp $
      The contents of this file are subject to the terms of the
      Common Development and Distribution License, Version 1.0 only
      (the "License").  You may not use this file except in compliance
      with the License.
      You can obtain a copy of the license at
       http://www.opensource.org/licenses/cddl1.php
      See the License for the specific language governing permissions and
      limitations under the License.
      Copyright 2005,2006 Joost Mulders.
      This document contains a service definition for an Oracle database instance.
      It contains some instance specific variables like ORACLE_SID and ORACLE_HOME.
      These must be filled in below.
      Other -generic database- service properties are inherited from the parent
      service, 'application/oracle/database'.
      A database instance can be brought under SMF control by:
       * running /lib/svc/method/ora-smf autoimport
    *OR*
       * filling in the blanks (marked with '' or ':default') below
       * svccfg import <file>
    -->
    <service_bundle type='manifest' name='oracle-database-instance'>
    <service
      name='application/oracle/database'
      type='service'
      version='1'>
      <dependency name='oracle-asm' grouping='require_all' restart_on='none' type='service'>
        <service_fmri value='svc:/application/oracle/database:ASM' />
      </dependency>
      <!-- The SMF instance name MUST match the database instance -->
      <instance name='PDB' enabled='false'>
       <method_context
        working_directory='/u01/app/oracle/product/10.2.0.1/db'
        project=':default'
        resource_pool=':default'>
        <!--
          The credentials of the user with which the method is executed.
        -->
        <method_credential
         user='oracle'
         group='dba'
         supp_groups=':default'
         privileges=':default'
         limit_privileges=':default'/>
        <method_environment>
         <envvar name='ORACLE_SID' value='pdb' />
         <envvar name='ORACLE_HOME' value='/u01/app/oracle/product/10.2.0.1/db' />
        </method_environment>
       </method_context>
      <!--
       A generic options property group for this database.
       This property group has currently only one variable: instance_type.
       instance_type describes the type of database instance. It's value can be
       RDBMS or ASM. RDBMS denotes a classic database instance and ASM is a storage
       manager instance.
      -->
      <property_group name='options' type='application'>
       <stability value='External' />
       <propval name='instance_type' type='astring' value='RDBMS' />
       <propval name='modify_authorization' type='astring'
        value='solaris.smf.manage.oracle.database' />
      </property_group>
      </instance>
    </service>
    </service_bundle>

  • Solaris Network Configuration

    Hi,
    In solaris7 I am able to connect server from local network.
    But from external network, I could not.
    Where should I configure the server to allow connections from external >networks.
    Thankful to you.

    Hi,
    When you say not able to connect, generally it means ping is not working. This could be due to many reasons. Like:
    1. Firewall or router access list setup at your place.
    2. If there is no firewall, server does'nt know how to route packets to external network. In that case you need to define default route in routing table. ( /etc/defaultrouter ).
    If you need to discuss it further, please mention your e-mail address, I would contact you for resolving this problem.
    Thanks
    Kalpesh

  • CDE and Solaris 8 login problems

    When I attempt to connect to my Sun Ultra80 server running Solaris 8 using Exceed, the CDE login will not display. When I check /var/dt/Xerrors, I see the error message:
    Server open attempt #0 failed for ws001, giving up
    Is there a CDE configuration that I am missing?

    When I attempt to connect to my Sun Ultra80 server running Solaris 8 using Exceed, the CDE login will not display. When I check /var/dt/Xerrors, I see the error message:
    Server open attempt #0 failed for ws001, giving up
    Is there a CDE configuration that I am missing?

  • Solaris 8 on intel is for the Birds

    Okay ... I have been trying for 4 days.....This chronicles the last one
    Backed up my system....fdisk'd all drives...here's a rundown....
    AMD K6-2 450
    98M ram
    primary master: hd 1 - seagate 4.0gb
    primary slave: hd 2 - samsung 2.0gb
    secondary master: hd 3 - maxtor 13.0 gb
    secondary slave: e-ide cd rom 54x
    sound: sb16 (creative labs)
    video: Ati (All-in-wonder pci 8 mb)
    nic: Netgear FA310TX
    modem: USR 33.6 INTERNAL (COM 4)
    mouse: Serail Trackball - 2 button com1
    keyb: disposable at connector with the useless
    microshaft keys
    This time, I will go through it all again...keeping notes in
    notepad on my laptop so I can post better details...
    (FWIW, I MADE SURE TO UPGRADE TO THE LATEST BIOS)
    So, I start....learning to start from power off
    (from reading other posts...)
    power on...btw this one has no partitions on any disk...
    Solaris Device Configuration Assitant
    F2 - I continue
    Driver list built...F2 - I continue
    load com.bef, ata.bef
    I select the cd with the 'Webstop Install cd' and F2 to continue
    Configuring /dev /devices
    Using RPC Bootparams for network configuration information.
    English selected...
    Start the Web Start....
    Searching hd's
    'No disks that meet the criteria in the Solaris
    installer documentation found.
    Please check the system or try another installation option'
    <b>Note: The doc's say nothing about having pre-partitioned hd's!</b>
    But if anything, I am persistent...
    Boot to <b> Red Hat linux 5.2</b> just to use fdisk....
    fdisk on first hd -
    n (new)
    Partition number? 1
    First Cylinder? 1
    size? +512M
    t (to change type)
    Partition number? 1
    type ? 82 (linux swap)
    a (to toggle bootable)
    partition number? 1
    w (write changes)
    3 finger salute to release the cd
    and put in Solaris WebStop
    power off 15 seconds...
    power on
    this is all the same...will cut and paste from above:
    Solaris Device Configuration Assitant
    F2 - I continue
    Driver list built...F2 - I continue
    load com.bef, ata.bef
    I select the cd with the 'Webstop Install cd' and F2 to continue
    Configuring /dev /devices
    Using RPC Bootparams for network configuration information.
    English selected...
    Start the Web Start....
    Searching hd's
    Wow...something new...
    'Installer needs to fdisk root disk c0d0
    In order for the Sol. Install to oper correctly a
    swap slice also needs to be placed on the disk.
    this slice needs to be at least 384 Megabytes.
    May the Solaris Installer fdisk (translate <b>HOSE</B> the root disk
    c0d0?
    Sure...I'm a glutten for punishment...
    <b>WARNING: ALL INFORAMTION ON THE SOLARIS FDISK PARTITION WILL BE ERASED!</B>
    Is this OK?
    No, but what the hell. I hit y<enter>
    Enter a swap slice size between 384MB and 4096MB, default = 512MB [?]
    I accept 512MB, for fear of changing <b>ANY</b> defaults...
    Can the swap slice start at the beginning of the disk?
    Whatever... y <enter>
    Disk Slice : /dev/dsk/c0d0
    Size : 512 MB
    Start Cyl : 3
    <b>WARNING: ALL INFORMATION ON THE DISK WILL BE ERASED!</B>
    Is this ok?
    again, whatever you want, Hail Solaris Installer...
    y <enter>
    The Solaris Installer will use disk slice /dev/dsk/c0d0s1
    please wait....
    Copying mini-root to local disk.-\|/-\|/-\|/- (gotta add the animation :> )
    after a fair amount of HD Grindage...
    Copying platform specific files
    It's almost ready...
    enter to reboot (and remove cd...change cmos back to boot from hd's...)
    (Because of notes on how Solaris can be persnickety, I power down....)
    boot manager:
    PART# Status Type Start Length
    1 Active X86_BOOT 945 20480
    2 SOLARIS 22370 9399470
    3 <unused>
    4 <unused>
    we timeout on 1....(if it aint broke, don't fix it...)
    'Configuring devices...'
    'Configuring /dev /devices'
    'Using RPC Bootparams for network configuration information.'
    Okay, let's id devices...F2 to continue
    (we'll try and skip this later...for now...)
    F2

    this time selected CDE before logging on
    go wall paper, and help viewer....
    dthle...something said it was generating something before it locked up
    45 seconds later rebooted....
    I'm fed up!!!
    This is ridiculous. Sketchy doc's at best! Is this a BETA? Maybe pre-beta?
    Does anyone know how to get in touch with someone at management?
    I know, for 200 clams, I can send an email....
    it's not that I don't have a clue...I do.
    I thought, OK, I will move from Linux to Solaris for develepment work....yeah right.
    I am not new to this game. In the past I have been able to set up multiple os's on
    my system:
    dos 5
    dos 6
    dos 6 w/ win 3.1
    win 95
    win 98
    win nt
    RH linux 5.2
    RH linux 6.2
    All <b>PEACEFULLY</b> co-existing. This is not possible. I am very disappointed!!!
    Back to open source....at least that runs. It doesn't lock up, reboot, core dump,
    fruit.
    Any one else have opinions, let's have 'em.
    Doug
    [email protected]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Titlebar on Solaris does not display Japanese characters

    I have a Java Swing application (running on 1.6.0_06) that sets Japanese characters on the titlebar of Dialogs. The Japanese characters display correctly when the application runs on Windows but displays as ? when run under Solaris.
    Details of the Solaris environment:
    Japanese Solaris (UTF-8 encoding)
    Japanese locale (ja_JP)
    Using an X server that has the required font support (because Japanese characters display correctly everywhere except in the titlebar)
    Using CDE as the session manager (and I think dtwn is the window manager used by CDE)
    The funny thing is that the Japanese characters display correctly when I use the JDE session manager instead of CDE, so the problem exists only with CDE and the Open Look interface as well. I tried setting the required resources for WMShell too but that didn't work.
    I seem to be missing some CDE configuration somewhere as the window manager is not able to figure out that the title is non-C locale.
    Any pointers or help in this regard would be appreciated.

    You're probably viewing the website in the wrong character set.
    Try View > Character Encoding > some Japanese encodings, or UTF8 or 16
    The website itself should specify the encoding. The default encoding - in Options > Content - is only used if the website doesn't specify an encoding. Maybe the website you're looking at specifies the wrong encoding.

  • Solaris 10 Dev. Edition - Network config issue (NIC,DHCP,Can't ping router)

    I am a developer getting started with Solaris 10 configuration. I recently installed Solaris 10 and have run into an issue with network connectivity.
    I have done much research on this and I was able to get communiction to the internet established once, but the settings were lost on reboot.
    Overview - The Solaris box is connected to a router which is acting as a DHCP server.
    AMD 64 dual 2.6
    nForce4+ integrated NIC
    1) I am not able to obtain an address from the router. Nor do I get a respons back when I ping it. I get an IP etc if I boot into Windows so phyicial connectivity is fine.
    2) Upon reboot the device nfo0 as shown using ifconfig -a has an IP of 0.0.0.0.
    3) If I run ifconfig [hostname] my machine gets the ip from the hosts file, but I would like to obtain this from the router.
    4) NOTE - the machine shows as active on my router, but the Solaris box cannot be reached from other computers on the networ, nor do I get a reply back when pinging the router from the Solaris box.
    GOAL - reach and obtain a DHCP from the router and have the changes stick upon reboot.
    /etc/hosts contents
    127.0.0.1 localhost loghost
    192.168.1.55 solarisX /*<-- this is what I get when I do ifconfig nfo0 solarisX */
    /etc/hosname.nfo0
    netmask + 255.255.255.0
    solarisX
    /etc/defaultrouter
    192.168.1.254
    /et c/netmasks
    192.168.0.0 255.255.2550
    Specific Steps taken:
    Using the driver nfo-2.4.5 locate at http://homepage2.nifty.com/mrym3/taiyodo/eng/ I did the following.
    % cd /.../nfo-x.x.x
    % rm obj Makefile
    % ln -s Makefile.${KARCH}_${COMPILER} Makefile
    % ln -s ${KARCH} obj
    where ${KARCH} is the result of `isainfo -n`, and ${COMPILER} is
    "gcc" or "suncc" which you want to use to make the driver.
    4. Testing
    Testing before installation is strongly recommended.
    # cd /.../nfo-x.x.x
    # /usr/ccs/bin/make install
    # ./adddrv.sh
    # /usr/ccs/bin/make uninstall (for solaris7, don't remove the file )
    # modload obj/nfo
    # devfsadm -i nfo (for solaris7, use drvconfig and reboot with -r )
    # ifconfig nfoN plumb ( where N is an instance number, typcally 0 for first card)
    # ifconfig -a ( you will see an entry for nfoN)
    # ifconfig nfoN YOUR-HOST-NAME
    # ifconfig nfoN ( ensure IP address is correct)
    # ifconfig nfoN up ( and then you can test with ping, telnet, ftp ...)
    5. Installation
    After you ensure that the nfo driver is fully functional, install it.
    (1) copy the nfo driver into the kernel directory
    # cd /.../nfo-x.x.x
    # /usr/ccs/bin/make install
    If you do not test the nfo driver yet, execute the following commands:
    # ./adddrv.sh
    # devfsadm -i nfo (for solaris7, use drvconfig and reboot with -r)
    (2) Configure the network interface. Create and/or modify the following file:
    /etc/hostname.nfoN
    (3) Reboot the system.
    # init 6
    Edited by: hedger on Nov 16, 2007 11:17 PM

    Thanks Alan. I worked on trying to get the NIC working again last night. I had it working once, although the settings did not perist. I can still get the device to load, but I can't communciate with the router (it's not physical because another OS can reach it.
    I took your advice and tried the sys-unconfig. But I did not have much success.
    I am wondering if plopping in a new PCI NIC would be the most efficient route to get the server up.
    What kind of NIC do you utilize and have had success with?
    I am looking at possibly a DLINK DFE-530 or NetGear FA-311. I don't need wireless at this point just a rock solid DEV box.
    Thanks again for the previous info.
    Ted

Maybe you are looking for