Configuring NIC device in Solaris 9 SPARC OS [QEMU]


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Configuring NIC device in Solaris 9 SPARC OS [QEMU]
# 1  
Old 06-01-2019
Configuring NIC device in Solaris 9 SPARC OS [QEMU]

I have Xubuntu 18.04 installed on my PC. I have created a 10G .img image file created by QEMU-IMG. I have installed inside of it Solaris 9 SPARC edition [GUI interface]. If I try and mount the image file as a loop device (using sudo losetup /dev/loop0 /path-to-img-file) I can only mount it as read only.

When I type in dmesg into terminal I am informed that the UFS kernel has been compiled in read-only support.

I investigated into this and found that the Linux UFS kernel is compiled to be as such (read only for UFS) as there has been data loss issues when mounting UFS file systems as read,write in the past. Therefore I need to setup an internet connection within Solaris 9 through the QEMU VM I know about editing the following configuration files ...

Code:
  /etc/defaultrouter /etc/nsswitch.conf /etc/resolv.conf /etc/hosts (etc)

But what I am struggling to do is locate and/or install the driver for my NIC card on my mounted Solaris 9 OS and activate it (ifconfig XXPUT-NIC-DEV-HEREXXX up ) If I can do that then I can get down to business on the conf files above.

Can anyone help? I shall gladly await your response
regards
# 2  
Old 06-01-2019
Please do not cut-and-paste post from stack exchange (or any other site), unformatted, here at unix.com.

It's OK to post at multiple locations on the net, but just cutting and pasting from one site without any regard for formatting or the site, is really not nice.

This is an unformatted (forum pollution) version of a post on stack exchange posted today by "greenelephant".

In fact, it's not clear to me if "these are your posts" or if you are just "cutting and pasting others posts"....

Either way...

Thread closed.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Configuring Solaris 10 SPARC for internet ready connection

I have a Oracle SPARC server with Solaris SPARC 10 OS installed I have a domestic router/modem box from my ISP in my house. I have a wifi extender in my room which has a RJ45 female socket for ethernet connection. The Wifi extender is configured properly to act as a bridge for machines to... (5 Replies)
Discussion started by: alphatron150
5 Replies

2. Red Hat

I want to tune NIC's rps, rfs and xps value. which NIC device should I modify.

Dear All I want tune my NIC's rps, rfs and xps value. In my system I have two NIC (eth0, eth1) and I have a bond0 ( eth0, eth1). Here is the question? Which device should I modify ? eth0 and eth1? or just modify bond0 or modify all device (eth0, eth1, bond0) Any advice is welcome.... (0 Replies)
Discussion started by: nnnnnnine
0 Replies

3. Solaris

x86 Solaris 10 nic driver added but not attached. NIC is not detected.

I couldn't install my nic in solaris 10. I compiled and added the driver but failed to attach the driver and ifconfig output shows only loopback dev. Please see the following output and tell me whether my nic has been detected and why the driver failed to attach? My nic is detected in linux... (0 Replies)
Discussion started by: vectrum
0 Replies

4. UNIX for Dummies Questions & Answers

can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC?

Hi Gurus can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC? regards, Israel. (9 Replies)
Discussion started by: iga3725
9 Replies

5. IP Networking

Problem configuring NIC in DGUX

Old DG box Aviion PentiumPro running R4.20Mu06 being used to try to recreate Ingres db from backup tapes so machine has not been operational before and some of original files in /etc may have ben overwritten Unable to get NIC working Any pointers on how to go about configuring NIC :rolleyes: (0 Replies)
Discussion started by: lindab
0 Replies

6. Solaris

Configuring 1 Nic card with 2 IP addresses and 2 seperate default Gateways in Solaris

Hi ...... I'm trying to configure my Solaris servers with only one NIC card to have 2 IP addresses as well as 2 different default gateways. ( NOT to be confused with multi-pathing - with 2 physical IPs & 1 virtual ip) Thanks, Remi (1 Reply)
Discussion started by: Remi
1 Replies

7. HP-UX

configuring nic card

using sam i have tryed to configure the nic, however when i try to do so i get an error saying i couldn't as i was using BIND ? (0 Replies)
Discussion started by: bobstar01
0 Replies

8. HP-UX

Configuring NIC

Hi. I have HP-9000 Server running HP-UX 10.20. rECENTLY OUR network upgraded to 100mb/sec and I want to do same on the server. So, I add the second Network card (100MB). But the problem is, I can't find a way of configuring this card. How am i going to tell the server to use this 100mb card... (1 Reply)
Discussion started by: wobitu
1 Replies
Login or Register to Ask a Question