Walk thru for setting up X-server or VNC on solaris 9

I have a solaris 9 box which i am trying to setup x-server or better still VNC server on, I am having no joy at all and all the doco that i seem to read on it is very cryptic or it more for a redhat distro. Are there any walk throughs for this online? or is anyone willing to step me through it themselves??? any help would be great

I used it a lot on Solaris. Give some examples of the problems you are having. What is showing up in your log file in the .vnc subdirectory. Is anything showing up in ~/.xsession-errors ? I don't believe there should be anything showing up in this log.
It may be something as simple as you haven't specified a windowmanager correctly.
This is what I do. I use fluxbox on all my servers - it, well, rocks :)
In my .profile, I have the following enviornment variable defined:
DEFAULT_WM=fluxbox
export DEFAULT_WM
I sometimes play with other window managers and this allows me to change window managers at login.
In my .xinitrc, I have the following:
-=-=-=-=-=-=-=-=
!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f $userresources ]; then
xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
# start some nice programs
echo "Default WM = $DEFAULT_WM"
case ${DEFAULT_WM} in
# TWM
[Tt][Ww][Mm])
/usr/X11R6/bin/twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x40+223-97 &
xterm -geometry 80x40-42-0 &
exec xterm -geometry 80x40+0+0 -name last-process
# ICEWM
[Ii][Cc][Ee][Ww][Mm])
/usr/X11R6/bin/icewm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x40+223-97 &
xterm -geometry 80x40-42-0 &
exec xterm -geometry 80x40+0+0 -name last-process
# KDE
[Kk][Dd][Ee])
exec /usr/local/bin/startkde
# Gnome
[Gg][Nn][Oo][Mm][Ee])
exec gnome-session
# Enlightenment
[Ee][Nn][Ll][Ii][Gg][Hh][Tt][Ee][Nn][Mm][Ee][Nn][Tt])
exec enlightenment
# Fluxbox
[Ff][Ll][Uu][Xx][Bb][Oo][Xx])
/usr/local/bin/fluxbox &
#wmnd &
xterm -geometry 80x24+0+16 -e /bin/ksh &
exec xterm -geometry 80x24-14+16 -e /bin/ksh
echo
echo "Put the crack pipe down and step away from the computer ..."
echo "You either ran startx without an argument or the window"
echo "manager you want to run is not configured in your .xinitrc."
echo "Check windows managers available and update your .xinitrc"
echo "accordingly."
exit 1
esac
-=-=-=-=-=-=-=-
In my .vnc subdirectory, I move the default xstartup to something like xstartup-ORIG and then create a symbolic link to ~/.xinitrc.
Assuming I have fluxbox (or whatever WM I plan to use) installed and setup correctly, running 'vncserver -depth 24"' works graphs.
I obviously run vncpasswd prior to running vncserver to setup the vncpasswd - but I think this is unnecessary these days as I think vncserver takes care of checking for that now. Old habits die hard.
HTH

