How to setup a tip connection for KSLD

Hi, all
I want to set up a tip connection between two sun workstations
for KSLD.
The type of the machine is SUN Blade 100, it only has 1 serial port,
the two machines are the same type.
I connected the two machine's serial port with a bougnt serial line(
with 2 DB9 female connectors). Then I modified the /etc/remote
file on one machine(the local), modified the 'hardwire' line from
the default '/term/b' to '/term/a'. And then typed 'tip hardwire' on
the local machine, it echoed 'connected', then it diplayed nothing,
even though I typed the return again and again.
But if I type '~?', it can echo the help list, and type '~.', it can exit.
Is the above phenomenon right? How can I know the tip connection
is established? Shouldn't it display 'Login' after it display 'connected'?
I also tested the other case.
The config of the two machines is as above. I typed 'tip hardwire'
on the local machine, and I removed the keyboard and display from
the other machine(the remote), then I switched on the remote machine.
And the console output of the remote machine appeared on the
local machine's tip window.
Does this mean the serial cable is ok?
If someone tell me the detail of how to set up a tip connection between
2 sun workstations, I will be very appreciated.
By the way, I establish the tip connection for the KSLD, if you know
something about KSLD, please also tell me.
Thanks a lot.

Hi,
Is the above phenomenon right? How can I know the tip connection
is established? Shouldn't it display 'Login' after it display 'connected'?
To display login at the tip connection you can do one of the following.
1. remove the keyboard and reboot with a tip connection.
2. at ok> set the output-device input-device as ttya
setenv output-device ttya
setenv input-device ttya
reset.
Note: the same can be done from a teminal/console using eeprom command.(man eeprom)
To get back the display and keyboard access during bootup
you will have to reset input/output device values back to the default values
setenv output-device display
setenv input-device keyboard
3. Add the following to the /etc/inittab file
+++++++++++++++++++++++++++++++++++++++++
c5:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` ttya login: " -T sun -d /dev/ttya -l console -m ldterm,ttcompat
+++++++++++++++++++++++++++++++++++++++++
Please save the original copy ..
"init q " (to make the inittab file to be read again)
4. using admintool -->Browse->Serial ports->Select ttya->Service Enable->Ok->Exit.
For KSLD setting the output-device and input-device is the best option.
KSLD is EOL (End of Life) so product support will not be available.
HTH
-Dhruva

Similar Messages

  • How to setup a T3 connection for use in weblogic

    When I try to make a t3 connection using the existing http port that I have, I get the following exception
    Error message :javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://srvr:7092: Bootstrap unable to get a t3 connection to srvr/11.16.8.10]
    How do I setup a T3 connection
    Thanks

    Hi,
    Is the above phenomenon right? How can I know the tip connection
    is established? Shouldn't it display 'Login' after it display 'connected'?
    To display login at the tip connection you can do one of the following.
    1. remove the keyboard and reboot with a tip connection.
    2. at ok> set the output-device input-device as ttya
    setenv output-device ttya
    setenv input-device ttya
    reset.
    Note: the same can be done from a teminal/console using eeprom command.(man eeprom)
    To get back the display and keyboard access during bootup
    you will have to reset input/output device values back to the default values
    setenv output-device display
    setenv input-device keyboard
    3. Add the following to the /etc/inittab file
    +++++++++++++++++++++++++++++++++++++++++
    c5:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` ttya login: " -T sun -d /dev/ttya -l console -m ldterm,ttcompat
    +++++++++++++++++++++++++++++++++++++++++
    Please save the original copy ..
    "init q " (to make the inittab file to be read again)
    4. using admintool -->Browse->Serial ports->Select ttya->Service Enable->Ok->Exit.
    For KSLD setting the output-device and input-device is the best option.
    KSLD is EOL (End of Life) so product support will not be available.
    HTH
    -Dhruva

  • How to setup dialup internet connection(PPP) in Solaris for ADSL modem

    I ,m new to Solaris. How to setup dialup internet connection(PPP) in Solaris for ethernet ADSL modem? will solaris recognise the ethernet modem?? I only have windows drivers for the ethernet modem. Where to look for info on this?

    The setting you set in IE also affects Firefox. For example, if you set the following, then when Firefox makes a connection request to Windows, Windows is supposed to dial the connection:
    Windows Control Panel > Internet Options > Connections or <br>
    Internet Explorer Tools menu > Internet Options > Connections
    "Dial whenever a network connection is not present"
    Source: [[How to make Firefox automatically dial up]]

  • How to setup the Airport Extreme for PSP?

    Can anyone tell me how to setup the Airport Extreme for PSP? I have been searching the Discussions but none of the posting seems to explain detail enough. A step by step guide would be very appreciated. Thanks.
    PowerBook G4   Mac OS X (10.4.3)  

    Sorry, I forgot to mention a few points:
    1) I don't have the Airport Extreme base station;
    2) My PowerBook is connect to the internet thru wired connection with the Built-in Ethernet;
    3) The Airport is turned on, but my PSP's scan cannot locate the PowerBook at all (while it find someone else's network)
    So, I wonder if I can just connect my PSP to the built-in Airport in the PowerBook directly. So that I can have internet access on my PSP.

  • How to setup the airport extreme for window xp

    How to setup the airport extreme for window xp

    Sorry, I forgot to mention a few points:
    1) I don't have the Airport Extreme base station;
    2) My PowerBook is connect to the internet thru wired connection with the Built-in Ethernet;
    3) The Airport is turned on, but my PSP's scan cannot locate the PowerBook at all (while it find someone else's network)
    So, I wonder if I can just connect my PSP to the built-in Airport in the PowerBook directly. So that I can have internet access on my PSP.

  • How to setup excel workbook connection AUTO refresh in Power-pivot?

    How to setup excel workbook connection AUTO/Online refresh in Power-pivot portal?
    Please do let us know your feedback. Thank You - KG, MCTS

    Power Pivot portal? On SharePoint? On PBI for O365?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • How to setup BPEL JNDI connection on the application server

    Hi
    Can anyone tell me how to write a JNDI connection for my BPEL process? Currently we are invoking all my BPEL processes from a property file, but i need to call my BPEL process thru JNDI connection. Is it possible? If yes then How?
    Has anyone got any idea? Please let me know
    BTW, you need more clarification on the question, let me know please.
    Thanks.
    Deepak

    Hi Grafl,
    Chk this link
    Folder creation in AL11 using ABAP program
    try this code.This works on UNIX servers
    data: unixcom like   rlgrap-filename.
    data: begin of tabl occurs 500,       
            line(400),    
          end of tabl.
    dir = unixcom = 'mkdir mydir'. "command to create dir
    "to execute the unix command 
    call 'SYSTEM' id 'COMMAND' field unixcom
                      id 'TAB' field tabl[].
    <b>Reward Points if Useful</b>
    Regards
    Gokul

  • How to setup a company code for material management

    Hi,
    While creating material in MM01, in sales org tab, when I gave plant XXXX, it is giving an error "Company code YYYY is not setup for material management".
    So can you help me , how to setup a company code for material management
    Help is appreciated
    thanks
    DIL

    Hello Sendil,
    You can maintain it with trns code OMSY or MMPI/MMPV.
    Hope this helps
    Regards
    Arif Mansuri

  • How to setup a global artwork for a TV Show

    Hi, I've a TV Show composed by 45 episodes where each one have his artwork but I don't know how to setup a global artwork for the TITLE of the TV Show while retaining the 45s artworks.
    ie. when watching the Tv Shows (library on iTunes) I would like to see the global artwork of the Tv Show that is different of the other 45s episodes contained.
    Bye, Roberto.

    Sorry, I don't believe that you have had a good look at the Foundation framework. I'll now hold your hand while we go through the basics.
    Here is the specific page http://foundation.zurb.com/docs/components/grid.html
    The default values are
    Em-base : 16px
    Row width: 62.5em (62.5em x 16px = 1000px)
    Columns per row: 12
    These and other default values can be changed. The fact of the matter is that if you stipulate a section width of 2 or 3 or 12 columns, the widths will automatically be calculated for you.
    In your case, if you want 7 columns, all you need to do is change the number of columns per row and the rest is done for you.

  • How to setup a release strategy for store generated purchase order

    Hi there,
    Does anybody know how to setup a release strategy for store/plant generated purchase order? I have a request from our client, but I never cross this before. Please help and let me know the step with every single detail.
    Greatly thank for your help.
    Kind Regards,
    2tea

    Please go thru the below Release Procedure and check whether you have maintained all the settings properly.
    PO RELEASE STRATEGY
    The release code is a two-character ID allowing a person to release (clear, or approve) a requisition or an external purchasing document. The release codes is basically controlled via a system of authorizations (authorization object M_EINK_FRG).
    Use SE12, structure CEKKO to check all the fields available for controlling the Purchase Order.
    e.g. If the total value for the Purchase Order exceeds 10,000, release strategy 01 is assigned to the Purchase Order. There is only one characteristic created in this example. For controlling the Purchase Order type, create characteristic for CEKKO-BSTYP and the value NB.
    CT04 - Create Characteristic e.g. NETVALUE
    Click Additional data Table name CEKKO Field name GNETW and press enter
    (for currency dependent field, you are prompt to enter the currency which the system then converts the currency of the Purchasing document into this currency)
    In the Basic data (X refers to tick),
    X Mutliple values
    X Interval values
    In the Value data, in the Char. value column, type >10000 and press enter
    Save your data
    CL02 - Class
    Class - Create REL_PUR
    Class type - 032
    Click Create
    Description - Release Procedure for Purchase Order
    In the Same Classification section, click Check with error
    In the Char. (characteristic) tab, type NETVALUE to assign your characteristics to the class
    OMGS - Define Release Procedure for Purchase Order Type
    Release Group - New entries
    Rel.group Rel. Object Class Description
    02 REL_PUR Rel. Strategy for PO
    Release codes - New entries
    Grp Code
    02 01
    Release indicators
    Release indicators Release Description
    0 Blocked
    1 X Release
    Release Strategy
    Release group 02
    Rel.strategy 01
    Release codes 01
    Release status 01
    Classification Choose your check values
    OMGSCK - Check Release Strategies
    (make sure there are no error messages)
    Once the Purchase Order is not release, buyers will not be able to print the Purchase Order.
    Goods Receipts will be shown with Message no. ME 390 - Purchasing document XXXXXXX not yet released.
    In 4.6c, Purchase Order with Release Strategy have a tabs at the end of the Header. This allowed the buyers to check the release status of the Purchase Order.
    The person with the release authorization have to use ME28 to release the Purchase Order.
    Regards,
    Ashok

  • How to setup a default direction for new divs in fluid grid layout in dreamweaver?

    Hi,
    how to setup a default direction for new divs in fluid grid layout in dreamweaver? I am an RTL interface user, I need my new divs to be inserted from right to left not Left to Right! could it be in dreamweaver?
    Thanks.

    This may get me into strife, but my experience is that you are better off finding another platform for your RWD.
    The framework that I tend to use is by Zub-Foundation http://foundation.zurb.com/.
    A commercial product that I have come to appreciate can be found here http://www.projectseven.com/products/tools/composer/index.htm. Please do not mention me if you happen to choose this product.

  • How to setup a default size for new divs in fluid grid layout in dreamweaver?

    Hi,
    how to setup a default size for a new divs in fluid grid layout in dreamweaver? I don't need the default size for new divs as a 100% width, I need them 13.69% as a one coulmn width only (7 coulmns fluid grids layout for desktop size 1000w).
    This problem I've faced when I intended to insert dozens of fluid grid divs in the layout.

    Sorry, I don't believe that you have had a good look at the Foundation framework. I'll now hold your hand while we go through the basics.
    Here is the specific page http://foundation.zurb.com/docs/components/grid.html
    The default values are
    Em-base : 16px
    Row width: 62.5em (62.5em x 16px = 1000px)
    Columns per row: 12
    These and other default values can be changed. The fact of the matter is that if you stipulate a section width of 2 or 3 or 12 columns, the widths will automatically be calculated for you.
    In your case, if you want 7 columns, all you need to do is change the number of columns per row and the rest is done for you.

  • How to setup gmail push notification for my iphone 5?

    I'm using gmail. Prompt respond for mails is very urgent for me.
    How to setup gmail push notification for my iphone 5?

    I switched from a BB to an iPhone a few days ago and I knew I was going to miss the QWERTY keyboard but then I also discovered that my GMail doesn't 'push' to my iPhone. I was used to 'push' for all mail accounts on the BB. I also missed being able to personalize text, email, and phone tones for individuals.
    I tried the Gmail app for iOS and it does deliver Gmail to the iPhone app quickly but the text is tiny and when it is a web page it's almost impossible to read.
    So, I have worked out a kludge to get around these problems.
    I added my exisiting Gmail account to the iPhone.
    Hotmail does push to iOS 7 so I created a Outlook account (could be hotmail or Live) using the web browser.
    I added the hotmail account to the iPhone. I basically use this to give fast notification of important emails on my iPhone.
    On my macbook email client I created a rule that 'redirects' incoming mail to the hotmail account. The 'Redirect' is important since the email will show up in the hotmail account on the iPhone as coming from the original sender and you can then respond to the original sender from the iPhone, though the sender will see it as coming from the hotmail account.
    The other downside is that you will get a second copy of the email in the gmail inbox on the iPhone, probably 15 minutes later.
    If you don't want all of the mail being redirected you can create a 'redirect' group in the Address book and then adjust the rule in Apple mail to only redirect the mail to the hotmail account if the sender is in the redirect group. You can add and delete contacts from this group depending upon which ones you consider to be important. You will still get two copies of the email on the iPhone, one in the hotmail inbox and one in the gmail inbox.
    You can prevent this from happening temporarily by turning off, but not deleting, the gmail account on the iPhone. You could then edit the emails on the Apple email client before turning the gmail back on in the iPhone.
    And finally if you use the VIP feature in email on the iPhone you can create a list of VIP contacts and then assign a different notification sound for the VIP's. So in effect important contacts mail will be redirect to the iPhone for quick notification and very, very important contacts will have a different notification sound.
    I'm basically using the Hotmail account as a notification  tool and basically delete all the emails in it since the original copy will be in the gmail account.
    And best of all it's all free, except for the bandwidth.

  • How to establish the ODBC connectivity for Hyperion Brio

    Hi Every One,
    Please some one let me know how to establish the ODBC connectivity for Hyperion Brio/ interactive reporting studio.?
    Thanks & Regards,
    Raj

    check out the manual
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/ir_user.pdf
    chapter 15
    Edited by: [email protected] on Feb 9, 2010 7:00 AM

  • How can setup the outgoing email for ipad2?

    How can setup the outgoing email for ipad2?

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
     Cheers, Tom

Maybe you are looking for