How to learn Solaris?


 
Thread Tools Search this Thread
Operating Systems Solaris How to learn Solaris?
# 22  
Old 08-12-2011
I think IPS may be a improvement to the old package system. I find that Solaris 11 with IPS, that installing software is much easier.
# 23  
Old 08-13-2011
Quote:
Originally Posted by DukeNuke2
so you have to configure this interface... start with:

Code:
# ifconfig e1000g0 plumb

It says it is already configured

ifconfig: SIOCSLIFNAME for ip: e1000g0: already exists

Anything else that I can try Smilie
# 24  
Old 08-13-2011
your interface is configured... the output from your first post was a bit weird. can you ping from your VM to the outside world?
# 25  
Old 08-13-2011
Quote:
Originally Posted by DukeNuke2
your interface is configured... the output from your first post was a bit weird. can you ping from your VM to the outside world?
Trying to ping from VM machine to my local system:

====
ICMP host unreachable from gateway (192.168.1.4) for icmp from (192.168.1.4)
no answer from (192.168.147.1)
# 26  
Old 08-14-2011
Issue Fixed to connect putty to VMware Sun Solaris Box

=========
Tried following steps :

1. Edited /etc/ssh/sshd_config --> PermitRootLogin yes
2. Configure the VMWare settings
1. Select Network Adapter as Hostonly
2. Edit the Virtual Network Editor
Select the VMnetx[0/1/2/] -> Provide the Subnet IP of same range, for example I gave static IP as 192.168.1.4 to my machine so my settings appeared like this:

Subnet IP: 192.168.1.0
Subnet mask: 255.255.255.0

Hope this helps Smilie
# 27  
Old 08-14-2011
If you can't ping your host from Solaris box which is in the Vmware than check your firewall ICPM settings. If your host is Windows than check from command line firewall configuration

Code:
netsh firewall show icmpsetting 
netsh firewall show currentprofile
netsh firewall show allowedprogram

from your Solaris box execute

Code:
cat /etc/inet/hosts

and check is there IPv4 address of your Windows host, if not than add it and restart network services using svacadm restart or reboot.

Don't use root remote login because this is not safe, you can easily log on as root once you get access to regular user account with su command.
# 28  
Old 08-16-2011
thanks for all of you Gurus, I am really appretiated.Smilie

BR
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

newbie - learn Solaris 10 or 11?

Hello, I looking for becoming a Solaris system administrator. Background: I consider myself an entry-level Linux system administrator. I don't know if I start my studies with Solaris 10 or 11. Maybe Solaris 11 because it's the new thing and the future, and Solaris 10 because since Solaris is... (2 Replies)
Discussion started by: albertoridolfi
2 Replies

2. UNIX for Dummies Questions & Answers

Want to learn

Hi I know only basics of UNIX and i want to know that how can i become a good troubleshooter in unix adminstartion or shell scripting.... i am just a newbie to Unix ..i do not have programming skills as well. Your suggestions are welecomed. (1 Reply)
Discussion started by: nattynitin
1 Replies

3. Solaris

basic learn solaris

Hi guys ini unix forum i newbie in solaris world, is there anyone know or have the guide or link give me understanding about solaris from basic and how to begin learning solaris system thank to all people in unix forun cheers audi_99 (4 Replies)
Discussion started by: audi_99
4 Replies

4. UNIX for Dummies Questions & Answers

I Want to Learn HP-UX!

What's the best free system to learn HP-UX on? The closest system, hardware requirements and installation instructions. I'm a newbie but determined. Any tips would be great. (6 Replies)
Discussion started by: networkguy
6 Replies

5. Solaris

can someone provide me with url or document to learn solaris commands easily???

HEllo guys, If somebody knowing the url or a document then please reply me i am in need of most useful solaris commands its really urgent... (1 Reply)
Discussion started by: lokeshpashine
1 Replies

6. Solaris

"learn" unix training for solaris.

Hey everybody I just wanted to throw something into the gears here. The first UNIX system I used was an IBM RS/6000 POWER Server 370h I believe, running AIX 3.2, I think (its been some time). On this System V machine was a learning facility called "learn" which taught basic shell operation and... (0 Replies)
Discussion started by: ultra0384
0 Replies

7. Programming

Learn C or C++

Hi, Apologies if this question has been asked before. I would like to know which language is better to learn in terms of programming in unix? is C dying out and being replaced by C++ or is it a combination of the 2 or just mainly C? Thanks C19 (2 Replies)
Discussion started by: c19h28O2
2 Replies

8. UNIX for Dummies Questions & Answers

I want to learn!

Hiya, yes im new to all of this! But want to learn how to use Unix etc, iv been thinking about doin a course but desided im better off learning by my self with help from the people who really no what there doin...you guys! I can install Linux, like redhat, mandrake, susie server edition and so... (5 Replies)
Discussion started by: epic.admin
5 Replies

9. UNIX for Dummies Questions & Answers

Where to Learn About HP-UX

can someone give me the link to any site that deals on HP-UX system administration?? Please do not refer me to buy or borrow any books, i just need a free site to learn some quick info from (1 Reply)
Discussion started by: TRUEST
1 Replies
Login or Register to Ask a Question