Connecting to SUN server from PC


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Connecting to SUN server from PC
# 15  
Old 08-16-2007
Quote:
Originally Posted by zam
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
lo0 is the loopback interface. this is NO physical interface!

do a "grep net /etc/path_to_inst"

you should find (i hope so) a "hme" interface or something similar. test it with:

# ifconfig hme0 plumb
# ifconfig hme0 192.168.x.x netmask 255.255.255.0 up
# ifconfig -a

noe you should see your nic an can fill the /etc/hosts and /etc/hostname.hme0 files....

hth,
DN2
# 16  
Old 08-16-2007
there is noting in /etc/path_to_inst Smilie
# 17  
Old 08-16-2007
Quote:
Originally Posted by zam
there is noting in /etc/path_to_inst Smilie
do a "init 0" and from the ok prompt a "boot -ar". after that, there should be a valid /etc/path_to_inst!
# 18  
Old 08-16-2007
NIT: New run level: 0
The system is coming down. Please wait.
System services are now being stopped.
Print services already stopped.
Aug 17 10:56:42 om syslogd: going down on signal 15
The system is down.
syncing file systems... done
Program terminated
ok boot -ar
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.



Rebooting with command: boot -ar
Boot device: /sbus/espdma@e,8400000/esp@e,8800000/sd@0,0 File and args: -ar
Enter filename [kernel/unix]:

What shell I do now ?
thanks
# 19  
Old 08-16-2007
Have you tried return?

It looks like it will load kernel/unix by default.
# 20  
Old 08-16-2007
Rebooting with command: boot -ar00000/esp@e,8800000/st@0,0" 0 "s
Boot device: /sbus/espdma@e,8400000/esp@e,8800000/sd@0,0 File and args: -ara@e,8400000/esp@e,8800000/st@1,0" 1 "st"0/espdma@e,8400000/esp@e,8800000/ses
Enter filename [kernel/unix]:f,0/espdma@e,8400000/esp@e,88
Enter default directory for modules [/platform/SUNW,Ultra-1/kernel /platform/sun4u/kernel /kernel /usr/kernel]:,8800000/st@3,0" 3 "st"
"/sbus@1f,0/espdma@e,8400000/e
Name of system file,0" 5 "st"sd@1,0" 8 "sd"ename rpld.conf
"/sbus@1f,0/espdma@e,8400000/esp@e,8800000/st@6,0" 6bus@1f,0/QL
[etc/system]:
"/sbus@
Use is subject to license terms.0000/esp@e,8800000/ses@2,0" 2 "s
root filesystem type [ufs]:
Enter physical name of root device0/esp@e,8800000/ses@3,0" 3 "ses"is
[/sbus@1f,0/espdma@e,8400000/esp@e,8800000/sd@0,0:a]:
"/sbus@1f,0/espdma@e,8400000/esp@e,8800000/ses@4,
WARNING: forceload of misc/md_trans failed@1f,0/QLGC,isp@2,10000/sd@
"/sbus@1f,0/esp
WARNING: forceload of misc/md_raid faileds"sbus@1f,0/QLGC,isp@2,
WARNING: forceload of misc/md_hotspares failed00/esp@e,8800000/ses@6,0" 6 "ses",isp@2,10000/
WARNING: forceload of misc/md_sp failed
"/sbus@1f,0/espdma@e,8400000/esp
WARNING: forceload of misc/md_stripe failed00/ses@0,0" 8 "ses" swap

WARNING: forceload of misc/md_mirror7.0.0.1 loc
WARNING: forceload of misc/md_mirror7.0.0.1 loc
Configuring /dev and /devices
devfsadm: mkdir failed for /dev 0x1ed: Read-only file system
devfsadm: open failed for /dev/.devfsadm_dev.lock: Read-only file system
Configuring the /dev directory (compatibility devices)

INIT: Cannot create /var/adm/utmpx

INIT: failed write of utmpx entry:" "

INIT: failed write of utmpx entry:" "

INIT: SINGLE USER MODE

Type control-d to proceed with normal startup,
(or give root password for system maintenance):
ENTER RUN LEVEL (0-6, s or S) [3]:


INIT: Cannot create /var/adm/utmpx

INIT: SINGLE USER MODE

Type control-d to proceed with normal startup,
(or give root password for system maintenance):

ENTER RUN LEVEL (0-6, s or S) [3]:
INIT: Cannot create /var/adm/utmpx



INIT: SINGLE USER MODE

Type control-d to proceed with normal startup,
(or give root password for system maintenance):
ENTER RUN LEVEL (0-6, s or S) [3]:S


INIT: SINGLE USER MODE

Type control-d to proceed with normal startup,
(or give root password for system maintenance):
single-user privilege assigned to /dev/console.
Entering System Maintenance Mode

Aug 17 12:26:52 su: 'su root' succeeded for root on /dev/console
Sun Microsystems Inc. SunOS 5.9 Generic May 2002
#

let me know if it above make sence. Otherwice I am stuck again ...Smilie
# 21  
Old 08-17-2007
Looks like you have rebooted into single user mode.

Aren't you supposed to be checking that /etc/path_to_inst exists now?
 
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