Losing my solaris virginity


 
Thread Tools Search this Thread
Operating Systems Solaris Losing my solaris virginity
# 1  
Old 12-09-2010
Losing my solaris virginity

So here's the scoop. I am working on a project to automate the building of spark based solaris servers. I've got a cursory amount of knowledge of how to use the os after some pretty heavy experience with Linux, and doing a similar project there.

I have a few questions though...
1) how is hardware raid set up? In x86 this is usually handled via bios. Is it the same way in spark servers? Is it handled during installation?
2) successful installation of many Linux distress provides you with a kickstart file that you can use as a base for similar installs. Does a successful install of solaris provide you with a profile and rule file set to base jumpstart installs from?
I appreciate the help.
-Matty
# 2  
Old 12-10-2010
There are 6 ways to install Solaris software. Two are interactive (GUI and CUI) and four are non-interactive:

- JumpStart
- WAN boot
- Solaris Flash
- Live Upgrade

There are pro and cons to each.

I suggest you read up about each of these and come back with questions when you have a basic understanding of the differences.
# 3  
Old 12-10-2010
Quote:
Originally Posted by msarro
spark based solaris servers.
SPARC based ones actually. What models ?
Quote:
1) how is hardware raid set up? In x86 this is usually handled via bios. Is it the same way in spark servers? Is it handled during installation?
Assuming you are going to install a recent Solaris 10 release or newer, I would recommend using ZFS based mirroring instead of hardware one.
Quote:
2) successful installation of many Linux distress provides you with a kickstart file that you can use as a base for similar installs. Does a successful install of solaris provide you with a profile and rule file set to base jumpstart installs from?
In addition to fpmurphy reply, if you happen to use Solaris 11 Express, the installation process is quite different.
Jumpstart -> Automated Installer.
Live Upgrade -> Snap Upgrade/Boot Environment
# 4  
Old 12-10-2010
Can you tell that first post was late at night? lol
I did mean SPARC based Smilie

I'm actually familiar with the install methods thanks to some install admin stuff we have here. Basically we're moving towards using a 3rd party provisioning tool for all of our server builds (Opsware, aka HP Service Automation). Its Solaris offering is based off of Jumpstart. Originally we had just been using jumpstart, so I'm hoping the move is easy. Basically opsware creates a skeleton of the jumpstart profile file and then allows certain fields to be populated dynamically so you can change configurations as needed (allowing different packages to be installed, different install clusters, etc).
I think what I need is a listing of what the most important fields are (the ones that are absolutely required for an installation).

As for the models we're going to be deploying, they're T5220's.
# 5  
Old 12-10-2010
Quote:
Originally Posted by msarro
Can you tell that first post was late at night? lol
I did mean SPARC based Smilie

I'm actually familiar with the install methods thanks to some install admin stuff we have here. Basically we're moving towards using a 3rd party provisioning tool for all of our server builds (Opsware, aka HP Service Automation). Its Solaris offering is based off of Jumpstart. Originally we had just been using jumpstart, so I'm hoping the move is easy. Basically opsware creates a skeleton of the jumpstart profile file and then allows certain fields to be populated dynamically so you can change configurations as needed (allowing different packages to be installed, different install clusters, etc).
I think what I need is a listing of what the most important fields are (the ones that are absolutely required for an installation).

As for the models we're going to be deploying, they're T5220's.
I would strongly suggest you do not use HPSA. What you call "creating a skeleton... allowing certain fields to be populated dynamically" really is "clumsy expensive GUI running jumpstart/WANboot in the background".

As for "minimum required fields"... you need to be more specific as to what that means, but:
For the later Solaris 10 releases, sysidcfg must have defined entries for:
keyboard
system_locale
timezone
terminal
timeserver
name_service
network_interface
security_policy
nfs4_domain

The minimum installation cluster would be SUNWCreq
# 6  
Old 12-10-2010
Quote:
Originally Posted by System Shock
I would strongly suggest you do not use HPSA. What you call "creating a skeleton... allowing certain fields to be populated dynamically" really is "clumsy expensive GUI running jumpstart/WANboot in the background".

Thanks for the listing of fields, I appreciate it. Sadly the choice about using/not using HPSA is out of my hands, and was made already; now its my job to implement it Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Losing Time

Our Unix system is losing a considerable amount of time each day, and our support service company says our motherboard is the cause. They "upgraded" us 5 years ago to basically the same thing as what we had previously, and are looking to "upgrade" us again now for about $5,000... I think... (23 Replies)
Discussion started by: Big Z
23 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Losing the connection

Hi. Recently when I'm logged in to site after some seconds, for instance, I lose the connection and need sign in again. It happens on Firefox and Chrome. Or another example, when I'm logged in to site and click on my nick name (right up corner) I lose the connection to site. User: tiago ... (0 Replies)
Discussion started by: Unregistered
0 Replies

3. Programming

Losing signal problem

I'm newbie in UNIX programming, I have a problem with signals. I'm writing multithread program, where threads can die at any moment. When thread dies it generates signal SIGUSR1 to main thread and then thread dies. Main thread gets a signal and waits for thread dead. I wrote program like this: ... (5 Replies)
Discussion started by: DendyGamer
5 Replies

4. HP-UX

losing mail enroute

system is HP-UX B.11.23 U ia64 A standard feature of almost all of our cron jobs is to redirect output to a log file, then at the end of the script to embed the contents of that log file in the body of an email sent to the IT staff. Typical code to do this is $MAILER -s "$PROC: $SUBJECT"... (3 Replies)
Discussion started by: edstevens
3 Replies

5. Emergency UNIX and Linux Support

losing ESSID

Hey guys, facing a weird issue - hoping someone might be able to help. The wireless network on my laptop is configured with a static IP address. (not using nm) When i take the laptop out of the range (or i power the router down) the essid is becoming "off/any". When i'm back in range the... (6 Replies)
Discussion started by: moshe88
6 Replies

6. Shell Programming and Scripting

Losing quotes after redirection

Hello experts, Pleas I have written a shell script to build a parfile but I keep losing the quotes from query1 and query variables after the redirection.. How do I fix this ? PARFILE=${EXPDP_BASE}/expdp_${DAY}.par USERID=$(${ORACLE_BASE}/getpass.ksh SYSTEM opnlkp2.uk.ml.com)... (2 Replies)
Discussion started by: kamathg
2 Replies

7. Shell Programming and Scripting

Losing zero in while read

I'm using a while read statement to read in lines from a file, if a value (for example) is 1000.10 in a field, the last zero is removed leaving 1000.1 does anyone know a way to keep the field as it is in the original file? (1 Reply)
Discussion started by: gefa
1 Replies

8. UNIX for Advanced & Expert Users

Losing IP config on reboot of Solaris 8

After a reboot my ifconfig -a has nothing but 0.0.0.0 have to reinput my IP and default route, what makes the info save? (1 Reply)
Discussion started by: jo calamine
1 Replies

9. UNIX for Dummies Questions & Answers

Losing ownership with gzip

I'm trying to sell the use of gzip instead of compress in our department. One issue I'm having (which is a showstopper) is that I lose the ownership when gzipping and gunzipping, though it's mentioned all over the web that files are supposed to keep ownership. Example: -rwxrwxrwx 1 ms32345 ... (3 Replies)
Discussion started by: superdelic
3 Replies

10. UNIX for Dummies Questions & Answers

losing time

Hi all, The server seems to be losing time, not a lot, but enough to be noticed. UNIX AIX 4.3.3 Any ideas, Kathy (9 Replies)
Discussion started by: kburrows
9 Replies
Login or Register to Ask a Question