Similar Messages

  • Fnd_profile.save for setting APPS_FRAMEWORK_AGENT on server level

    Hi,
    i can set APPS_FRAMEWORK_AGENT on user level using " result := fnd_profile.save('APPS_FRAMEWORK_AGENT',URL,'USER',usr.user_id); "
    but this  "result := fnd_profile.save('APPS_FRAMEWORK_AGENT',URL,'SERVER',Node_id); " does not work for setting it on server level.
    Help from anyone will be much appreciated.
    Regards,
    Zafar

    What is the error you are getting when you try to set at server level?

  • Need walk thru for backing up Leopard/Windows systems

    I have Leopard/Windows preinstalled on my intel 250Gb Imac (installed by seller of the Mac). I am tech unsavvy and would appreciate a step by step walk thru of how to back up both systems onto a single 500Gb external hard drive (assuming I am using CCC and Winclone). I am particularly confused about partitioning the external drive for this purpose. Thanks to any patient reader who can help.

    No need to partition the external drive; just make sure it is formatted as Mac OS Extended using Disk Utility. Then start up CCC and clone using the default settings with the source being your main drive and the target being the external (this may take awhile). This will give you an identical clone of your main drive. Then you can run Winclone, which will copy your Windows partition to a file on whatever Mac drive that you choose. You will not be able to run Windows from the cloned file, but could use it to restore your Windows partition.
    bd

  • Walk thru for xterm

    Im trying to xterm from a windows box to a solaris headless t1 netra box, it has no graphics card just straight network or serial connections.. is there a walk thru or something to connect an xterm or browser into this somehow??
    ;

    Try putty.exe -- very simple.
    You could download from
    http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/unix-portability.html

  • 2K8 - Best practice for setting the DNS server list on a DC/DNS server for an interface

    We have been referencing the article 
    "DNS: DNS servers on <adapter name> should include their own IP addresses on their interface lists of DNS servers"
    http://technet.microsoft.com/en-us/library/dd378900%28WS.10%29.aspx but there are some parts that are a bit confusing.  In particular is this statement
    "The inclusion of its own IP address in the list of DNS servers improves performance and increases availability of DNS servers. However, if the DNS server is also a domain
    controller and it points only to itself for name resolution, it can become an island and fail to replicate with other domain controllers. For this reason, use caution when configuring the loopback address on an adapter if the server is also a domain controller.
    The loopback address should be configured only as a secondary or tertiary DNS server on a domain controller.”
    The paragraph switches from using the term "its own IP address" to "loopback" address.  This is confusing becasuse technically they are not the same.  Loppback addresses are 127.0.0.1 through 127.255.255.255. The resolution section then
    goes on and adds the "loopback address" 127.0.0.1 to the list of DNS servers for each interface.
    In the past we always setup DCs to use their own IP address as the primary DNS server, not 127.0.0.1.  Based on my experience and reading the article I am under the impression we could use the following setup.
    Primary DNS:  Locally assigned IP of the DC (i.e. 192.168.1.5)
    Secondary DNS: The assigned IP of another DC (i.e. 192.168.1.6)
    Tertiary DNS:  127.0.0.1
    I guess the secondary and tertiary addresses could be swapped based on the article.  Is there a document that provides clearer guidance on how to setup the DNS server list properly on Windows 2008 R2 DC/DNS servers?  I have seen some other discussions
    that talk about the pros and cons of using another DC/DNS as the Primary.  MS should have clear guidance on this somewhere.

    Actually, my suggestion, which seems to be the mostly agreed method, is:
    Primary DNS:  Locally assigned IP of the DC (i.e. 192.168.1.5)
    Secondary DNS: The assigned IP of another DC (i.e. 192.168.1.6)
    Tertiary DNS:  empty
    The tertiary more than likely won't be hit, (besides it being superfluous and the list will reset back to the first one) due to the client side resolver algorithm time out process, as I mentioned earlier. Here's a full explanation on how
    it works and why:
    This article discusses:
    WINS NetBIOS, Browser Service, Disabling NetBIOS, & Direct Hosted SMB (DirectSMB).
    The DNS Client Side Resolver algorithm.
    If one DC or DNS goes down, does a client logon to another DC?
    DNS Forwarders Algorithm and multiple DNS addresses (if you've configured more than one forwarders)
    Client side resolution process chart
    http://msmvps.com/blogs/acefekay/archive/2009/11/29/dns-wins-netbios-amp-the-client-side-resolver-browser-service-disabling-netbios-direct-hosted-smb-directsmb-if-one-dc-is-down-does-a-client-
    logon-to-another-dc-and-dns-forwarders-algorithm.aspx
    DNS
    Client side resolver service
    http://technet.microsoft.com/en-us/library/cc779517.aspx 
    The DNS Client Service Does Not Revert to Using the First Server in the List in Windows XP
    http://support.microsoft.com/kb/320760
    Ace Fekay
    MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.
    I agree with this proposed solution as well:
    Primary DNS:  Locally assigned IP of the DC (i.e. 192.168.1.5)
    Secondary DNS: The assigned IP of another DC (i.e. 192.168.1.6)
    Tertiary DNS:  empty
    One thing to note, in this configuration the Best Practice Analyzer will throw the error:
    The network adapter Local Area Connection 2 does not list the loopback IP address as a DNS server, or it is configured as the first entry.
    Even if you add the loopback address as a Tertiary DNS address the error will still appear. The only way I've seen this error eliminated is to add the loopback address as the second entry in DNS, so:
    Primary DNS:  The assigned IP of another DC (i.e. 192.168.1.6)
    Secondary DNS: 127.0.0.1
    Tertiary DNS:  empty
    I'm not comfortable not having the local DC/DNS address listed so I'm going with the solution Ace offers.
    Opinion?

  • Suggestions for setting up a server.

    Hi,
    can some one suggest me where i can get a cheap Sun workstation/server to setup a server in my home.
    I want to do some workaround on it.
    basically a simple server to host a website
    thanks in advance.
    Jay

    As far as new, the Ultra 20 is a good deal. If you want to go cheaper for new, check out the HCL and build your own.
    Or, surf the used equip. places for a Blade 150, sometimes they can be had for quite reasonable and they're still usable (but not as fast as newer systems)!

  • Need urgent Help for setting up iCal Server

    I will move the iCal portion here, maybe I will get some help.
    Okay first my setup:
    Two XServe with the latest 10.5 (one is the backup)
    Six Mac Pros with Leopard
    Three Macbook Pros with Snow Leopard
    All Macs are on an Windows 2003 Active Directory network. Also we have our accounts locally (on each workstation and laptop).
    *So I have installed the advanced settings for the Server OS.
    *Created a account for every user on the server
    *The FTP, Web (for the local webpage), Open Directory and iCal services are on. (iCal would only activate with Open Directory service??)
    *The iCal server destination (for the calendars) are on a separate drive with +Ignore Permissions+
    Still can not link a account through iCal with the server!
    Could somebody give me a walkthrough how to setup the iCal server?
    Oh yeah another issue I had I can't get the calendaring checkbox in the user account to stick! Is this just a bug?

    Hi Umesh,
    I would not use the repository on a database that was cloned. In my experience this leads to problems.
    A better way is to clone the database and then create a new repository on the clone:
    1. export the repository on the windows server to an mdl file
    2. unregister all target users on solaris
    3. drop the repository on solarais
    4. create a new repository on solaris
    5. Import the data from the mdl file you exported in step 1
    6. register target users
    7. configure and register the locations
    This way requires some manual work, but I do not see another way.
    Regards,
    Carsten.

  • Setting up DR Server

    Dear Sir,
                Please send me steps for setting o DR Server for ECC 5 with oracle 9.2  database.

    Hi Ketan,
    I hope you might have gone through the document provided by Orkun Gedik. Here are the highlevel steps involved in setting up DR.
    1. Install the SAP R/3 system in a similar hardware
    2. Backup the PRD DB (offline backup)
    3. Stop the application and DB in the DR site
    4. Restore the backup in DR using BRRESTORE
    5. Create a standby controlfile in PRD and copy the same to the controlfile locations in DR
    6. Start the DB at the DR site in the standby mode
    7. Copy the archive logs (you can either do this manually or automate the same usnig oracle dataguard)
    8. Apply/recover the archive logs in the DR (ongoing process).
    Hope this helps.
    Regards,
    Varadharajan M

  • Problem in setting up Names Server

    I have done all the things for setting up Names Server using wizard of Net Assistant. I am using Oracle9i. My service of Names Server is not starting. It gives error which something about blocking.
    I am not using region database and its first Name Server in my network.
    The error messages are TNS-00506, TNS-12536
    Please help.

    You have to start the services in the Server and Clients of the following way :
    Server
    namesctl
    namesctl> START
    Client
    namesctl
    namesctl> START_CLIENT_CACHE
    Joel P�rez

  • Error when installing 9.0.1.4.0 patch set for the Oracle Database Server.

    Hi to all.
    Currently, i am trying to install patches for portal server.
    The server OS is Sun Solaris 8.
    We are using Oracle9iAS.
    Now, we are installing 9.0.1.4.0 patch set for the Oracle Database Server.
    We managed to install the patch, but have problem with the Post Install Action.
    We managed to run
    -ALTER SYSTEM ENABLE RESTRICTED SESSION;
    -@rdbms/admin/catpatch.sql
    -ALTER SYSTEM DISABLE RESTRICTED SESSION;
    -CONNECT / AS SYSDBA
    -update obj$ set status=5 where type#=29 and owner#!=0;
    -commit;
    But, when we come to the next command, which is to shutdown, it gives us like
    this..
    SQL> update obj$ set status=5 where type#=29 and owner#!=0;
    1402 rows updated.
    SQL> commit;
    Commit complete.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    We tried to startup the database..it gives us this error..
    SQL> startup
    ORA-01081: cannot start already-running ORACLE - shut it down first
    So, we tried to shutdown again..
    SQL> shutdown immediate
    ORA-01089: immediate shutdown in progress - no operations are permitted
    I been informed that this is maybe a Database problem related. Any ideas?
    Best Wishes,
    Rushdan Md Saad.

    Patchsets could be obtained (only) from http://metalink.oracle.com
    You need to have valid CSI for access.
    P.S: Sorry Werner, I didn't see you post.
    Message was edited by:
    Ivan Kartik

  • (Request for:) Best practices for setting up a new Windows Server 2012 r2 Hyper-V Virtualized AD DC

    Could you please share your best practices for setting up a new Windows Server 2012 r2 Hyper-V Virtualized AD DC, that will be running on a new WinSrv 2012 r2 host server.   (This
    will be for a brand new network setup, new forest, domain, etc.)
    Specifically, your best practices regarding:
    the sizing of non virtual and virtual volumes/partitions/drives,  
    the use of sysvol, logs, & data volumes/drives on hosts & guests,
    RAID levels for the host and the guest(s),  
    IDE vs SCSI and drivers both non virtual and virtual and the booting there of,  
    disk caching settings on both host and guests.  
    Thanks so much for any information you can share.

    A bit of non essential additional info:
    We are small to midrange school district who, after close to 20 years on Novell networks, have decided to design and create a new Microsoft network and migrate all of our data and services
    over to the new infrastructure .   We are planning on rolling out 2012 r2 servers with as much Hyper-v virtualization as possible.
    During the last few weeks we have been able to find most of the information we need to undergo this project, and most of the information was pretty solid with little ambiguity, except for
    information regarding virtualizing the DCs, which as been a bit inconsistent.
    Yes, we have read all the documents that most of these posts tend point to, but found some, if not most are still are referring to performing this under Srvr 2008 r2, and haven’t really
    seen all that much on Srvr2012 r2.
    We have read these and others:
    Introduction to Active Directory Domain Services (AD DS) Virtualization (Level 100), 
    Virtualized Domain Controller Technical Reference (Level 300),
    Virtualized Domain Controller Cloning Test Guidance for Application Vendors,
    Support for using Hyper-V Replica for virtualized domain controllers.
    Again, thanks for any information, best practices, cookie cutter or otherwise that you can share.
    Chas.

  • Advice for setting up a mail server.

    Over the past few months I have been slowly merging away from websites that don't regard my privacy.
    I've changed search engines to duck duck go,  deleted my facebook, and now I would like to get away from gmail too!
    The only problem being I know nothing about hosting my own email.  I have an arch box that is on 24/7 running a diaspora pod.
    What email server would work best with this (If any)?
    Last edited by Si1v3r (2011-08-01 23:40:30)

    This was by far the best tutorial I found for setting up my own personal mail server:
    http://workaround.org/ispmail/squeeze
    I couldn't recommend it enough. There are a few quirks in places with the version differences but some reading around will sort you out.
    It's written in a very Archlinux style and explains the concept fantastically.
    Last edited by jack.mitchell (2011-08-12 21:23:40)

  • How to set a Proxy Server for appletv

    The network I'm on requires that I set a Proxy server to get out to the internet.
    Is there anyway to specify a Proxy server for AppleTV?

    Hi Red-Baron,
    The Apple TV does not support Proxy Server configuration (http://docs.info.apple.com/article.html?artnum=305010). An alternative is to enable internet sharing on a computer and have the Apple TV connect to that computer.
    Regards,
    John

  • How to set ORACLE_HOME for database and apps server in same server

    Hi, I have problem here to set ORACLE_HOME in .bash_profile for database and apps server. please help me to set this Oracle Home.
    Thanks
    -jebatco

    If you mean to have both simultaneosly set on the same OS session, of course that's not possible. But you can configure them on your profile, and choose them when needed. The following is an excerpt from my .bash_profile
    export EDITOR=vi
    umask 022
    alias O='cd ${ORACLE_HOME}'
    o10()
    {       export ORACLE_SID=db102
            export ORACLE_BASE=/home/oracle/base
            export ORACLE_HOME=$ORACLE_BASE/OraHome10
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export TNS_ADMIN=$ORACLE_BASE/OraHome11/network/admin
            export PS1='[\u@\h_10 \W]\$ '
    o11()
    {       export ORACLE_SID=db11
            export ORACLE_BASE=/home/oracle/base
            export ORACLE_HOME=$ORACLE_BASE/OraHome11
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export PS1='[\u@\h_11 \W]\$ '
    xe()
    {       export ORACLE_SID=XE
            export ORACLE_BASE=/usr/lib/oracle/xe/app/oracle
            export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/server
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export TNS_ADMIN=/home/oracle/base/OraHome11/network/admin
            export PS1='[\u@\h_XE \W]\$ '
    }If I want to set Oracle 10g environment I type "o10" at OS prompt, "o11" for 11g, and so on.

  • SXMB_ADM for setting Integration server configuration

    Hi,
    Default client 001 is set as integration server. Can anyone suggest whether it is recommened to use this 001 as integration server or we can use a new client say 200 as integration server.
    Thanks and Regards,
    Sailesh K

    Hi Sailesh,
    This Please recommend: Which client to use for Integration Server. (001???) would address your question.
    cheers ,
    Prashanth
    P.S Please mark helpful answers

Maybe you are looking for

  • ITunes Match Isn't Showing Up

    I recently got a Mac Book Pro.  Instead of transfering all of my music I just was using iTunes Match to access all of my songs.  This morning when I went to go use my iTunes only those songs I had previously downloaded on my computer showed up in iTu

  • How to enable a custom web part class file to be refreshed at regular interval of time, without affecting the entire page where its placed.

    Hi, I am calling a web service in the web part class file where it gets the data. I need to call the service at regular intervals of time which is in the web part, is there a way to get the web part refreshed automatically at certain intervals of tim

  • How to attach a word/excel document to an html DB application

    Hi, We have a requirement to attach a document (word/excel etc..) to a customers record in a HTML db application. How can we do this? Are there any application wizards to attach a document to the record, which can then be stored in the database as a

  • Keyboard Shortcuts in Organizer

    PSE 8 seems to have lost keyboard shortcuts compared to older versions.   Ctrl-1 used to rate the selected photo with 1 Star, Ctrl-2 with 2 Stars, etc.   That is  now missing and missed. Also, there does not seem to be any keyboard shortcut  to "Hide

  • Agent is unreachable

    Hi! I'm using EM12cR2 on Solaris SPARC. EM agent 12.1.0.2.0 became to crash after 2 days network subnet was changed. How occurs the problem: 1. I started agent 2. After few hours i got a notification Message=Agent is Unreachable (REASON = unable to c