Idea for project


 
Thread Tools Search this Thread
Operating Systems Solaris Idea for project
# 1  
Old 03-14-2011
Idea for project

Hi guys

I need idea ti play with Solaris Smilie

I have some free time and I want to learn something new, so far I learned how to install Solaris using Jumpstart and flash archives.

I'm intereted in programming and networks however my programming skills are very weak so I only can learn something from network or system administration filled.

What do you prepose ?

I want to build home datacentar from scretch, I don't have experience with datacentar design so I need some advices.

What are basics which datacentar must run ?
# 2  
Old 03-14-2011
'datacenter' doesn't describe what actually happens in it except that data's moving around for some reason or other..

For starters you could get ssh going if you haven't already. That way you won't have to sit in front of it all the time to operate it.

What would you like it to do? Perhaps a home media server?
# 3  
Old 03-15-2011
build a virtual machine diskless client using ossadm to expand on your booting from flash archives knowledge?

configure ssh like Corona suggested

configure dns?

play around with svcadm, svcs, svccfg?

purposely mess up your path_to_inst file (make a copy of course) and make yourself figure it out with a boot -r or a reboot -- -r?

there are some ideas for you
# 4  
Old 03-17-2011
Thanks guys for ideas but I will try to implement my idea

I will try to make database on Solaris server, and then try to make some application in C which will then connect to my database end will be user end application to search database.

I will try to incorporate Solaris cluster in hole story.

Some idea for summer 2011 Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

FINDING DUPLICATE PROJECT ( directory project )

I have a project tree like that. after running find command with the -no -empty option, i am able to have a list of non empty directory DO_MY_SEARCH="find . -type d -not -empty -print0" MY_EXCLUDE_DIR1=" -e NOT_IN_USE -e RTMAP -e NOT_USEFULL " echo " " > $MY_TEMP_RESULT_1 while... (2 Replies)
Discussion started by: jcdole
2 Replies

2. News, Links, Events and Announcements

A new project was posted on The UNIX and Linux Forums project board.

A new project was posted on your project board. Project title: Bash Shell Tutoring Estimated Budget: $50/hr Start date: Immediately Required skills: Linux, Bash, Shell, UNIX I work as a datawarehouse designer and developer. Although I usually stick to the role of an analyst,... (0 Replies)
Discussion started by: Neo
0 Replies

3. Solaris

what is the use of /etc/project file and project administration commands?

i have two doubts.. 1. what is the use /etc/project file. i renamed this file and when i tried to switch user or login with some user account the login was happening slowly. but when i renamed it to original name it was working fine... why so? 2. unix already has useradd and grouadd for... (4 Replies)
Discussion started by: chidori
4 Replies

4. Shell Programming and Scripting

Script Idea's / Help

Hi there, I'm pretty new to scripting and wondering if anyone had any idea's, scripts or snippets on how I can do the following. I basically want a shell script that will look at all the files in a directory and find all the names and addresses in them then output them to the screen nicely... (12 Replies)
Discussion started by: mrpugster
12 Replies

5. Solaris

SSH doesn't pick up user's project from /etc/project

We have a system running ssh. When a user logs in, they do not get the project they are assigned to (they run under "system"). I verify the project using the command "ps -e -o user,pid,ppid,args,project". If you do a "su - username", the user does get the project they are assigned to (and all... (2 Replies)
Discussion started by: kurgan
2 Replies

6. Shell Programming and Scripting

help... no idea what to use

my issue now is i have a txt file containing a list like below i want to create a script that will add a constant text "Find this name" at the start and "at your directory" at the end. every line should be added by phrase at the start and end. Each line of the file should look like "Find... (4 Replies)
Discussion started by: dakid
4 Replies

7. Shell Programming and Scripting

any good idea on this?

txt file like this, 1 2 3 4456 a bb c d 3 f e 1 k 32 d m f e 123 m 2 k every line contains 3 or more columns, all the columns are separated by space, and every column includes 1 to 3 character. what I wanna do is deleting the first three columns, and keep the rest no matter how long... (7 Replies)
Discussion started by: fedora
7 Replies

8. Shell Programming and Scripting

Limitations of awk? Good idea? Bad idea?

Keeping in mind that I'm relatively comfortable with programming in general but very new to unix and korn/bourne shell scripts.. I'm using awk on a CSV file, and then performing calculations and operations on specific fields within specific records. The CSV file I'm working with has about 600... (2 Replies)
Discussion started by: yongho
2 Replies
Login or Register to Ask a Question