Connecting to SUN server from PC


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Connecting to SUN server from PC
# 8  
Old 08-14-2007
PHP

Tried to use Putty ver 6 but it does not give any sign of life when I
try to opem serial connection

I am Using hyperterminal
I did some switch off/on etc... and
now I got prompt Ok ... any more ideas ???


ok ls
Not at a device tree node. Use 'dev <device-pathname>'.
ok
ok /
Stack Underflow
ok
ok tip
# 9  
Old 08-14-2007
You have got the the openprom prompt.

Type...

Code:
probe-scsi
probe-scsi-all
reset

and post what it says....
# 10  
Old 08-14-2007
Quote:
Originally Posted by porter
You have got the the openprom prompt.

Type...

Code:
probe-scsi
probe-scsi-all
reset

and post what it says....
also the output of:

- printenv
- devalias

should be usefull Smilie
# 11  
Old 08-14-2007
Thank you guys .. looks like I am on.
Will be asking more questions later on ....Smilie


SunOS om 5.9 Generic_118558-11 sun4u sparc SUNW,Ultra-1

Filesystem kbytes used avail capacity Mounted on
/dev/md/dsk/d0 1995662 659239 1276554 35% /
/proc 0 0 0 0% /proc
mnttab 0 0 0 0% /etc/mnttab
fd 0 0 0 0% /dev/fd
swap 601392 24 601368 1% /var/run
swap 601368 0 601368 0% /tmp
/dev/dsk/c0t1d0s4 14831415 14729 14668372 1% /u00


ok
ok probe-scsi
Target 0
Unit 0 Disk SEAGATE ST32430W SUN2.1G0508
Target 1
Unit 0 Disk SEAGATE ST318404LSUN18G 4203
Target 6
Unit 0 Removable Read Only device TOSHIBA XM-5401TASUN4XCD2565
ok
ok probe-scsi-all
/sbus@1f,0/QLGC,isp@2,10000

/sbus@1f,0/espdma@e,8400000/esp@e,8800000
Target 0
Unit 0 Disk SEAGATE ST32430W SUN2.1G0508
Target 1
Unit 0 Disk SEAGATE ST318404LSUN18G 4203
Target 6
Unit 0 Removable Read Only device TOSHIBA XM-5401TASUN4XCD2565

ok
ok reset
Resetting ...

screen not found.
Can't open input device.
Keyboard not present. Using ttya for input and output.

Sun Ultra 1 SBus (UltraSPARC 143MHz), No Keyboard
OpenBoot 3.35, 128 MB memory installed, Serial #7990999.
Ethernet address 8:0:20:79:ee:d7, Host ID: 8079eed7.



Boot device: rootdisk File and args:
SunOS Release 5.9 Version Generic_118558-11 32-bit
Copyright 1983-2003 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
WARNING: forceload of misc/md_trans failed
WARNING: forceload of misc/md_raid failed
WARNING: forceload of misc/md_hotspares failed
WARNING: forceload of misc/md_sp failed
starting DHCP on primary interface le0
ifconfig: le0: interface does not exist or cannot be managed using DHCP
/sbin/dhcpinfo: primary interface requested but no primary interface is set
Hostname:
Hostname:
checking ufs filesystems
/dev/rdsk/c0t1d0s4: is logging.
starting rpc services: rpcbind done.
Setting default IPv4 interface for multicast: add net 224.0/4: gateway om
syslog service starting.
Aug 15 09:56:15 om sendmail[201]: My unqualified host name (localhost) unknown; sleeping for retry
Aug 15 09:56:15 om sendmail[202]: My unqualified host name (localhost) unknown; sleeping for retry
volume management starting.
The system is ready.

om console login: root

Aug 15 09:56:29 om login: ROOT LOGIN /dev/console
Last login: Thu Sep 28 17:48:18 on console
Sun Microsystems Inc. SunOS 5.9 Generic May 2002
# 12  
Old 08-15-2007
Now I logged in.
I have checked /etc/hosts it has only :
127.0.0.1 localhost loghost om

Can I set up or/see existing ip address and use telnet to connect to box
from my PC
Thanks
# 13  
Old 08-15-2007
You certainly can.

First do "ifconfig -a" to see what ethernet cards you have.

Then create a /etc/hostname.ifname where ifname is the name of the interface. for example

/etc/hostname.le0
/etc/hostname.hme0

or whatever.

Put in that file the hostname of the machine, and then put an entry in the /etc/hosts file. Do a reboot and it should configure the ethernet card.

There is more you can do to set up the netmask, nodename and /etc/resolve.conf, do a search of this site for details.
# 14  
Old 08-16-2007
Thanks Porte ... learning on the fly Smilie
ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000

created a file /etc/hostname.lo0
Wrote the name of the machine I just made up - ambush on the first line of the file.
reboot - Ok

ifconfig -a shows the same ?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Hardware

SUN V245 Connecting To router Through Alom

Hello. I have a sun v245 and I have no hard drive for it yet but i would like to connect it to my home router by ethernet cable so I can use Alom remotely. Could someone please tell me how to set it up. Thank You (1 Reply)
Discussion started by: SunV245
1 Replies

2. Shell Programming and Scripting

Connecting to Windows Server

Hi, One of the folders in UNIX is mapped with a drive on Windows.From this UNIX machine I want to connect to the Windows Server, perform some checks and view the results back on the UNIX machine. For e.g. if I touch a file under the shared folder on UNIX, I should be able to telnet to Windows... (2 Replies)
Discussion started by: swasid
2 Replies

3. Shell Programming and Scripting

Connecting to other server thru ftp

Hi, Can someone help me on how to ftp to UNIX server from an another UNIX Server. I tried the follwoing but it is not working. ftp -n 10.10.0.1 quote user usrname quote pass passwd ls Though ftp is starting it is not allowing me run command..... it is asking to Thanks in... (5 Replies)
Discussion started by: EmbedUX
5 Replies

4. Solaris

Problem with connecting with Sun Java Web console

Hi, I have Solaris 10 8/07 on SPARC and I can't log in Web console. When I opened browser (Firefox 3) at localhost:6789 I get Save file dialog which asks me to save some file with .part at the end. What information should I provide to find out where is the trouble?.. Internet explorer says... (3 Replies)
Discussion started by: Sapfeer
3 Replies

5. UNIX for Dummies Questions & Answers

Connecting to UNIX server

Hi, My knowledge bucket of UNIX is almost empty. I have developed an application in EXCEL which can create XML files (Metadata) from Binaries. These binaries are stored in UNIX server on regular intervals. Currently I am transferring all binaries(GBs of files) to WINDOWS using WINSCP and... (2 Replies)
Discussion started by: bobs
2 Replies
Login or Register to Ask a Question